diff options
| author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:02:00 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-08-30 08:02:00 +0200 | 
| commit | bd69fdfea5a09eecae0685d0811f77a84113dc1c (patch) | |
| tree | 727d9bd47e4fcc0918737b49ab6a8e99c7492752 | |
| parent | 0766a694ecf436b271acc11ce7ea831e3f5f8809 (diff) | |
rebuild for PHP 8.3.0RC1
| -rw-r--r-- | php-pecl-uuid.spec | 15 | 
1 files changed, 8 insertions, 7 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 613b9ea..18b98a4 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -3,8 +3,8 @@  #  # Fedora spec file for php-pecl-uuid  # -# Copyright (c) 2012-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2012-2023 Remi Collet +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries @@ -14,7 +14,6 @@  %undefine _strict_symbol_defs_build  %if 0%{?scl:1} -%global sub_prefix %{scl_prefix}  %scl_package       php-pecl-uuid  %endif @@ -28,10 +27,10 @@  #global prever      RC1  Summary:       Universally Unique Identifier extension for PHP -Name:          %{?sub_prefix}php-pecl-uuid +Name:          %{?scl_prefix}php-pecl-uuid  Version:       1.2.0 -Release:       5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License:       LGPLv2+ +Release:       6%{?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/%{pecl_name}-%{version}%{?prever}.tgz @@ -43,7 +42,6 @@ BuildRequires: libuuid-devel  Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  # both provides same extension, with different API  Conflicts:     %{?scl_prefix}uuid-php @@ -210,6 +208,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.2.0-6 +- rebuild for PHP 8.3.0RC1 +  * Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 1.2.0-5  - rebuild for PHP 8.2.0RC1  | 
