From 574d1de7ef69cf7b25434860235c365785f961e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Mar 2017 12:50:05 +0100 Subject: php 5.6: more date tests fixed for tzdata 2017.1 --- php56.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index d220d92..3b76f70 100644 --- a/php56.spec +++ b/php56.spec @@ -144,7 +144,7 @@ %endif #global rcver RC1 -%global rpmrel 2 +%global rpmrel 3 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -215,7 +215,7 @@ Patch100: php-upstream.patch # Fixes for tests (300+) # Factory is droped from system tzdata # Relax some tests with erratic results with system tzdata -Patch300: php-5.6.24-datetests.patch +Patch300: php-5.6.30-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-5.6.0-oldpcre.patch @@ -2001,6 +2001,9 @@ fi %changelog +* Tue Mar 21 2017 Remi Collet - 5.6.30-3 +- add patch for tests with tzdata 2017.1 + * Fri Jan 20 2017 Remi Collet 5.6.30-2 - disable dtrace by default, this may be enabled again using environment variable USE_ZEND_DTRACE=1, backported from PHP 7 -- cgit