From bd69fdfea5a09eecae0685d0811f77a84113dc1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:02:00 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-uuid.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'php-pecl-uuid.spec') 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 - 1.2.0-6 +- rebuild for PHP 8.3.0RC1 + * Thu Sep 1 2022 Remi Collet - 1.2.0-5 - rebuild for PHP 8.2.0RC1 -- cgit