diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 10:21:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 10:21:26 +0200 |
commit | 3e86ffd5bafebf84a07d75df1071ff94afd37bd9 (patch) | |
tree | a77d0c9329541df2923dca79cb2b3d802a791ef0 | |
parent | ab523a3d4b7df358c7512cc08be83f349825c435 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |