From ac9722056fe7c0852f3776631c552675384ed2ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2018 08:34:29 +0100 Subject: Update to 7.1.15RC1 adapt ldap patch --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a6abb9d..26f8caa 100644 --- a/php.spec +++ b/php.spec @@ -120,8 +120,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: %{?scl_prefix}php @@ -172,7 +172,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 @@ -1817,6 +1817,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