From fb3206235dc02be196fedb1b47fa7e4297f3002c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Jul 2014 16:29:10 +0200 Subject: php 5.6: dont display timezone version in phpinfo (tzdata patch v11) --- php56.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index ae421a6..08586cd 100644 --- a/php56.spec +++ b/php56.spec @@ -121,7 +121,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.0 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.17.%{?snapdate}%{?rcver}%{?dist} +Release: 0.18.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -168,7 +168,7 @@ Patch21: php-5.4.7-odbctimer.patch # Functional changes Patch40: php-5.4.0-dlopen.patch -Patch42: php-5.3.1-systzdata-v10.patch +Patch42: php-5.3.1-systzdata-v11.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1919,6 +1919,9 @@ fi %changelog +* Fri Jul 25 2014 Remi Collet 5.6.0-0.18.RC2 +- dont display timezone version in phpinfo (tzdata patch v11) + * Sat Jul 19 2014 Remi Collet 5.6.0-0.17.RC2 - test build for #67635 -- cgit