summaryrefslogtreecommitdiffstats
path: root/php-pecl-oauth.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-18 09:27:15 +0200
committerRemi Collet <remi@remirepo.net>2020-09-18 09:27:15 +0200
commit97202795b4490250027445b63678f6b2ffd3ef6f (patch)
treef38a56a6feea250aeab799f9aec69c90ea971cd1 /php-pecl-oauth.spec
parent041fff812c05a1f639ceeceeeb8ca98bdf7800d8 (diff)
update to 2.0.7
drop patch merged upstream
Diffstat (limited to 'php-pecl-oauth.spec')
-rw-r--r--php-pecl-oauth.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 2.0.7-1
+- update to 2.0.7
+- drop patch merged upstream
+
* Fri Sep 18 2020 Remi Collet <remi@remirepo.net> - 2.0.6-3
- more fixes for PHP 8