diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:35:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:35:41 +0200 |
commit | b7bf4bdaa7873b1f835fd3b56229ccdc37b0b04f (patch) | |
tree | adc9d7baf9d950b76a9955d7c36d8b612c9d23fc | |
parent | a3355e9a2da1e3f7383bb0f669a36298113f03e7 (diff) |
php-horde-Horde-Http: 2.1.0
-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 3308b2a..bfc2535 100644 --- a/php-horde-Horde-Http.spec +++ b/php-horde-Horde-Http.spec @@ -15,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Http -Version: 2.0.5 +Version: 2.1.0 Release: 1%{?dist} Summary: Horde HTTP libraries @@ -47,7 +47,7 @@ Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 # Optional Requires: php-curl -# php-pecl-http v1 optional but not available (only v2) +# php-pecl-http v1 or v2 optional Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -55,7 +55,7 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} %description This package provides a set of classes for making HTTP requests. -Optional dependency: php-pecl-http1 +Optional dependency: php-pecl-http or php-pecl-http1 %prep @@ -116,6 +116,9 @@ fi %changelog +* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-1 +- Update to 2.1.0 + * Tue Feb 25 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 - Update to 2.0.5 |