diff options
-rw-r--r-- | php-pecl-seassnowflake.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-seassnowflake.spec b/php-pecl-seassnowflake.spec index 475919f..9218584 100644 --- a/php-pecl-seassnowflake.spec +++ b/php-pecl-seassnowflake.spec @@ -22,7 +22,7 @@ Summary: PHP Extension for Distributed unique ID generator Name: %{?scl_prefix}php-pecl-%{rpm_name} Version: 1.0.0 -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;')}} License: PHP URL: https://pecl.php.net/package/%{proj_name} Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -209,6 +209,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.0-2 +- rebuild for 8.1.0RC1 + * Wed Aug 25 2021 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package, version 1.0.0 (stable) - open https://github.com/SeasX/SeasSnowflake/pull/3 - fix test |