From 5b8760f14ab5e057dc579ca4c022b8dec6c4b97b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 22:02:47 +0000 Subject: [PATCH 01/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 840eba8..30682b1 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple template engine License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jun 29 2020 Remi Collet - 2.0.2-1 - update to 2.0.2 From 6ae07c70394cebabcbfed1f06bf83a073021c60d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 09:40:26 +0200 Subject: [PATCH 02/15] update to 2.0.3 (no change) --- .gitignore | 1 + php-phpunit-php-text-template2.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 5b7f8b7..ff84597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-phpunit-php-text-template2-2.0.0-526dc99.tar.gz /php-phpunit-php-text-template2-2.0.1-0c69cbf.tgz /php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz +/php-phpunit-php-text-template2-2.0.3-18c8870.tgz diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 30682b1..7d08f8e 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6ff9c8ea4d3212b88fcf74e25e516e2c51c99324 +%global gh_commit 18c887016e60e52477e54534956d7b47bc52cd84 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-text-template @@ -27,8 +27,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.0.3 +Release: 1%{?dist} Summary: Simple template engine License: BSD @@ -42,12 +42,12 @@ BuildRequires: php-cli BuildRequires: php-fedora-autoloader-devel %if %{with tests} # From composer.json, require-dev -# "phpunit/phpunit": "^9.0" -BuildRequires: phpunit9 +# "phpunit/phpunit": "^9.3" +BuildRequires: phpunit9 >= 9.3 %endif # From composer.json -# "php": "^7.3 || ^8.0" +# "php": ">=7.3" Requires: php(language) >= 7.3 # From phpcompatinfo report for version 2.0.0 Requires: php-spl @@ -100,6 +100,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 2.0.3-1 +- update to 2.0.3 (no change) + * Tue Jul 28 2020 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 08c5791..e639793 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz) = 6731d1dfcb0896f1edc749785b7b894b765b01b76b9823a4e574cb67612fe56be6a2a514b23e644eaff0fa4bf60b790080a222c928e3ce8ba439b1ef90d2f320 +SHA512 (php-phpunit-php-text-template2-2.0.3-18c8870.tgz) = 9e166090d47ae5c7d7eb015357e698c1673b1137d205f56685bdd68fd87119d9da47107d63166e7b12d71d2e41917bf76e613e625493562a7226c52aa165c1c9 From 741c2c45d0e14b924cf88a835c98f918cd71fefa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 10:54:05 +0100 Subject: [PATCH 03/15] v2.0.4 --- .gitignore | 1 + php-phpunit-php-text-template2.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ff84597..6cd0d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-phpunit-php-text-template2-2.0.1-0c69cbf.tgz /php-phpunit-php-text-template2-2.0.2-6ff9c8e.tgz /php-phpunit-php-text-template2-2.0.3-18c8870.tgz +/php-phpunit-php-text-template2-2.0.4-5da5f67.tgz diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 7d08f8e..9eb523a 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 18c887016e60e52477e54534956d7b47bc52cd84 +%global gh_commit 5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-text-template @@ -27,9 +27,9 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} -Summary: Simple template engine +Summary: Simple template engine, version %{ver_major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -100,6 +100,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Mon Sep 28 2020 Remi Collet - 2.0.3-1 - update to 2.0.3 (no change) diff --git a/sources b/sources index e639793..313bdfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-text-template2-2.0.3-18c8870.tgz) = 9e166090d47ae5c7d7eb015357e698c1673b1137d205f56685bdd68fd87119d9da47107d63166e7b12d71d2e41917bf76e613e625493562a7226c52aa165c1c9 +SHA512 (php-phpunit-php-text-template2-2.0.4-5da5f67.tgz) = 46f19b48e627f3cc2bc7791ee9f195abe45f0ff7ec4a7efd327984ea791e3e08763cd3533cd5635fab9a89a3523a5f7621ab5e1def6f262b6a568344083ad6e1 From 6d6cc57f28eecc2c057149f8174bc258e0d143e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 07:39:52 +0000 Subject: [PATCH 04/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 9eb523a..7c4671d 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 26 2020 Remi Collet - 2.0.4-1 - update to 2.0.4 From 79cad4d4b0a570b73a3d8eb180addc67890295e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:04:55 +0000 Subject: [PATCH 05/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 7c4671d..0231f24 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 733abb3236bbcef45752712e3590d82a6250a4bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:24:13 +0000 Subject: [PATCH 06/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 0231f24..129556b 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 2.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 8b1a157d0ecef53c985b748ab9ea27ec15af8e7f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:18:02 +0000 Subject: [PATCH 07/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 129556b..92c08b2 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 2.0.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 2.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0f90832eb8cb8a1512388b8c4e932448e15fa91b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:15:25 +0000 Subject: [PATCH 08/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 92c08b2..9fbc7f9 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 2.0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 2.0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 89f40db70ef2f8aca9efc45be5dfcbfd9e984faf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2023 11:28:27 +0200 Subject: [PATCH 09/15] use SPDX license ID --- php-phpunit-php-text-template2.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 9fbc7f9..ac0d200 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phpunit-php-text-template2 # -# Copyright (c) 2010-2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2010-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -28,10 +28,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Simple template engine, version %{ver_major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -58,6 +58,10 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description Simple template engine. +This package provides version %{ver_major} of %{pk_vendor}/%{pk_project} library. + +Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}/autoload.php + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -81,7 +85,7 @@ mkdir vendor : Run upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ %{_bindir}/phpunit9 --verbose || ret=1 @@ -100,6 +104,9 @@ exit $ret %changelog +* Fri Apr 21 2023 Remi Collet - 2.0.4-7 +- use SPDX License id + * Fri Jan 20 2023 Fedora Release Engineering - 2.0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d1dce56be1784a495ffa6541bc2b15a52c058853 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:02:54 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index ac0d200..3461afd 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 2.0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Apr 21 2023 Remi Collet - 2.0.4-7 - use SPDX License id From ec511312b328923de915aabb20852db4bc236890 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:19:12 +0000 Subject: [PATCH 11/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 3461afd..afa8fbd 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 2.0.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 2.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c88567d13d6caa07fedbac9b67551daf5c46572a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:06:41 +0000 Subject: [PATCH 12/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index afa8fbd..6f9d432 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 2.0.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 2.0.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 5409e8b02ab328ceb31e07fb6e5fc3cf4ff6e4a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:20:52 +0000 Subject: [PATCH 13/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 6f9d432..c734f90 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 2.0.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 2.0.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 25c50e81af3495086679669755ac9c0b9bef2b8c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:35:26 +0000 Subject: [PATCH 14/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index c734f90..90ad8d9 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 2.0.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 2.0.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5af486d717ba5885907eb0bb991f80692f3076fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:28:08 +0000 Subject: [PATCH 15/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-text-template2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template2.spec b/php-phpunit-php-text-template2.spec index 90ad8d9..135583b 100644 --- a/php-phpunit-php-text-template2.spec +++ b/php-phpunit-php-text-template2.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 2.0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 2.0.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild