diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 11:02:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 11:02:07 +0200 |
commit | 0766a694ecf436b271acc11ce7ea831e3f5f8809 (patch) | |
tree | 7b6ed5662783fd20a538a25075abfa145d4b5f28 | |
parent | e5ee466b56406d9f372fcb564dde1da3261a5a65 (diff) |
rebuild for PHP 8.2.0RC1
-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 |