From fa537c032aeed452bc4becb53e57ddf659ed5a63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Feb 2019 13:01:56 +0100 Subject: update to 7.2.16RC1 adapt systzdata patch (v17) --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 94ffc2c..372e232 100644 --- a/php.spec +++ b/php.spec @@ -129,13 +129,13 @@ %global db_devel libdb-devel %endif -%global upver 7.2.15 -#global rcver RC1 +%global upver 7.2.16 +%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 @@ -174,7 +174,7 @@ Patch9: php-7.0.7-curl.patch # Functional changes Patch40: php-7.2.4-dlopen.patch -Patch42: php-7.2.3-systzdata-v16.patch +Patch42: php-7.2.3-systzdata-v17.patch # See http://bugs.php.net/53436 Patch43: php-7.2.12-phpize.patch # Use -lldap_r for OpenLDAP @@ -1892,6 +1892,10 @@ fi %changelog +* Tue Feb 19 2019 Remi Collet 7.2.16~RC1-1 +- update to 7.2.16RC1 +- adapt systzdata patch (v17) + * Mon Feb 18 2019 Remi Collet - 7.2.15-2 - pdo_oci: backport PDOStatement::getColumnMeta from 7.4 - rebuild using libicu62 -- cgit