]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/commitdiff
up to 1.9.32.4 stable
authorElan Ruusamäe <glen@delfi.ee>
Mon, 13 Jul 2015 13:05:43 +0000 (16:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 13 Jul 2015 13:05:43 +0000 (16:05 +0300)
apache-mod_pagespeed.spec
clean-source.sh
no-dev-stdout.patch

index d284dfa1ebbf99451514cf07266e97b87f2764c1..f12c64c68a67f6a5f7382bc3493c7c7dcf47ebcb 100644 (file)
 Summary:       Apache module for rewriting web pages to reduce latency and bandwidth
 Name:          apache-mod_%{mod_name}
 # beta: 1.9.32.x-beta
-# stable: 1.8.31.x
-Version:       1.8.31.6
-Release:       2
+# stable: 1.9.32.x-stable
+Version:       1.9.32.4
+Release:       0.1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       modpagespeed-%{version}.tar.xz
-# Source0-md5: ab144d1d524ce60db44c4dfd6f3f8ef3
+# Source0-md5: c902122f7d85d4e43cad92911ad59a85
 Source1:       get-source.sh
 Source2:       gclient.conf
 Patch0:                system-libs.patch
@@ -114,6 +114,8 @@ site is maintained.
 %patch4 -p1
 %patch5 -p1
 
+sh -x %{_sourcedir}/clean-source.sh
+
 rm -r third_party/icu/source
 rm -r third_party/icu/genfiles
 install -d third_party/icu/source/{common,i18n}
index 4bb9bdffa0393628b23cf1062d5e440d7b8f1460..856b50d120f90f43c158d74eb77539e67ed87628 100755 (executable)
@@ -27,7 +27,7 @@ almost_strip_dirs \
 rm -r net/instaweb/rewriter/testdata
 rm -r third_party/aprutil/gen
 rm -r third_party/chromium/src/base/test
-rm -r third_party/chromium/src/chrome
+#rm -r third_party/chromium/src/chrome
 rm -r third_party/chromium/src/net
 rm -r third_party/gflags/src/windows
 rm -r third_party/giflib/windows
index 3bb0b18cc50c26f2990a49335a6238745ab2e59a..1a12ec7767b347588bab865d719b48d8bb353a67 100644 (file)
@@ -1,5 +1,5 @@
---- modpagespeed-1.5.27.2/build/lastchange.sh~ 2013-05-03 20:30:46.000000000 +0200
-+++ modpagespeed-1.5.27.2/build/lastchange.sh  2013-12-03 11:46:18.047904200 +0100
+--- modpagespeed-1.9.32.4/build/lastchange.sh~ 2015-07-13 13:24:59.000000000 +0300
++++ modpagespeed-1.9.32.4/build/lastchange.sh  2015-07-13 13:28:24.998692401 +0300
 @@ -24,7 +24,7 @@
  SVN_PATH=$1
  shift 1
@@ -9,10 +9,10 @@
  
  while [ $# -ge 2 ]; do
    case $1 in
-@@ -49,7 +49,15 @@
+@@ -49,8 +49,16 @@
  if [ -z $DEFAULT_FILE ]; then
    KEY='Last Changed Rev: '
-   REVISION=`svn info $SVN_PATH | grep "$KEY" | sed "s#$KEY##"`
+   REVISION=$(git rev-list --all --count)
 -  echo LASTCHANGE=$REVISION > $OUT_FILE
 +  if [ -z "$OUT_FILE" ]; then
 +    echo LASTCHANGE=$REVISION
@@ -27,3 +27,4 @@
 +    cat $DEFAULT_FILE > $OUT_FILE
 +  fi
  fi
This page took 0.06518 seconds and 4 git commands to generate.