]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel 3.1; soap fix with libxml2 >= 2.6.24; fix if conditional auto/th/php-5_1_4-3_1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Jun 2006 12:15:32 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.581

php.spec

index 16d008349318d92011ddcc8a5435602d4cbbb727..f0a7f4e55ad1e741a964bd54ab9d96c502aba00b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -66,7 +66,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
@@ -122,6 +122,7 @@ Patch35:    %{name}-versioning.patch
 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}
@@ -1546,9 +1547,10 @@ patch -p1 < %{PATCH30} || exit 1
 %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
This page took 0.052586 seconds and 4 git commands to generate.