From 3e7b34d1d877142b2f63a93b31b0d54765cc00de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:54:29 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-radius.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec index 0f8cd2e..eff1156 100644 --- a/php-pecl-radius.spec +++ b/php-pecl-radius.spec @@ -32,7 +32,7 @@ Name: %{?sub_prefix}php-pecl-radius Version: 1.4.0 -Release: 0.6.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Radius client library License: BSD @@ -84,9 +84,13 @@ Obsoletes: php72u-pecl-%{pecl_name} Obsoletes: php72w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} +Obsoletes: php73-pecl-%{pecl_name} Obsoletes: php73w-pecl-%{pecl_name} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} +Obsoletes: php74w-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -248,6 +252,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 1.4.0-0.7.b1 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet - 1.4.0-0.6.b1 - rebuild for 7.3.0beta2 new ABI -- cgit