summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-09 14:07:27 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-09 14:07:27 +0100
commit48ae0a6c4bb8e255e8269a5ebe0d77a3bbffb27e (patch)
tree5fc9ba72d11f8e3f0fc398933a2a88bb8f9d045c
parentcc758d5b10420aba044d6828016f1adcb593f281 (diff)
php-pecl-http: 3.0.1 (php 7, stable)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-http-php7.spec11
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 [ <persistent> extension #77 http version 3.0.0 ] {
+Extension [ <persistent> 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 <remi@fedoraproject.org> - 3.0.1-1
+- Update to 3.0.1 (php 7, stable)
+
* Sat Mar 5 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-2
- adapt for F24