diff options
Diffstat (limited to 'php-pecl-oauth.spec')
-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 b5138b6..c53574c 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -19,7 +19,7 @@ Name: %{?sub_prefix}php-pecl-oauth Version: 2.0.3 -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 @@ -208,6 +208,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.3-6 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 2.0.3-5 - rebuild for 7.4.0beta1 |