From a942d8bdb577f3c3942189534a480e7bc6d10de8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 07:57:44 +0200 Subject: rebuild for PHP 8.5.0RC1 --- php-pecl-uuid.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index f9fb611..71a33b8 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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -43,10 +43,13 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} # both provides same extension, with different API Conflicts: %{?scl_prefix}uuid-php +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} @@ -173,6 +176,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 25 2025 Remi Collet - 1.3.0-3 +- rebuild for PHP 8.5.0RC1 + * Wed Jul 30 2025 Remi Collet - 1.3.0-2 - rebuild for 8.5.0alpha3 -- cgit