Update to 2.5.1 (stable) - raise dependency on raphf 1.1.0

(cherry picked from commit d57e0625c3)
This commit is contained in:
Remi Collet 2015-07-28 16:20:59 +02:00
parent 2b8d0f7f6e
commit 9a39981096
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ clog
/pecl_http-2.4.3.tgz
/pecl_http-2.5.0RC1.tgz
/pecl_http-2.5.0.tgz
/pecl_http-2.5.1.tgz

View File

@ -31,7 +31,7 @@
#global prever RC1
Name: php-pecl-http
Version: 2.5.0
Version: 2.5.1
Release: 1%{?dist}
Summary: Extended HTTP support
@ -52,8 +52,8 @@ 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: php-pecl-propro-devel >= 1.0.0
BuildRequires: php-pecl-raphf-devel >= 1.1.0
BuildRequires: libevent-devel >= 1.4
BuildRequires: pkgconfig
@ -70,8 +70,8 @@ Requires: php-hash%{?_isa}
Requires: php-iconv%{?_isa}
Requires: php-spl%{?_isa}
%endif
Requires: php-pecl(propro)%{?_isa}
Requires: php-pecl(raphf)%{?_isa}
Requires: php-pecl(propro)%{?_isa} >= 1.0.0
Requires: php-pecl(raphf)%{?_isa} >= 1.1.0
%if 0%{?fedora} < 22
# new extensions split off this one.
Requires: php-pecl(json_post)%{?_isa}
@ -288,6 +288,10 @@ fi
%changelog
* Tue Jul 28 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
- Update to 2.5.1 (stable)
- raise dependency on raphf 1.1.0
* Wed Jul 15 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-1
- update to 2.5.0

View File

@ -1 +1 @@
367302919d7c1c86792581ba8ccbdac7 pecl_http-2.5.0.tgz
9df4d602e05ca2a0fc676b4e125be288 pecl_http-2.5.1.tgz