diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:10:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-09 14:10:58 +0100 |
commit | db826fc95f6f1c22f1c201859fe34a84937e7265 (patch) | |
tree | ac0d7fea25de14d460a51f815f2d54f2fc80e613 | |
parent | 5d885cdac57e02c5e1d888c0e673d96b58c5deda (diff) |
php-horde-Horde-Nls: 2.0.5
-rw-r--r-- | php-horde-Horde-Nls.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Nls.spec b/php-horde-Horde-Nls.spec index 8e2c358..a93b018 100644 --- a/php-horde-Horde-Nls.spec +++ b/php-horde-Horde-Nls.spec @@ -1,4 +1,4 @@ -# spec file for php-horde-Horde-Date +# spec file for php-horde-Horde-Nls # # Copyright (c) 2012-2015 Nick Bebout, Remi Collet # @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Nls -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Native Language Support (NLS) @@ -37,13 +37,14 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 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 # Optional Requires: php-pecl(geoip) Requires: php-pear(Net_DNS2) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-nls) = %{version} %description @@ -113,6 +114,11 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 +- add provides php-composer(horde/horde-nls) +- raise dependency on Horde_Translation 2.2.0 + * Thu May 22 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 |