diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-14 12:52:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-14 12:52:11 +0100 |
commit | 4f51b3559ab78393cf70aff98f42955a1d8313e3 (patch) | |
tree | 30f84af984f2e3e40e67019779f87192f114ec2b /php71.spec | |
parent | eb301cec62f740f26f16c41df037c6bd30a1521d (diff) |
Update to 7.1.15RC1
adapt ldap patch
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -107,8 +107,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.14 -#global rcver RC1 +%global upver 7.1.15 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -158,7 +158,7 @@ Patch42: php-7.1.0-systzdata-v14.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.1.15-ldap_r.patch # drop "Configure command" from phpinfo output Patch47: php-5.6.3-phpinfo.patch # Automatically load OpenSSL configuration file @@ -2054,6 +2054,10 @@ fi %changelog +* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.1.15~RC1-1 +- Update to 7.1.15RC1 +- adapt ldap patch + * Wed Jan 31 2018 Remi Collet <remi@remirepo.net> - 7.1.14-1 - Update to 7.1.14 - http://www.php.net/releases/7_1_14.php |