From 2c339101400ea0b1e24d9c38325e72baa6f1c5dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Aug 2013 13:50:34 +0200 Subject: php-horde-Horde-Http: 2.0.4 --- php-horde-Horde-Http.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec index db5b792..5366df2 100644 --- a/php-horde-Horde-Http.spec +++ b/php-horde-Horde-Http.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Http -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde HTTP libraries @@ -33,9 +33,9 @@ Requires: php-pcre 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_Support) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Support) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 # Optionnal Requires: php-curl # php-pecl-http v1 optional but not available (only v2) @@ -106,6 +106,9 @@ fi %changelog +* Tue Aug 27 2013 Remi Collet - 2.0.4-1 +- Update to 2.0.4 + * Tue May 07 2013 Remi Collet - 2.0.3-1 - Update to 2.0.3 -- cgit