summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-09 07:56:03 +0100
committerRemi Collet <remi@php.net>2025-01-09 07:56:03 +0100
commit8c4a3f2cdcc9d3aad37659df3717d377f5030f99 (patch)
tree9ab75df0cf6b13d99877443743f233269c167ae9
parent6b4322bcea1a2114e4a6a705cd06f0b1ecb98b53 (diff)
update to 2.0.3HEADmaster
re-license spec file to CECILL-2.1
-rw-r--r--php-yoast-phpunit-polyfills2.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php-yoast-phpunit-polyfills2.spec b/php-yoast-phpunit-polyfills2.spec
index 7ff6318..7454811 100644
--- a/php-yoast-phpunit-polyfills2.spec
+++ b/php-yoast-phpunit-polyfills2.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 562f449a2ec8ab92fe7b30d94da9622c7b1345fe
+%global gh_commit f202832368f16ef2dc486678ac7569ee85c5fc6a
%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}%{major}
-Version: 2.0.2
+Version: 2.0.3
Release: 1%{?dist}
-Summary: Set of polyfills for changed PHPUnit functionality
+Summary: Set of polyfills for changed PHPUnit functionality, version %{major}
License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -126,6 +126,10 @@ exit $ret
%changelog
+* Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3
+- re-license spec file to CECILL-2.1
+
* Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 2.0.2-1
- update to 2.0.2
- rename to php-yoast-phpunit-polyfills2 (compat package)