diff options
| -rw-r--r-- | php-pecl-yaf.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index e47c4fd..8a3b354 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -4,8 +4,8 @@  Summary:       Yet Another Framework  Name:          php-pecl-yaf -Version:       2.2.7 -Release:       1%{?dist} +Version:       2.2.8 +Release:       1%{?dist}.1  License:       PHP  Group:         Development/Languages  URL:           http://pecl.php.net/package/yaf @@ -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 @@ -142,6 +145,9 @@ rm -rf %{buildroot}  %changelog +* Tue Dec 18 2012 Remi Collet <remi@fedoraproject.org> - 2.2.8-1 +- version 2.2.8 (stable) +  * Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.2.7-1  - version 2.2.7 (stable)  | 
