From 66e36eb09cdf048cf8e0bf434bcc9d39c7d580dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Feb 2021 15:01:49 +0100 Subject: update to 7.4.16RC1 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 69234c0..bd38213 100644 --- a/php.spec +++ b/php.spec @@ -100,8 +100,8 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.15 -#global rcver RC2 +%global upver 7.4.16 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -163,7 +163,6 @@ Patch47: php-7.4.8-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-bug80682.patch # Security fixes (200+) @@ -937,7 +936,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .bug80682 # security patches @@ -1815,6 +1813,9 @@ fi %changelog +* Tue Feb 16 2021 Remi Collet - 7.4.16~RC1-1 +- update to 7.4.16RC1 + * Tue Feb 2 2021 Remi Collet - 7.4.15-1 - Update to 7.4.15 - http://www.php.net/releases/7_4_15.php -- cgit