From c405316982f354d0211cbef89faef67d87c61282 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Sun, 15 Mar 2026 19:31:28 -0400 Subject: [PATCH 1/4] rebuild for lua 5.5 --- scorched3d.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scorched3d.spec b/scorched3d.spec index c07eb31..1b02392 100644 --- a/scorched3d.spec +++ b/scorched3d.spec @@ -2,7 +2,7 @@ Name: scorched3d Version: 44 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth # Automatically converted from old format: GPLv2+ and CC-BY-SA - review is highly recommended. License: GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA @@ -152,6 +152,9 @@ EOF %changelog +* Sun Mar 15 2026 Tom Callaway - 44-41 +- rebuild for lua 5.5 + * Sat Jan 17 2026 Fedora Release Engineering - 44-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From a49e0bc5798c849a96aba4856bea2d0c92399c73 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Thu, 16 Apr 2026 22:34:50 -0400 Subject: [PATCH 2/4] rebuild --- scorched3d.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scorched3d.spec b/scorched3d.spec index 1b02392..c12cf91 100644 --- a/scorched3d.spec +++ b/scorched3d.spec @@ -2,7 +2,7 @@ Name: scorched3d Version: 44 -Release: 41%{?dist} +Release: 42%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth # Automatically converted from old format: GPLv2+ and CC-BY-SA - review is highly recommended. License: GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA @@ -152,6 +152,9 @@ EOF %changelog +* Thu Apr 16 2026 Tom Callaway - 44-42 +- rebuild + * Sun Mar 15 2026 Tom Callaway - 44-41 - rebuild for lua 5.5 From 76d7969e73426a7c3136bbc6bcdee6e31a805869 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 14 Jul 2026 23:05:22 +0200 Subject: [PATCH 3/4] Fix SPDX license tag: 'LicenseRef-Callaway-CC-BY-SA' -> 'CC-BY-SA-3.0' The automated SPDX conversion (commit by msuchy, 44-37) left behind a 'LicenseRef-Callaway-CC-BY-SA' placeholder because the CC-BY-SA version could not be determined without inspecting the source tarball. License analysis ================ Files examined in 'Scorched3D-44-src.tar.gz': 1. 'scorched/COPYING' -- full text of the GNU General Public License version 2. Source files reference "or later", confirming 'GPL-2.0-or-later'. 2. 'scorched/data/globalmods/apoc/license.txt' -- full legal text of the Creative Commons Attribution-ShareAlike license. The first line reads: "Creative Commons Attribution-ShareAlike 3.0 License" The body matches the CC-BY-SA-3.0 legal code (references "Creative Commons Compatible License", section 4(b) re-licensing provisions specific to version 3.0). This is the authoritative license for the bundled Apocalypse mod content. 3. 'scorched/data/globalmods/apoc/readme.txt' -- mod readme, "Legal Stuff" section also states "Creative Commons Attribution-ShareAlike 3.0", consistent with 'license.txt'. 4. 'scorched/data/globalmods/apoc/readme-nexus.txt' -- historical readme for Nexus6's map pack references "Attribution-ShareAlike 2.0" in its human-readable summary, but directs readers to the LICENSE file for the full legal text. The actual license file ('license.txt') is unambiguously version 3.0. The Apocalypse mod absorbed Nexus6's maps under CC-BY-SA-3.0 (which is a valid re-licensing path under CC-BY-SA-2.0 share-alike provisions). 5. 'scorched/data/globalmods/apoc/data/landscapes.xml' -- copyright notices for maps by Bobirov, Nexus6, and ShoCkwaVe all state "distributed under the Creative Commons Attribution-ShareAlike license" without specifying a version; the mod-level 'license.txt' governs. SPDX mapping ============= Old: 'GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA' New: 'GPL-2.0-or-later AND CC-BY-SA-3.0' Also removed the "Automatically converted" comment and bumped Release to 43. Co-Authored-By: Claude AI --- scorched3d.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scorched3d.spec b/scorched3d.spec index c12cf91..83d5a03 100644 --- a/scorched3d.spec +++ b/scorched3d.spec @@ -2,10 +2,9 @@ Name: scorched3d Version: 44 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth -# Automatically converted from old format: GPLv2+ and CC-BY-SA - review is highly recommended. -License: GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY-SA +License: GPL-2.0-or-later AND CC-BY-SA-3.0 URL: http://www.scorched3d.co.uk/ Source0: http://downloads.sourceforge.net/%{name}/Scorched3D-%{version}-src.tar.gz Source1: %{name}.desktop @@ -152,6 +151,10 @@ EOF %changelog +* Tue Jul 14 2026 Michal Schorm - 44-43 +- Fix SPDX license tag: replace 'LicenseRef-Callaway-CC-BY-SA' with + 'CC-BY-SA-3.0' based on upstream license text + * Thu Apr 16 2026 Tom Callaway - 44-42 - rebuild From 46ea3d4d48b4f2809dca086409903344c2fbdf00 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 06:16:49 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- scorched3d.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scorched3d.spec b/scorched3d.spec index 83d5a03..76b0e05 100644 --- a/scorched3d.spec +++ b/scorched3d.spec @@ -2,7 +2,7 @@ Name: scorched3d Version: 44 -Release: 43%{?dist} +Release: 44%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth License: GPL-2.0-or-later AND CC-BY-SA-3.0 URL: http://www.scorched3d.co.uk/ @@ -151,6 +151,9 @@ EOF %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 44-44 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jul 14 2026 Michal Schorm - 44-43 - Fix SPDX license tag: replace 'LicenseRef-Callaway-CC-BY-SA' with 'CC-BY-SA-3.0' based on upstream license text