From 7be30b08a28c83a21fbdf8f04db38e5d7c4f8adc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2019 08:45:08 +0100 Subject: v2.0.4 --- php-pecl-oauth.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php-pecl-oauth.spec') diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index c53574c..8d4849a 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -18,15 +18,13 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-oauth -Version: 2.0.3 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension License: BSD URL: http://pecl.php.net/package/oauth Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://github.com/php/pecl-web_services-oauth/commit/e27ff18ac768aae1cf955111179ec68307d37475.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -98,9 +96,7 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -sed -e '/PHP_OAUTH_VERSION/s/2.0.3-dev/2.0.3/' -i php_oauth.h -%patch0 -p1 - +#sed -e '/PHP_OAUTH_VERSION/s/2.0.3-dev/2.0.3/' -i php_oauth.h # Sanity check, really often broken extver=$(sed -n '/#define PHP_OAUTH_VERSION/{s/.* //;s/".*$//;p}' php_oauth.h) if test "x${extver}" != "x%{version}"; then @@ -208,6 +204,9 @@ fi %changelog +* Mon Dec 2 2019 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Tue Sep 03 2019 Remi Collet - 2.0.3-6 - rebuild for 7.4.0RC1 -- cgit