summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-11 18:36:37 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-11 18:36:37 +0100
commit2694baf18ae02fd176819a5da57c6a74155d0208 (patch)
tree3b2282f31e5bb31da21290a795336924d84057c9
parentcb8b193571c766a39fe31762a81f7c64325acddb (diff)
php-pecl-oauth: 2.0.1 (php 7, stable)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-oauth-php7.spec9
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 [ <persistent> extension #60 OAuth version 2.0.0 ] {
+Extension [ <persistent> 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 <rcollet@redhat.com> - 2.0.1-1
+- update to 2.0.1
+
* Sun Mar 6 2016 Remi Collet <rcollet@redhat.com> - 2.0.0-2
- adapt for F24