From 48ae0a6c4bb8e255e8269a5ebe0d77a3bbffb27e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Mar 2016 14:07:27 +0100 Subject: php-pecl-http: 3.0.1 (php 7, stable) --- REFLECTION-PHP7 | 2 +- php-pecl-http-php7.spec | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 0b43bc1..910269a 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #77 http version 3.0.0 ] { +Extension [ extension #84 http version 3.0.1 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec index 6994cc7..8451033 100644 --- a/php-pecl-http-php7.spec +++ b/php-pecl-http-php7.spec @@ -37,12 +37,12 @@ #global prever RC1 Name: %{?sub_prefix}php-pecl-http -Version: 3.0.0 +Version: 3.0.1 %if 0%{?gh_date:1} Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz %endif Summary: Extended HTTP support @@ -146,10 +146,6 @@ Also provided is a powerful request and parallel interface. Version 2 is completely incompatible to previous version. -Note: -. php-pecl-http1 provides API version 1 -. php-pecl-http provides API version 2 - Documentation : http://devel-m6w6.rhcloud.com/mdref/http Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -355,6 +351,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 9 2016 Remi Collet - 3.0.1-1 +- Update to 3.0.1 (php 7, stable) + * Sat Mar 5 2016 Remi Collet - 3.0.0-2 - adapt for F24 -- cgit