From baef22a1c98c080e09a2289f3271de472dd7e950 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Mar 2016 14:14:03 +0100 Subject: php-pecl-http: 2.5.6 --- REFLECTION | 5 +++-- php-pecl-http.spec | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index f7f0770..905830e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #190 http version 2.5.5 ] { +Extension [ extension #197 http version 2.5.6 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #190 http version 2.5.5 ] { } } - - Constants [30] { + - Constants [31] { Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } Constant [ integer http\Client\Curl\HTTP_VERSION_2_0 ] { 3 } @@ -34,6 +34,7 @@ Extension [ extension #190 http version 2.5.5 ] { Constant [ integer http\Client\Curl\AUTH_DIGEST_IE ] { 16 } Constant [ integer http\Client\Curl\AUTH_NTLM ] { 8 } Constant [ integer http\Client\Curl\AUTH_GSSNEG ] { 4 } + Constant [ integer http\Client\Curl\AUTH_SPNEGO ] { 4 } Constant [ integer http\Client\Curl\AUTH_ANY ] { -17 } Constant [ integer http\Client\Curl\PROXY_SOCKS4 ] { 4 } Constant [ integer http\Client\Curl\PROXY_SOCKS4A ] { 5 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 2b61d17..a6523cb 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -40,8 +40,8 @@ #global prever RC1 Name: %{?sub_prefix}php-pecl-http -Version: 2.5.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.5.6 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extended HTTP support License: BSD @@ -362,6 +362,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 9 2016 Remi Collet - 2.5.6-1 +- Update to 2.5.6 (php 5, stable) + * Tue Mar 8 2016 Remi Collet - 2.5.5-2 - adapt for F24 -- cgit