diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-12-18 07:17:54 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-12-18 07:17:54 +0100 | 
| commit | 5460a62db9dd41f6257cbbc4b8f2fb8b0f5136ee (patch) | |
| tree | fb6b9403bf7f87b5f901d924fb95584f8f6c5a2f | |
| parent | 2a3e2085b0e6361781d15a894a434ac18cfd0368 (diff) | |
php-pecl-yaf: 2.2.8
| -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)  | 
