diff options
-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 |