From 2694baf18ae02fd176819a5da57c6a74155d0208 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Mar 2016 18:36:37 +0100 Subject: php-pecl-oauth: 2.0.1 (php 7, stable) --- REFLECTION-PHP7 | 2 +- php-pecl-oauth-php7.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 6ce38f9..26da058 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #60 OAuth version 2.0.0 ] { +Extension [ extension #70 OAuth version 2.0.1 ] { - Constants [32] { Constant [ string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } diff --git a/php-pecl-oauth-php7.spec b/php-pecl-oauth-php7.spec index 11e785e..d28e496 100644 --- a/php-pecl-oauth-php7.spec +++ b/php-pecl-oauth-php7.spec @@ -16,8 +16,8 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?scl_prefix}php-pecl-oauth -Version: 2.0.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.1 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension Group: Development/Languages License: BSD @@ -66,6 +66,8 @@ OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store user names and passwords. +Documentation: http://php.net/oauth + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -181,6 +183,9 @@ fi %changelog +* Fri Mar 11 2016 Remi Collet - 2.0.1-1 +- update to 2.0.1 + * Sun Mar 6 2016 Remi Collet - 2.0.0-2 - adapt for F24 -- cgit