Author: glen Date: Thu Jun 7 14:53:45 2012 GMT Module: packages Tag: HEAD ---- Log message: - use snapshot HTTP Digest auth option for builder, contains CSSMin and bugfix for issue 18
---- Files affected: packages/minify: minify.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/minify/minify.spec diff -u packages/minify/minify.spec:1.13 packages/minify/minify.spec:1.14 --- packages/minify/minify.spec:1.13 Thu Mar 29 18:46:31 2012 +++ packages/minify/minify.spec Thu Jun 7 16:53:40 2012 @@ -4,15 +4,18 @@ Summary: Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads Name: minify Version: 2.1.5 -Release: 1 +Release: 2 License: New BSD License Group: Applications/WWW -#Source0: https://github.com/mrclay/minify/tarball/master#/%{name}-%{version}.tgz -Source0: https://minify.googlecode.com/files/%{name}-%{version}.zip -# Source0-md5: b120d4f5060a55e66ae23afa9172be31 +#Source0: https://minify.googlecode.com/files/%{name}-%{version}.zip +Source0: https://github.com/mrclay/minify/tarball/master#/%{name}-%{version}.tgz +# Source0-md5: b2c39b7edf323e99232141b8d25cbde4 +#Source0: https://github.com/glensc/minify/tarball/lesscss#/%{name}-less-%{version}.tgz Patch0: paths.patch Patch1: pear-firephp.patch Patch2: yui-path.patch +Patch3: https://github.com/glensc/minify/commit/92ba959863775e9f24e17fa3f3787a03a63c9db2.patch +# Patch3-md5: b48ba17e2a329832e8e3b59f0a4ef57e Source1: apache.conf Source2: lighttpd.conf URL: http://code.google.com/p/minify/ @@ -77,13 +80,14 @@ Unit tests for Minify. %prep -%setup -#%setup -qc -#mv mrclay-minify-*/* . +#%setup +%setup -qc +mv *-minify-*/* . %undos -f php %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %undos UPGRADING.txt find -type f | xargs chmod a-x @@ -165,6 +169,8 @@ %dir %{php_data_dir}/HTTP %{php_data_dir}/HTTP/ConditionalGet.php %{php_data_dir}/HTTP/Encoder.php +%{php_data_dir}/CSSMin.php +%{php_data_dir}/DooDigestAuth.php %{php_data_dir}/JSMin.php %{php_data_dir}/JSMinPlus.php %{php_data_dir}/Minify.php @@ -176,6 +182,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2012/06/07 14:53:40 glen +- use snapshot HTTP Digest auth option for builder, contains CSSMin and bugfix for issue 18 + Revision 1.13 2012/03/29 16:46:31 glen - setup distro path for yuicompressor jar ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/minify/minify.spec?r1=1.13&r2=1.14 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
