diff options
| -rw-r--r-- | php-horde-Horde-Cli.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/php-horde-Horde-Cli.spec b/php-horde-Horde-Cli.spec index d78ff7e..d5bc79e 100644 --- a/php-horde-Horde-Cli.spec +++ b/php-horde-Horde-Cli.spec @@ -13,7 +13,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Cli -Version:        2.0.5 +Version:        2.0.6  Release:        1%{?dist}  Summary:        Horde Command Line Interface API @@ -37,10 +37,11 @@ Requires:       php-pear(PEAR) >= 1.7.0  Requires:       php-channel(%{pear_channel})  Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0  Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0  Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides:       php-composer(horde/horde-cli) = %{version}  %description @@ -57,6 +58,7 @@ cd %{pear_name}-%{version}  sed -e '/%{pear_name}.po/d' \      -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \      ../package.xml >%{name}.xml +touch -r ../package.xml %{name}.xml  %build @@ -110,6 +112,11 @@ fi  %changelog +* Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- Update to 2.0.6 +- add provides php-composer(horde/horde-cli) +- raise dependency on Horde_Translation 2.2.0 +  * Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1  - Update to 2.0.5 | 
