summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-19 13:01:56 +0100
committerRemi Collet <remi@remirepo.net>2019-02-19 13:01:56 +0100
commitfa537c032aeed452bc4becb53e57ddf659ed5a63 (patch)
tree282c5848c64a604e2fd5ad29adf7e1f5e01e42bf /php.spec
parent1521c5c768aee3a14e7375d70331da360d86d32b (diff)
update to 7.2.16RC1
adapt systzdata patch (v17)
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 8 insertions, 4 deletions
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 <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