diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 13:54:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 13:54:29 +0200 |
commit | 3e7b34d1d877142b2f63a93b31b0d54765cc00de (patch) | |
tree | a8fda87c576fee7e5e07b32890ea48abd73f6dae | |
parent | 7f089a728960f740d011888d0c70f5ad8db43e31 (diff) |
-rw-r--r-- | php-pecl-radius.spec | 11 |
1 files 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 <remi@remirepo.net> - 1.4.0-0.7.b1 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.4.0-0.6.b1 - rebuild for 7.3.0beta2 new ABI |