diff options
-rw-r--r-- | php-horde-Horde-Http.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 + * Tue May 07 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 |