From 4f51b3559ab78393cf70aff98f42955a1d8313e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2018 12:52:11 +0100 Subject: Update to 7.1.15RC1 adapt ldap patch --- php71.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index 07996d5..c67ec36 100644 --- a/php71.spec +++ b/php71.spec @@ -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 - 7.1.15~RC1-1 +- Update to 7.1.15RC1 +- adapt ldap patch + * Wed Jan 31 2018 Remi Collet - 7.1.14-1 - Update to 7.1.14 - http://www.php.net/releases/7_1_14.php -- cgit