From cf76328462c582061c8397d482973bf18e89f76c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jan 2018 08:03:28 +0100 Subject: v7.2.1 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c140e4a..8042ee5 100644 --- a/php.spec +++ b/php.spec @@ -125,12 +125,12 @@ %endif %global upver 7.2.1 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -182,7 +182,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: bug75579.patch # Security fixes (200+) @@ -915,7 +914,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .upstream # security patches @@ -1841,6 +1839,9 @@ fi %changelog +* Wed Jan 3 2018 Remi Collet - 7.2.1-1 +- Update to 7.2.1 - http://www.php.net/releases/7_2_1.php + * Fri Dec 29 2017 Remi Collet - 7.2.1~RC1-2 - add upstream patch for https://bugs.php.net/75579 -- cgit