summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-14 11:17:19 +0100
committerRemi Collet <remi@remirepo.net>2018-02-14 11:17:19 +0100
commita9a9051a6e8f0282d64a39314593c4a07dcedfb2 (patch)
tree8fe3803dd2d8a0037498b33b8a9cbf89d889c2e9 /php72.spec
parent7408893aed0857080f64a06fb84c2a8c5c8be757 (diff)
update to 7.2.3RC1
adapt systzdata, fixheader and ldap_r patches apply upstream patch for date ext
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php72.spec b/php72.spec
index fc3a70b..b748bb7 100644
--- a/php72.spec
+++ b/php72.spec
@@ -111,8 +111,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.2
-#global rcver RC1
+%global upver 7.2.3
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -158,13 +158,13 @@ Patch9: php-7.0.7-curl.patch
# Functional changes
Patch40: php-7.1.3-dlopen.patch
-Patch42: php-7.2.0-systzdata-v15.patch
+Patch42: php-7.2.3-systzdata-v16.patch
# See http://bugs.php.net/53436
Patch43: php-5.4.0-phpize.patch
# Use -lldap_r for OpenLDAP
-Patch45: php-5.6.3-ldap_r.patch
+Patch45: php-7.2.3-ldap_r.patch
# Make php_config.h constant across builds
-Patch46: php-7.2.2-fixheader.patch
+Patch46: php-7.2.3-fixheader.patch
# drop "Configure command" from phpinfo output
Patch47: php-5.6.3-phpinfo.patch
@@ -172,6 +172,7 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-upstream.patch
# Security fixes (200+)
@@ -1069,6 +1070,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .upstream
# security patches
@@ -2122,6 +2124,11 @@ fi
%changelog
+* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-1
+- update to 7.2.3RC1
+- adapt systzdata, fixheader and ldap_r patches
+- apply upstream patch for date ext
+
* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 7.2.2-1
- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php