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 f26bcfe..56241f7 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: 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 License: BSD URL: http://pecl.php.net/package/oauth @@ -201,6 +201,9 @@ fi %changelog +* Fri Mar 1 2019 Remi Collet <remi@remirepo.net> - 2.0.3-2 +- rebuild + * Mon Oct 1 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 |