From 9a3998109629bc71ce31f5db4156983891ba0eaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jul 2015 16:20:59 +0200 Subject: [PATCH] Update to 2.5.1 (stable) - raise dependency on raphf 1.1.0 (cherry picked from commit d57e0625c3ee71c6866e5f0dd0a93bf47ccb8678) --- .gitignore | 1 + php-pecl-http.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0ea4bd6..f256e36 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8b82626..5a160d2 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -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 - 2.5.1-1 +- Update to 2.5.1 (stable) +- raise dependency on raphf 1.1.0 + * Wed Jul 15 2015 Remi Collet - 2.5.0-1 - update to 2.5.0 diff --git a/sources b/sources index ec6c17a..f23cbea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -367302919d7c1c86792581ba8ccbdac7 pecl_http-2.5.0.tgz +9df4d602e05ca2a0fc676b4e125be288 pecl_http-2.5.1.tgz