From 84d30557a01f002a9d332d325880fcc43390f95d 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 --- php.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c53b624..1fdf1ee 100644 --- a/php.spec +++ b/php.spec @@ -192,6 +192,8 @@ 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -872,6 +874,7 @@ support for using the enchant library to PHP. # security patches # Fixes for tests +%patch300 -p1 -b .datetests # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE -- cgit