summaryrefslogtreecommitdiffstats
path: root/php-pecl-oauth-php7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-oauth-php7.spec')
-rw-r--r--php-pecl-oauth-php7.spec9
1 files changed, 7 insertions, 2 deletions
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