From f736f46c94a88d4ab5541aa42ad219cecf8f83a2 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 14 Jul 2026 23:03:14 +0200 Subject: [PATCH 1/2] Fix SPDX license tag: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0' 'ogg_to_pcm.c' and 'ogg_to_pcm.h' are derived from vorbis-tools 'oggdec.c' and licensed GPL-2.0-only ("version 2" with no "or later" clause). Since they are compiled and linked into the binary, the effective code license is GPL-2.0-only, not GPL-2.0-or-later. Sound files: two tracks by Lucky Lion Studios under CC-BY-3.0 (URL: creativecommons.org/licenses/by/3.0/), remaining 59 tracks from freesound.org under CC-BY-SA-3.0 (URL: creativecommons.org/licenses/by-sa/3.0/). Co-Authored-By: Claude AI --- wordwarvi.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wordwarvi.spec b/wordwarvi.spec index 92a2d45..c748f31 100644 --- a/wordwarvi.spec +++ b/wordwarvi.spec @@ -2,13 +2,15 @@ Name: wordwarvi Version: 1.0.4 -Release: 1%{?dist} +Release: 2%{?dist} # Accidentally used 1.1 for 1.0.1 Epoch: 1 %forgemeta Summary: Side-scrolling shoot 'em up '80s style arcade game -# Automatically converted from old format: GPLv2+ and CC-BY and CC-BY-SA - review is highly recommended. -License: GPL-2.0-or-later AND LicenseRef-Callaway-CC-BY AND LicenseRef-Callaway-CC-BY-SA +# Code is GPL-2.0-or-later except 'ogg_to_pcm.c' / 'ogg_to_pcm.h' which are +# GPL-2.0-only (from vorbis-tools 'oggdec.c'); effective code license is +# GPL-2.0-only. Some sounds are CC-BY-3.0, rest are CC-BY-SA-3.0. +License: GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0 URL: https://smcameron.github.io/wordwarvi/ Source0: %{forgesource} Source1: %{name}.desktop @@ -67,6 +69,10 @@ appstream-util validate-relax --nonet \ %changelog +* Tue Jul 14 2026 Michal Schorm - 1:1.0.4-2 +- Fix SPDX license expression: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0' +- 'ogg_to_pcm.c' is GPL-2.0-only (from vorbis-tools), not GPL-2.0-or-later + * Tue May 12 2026 Hans de Goede - 1:1.0.4-1 - Update to 1.0.4 release - Add Epoch because the 1.1 release from git was 1.0.1 From decff7a1a677ce4bc246dd2a82262379768dec68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:54:56 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wordwarvi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordwarvi.spec b/wordwarvi.spec index c748f31..b5954ad 100644 --- a/wordwarvi.spec +++ b/wordwarvi.spec @@ -2,7 +2,7 @@ Name: wordwarvi Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} # Accidentally used 1.1 for 1.0.1 Epoch: 1 %forgemeta @@ -69,6 +69,9 @@ appstream-util validate-relax --nonet \ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1:1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jul 14 2026 Michal Schorm - 1:1.0.4-2 - Fix SPDX license expression: 'GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0' - 'ogg_to_pcm.c' is GPL-2.0-only (from vorbis-tools), not GPL-2.0-or-later