update to 2.2.0

(cherry picked from commit 94e1809f75)
This commit is contained in:
Remi Collet 2015-01-29 10:44:16 +01:00
parent 5282953721
commit 29a7cbf3a3
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <remi@fedoraproject.org> - 2.2.0-1
- Update to 2.2.0 (stable)
- add dependency on libidn
* Thu Nov 06 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1
- Update to 2.1.4

View File

@ -1 +1 @@
19a44a32bf3b18ed00e769044d2cb8da pecl_http-2.1.4.tgz
ca2d25f34970c668d916be1b3463b5c0 pecl_http-2.2.0.tgz