From b644e79a56d30c993d0e5cb31ac3e03f5ba71617 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Apr 2015 12:37:48 +0200 Subject: php test build --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index e3a895f..aa9cd7f 100644 --- a/php.spec +++ b/php.spec @@ -128,7 +128,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -174,7 +174,8 @@ Patch21: php-5.4.7-odbctimer.patch # Functional changes Patch40: php-5.4.0-dlopen.patch -Patch42: php-5.6.3-systzdata-v11.patch +Patch41: php-5.6.9-newzic.patch +Patch42: php-5.6.9-systzdata-v12.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -873,6 +874,7 @@ support for using the enchant library to PHP. %patch21 -p1 -b .odbctimer %patch40 -p1 -b .dlopen +%patch41 -p1 -b .newzic %patch42 -p1 -b .systzdata %patch43 -p1 -b .headers %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 @@ -1781,6 +1783,9 @@ fi %changelog +* Tue Apr 28 2015 Remi Collet 5.6.8-2 +- test build (new zic) + * Thu Apr 16 2015 Remi Collet 5.6.8-1 - Update to 5.6.8 http://www.php.net/releases/5_6_8.php -- cgit