Author: zergin Date: Sat Sep 1 21:46:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch0 (for tab delimed values) http://pecl.php.net/bugs/bug.php?id=11959
---- Files affected: SPECS: php-htscanner.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/php-htscanner.spec diff -u SPECS/php-htscanner.spec:1.9 SPECS/php-htscanner.spec:1.10 --- SPECS/php-htscanner.spec:1.9 Sat Sep 1 18:57:49 2007 +++ SPECS/php-htscanner.spec Sat Sep 1 23:46:17 2007 @@ -4,11 +4,12 @@ Summary(pl.UTF-8): Moduł PHP do emulacji obsługi .htaccess w silniku PHP Name: php-htscanner Version: 0.8.1 -Release: 0.2 +Release: 0.1 License: PHP 3.0 Group: Development/Languages/PHP Source0: http://pecl.php.net/get/htscanner-%{version}.tgz # Source0-md5: 8d3a4a63639c380b9268717a9a28dabe +Patch0: %{name}-whitespace.patch URL: http://pecl.php.net/package/htscanner BuildRequires: php-devel >= 3:5.0 BuildRequires: rpmbuild(macros) >= 1.344 @@ -41,6 +42,9 @@ %prep %setup -q -n htscanner-%{version} +# whitespace parsing fix +%patch0 -p1 + %build phpize %configure \ @@ -86,6 +90,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/09/01 21:46:17 zergin +- added patch0 (for tab delimed values) + http://pecl.php.net/bugs/bug.php?id=11959 + Revision 1.9 2007/09/01 16:57:49 zergin - updated to 0.8.1 - added all configure options to generated htscanner.ini file ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-htscanner.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
