From c0adbf67f4591234adb7b8a224ed71486fad8a89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Mar 2018 13:54:54 +0100 Subject: v7.2.4RC1 --- php.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4ae42ff..c9ffa39 100644 --- a/php.spec +++ b/php.spec @@ -124,13 +124,13 @@ %global db_devel libdb-devel %endif -%global upver 7.2.3 -#global rcver RC1 +%global upver 7.2.4 +%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 @@ -167,14 +167,14 @@ Patch8: php-7.2.0-libdb.patch Patch9: php-7.0.7-curl.patch # Functional changes -Patch40: php-7.1.3-dlopen.patch +Patch40: php-7.2.4-dlopen.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-7.2.3-ldap_r.patch # Make php_config.h constant across builds -Patch46: php-7.2.3-fixheader.patch +Patch46: php-7.2.4-fixheader.patch # drop "Configure command" from phpinfo output Patch47: php-5.6.3-phpinfo.patch @@ -882,7 +882,7 @@ Group: System Environment/Libraries BuildRequires: pkgconfig(libsodium) >= 1.0.13 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -Obsoletes: %{?scl_prefix}php-pecl-libsodium2 < 7 +Obsoletes: %{?scl_prefix}php-pecl-libsodium2 < 3 Provides: %{?scl_prefix}php-pecl(libsodium) = %{version} Provides: %{?scl_prefix}php-pecl(libsodium)%{?_isa} = %{version} @@ -1854,6 +1854,9 @@ fi %changelog +* Tue Mar 13 2018 Remi Collet - 7.2.4~RC1-1 +- update to 7.2.4RC1 + * Fri Mar 2 2018 Remi Collet - 7.2.3-2 - devel: drop dependency on devtoolset -- cgit