From f75fe2a508fa565393b9da662243890d4707bf3f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:27:52 +0000 Subject: [PATCH] auto-import changelog data from php-4.0.6-7.src.rpm * Mon Aug 27 2001 Nalin Dahyabhai - add patch from pzb at scyld.com to fix the ZVAL_TRUE and ZVAL_FALSE macros (#52501) --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 65b92d3..c3c0c1e 100644 --- a/php.spec +++ b/php.spec @@ -7,7 +7,7 @@ Summary: The PHP HTML-embedded scripting language. Name: php Version: 4.0.6 -Release: 6 +Release: 7 Group: Development/Languages URL: http://www.php.net/ Source0: http://www.php.net/distributions/php-%{version}.tar.gz @@ -31,6 +31,7 @@ Patch2: php-4.0.4pl1-linkage.patch Patch3: php-4.0.6-libtool.patch Patch4: php-4.0.5-db.patch Patch5: php-4.0.5-ext.patch +Patch6: php-4.0.6-ZVAL.patch License: PHP BuildRoot: %{_tmppath}/%{name}-root Obsoletes: mod_php, php3, phpfi @@ -167,6 +168,7 @@ pushd %{name}-%{version} %patch3 -p1 -b .libtool %patch4 -p1 -b .db %patch5 -p1 -b .ext +%patch6 -p1 -b .ZVAL cp Zend/LICENSE Zend/ZEND_LICENSE @@ -440,6 +442,10 @@ fi #%lang(pt) %{contentdir}/html/manual/mod/mod_php4/pt_BR %changelog +* Mon Aug 27 2001 Nalin Dahyabhai +- add patch from pzb at scyld.com to fix the ZVAL_TRUE and ZVAL_FALSE macros + (#52501) + * Fri Aug 17 2001 Nalin Dahyabhai - enable bzip2 extension - enable curl extension