diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-23 12:02:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-23 12:02:53 +0200 |
commit | 804a830a3ccb43855bda06775dca705c37727312 (patch) | |
tree | c2c35196f6580b251d33b04302efd362fd4a1173 | |
parent | 48db0c43100e72279b67856e819207ec2889459c (diff) |
php-horde-Horde-Http: drop optional dependency on php-pecl-http (need v1)
-rw-r--r-- | php-horde-Horde-Http.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-horde-Horde-Http.spec b/php-horde-Horde-Http.spec index b2b4f1b..ee6172d 100644 --- a/php-horde-Horde-Http.spec +++ b/php-horde-Horde-Http.spec @@ -7,7 +7,7 @@ Name: php-horde-Horde-Http Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Horde HTTP libraries Group: Development/Libraries @@ -37,7 +37,7 @@ Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Support) >= 3.0.0 # Optionnal Requires: php-curl -Requires: php-pecl-http +# php-pecl-http v1 optional but not available (only v2) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -45,6 +45,8 @@ 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 + %prep %setup -q -c @@ -103,6 +105,9 @@ fi %changelog +* Tue Apr 23 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-2 +- drop optional dependency on php-pecl-http (need v1) + * Wed Mar 06 2013 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 |