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) --- php-pecl-oauth-php7.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-pecl-oauth-php7.spec') 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