Author: glen Date: Sun Jun 24 12:27:24 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.10.22.4, builds on ti
---- Files affected: packages/apache-mod_pagespeed: apache-mod_pagespeed.spec (1.11 -> 1.12) , get-source.sh (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/apache-mod_pagespeed/apache-mod_pagespeed.spec diff -u packages/apache-mod_pagespeed/apache-mod_pagespeed.spec:1.11 packages/apache-mod_pagespeed/apache-mod_pagespeed.spec:1.12 --- packages/apache-mod_pagespeed/apache-mod_pagespeed.spec:1.11 Sat Oct 8 13:12:17 2011 +++ packages/apache-mod_pagespeed/apache-mod_pagespeed.spec Sun Jun 24 14:27:19 2012 @@ -32,6 +32,7 @@ # "opencv_src": "https://code.ros.org/svn/opencv/tags/2.1", # "gflags_root": "http://google-gflags.googlecode.com/svn/tags/gflags-1.3/src", # "google_sparsehash_root": "http://google-sparsehash.googlecode.com/svn/tags/sparsehash-1.8.1/src", +# protobuf_lite %if "%{pld_release}" == "ac" # add suffix, but allow ccache, etc in ~/.rpmmacros @@ -45,16 +46,17 @@ %define apxs %{_sbindir}/apxs Summary: Apache module for rewriting web pages to reduce latency and bandwidth Name: apache-mod_%{mod_name} -Version: 0.9.18.9 -Release: 0.4 +Version: 0.10.22.4 +Release: 0.5 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: modpagespeed-%{version}.tar.bz2 -# Source0-md5: 0a203c836c904db1b320ef6aae9a3661 -URL: http://code.google.com/p/modpagespeed/ +# Source0-md5: e984c38493506fa9c4997513b7f016cb +Source1: get-source.sh +URL: https://developers.google.com/speed/pagespeed/ BuildRequires: %{apxs} BuildRequires: apache-devel >= 2.2 -BuildRequires: libstdc++-devel >= 5:4.0 +BuildRequires: libstdc++-devel >= 5:4.1 BuildRequires: python-devel >= 1:2.6 BuildRequires: rpmbuild(macros) >= 1.268 # gcc4 might be installed, but not current __cc @@ -152,6 +154,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2012/06/24 12:27:19 glen +- up to 0.10.22.4, builds on ti + Revision 1.11 2011/10/08 11:12:17 glen - 0.9.18.9 tarball ================================================================ Index: packages/apache-mod_pagespeed/get-source.sh diff -u packages/apache-mod_pagespeed/get-source.sh:1.3 packages/apache-mod_pagespeed/get-source.sh:1.4 --- packages/apache-mod_pagespeed/get-source.sh:1.3 Sat Oct 8 12:57:58 2011 +++ packages/apache-mod_pagespeed/get-source.sh Sun Jun 24 14:27:19 2012 @@ -41,8 +41,14 @@ exit 1 fi -wget -c http://src.chromium.org/svn/trunk/tools/depot_tools.tar.gz -test -d depot_tools || tar xzf depot_tools.tar.gz +#wget -c https://chrome-browser.googlecode.com/svn-history/r37527/trunk/tools/depot_tools.tar.gz +wget -c http://distfiles.pld-linux.org/by-md5/5/6/56a3c406fcb645eaaa608a257f06a90d/depot_tools.tar.gz +test -d depot_tools || { + tar xzf depot_tools.tar.gz + cd depot_tools + svn upgrade + cd .. +} install -d $pkg cd $pkg ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/apache-mod_pagespeed/apache-mod_pagespeed.spec?r1=1.11&r2=1.12 http://cvs.pld-linux.org/packages/apache-mod_pagespeed/get-source.sh?r1=1.3&r2=1.4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
