diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-03 16:34:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-03 16:34:30 +0200 |
commit | 6435bfb954f467bd9106e79264dc374e9a6b06cd (patch) | |
tree | b83674caa8c23375c6e47805ff0ecc713e460b0b | |
parent | 2199e22266586d6d2cf224af2b17f86139762780 (diff) |
php-horde-Horde-Prefs: 2.6.0
-rw-r--r-- | php-horde-Horde-Prefs.spec | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec index 6e31b9d..953102b 100644 --- a/php-horde-Horde-Prefs.spec +++ b/php-horde-Horde-Prefs.spec @@ -1,9 +1,18 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Prefs +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} %global pear_name Horde_Prefs %global pear_channel pear.horde.org Name: php-horde-Horde-Prefs -Version: 2.5.2 +Version: 2.6.0 Release: 1%{?dist} Summary: Horde Preferences API @@ -44,6 +53,8 @@ Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 # Optional Requires: php-pear(%{pear_channel}/Horde_Autoloader) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Autoloader) < 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Cache) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.3 Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Image) >= 2.0.0 @@ -141,6 +152,10 @@ fi %changelog +* Sat May 03 2014 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 +- Update to 2.6.0 +- add optional dep on Horde_Cache + * Mon Nov 11 2013 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 - Update to 2.5.2 |