From fac6c2df737b05c076fe566003b37de9eb14de0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:49:49 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-seassnowflake.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.0.0-2 +- rebuild for 8.1.0RC1 + * Wed Aug 25 2021 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 (stable) - open https://github.com/SeasX/SeasSnowflake/pull/3 - fix test -- cgit