From f63c1da5550561772d070cb1b3f6140ea8914c29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 22 Jun 2006 13:13:48 +0000 Subject: [PATCH] - rel 5; fix soap with new libxml and fix substr_compare Changed files: php.spec -> 1.579.2.3 --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index d4186ad..0005a2d 100644 --- 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 4 +%define _rel 5 Summary: PHP: Hypertext Preprocessor Summary(fr): Le langage de script embarque-HTML PHP Summary(pl): Jêzyk skryptowy PHP @@ -121,6 +121,8 @@ Patch34: %{name}-ini-search-path.patch Patch35: %{name}-versioning.patch Patch36: %{name}-linkflags-clean.patch Patch37: %{name}-cli-segv-fixes.patch +Patch38: %{name}-soap.patch +Patch49: %{name}-substr_compare.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} @@ -1545,6 +1547,8 @@ patch -p1 < %{PATCH30} || exit 1 %patch34 -p1 %{?with_versioning:%patch35 -p1} %patch37 -p1 +%patch38 -p1 +%patch39 -p1 # conflict seems to be resolved by recode patches rm -f ext/recode/config9.m4 -- 2.44.0