diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
commit | 26e15d089b542b8cdbd1b0590521d7085fffe40f (patch) | |
tree | 7d67c7fd9a0952380508d1437578f5b598177836 | |
parent | 015952d3e8816cd9bd9ebac13c99dee0d59958d3 (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
-rw-r--r-- | php-pecl-radius.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec index b575dc9..c144c49 100644 --- a/php-pecl-radius.spec +++ b/php-pecl-radius.spec @@ -4,7 +4,7 @@ Name: php-pecl-radius Version: 1.2.5 -Release: 14%{?dist}.2 +Release: 14%{?dist}.3 Summary: Radius client library License: BSD @@ -35,6 +35,9 @@ Obsoletes: php53u-pecl-%{pecl_name} %if "%{php_version}" > "5.4" Obsoletes: php54-pecl-%{pecl_name} %endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-%{pecl_name} +%endif # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} |