From f9def6e5cbe9649d39e35bcc5aee7bc5f025fc51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jun 2014 08:01:16 +0200 Subject: PHP: fix test for rhbz #971416 --- php55.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index 6723a4f..d306ada 100644 --- a/php55.spec +++ b/php55.spec @@ -124,7 +124,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.14 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.1.%{?snapdate}%{?rcver}%{?dist} +Release: 0.2.%{?snapdate}%{?rcver}%{?dist} %else Release: 3%{?dist} %endif @@ -193,6 +193,8 @@ Patch91: php-5.3.7-oci8conf.patch # Fixes for tests (300+) # Revert change for pcre 8.34 Patch301: php-5.5.10-pcre834.patch +# see https://bugzilla.redhat.com/971416 +Patch302: php-5.5.14-noNO.patch # WIP @@ -914,6 +916,7 @@ rm -rf ext/json %patch301 -p1 -R -b .pcre84 %endif %endif +%patch302 -p0 -b .971416 # WIP patch @@ -1894,6 +1897,9 @@ fi %changelog +* Tue Jun 17 2014 Remi Collet 5.5.14-0.2.RC1 +- fix test for rhbz #971416 + * Tue Jun 17 2014 Remi Collet 5.5.14-0.1.RC1 - Test build of 5.5.14RC1 -- cgit