SPECS: php.spec - rel 3.1; soap fix with libxml2 >= 2.6.24; fix if...

arekm arekm at pld-linux.org
Wed Jun 21 14:15:41 CEST 2006


Author: arekm                        Date: Wed Jun 21 12:15:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3.1; soap fix with libxml2 >= 2.6.24; fix if conditional

---- Files affected:
SPECS:
   php.spec (1.580 -> 1.581) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.580 SPECS/php.spec:1.581
--- SPECS/php.spec:1.580	Tue Jun 20 14:51:33 2006
+++ SPECS/php.spec	Wed Jun 21 14:15:32 2006
@@ -67,7 +67,7 @@
 ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 
-%define	_rel 3
+%define	_rel 3.1
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr):	Le langage de script embarque-HTML PHP
 Summary(pl):	Język skryptowy PHP
@@ -123,6 +123,7 @@
 Patch36:	%{name}-linkflags-clean.patch
 Patch37:	%{name}-cli-segv-fixes.patch
 Patch38:	%{name}-amd64.patch
+Patch39:	%{name}-soap.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}
@@ -1547,9 +1548,10 @@
 %patch34 -p1
 %{?with_versioning:%patch35 -p1}
 %patch37 -p1
-%if "%{_lib}" = "lib64"
+%if "%{_lib}" == "lib64"
 %patch38 -p1
 %endif
+%patch39 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
@@ -3001,6 +3003,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.581  2006/06/21 12:15:32  arekm
+- rel 3.1; soap fix with libxml2 >= 2.6.24; fix if conditional
+
 Revision 1.580  2006/06/20 12:51:33  glen
 - use more memory on amd64 (php.ini setting)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.580&r2=1.581&f=u



More information about the pld-cvs-commit mailing list