From 6acaf978e1659bcafc3b5a198432fc7f943f333f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 16:21:21 +0200 Subject: rebuild for 8.5.0alpha3 --- php-pecl-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 7f88453..f9fb611 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -26,7 +26,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?scl_prefix}php-pecl-uuid Version: 1.3.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: LGPL-2.1-or-later URL: https://pecl.php.net/package/uuid Source: https://pecl.php.net/get/%{sources}.tgz @@ -173,6 +173,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet - 1.3.0-2 +- rebuild for 8.5.0alpha3 + * Mon May 12 2025 Remi Collet - 1.3.0-1 - update to 1.3.0 -- cgit