diff --git a/.gitignore b/.gitignore index 2a9a967..b6a4429 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ php-pecl-http.spec~ /pecl_http-2.1.0.tgz /pecl_http-2.1.1.tgz /pecl_http-2.1.4.tgz +/pecl_http-2.2.0.tgz diff --git a/php-pecl-http.spec b/php-pecl-http.spec index fc88b86..587d7a5 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-http # -# Copyright (c) 2012-2014 Remi Collet +# Copyright (c) 2012-2015 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/3.0/ # @@ -25,7 +25,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-pecl-http -Version: 2.1.4 +Version: 2.2.0 Release: 1%{?dist} Summary: Extended HTTP support @@ -46,6 +46,7 @@ BuildRequires: php-pear BuildRequires: pcre-devel BuildRequires: zlib-devel >= 1.2.0.4 BuildRequires: curl-devel >= 7.18.2 +BuildRequires: libidn-devel BuildRequires: php-pecl-propro-devel BuildRequires: php-pecl-raphf-devel BuildRequires: libevent-devel >= 1.4 @@ -152,6 +153,7 @@ peclconf() { --with-http \ --with-http-zlib-dir=%{_prefix} \ --with-http-libcurl-dir=%{_prefix} \ + --with-http-libidn-dir=%{_prefix} \ --with-http-libevent-dir=%{_prefix} \ --with-libdir=%{_lib} \ --with-php-config=$1 @@ -276,6 +278,10 @@ fi %changelog +* Tue Jan 27 2015 Remi Collet - 2.2.0-1 +- Update to 2.2.0 (stable) +- add dependency on libidn + * Thu Nov 06 2014 Remi Collet - 2.1.4-1 - Update to 2.1.4 diff --git a/sources b/sources index c30139f..abc843c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19a44a32bf3b18ed00e769044d2cb8da pecl_http-2.1.4.tgz +ca2d25f34970c668d916be1b3463b5c0 pecl_http-2.2.0.tgz