From efd51c8820097439c83eace9072b205042879e7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Aug 2017 12:33:46 +0200 Subject: test build from git snapshot adapt tzdata patch for timelib 2017.05beta7 --- php.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b442cec..d9bd06e 100644 --- a/php.spec +++ b/php.spec @@ -128,13 +128,13 @@ %global db_devel libdb-devel %endif -%global gh_commit 249f75e7e423ce858827c1d13231e1f762a9b267 +%global gh_commit 3fff74aab5e41195cded72ca705de015abfd710a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20170711 +%global gh_date 20170822 %global gh_owner php %global gh_project php-src -%global rcver beta3 -%global rpmrel 16 +#global rcver beta3 +%global rpmrel 17 Summary: PHP scripting language for creating dynamic web sites @@ -184,7 +184,7 @@ Patch9: php-7.0.7-curl.patch # Functional changes Patch40: php-7.1.3-dlopen.patch -Patch42: php-7.1.0-systzdata-v14.patch +Patch42: php-7.2.0-systzdata-v15.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1847,6 +1847,10 @@ fi %changelog +* Tue Aug 22 2017 Remi Collet - 7.2.0-0.17.20170822.3fff74a. +- test build from git snapshot +- adapt tzdata patch for timelib 2017.05beta7 + * Tue Aug 15 2017 Remi Collet - 7.2.0-0.16.beta3 - update to 7.2.0beta3 -- cgit