]> git.pld-linux.org Git - packages/closure-compiler.git/commitdiff
- up to 20120123, r1741
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Feb 2012 05:30:51 +0000 (05:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    closure-compiler.spec -> 1.10
    gen-changes.sh -> 1.2
    get-source.sh -> 1.3

closure-compiler.spec
gen-changes.sh
get-source.sh

index 0a8fe8028c834347f881e8c08ed17f89f2022b20..bdb86cff3653af7badf2524185c08bf0fe2cdbbb 100644 (file)
@@ -4,13 +4,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/
index 47b3804427c24d66d9c8035472ee3cfb578faf0e..9ff1b42d88ce067941ad7184748a6dc3359d7c5e 100644 (file)
@@ -18,7 +18,8 @@ svnlogs() {
        }
 }
 
-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 349e9362a5a25cce1f9ce33767f65aeb9b9bdcaf..ca54780ca3d210a89190b41be5120f1ac175d060 100644 (file)
@@ -11,13 +11,13 @@ html() {
        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
This page took 0.13056 seconds and 4 git commands to generate.