diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -111,13 +111,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: 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 @@ -157,14 +157,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 @@ -1041,7 +1041,7 @@ Group: System Environment/Libraries BuildRequires: pkgconfig(libsodium) >= 1.0.13 Requires: php-common%{?_isa} = %{version}-%{release} -Obsoletes: php-pecl-libsodium2 < 7 +Obsoletes: php-pecl-libsodium2 < 3 Provides: php-pecl(libsodium) = %{version} Provides: php-pecl(libsodium)%{?_isa} = %{version} %if 0%{?rhel} @@ -2135,6 +2135,9 @@ fi %changelog +* Tue Mar 13 2018 Remi Collet <remi@remirepo.net> - 7.2.4~RC1-1 +- update to 7.2.4RC1 + * Fri Mar 2 2018 Remi Collet <remi@remirepo.net> - 7.2.3-2 - devel: drop dependency on devtoolset |