From ab523a3d4b7df358c7512cc08be83f349825c435 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 07:25:38 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-oauth.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 2f5cfd4..f823305 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -19,7 +19,7 @@ Name: %{?sub_prefix}php-pecl-oauth Version: 2.0.2 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?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 @@ -63,6 +63,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -205,6 +209,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet - 2.0.2-6 +- rebuild for 7.3.0alpha4 new ABI + * Thu Jun 28 2018 Remi Collet - 2.0.2-5 - add upstream patches for PHP 7.3 -- cgit