diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-28 16:21:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-28 16:21:17 +0200 |
commit | b0e7fe2a68950b99c4c3747f96cca49045637c64 (patch) | |
tree | 513a6bafb9e1daed110be7fdd8f88ce90b2cf924 | |
parent | 533c7d9b96836dfb54345eb29ff2ec16efddc5f1 (diff) |
php-horde-Horde-Date-Parser: 2.0.4
-rw-r--r-- | php-horde-Horde-Date-Parser.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-horde-Horde-Date-Parser.spec b/php-horde-Horde-Date-Parser.spec index 41da09a..630e2d9 100644 --- a/php-horde-Horde-Date-Parser.spec +++ b/php-horde-Horde-Date-Parser.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Date-Parser -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde Date Parser @@ -36,11 +36,13 @@ Requires: php-ereg Requires: php-pcre Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 +Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.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 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Provides: php-composer(horde/horde-date-parser) = %{version} @@ -101,6 +103,10 @@ fi %changelog +* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 +- add dependency on Horde_Util + * Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 - add provides php-composer(horde/horde-date-parser) |