Author: glen Date: Wed Feb 29 05:30:56 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 20120123, r1741
---- Files affected: packages/closure-compiler: closure-compiler.spec (1.9 -> 1.10) , gen-changes.sh (1.1 -> 1.2) , get-source.sh (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/closure-compiler/closure-compiler.spec diff -u packages/closure-compiler/closure-compiler.spec:1.9 packages/closure-compiler/closure-compiler.spec:1.10 --- packages/closure-compiler/closure-compiler.spec:1.9 Wed Jan 11 18:36:52 2012 +++ packages/closure-compiler/closure-compiler.spec Wed Feb 29 06:30:51 2012 @@ -5,13 +5,13 @@ %include /usr/lib/rpm/macros.java Summary: Closure Compiler - JavaScript compressor Name: closure-compiler -Version: 20111114 +Version: 20120123 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: fb176781e26b0de088777db9f88dcc05 +# Source0-md5: 1e23c299c8a8d0fa1f812ea8743bddcc Source1: %{name}.sh Source2: get-source.sh URL: http://closure-compiler.appspot.com/ @@ -56,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2012/02/29 05:30:51 glen +- up to 20120123, r1741 + Revision 1.9 2012/01/11 17:36:52 glen - up to 20111114 "true -> !0" packing is back. see r1431 and r1559 ================================================================ Index: packages/closure-compiler/gen-changes.sh diff -u packages/closure-compiler/gen-changes.sh:1.1 packages/closure-compiler/gen-changes.sh:1.2 --- packages/closure-compiler/gen-changes.sh:1.1 Wed Feb 29 06:21:56 2012 +++ packages/closure-compiler/gen-changes.sh Wed Feb 29 06:30:51 2012 @@ -18,7 +18,8 @@ } } -svnlogs 20111114 1459:1592 -svnlogs 20111003 1346:1459 -svnlogs 20110811 1314:1346 svnlogs 20110804 1180:1314 +svnlogs 20110811 1314:1346 +svnlogs 20111003 1346:1459 +svnlogs 20111114 1459:1592 +svnlogs 20120123 1592:1741 ================================================================ Index: packages/closure-compiler/get-source.sh diff -u packages/closure-compiler/get-source.sh:1.2 packages/closure-compiler/get-source.sh:1.3 --- packages/closure-compiler/get-source.sh:1.2 Wed Jan 11 18:25:06 2012 +++ packages/closure-compiler/get-source.sh Wed Feb 29 06:30:51 2012 @@ -11,13 +11,13 @@ if [ -z "$html" ]; then html=$(lynx -width 1200 -dump -nolist "$dl") fi - echo "$html" + echo "$html" | tee debug.log } -rev=$(html | perl -ne '/'$fn'-.+tar.*Buil[dt] at r?(\d+)/and print $1') +rev=$(html | perl -ne '/'$fn'-.+tar.*Buil[dt] at r?(\d+)/and print $1 and exit') test -n "$rev" -date=$(html | perl -ne '/'$fn'-(\d+).tar.gz.*Built at r?'$rev'/and print $1') +date=$(html | perl -ne '/'$fn'-(\d+).tar.gz.*Buil[dt] at r?'$rev'/and print $1') test -n "$date" d=$p-$date ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/closure-compiler/closure-compiler.spec?r1=1.9&r2=1.10&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/closure-compiler/gen-changes.sh?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/closure-compiler/get-source.sh?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
