From e1e4fd00318caf3ac6d21ff544db9638fa608f85 Mon Sep 17 00:00:00 2001 From: jorton Date: Mon, 19 Feb 2007 09:41:18 +0000 Subject: [PATCH] * Mon Feb 19 2007 Joe Orton 5.2.1-3 - fix regression in str_{i,}replace (from upstream) --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index e17b491..948522f 100644 --- a/php.spec +++ b/php.spec @@ -6,7 +6,7 @@ Summary: The PHP HTML-embedded scripting language Name: php Version: 5.2.1 -Release: 2 +Release: 3 License: The PHP License v3.01 Group: Development/Languages URL: http://www.php.net/ @@ -297,6 +297,7 @@ support for using the DBA database abstraction layer to PHP. %patch3 -p1 -b .norpath %patch5 -p1 -b .phpize64 %patch8 -p1 -b .includedir +%patch9 -p1 -b .strreplace %patch21 -p1 -b .odbc %patch22 -p1 -b .shutdown @@ -633,9 +634,11 @@ rm files.* macros.php %files pdo -f files.pdo %changelog +* Mon Feb 19 2007 Joe Orton 5.2.1-3 +- fix regression in str_{i,}replace (from upstream) + * Thu Feb 15 2007 Joe Orton 5.2.1-2 - update to 5.2.1 -- fix regression in str_{i,}replace (from upstream) - add Requires(pre) for httpd - trim %%changelog to versions >= 5.0.0