From 98e6ce1e63988cb8635cac0903458de4ed02b5e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Sep 2013 17:53:40 +0200 Subject: php-horde-Horde-Support: 2.1.1 --- php-horde-Horde-Support.spec | 9 ++++++--- 1 file 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 - 2.1.1-1 +- Update to 2.1.1 + * Tue Apr 09 2013 Remi Collet - 2.1.0-1 - Update to 2.1.0 -- cgit