From 6a40462de918d1167ba8cf409165930436939cc2 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-yaml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 4ee8736..9ea2b34 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -5,7 +5,7 @@ Summary: PHP Bindings for yaml Name: php-pecl-yaml Version: 1.1.0 -Release: 2%{?dist}.2 +Release: 2%{?dist}.3 License: MIT Group: Development/Languages URL: http://pecl.php.net/package/yaml @@ -33,6 +33,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