From feca7c54574fd9f0f3b129c1ec0f566600171bca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Oct 2016 10:38:00 +0200 Subject: php-pecl-http: 2.6.0RC1 --- REFLECTION | 6 +++--- php-pecl-http.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 66e5a6c..c454209 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #65 http version 2.6.0beta2 ] { +Extension [ extension #71 http version 2.6.0RC1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -33,9 +33,9 @@ Extension [ extension #65 http version 2.6.0beta2 ] { Constant [ integer http\Client\Curl\Features\NTLM_WB ] { 32768 } Constant [ integer http\Client\Curl\Features\HTTP2 ] { 65536 } Constant [ integer http\Client\Curl\Features\UNIX_SOCKETS ] { 524288 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.43.0 NSS/3.25 zlib/1.2.8 libidn/1.33 libssh2/1.6.0 nghttp2/1.7.1 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.43.0 NSS/3.26 zlib/1.2.8 libidn/1.33 libssh2/1.6.0 nghttp2/1.7.1 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.43.0 } - Constant [ string http\Client\Curl\Versions\SSL ] { NSS/3.25 } + Constant [ string http\Client\Curl\Versions\SSL ] { NSS/3.26 } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.8 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 3f0b90b..e4552f2 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -20,7 +20,7 @@ %global _root_prefix %{_prefix} %endif -%global prever beta2 +%global prever RC1 # The project is pecl_http but the extension is only http %global proj_name pecl_http %global pecl_name http @@ -42,7 +42,7 @@ #global prever RC1 Name: %{?sub_prefix}php-pecl-http Version: 2.6.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extended HTTP support License: BSD @@ -366,6 +366,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 5 2016 Remi Collet - 2.6.0-0.3.RC1 +- Update to 2.6.0RC1 (php 5, beta) + * Sun Sep 11 2016 Remi Collet - 2.6.0-0.2.beta2 - F25 build -- cgit