From 9b944b0aad98ef8868ef3d814d2cf707a3e0f86b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2017 07:38:11 +0200 Subject: v7.2.0RC2 --- php.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d21075d..5af48f0 100644 --- a/php.spec +++ b/php.spec @@ -129,8 +129,8 @@ #global gh_date 20170828 %global gh_owner php %global gh_project php-src -%global rcver RC1 -%global rpmrel 22 +%global rcver RC2 +%global rpmrel 23 Summary: PHP scripting language for creating dynamic web sites @@ -178,8 +178,6 @@ Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-7.1.0-libdb.patch Patch9: php-7.0.7-curl.patch -# From https://github.com/derickr/timelib/pull/21 -Patch10: php-timelib.patch # Functional changes Patch40: php-7.1.3-dlopen.patch @@ -197,7 +195,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -910,7 +907,6 @@ low-level PHP extension for the libsodium cryptographic library. %if 0%{?rhel} %patch9 -p1 -b .curltls %endif -%patch10 -p1 -b .timelib %patch40 -p1 -b .dlopen %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -926,7 +922,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -1844,6 +1839,9 @@ fi %changelog +* Wed Sep 13 2017 Remi Collet - 7.2.0-0.23.RC2 +- update to 7.2.0RC2 + * Thu Aug 31 2017 Remi Collet - 7.2.0-0.22.RC1 - add patch for EL-6, fix undefined symbol: sqlite3_errstr -- cgit