diff options
| -rw-r--r-- | php-pecl-uuid.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index de84d85..613b9ea 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -30,7 +30,7 @@  Summary:       Universally Unique Identifier extension for PHP  Name:          %{?sub_prefix}php-pecl-uuid  Version:       1.2.0 -Release:       4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       LGPLv2+  URL:           https://pecl.php.net/package/uuid  Source:        https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -210,6 +210,9 @@ fi  %changelog +* Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 1.2.0-5 +- rebuild for PHP 8.2.0RC1 +  * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.2.0-4  - rebuild for 8.1.0RC1  | 
