From 00952c429033d2087ce705411653e5df81f2832d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2012 18:42:39 +0100 Subject: PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI --- php-pecl-sphinx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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$} -- cgit