diff options
| author | Remi Collet <remi@remirepo.net> | 2025-09-25 07:57:44 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-09-25 07:57:44 +0200 | 
| commit | a942d8bdb577f3c3942189534a480e7bc6d10de8 (patch) | |
| tree | 22486cb82fc0d213a07ace69e6e874c4ae361109 | |
| parent | 6acaf978e1659bcafc3b5a198432fc7f943f333f (diff) | |
| -rw-r--r-- | php-pecl-uuid.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
| 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 <remi@remirepo.net> - 1.3.0-3 +- rebuild for PHP 8.5.0RC1 +  * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.3.0-2  - rebuild for 8.5.0alpha3 | 
