From 8844eb924e4ecca72b92b37d84c4e5e5cfa96137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Sep 2018 13:17:03 +0200 Subject: Update to 7.0.32 - http://www.php.net/releases/7_0_32.php --- php.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 47459ad..7b5fe4a 100644 --- a/php.spec +++ b/php.spec @@ -120,14 +120,13 @@ %global db_devel libdb-devel %endif -%global upver 7.0.31 -#global rcver RC1 +%global upver 7.0.32 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 @@ -186,6 +185,8 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: https://github.com/php/php-src/commit/be50a72715c141befe6f34ece660745da894aaf3.patch +Patch101: https://github.com/php/php-src/commit/2ef8809ef3beb5f58b81dcff49bdcde4d2cb8426.patch # Security fixes (200+) @@ -916,6 +917,8 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up1 +%patch101 -p1 -b .up2 # security patches @@ -1851,6 +1854,9 @@ fi %changelog +* Tue Sep 11 2018 Remi Collet - 7.0.32-1 +- Update to 7.0.32 - http://www.php.net/releases/7_0_32.php + * Thu Aug 23 2018 Remi Collet - 7.0.31-2 - F29: backport ICU 62.1 support from 7.1 -- cgit