From d53f15d196a5c37775a94a349965453efcf36d26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Sep 2020 08:31:19 +0200 Subject: update to 2.0.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-oauth.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 427e780..80ac622 100644 --- a/PHPINFO +++ b/PHPINFO @@ -6,4 +6,4 @@ PLAINTEXT support => enabled RSA-SHA1 support => enabled HMAC-SHA1 support => enabled Request engine support => php_streams, curl -version => 2.0.5 +version => 2.0.6 diff --git a/REFLECTION b/REFLECTION index 6df1ff6..051fcee 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #109 OAuth version 2.0.5 ] { +Extension [ extension #116 OAuth version 2.0.6 ] { - Constants [32] { Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 5ca3a63..38177bc 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -18,7 +18,7 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-oauth -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension License: BSD @@ -44,7 +44,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php56u-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.1" @@ -200,6 +200,9 @@ fi %changelog +* Wed Sep 9 2020 Remi Collet - 2.0.6-1 +- update to 2.0.6 + * Thu Feb 6 2020 Remi Collet - 2.0.5-1 - update to 2.0.5 -- cgit