From 97b4f1e66a8b8bbbcb6513152e4f3db489c450e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Apr 2015 10:43:10 +0200 Subject: php 5.5: backport patch from 5.6 for date tests --- php55.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index e4d0773..1656aaa 100644 --- a/php55.spec +++ b/php55.spec @@ -193,10 +193,10 @@ Patch91: php-5.3.7-oci8conf.patch # Security fixes (200+) # Fixes for tests (300+) +# Factory is droped from system tzdata + upstream patch for new zic +Patch300: php-5.5.24-datetests.patch # 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 @@ -947,13 +947,13 @@ rm -rf ext/json # security patches # Fixes for tests +%patch300 -p1 -b .datetests %if %{with_libpcre} %if 0%{?fedora} < 21 # Only apply when system libpcre < 8.34 %patch301 -p1 -R -b .pcre84 %endif %endif -%patch302 -p0 -b .971416 # WIP patch -- cgit