diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-27 13:50:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-27 13:50:34 +0200 |
commit | 2c339101400ea0b1e24d9c38325e72baa6f1c5dc (patch) | |
tree | e7bbff8ee1ec7625b21af36307ae2abcc472313a | |
parent | ee83e753ea6413b4ff09dd6113e9e7c1ffb98b47 (diff) |
php-horde-Horde-Http: 2.0.4
-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 |