diff options
| -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$}  | 
