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 | 00952c429033d2087ce705411653e5df81f2832d (patch) | |
tree | 8a578933f0a15bfd75d95d8fae0ee35a5d88674e | |
parent | 98fe43fbd39b70bc7f3ede40247a04a95be827a9 (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
-rw-r--r-- | php-pecl-sphinx.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index cb62d8c..5f1285a 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -4,7 +4,7 @@ Name: php-pecl-sphinx Version: 1.2.0 -Release: 2%{?dist}.2 +Release: 2%{?dist}.3 Summary: PECL extension for Sphinx SQL full-text search engine Group: Development/Languages License: PHP @@ -32,6 +32,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$} |