diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-09 07:58:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-09 07:58:06 +0100 |
commit | dee6431ac7abcb624f75c8a78f71652febb0560f (patch) | |
tree | 13f3de671c7c5fbed6211891054e70bbdf49e07d | |
parent | 0b346588815b967756daf5d93c6f36ac4ca49e54 (diff) |
re-license spec file to CECILL-2.1
-rw-r--r-- | php-yoast-phpunit-polyfills1.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/php-yoast-phpunit-polyfills1.spec b/php-yoast-phpunit-polyfills1.spec index bcb352c..195b855 100644 --- a/php-yoast-phpunit-polyfills1.spec +++ b/php-yoast-phpunit-polyfills1.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-yoast-phpunit-polyfills # -# Copyright (c) 2020-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2020-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please preserve changelog entries # # Github -%global gh_commit e9c8413de4c8ae03d2923a44f17d0d7dad1b96be +%global gh_commit 0b31ce834facf03b8b44b6587e65b3cf1d7cfb94 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Yoast %global gh_project PHPUnit-Polyfills @@ -23,9 +23,9 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}1 -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} -Summary: Set of polyfills for changed PHPUnit functionality +Summary: Set of polyfills for changed PHPUnit functionality, version 1 License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} @@ -122,6 +122,10 @@ exit $ret %changelog +* Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 +- re-license spec file to CECILL-2.1 + * Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 |