diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-17 09:31:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-17 09:31:09 +0200 |
commit | 9497dc10c81b7579eb1685409655340f19308603 (patch) | |
tree | a72ca44603bec6b6634fcb748c621390eab918a0 | |
parent | a0d59fb545a910e088d091ba1b9dccbf1635414a (diff) |
php-horde-nag: 4.1.1
-rw-r--r-- | php-horde-nag.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/php-horde-nag.spec b/php-horde-nag.spec index 485fb98..5b9b052 100644 --- a/php-horde-nag.spec +++ b/php-horde-nag.spec @@ -17,7 +17,7 @@ # "horde-nag" sub package with apache stuff Name: php-horde-nag -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} Summary: A web based task list manager @@ -46,11 +46,13 @@ Requires: php-session Requires: php-spl Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 +Requires: php-pear(%{pear_channel}/content) >= 2.0.3 +Requires: php-pear(%{pear_channel}/content) < 3.0.0 Requires: php-pear(%{pear_channel}/horde) >= 5.0.0 Requires: php-pear(%{pear_channel}/horde) < 6.0.0 Requires: php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Auth) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_Core) >= 2.5.0 +Requires: php-pear(%{pear_channel}/Horde_Core) >= 2.6.1 Requires: php-pear(%{pear_channel}/Horde_Core) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Data) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Data) < 3.0.0 @@ -64,7 +66,7 @@ Requires: php-pear(%{pear_channel}/Horde_Form) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Form) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Group) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Group) < 3.0.0 -Requires: php-pear(%{pear_channel}/Horde_History) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_History) >= 2.1.0 Requires: php-pear(%{pear_channel}/Horde_History) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Icalendar) < 3.0.0 @@ -91,9 +93,6 @@ Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_View) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_View) < 3.0.0 # Optional and implicitly required: Horde_Db -# not documented, required for Content_Tagger -# http://bugs.horde.org/ticket/11726 -Requires: php-pear(%{pear_channel}/content) >= 2.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -204,6 +203,9 @@ fi %changelog +* Wed Jul 17 2013 Remi Collet <remi@fedoraproject.org> - 4.1.1-1 +- Update to 4.1.1 + * Wed Jun 05 2013 Remi Collet <remi@fedoraproject.org> - 4.1.0-1 - Update to 4.1.0 |