From cbadb85b5f73a9da0481e32459efc198afcfaa3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Feb 2019 17:49:53 +0100 Subject: update to 7.3.3RC1 adapt systzdata patch (v18) --- php73.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 9313f9d..3e88271 100644 --- a/php73.spec +++ b/php73.spec @@ -118,9 +118,9 @@ %global db_devel libdb-devel %endif -%global upver 7.3.2 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.3 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -167,7 +167,7 @@ Patch9: php-7.0.7-curl.patch # Functional changes Patch40: php-7.2.4-dlopen.patch -Patch42: php-7.3.2-systzdata-v17.patch +Patch42: php-7.3.3-systzdata-v18.patch # See http://bugs.php.net/53436 Patch43: php-7.3.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -2215,6 +2215,10 @@ fi %changelog +* Tue Feb 19 2019 Remi Collet - 7.3.3~RC1-1 +- update to 7.3.3RC1 +- adapt systzdata patch (v18) + * Mon Feb 18 2019 Remi Collet - 7.3.2-2 - pdo_oci: backport PDOStatement::getColumnMeta from 7.4 - rebuild using libicu62 -- cgit