diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 298c133e4cb4b9f4c60c84f35183707abef34883 (patch) | |
tree | 67f76a930be878db2dfb565bf11368e96addd079 | |
parent | 594443ee10947a2802d9ea125cc2afc8151e0995 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r-- | php-pecl-oauth-php7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-oauth-php7.spec b/php-pecl-oauth-php7.spec index 3742068..6f460c0 100644 --- a/php-pecl-oauth-php7.spec +++ b/php-pecl-oauth-php7.spec @@ -19,7 +19,7 @@ Name: %{?sub_prefix}php-pecl-oauth Version: 2.0.2 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension Group: Development/Languages License: BSD @@ -191,6 +191,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-2 +- rebuild for PHP 7.1 new API version + * Mon Jun 20 2016 Remi Collet <rcollet@redhat.com> - 2.0.2-1 - update to 2.0.2 |