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 | 6a40462de918d1167ba8cf409165930436939cc2 (patch) | |
tree | 65555468c80786aef3413e6a4d39306a03c264e3 /php-pecl-yaml.spec | |
parent | 3456f978ede09075907373d6d0a32a9d700408a8 (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r-- | php-pecl-yaml.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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$} |