diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-08 17:53:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-08 17:53:40 +0200 |
commit | 98e6ce1e63988cb8635cac0903458de4ed02b5e7 (patch) | |
tree | 51b082c4c9a0c2bca9fc7eebf35c1487b3e92bdd | |
parent | 0706f77e35e4ee2d37f6efab9cdad26d3a95062e (diff) |
php-horde-Horde-Support: 2.1.1
-rw-r--r-- | php-horde-Horde-Support.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Support.spec b/php-horde-Horde-Support.spec index c480a52..e207f1b 100644 --- a/php-horde-Horde-Support.spec +++ b/php-horde-Horde-Support.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Support -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} Summary: Horde support package @@ -34,9 +34,9 @@ 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_Stream_Wrapper) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Stream_Wrapper) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Stream_Wrapper) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -104,6 +104,9 @@ fi %changelog +* Sun Sep 08 2013 Remi Collet <remi@fedoraproject.org> - 2.1.1-1 +- Update to 2.1.1 + * Tue Apr 09 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-1 - Update to 2.1.0 |