diff --git a/php-pecl-http.spec b/php-pecl-http.spec index d61f7a0..5d675ed 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -21,7 +21,7 @@ Name: php-pecl-http Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended HTTP support License: BSD @@ -46,6 +46,8 @@ BuildRequires: php-pecl-propro-devel >= 1.0.0 BuildRequires: php-pecl-raphf-devel >= 1.1.0 BuildRequires: libevent-devel >= 1.4 BuildRequires: pkgconfig +# only needed in F27+ +BuildRequires: openssl-devel Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} @@ -234,6 +236,9 @@ NO_INTERACTION=1 \ %changelog +* Fri Apr 28 2017 Remi Collet - 3.1.0-3 +- add missing BR on openssl-devel for new libcurl (FTBFS from Koschei) + * Sat Feb 11 2017 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild