diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-10-22 09:03:29 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-10-22 09:03:29 +0200 | 
| commit | c8b4ccbac6af5b1d2344237b4e01bd3644b14819 (patch) | |
| tree | 75df38aeb738b205144830ffc832906087dac3fb | |
| parent | 33adedbc10d3d2bb3de7c2d6110a2c65722f5573 (diff) | |
php-pecl-yaf: version 2.2.5 (stable)
| -rw-r--r-- | php-pecl-yaf.spec | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 40d7f10..1fbe2be 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -4,9 +4,8 @@  Summary:       Yet Another Framework  Name:          php-pecl-yaf -Version:       2.2.4 +Version:       2.2.5  Release:       1%{?dist} -# https://bugs.php.net/63239 - Please Provides LICENSE file  License:       PHP  Group:         Development/Languages  URL:           http://pecl.php.net/package/yaf @@ -27,10 +26,10 @@ Provides:      php-pecl(%{pecl_name}) = %{version}  Provides:      php-pecl(%{pecl_name})%{?_isa} = %{version}  # Other third party repo stuff -Obsoletes:     php53-pecl-yaf -Obsoletes:     php53u-pecl-yaf +Obsoletes:     php53-pecl-%{pecl_name} +Obsoletes:     php53u-pecl-%{pecl_name}  %if "%{php_version}" > "5.4" -Obsoletes:     php54-pecl-yaf +Obsoletes:     php54-pecl-%{pecl_name}  %endif @@ -128,7 +127,7 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-) -%doc %{pecl_name}-%{version}/CREDITS +%doc %{pecl_name}-%{version}/{LICENSE,CREDITS}  %config(noreplace) %{_sysconfdir}/php.d/%{pecl_name}.ini  %{php_extdir}/%{pecl_name}.so @@ -141,6 +140,10 @@ rm -rf %{buildroot}  %changelog +* Mon Oct 22 2012 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 +- version 2.2.5 (stable) +- LICENSE now provided by upstream +  * Tue Sep  4 2012 Remi Collet <remi@fedoraproject.org> - 2.2.4-1  - version 2.2.4 (beta)  - initial package  | 
