Author: glen Date: Thu Aug 5 22:33:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - more tests made happy
---- Files affected: packages/php: php.spec (1.885 -> 1.886) ---- Diffs: ================================================================ Index: packages/php/php.spec diff -u packages/php/php.spec:1.885 packages/php/php.spec:1.886 --- packages/php/php.spec:1.885 Tue Aug 3 16:51:06 2010 +++ packages/php/php.spec Fri Aug 6 00:33:45 2010 @@ -181,6 +181,7 @@ Patch55: bug-52078-fileinode.patch Patch56: bug-51901.patch Patch57: bug-52448.patch +Patch58: bug-52533.patch URL: http://www.php.net/ %{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}} %{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0} @@ -196,6 +197,7 @@ %{?with_fdf:BuildRequires: fdftk-devel} #BuildRequires: flex BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 %if %{with mssql} || %{with sybase_ct} BuildRequires: freetds-devel >= 0.82 %endif @@ -227,8 +229,8 @@ BuildRequires: openssl-devel >= 0.9.7d %endif %{?with_gcov:BuildRequires: lcov} -%{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7} %{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}} +%{?with_snmp:BuildRequires: net-snmp-devel >= 5.0.7} BuildRequires: pam-devel %{?with_pcre:BuildRequires: pcre-devel >= 6.6} BuildRequires: pkgconfig @@ -238,7 +240,7 @@ %{?with_recode:BuildRequires: recode-devel >= 3.5d-3} BuildRequires: rpm >= 4.4.9-56 BuildRequires: rpm-build >= 4.4.0 -BuildRequires: rpmbuild(macros) >= 1.527 +BuildRequires: rpmbuild(macros) >= 1.566 %{?with_sqlite:BuildRequires: sqlite-devel} %{?with_sqlite3:BuildRequires: sqlite3-devel >= 3.3.9} BuildRequires: t1lib-devel @@ -1828,9 +1830,11 @@ %patch52 -p1 %patch53 -p1 %patch54 -p1 +%undos ext/spl/tests/SplFileInfo_getInode_basic.phpt %patch55 -p1 %patch56 -p0 %patch57 -p1 +%patch58 -p1 %if "%{pld_release}" != "ac" sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.m4 @@ -3135,6 +3139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.886 2010/08/05 22:33:45 glen +- more tests made happy + Revision 1.885 2010/08/03 14:51:06 glen - release 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.885&r2=1.886&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
