summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-17 08:01:26 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-17 08:01:26 +0200
commite7c30900a14cf68103146c8172f27a91df9f8b3f (patch)
tree14f21d35da7e5bd145c829bc283725be25570997
parent845a5402e4091dce7ba37260e5280fb81bf602c4 (diff)
php-horde-Horde-Prefs: 2.4.1
-rw-r--r--php-horde-Horde-Prefs.spec28
1 files changed, 16 insertions, 12 deletions
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec
index 48a58be..f3382e3 100644
--- a/php-horde-Horde-Prefs.spec
+++ b/php-horde-Horde-Prefs.spec
@@ -3,7 +3,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Prefs
-Version: 2.4.0
+Version: 2.4.1
Release: 1%{?dist}
Summary: Horde Preferences API
@@ -32,28 +32,28 @@ Requires: php-spl
Requires: php-pear(PEAR) >= 1.7.0
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Mail) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Mail) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Mime) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Mime) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Translation) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0
# Optionnal
Requires: php-pear(%{pear_channel}/Horde_Autoloader) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Autoloader) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Autoloader) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.3
-Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Image) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Image) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Image) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Ldap) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Ldap) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Ldap) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Kolab_Storage) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Kolab_Storage) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Kolab_Storage) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Imsp) >= 2.0.0
-Conflicts: php-pear(%{pear_channel}/Horde_Imsp) >= 3.0.0
+Requires: php-pear(%{pear_channel}/Horde_Imsp) < 3.0.0
# Optional and implicitly required: Horde_Mongo
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -141,6 +141,10 @@ fi
%changelog
+* Fri May 17 2013 Remi Collet <remi@fedoraproject.org> - 2.4.1-1
+- Update to 2.4.1
+- switch from Conflicts >= max to Requires < max
+
* Tue May 07 2013 Remi Collet <remi@fedoraproject.org> - 2.4.0-1
- Update to 2.4.0
- raise dependency on Horde_Db >= 2.0.3