diff options
-rw-r--r-- | php-pecl-oauth.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index f823305..76b2c04 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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -209,6 +209,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.2-7 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.2-6 - rebuild for 7.3.0alpha4 new ABI |