summaryrefslogtreecommitdiffstats
path: root/php-pecl-uuid.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-12 15:28:43 +0200
committerRemi Collet <remi@php.net>2025-05-12 15:28:43 +0200
commit86ac34e67402e41daea386538e66d08f496bd29d (patch)
treea0339d442f4f28566d4ab5afd2fb115b4668daf0 /php-pecl-uuid.spec
parent795758ca7bb9e634afa5028bea3e4b699ddd7939 (diff)
update to 1.3.0HEADmaster
Diffstat (limited to 'php-pecl-uuid.spec')
-rw-r--r--php-pecl-uuid.spec24
1 files changed, 14 insertions, 10 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index be88ac3..7f88453 100644
--- a/php-pecl-uuid.spec
+++ b/php-pecl-uuid.spec
@@ -3,9 +3,9 @@
#
# Fedora spec file for php-pecl-uuid
#
-# Copyright (c) 2012-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2012-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -14,6 +14,8 @@
%bcond_without tests
+%global pie_vend pecl
+%global pie_proj uuid
%global pecl_name uuid
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
@@ -23,7 +25,7 @@
Summary: Universally Unique Identifier extension for PHP
Name: %{?scl_prefix}php-pecl-uuid
-Version: 1.2.1
+Version: 1.3.0
Release: 1%{?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
@@ -41,12 +43,11 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api}
# both provides same extension, with different API
Conflicts: %{?scl_prefix}uuid-php
-Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
-Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
+Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
+Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
+Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
+Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}
%description
@@ -172,6 +173,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon May 12 2025 Remi Collet <remi@remirepo.net> - 1.3.0-1
+- update to 1.3.0
+
* Tue Oct 8 2024 Remi Collet <remi@remirepo.net> - 1.2.1-1
- update to 1.2.1