diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 07:37:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 07:37:29 +0100 |
commit | 2a3e2085b0e6361781d15a894a434ac18cfd0368 (patch) | |
tree | ec7395f73ae583470ce917a0892045ca14971fef | |
parent | 71c5e65e2d0b973e66c25adc1fa7f36355330905 (diff) |
php-pecl-yaf: 2.2.7
-rw-r--r-- | php-pecl-yaf.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 9aa3a57..e47c4fd 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -4,7 +4,7 @@ Summary: Yet Another Framework Name: php-pecl-yaf -Version: 2.2.6 +Version: 2.2.7 Release: 1%{?dist} License: PHP Group: Development/Languages @@ -22,6 +22,8 @@ Requires(postun): %{__pecl} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} +Provides: php-%{pecl_name} = %{version} +Provides: php-%{pecl_name}%{?_isa} = %{version} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} @@ -140,6 +142,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.2.7-1 +- version 2.2.7 (stable) + * Thu Nov 1 2012 Remi Collet <remi@fedoraproject.org> - 2.2.6-1 - version 2.2.6 (stable) |