From 97202795b4490250027445b63678f6b2ffd3ef6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Sep 2020 09:27:15 +0200 Subject: update to 2.0.7 drop patch merged upstream --- php-pecl-oauth.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-oauth.spec') diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 94b1698..eab213b 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -21,15 +21,13 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?sub_prefix}php-pecl-oauth -Version: 2.0.6 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.7 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension License: BSD URL: https://pecl.php.net/package/oauth Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/php/pecl-web_services-oauth/pull/16.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7 BuildRequires: %{?scl_prefix}php-pear @@ -98,8 +96,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr - #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) @@ -219,6 +215,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 18 2020 Remi Collet - 2.0.7-1 +- update to 2.0.7 +- drop patch merged upstream + * Fri Sep 18 2020 Remi Collet - 2.0.6-3 - more fixes for PHP 8 -- cgit