From 7d8a3aca3da6256af875591e7ba60439f49334ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jul 2015 12:54:28 +0200 Subject: php-pecl-http: fix the deps. --- php-pecl-http.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index c1a37fc..9a6ed29 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -66,8 +66,8 @@ BuildRequires: pcre-devel BuildRequires: zlib-devel >= 1.2.0.4 BuildRequires: curl-devel >= 7.18.2 BuildRequires: libidn-devel -BuildRequires: %{?sub_prefix}php-pecl-propro-devel -BuildRequires: %{?sub_prefix}php-pecl-raphf-devel +BuildRequires: %{?sub_prefix}php-pecl-propro-devel >= 1.0.0 +BuildRequires: %{?sub_prefix}php-pecl-raphf-devel >= 1.1.0 %if 0%{?scl:1} && 0%{?fedora} < 15 && 0%{?rhel} < 7 && "%{?scl_vendor}" != "remi" # Filter in the SCL collection @@ -100,8 +100,8 @@ Requires: %{?scl_prefix}php-hash%{?_isa} Requires: %{?scl_prefix}php-iconv%{?_isa} Requires: %{?scl_prefix}php-spl%{?_isa} %endif -Requires: %{?scl_prefix}php-pecl(propro)%{?_isa} -Requires: %{?scl_prefix}php-pecl(raphf)%{?_isa} +Requires: %{?scl_prefix}php-pecl(propro)%{?_isa} >= 1.0.0 +Requires: %{?scl_prefix}php-pecl(raphf)%{?_isa} >= 1.1.0 %if "%{php_version}" > "5.6" # V1 don't support PHP 5.6 https://bugs.php.net/66879 Obsoletes: %{?scl_prefix}php-pecl-http1 < 2 -- cgit