]> git.pld-linux.org Git - packages/closure-compiler.git/commitdiff
- up to 20120305 auto/ac/closure-compiler-20120305-1 auto/th/closure-compiler-20120305-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Mar 2012 18:27:00 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Changes -> 1.1
    closure-compiler.spec -> 1.12
    gen-changes.sh -> 1.3

Changes [new file with mode: 0644]
closure-compiler.spec
gen-changes.sh

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..da0aa11
--- /dev/null
+++ b/Changes
@@ -0,0 +1,2 @@
+For a list of changes please see:
+https://code.google.com/p/closure-compiler/wiki/Releases
index f20889c09b0d0e817ed692a191c6dcc08a4ede84..c8ddf53f72acfd5e23aaef2f59c51b456b3d02ea 100644 (file)
@@ -4,16 +4,17 @@
 %include       /usr/lib/rpm/macros.java
 Summary:       Closure Compiler - JavaScript compressor
 Name:          closure-compiler
-Version:       20120123
+Version:       20120305
 Release:       1
 License:       Apache v2.0
 Group:         Applications/WWW
 # Source0Download: https://code.google.com/p/closure-compiler/downloads/list
 Source0:       http://closure-compiler.googlecode.com/files/compiler-%{version}.tar.gz
-# Source0-md5: 1e23c299c8a8d0fa1f812ea8743bddcc
+# Source0-md5: 513344df6f18bfa00b17f034cabf897d
 Source1:       %{name}.sh
 Source2:       get-source.sh
 Source3:       gen-changes.sh
+Source4:       Changes
 URL:           http://closure-compiler.appspot.com/
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
@@ -31,6 +32,7 @@ JavaScript pitfalls.
 
 %prep
 %setup -qc
+cp -p %{SOURCE4} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,6 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README Changes
 %attr(755,root,root) %{_bindir}/%{name}
 %{_javadir}/*.jar
index 9ff1b42d88ce067941ad7184748a6dc3359d7c5e..b1deb4d262581081aa6837ee2768bf86c86cb464 100644 (file)
@@ -10,12 +10,12 @@ x=$-
 svnlogs() {
        set -$x
        local date=$1 range=$2
-       test -e changes.$date.txt || {
-               svn diff $svn -r$range > svn.tmp && mv svn.tmp changes.$date.txt
-       }
        test -e log.$date.txt || {
                svn log $svn -r$range > svn.tmp && mv svn.tmp log.$date.txt
        }
+       test -e changes.$date.txt || {
+               svn diff $svn -r$range > svn.tmp && mv svn.tmp changes.$date.txt
+       }
 }
 
 svnlogs 20110804 1180:1314
@@ -23,3 +23,4 @@ svnlogs 20110811 1314:1346
 svnlogs 20111003 1346:1459
 svnlogs 20111114 1459:1592
 svnlogs 20120123 1592:1741
+svnlogs 20120305 1741:1810
This page took 0.082043 seconds and 4 git commands to generate.