diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -118,13 +118,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: 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 @@ -166,7 +166,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.16-systzdata-v17.patch # See http://bugs.php.net/53436 Patch43: php-7.2.12-phpize.patch # Use -lldap_r for OpenLDAP @@ -2186,6 +2186,10 @@ fi %changelog +* Tue Feb 19 2019 Remi Collet <remi@remirepo.net> 7.2.16~RC1-1 +- update to 7.2.16RC1 +- adapt systzdata patch (v17) + * Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 7.2.15-2 - pdo_oci: backport PDOStatement::getColumnMeta from 7.4 - rebuild using libicu62 |