public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/plee-the-bear] rawhide: Fix SPDX license field with correct versioned identifiers
Date: Tue, 14 Jul 2026 19:05:07 GMT [thread overview]
Message-ID: <178405590725.1.9726649392162636468.rpms-plee-the-bear-852680a3a396@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/plee-the-bear
Branch : rawhide
Commit : 852680a3a396ae31bffdf47b493a61a491586e62
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-14T16:09:49+02:00
Stats : +9/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/plee-the-bear/c/852680a3a396ae31bffdf47b493a61a491586e62?branch=rawhide
Log:
Fix SPDX license field with correct versioned identifiers
The automated SPDX conversion left 'LicenseRef-Callaway-CC-BY-SA'
because it could not determine the Creative Commons version number.
Replace it with the specific version found in the source tree, and
add licenses for bundled fonts that were missing from the License field.
Source tree license audit of plee-the-bear 0.7.1:
Code:
- GPL-3.0-only: all source code; 'LICENSE' says "the terms of the
version 3 of the GNU GPL" (no "or later" language); 'license/GPL'
is the GPLv3 text; 385 of 470 source files reference "the
accompanying license file"
Multimedia (graphics, sounds, music, levels):
- CC-BY-SA-3.0: 'LICENSE' says "the terms of the version 3 of the
Creative Commons License, with attribution and share-alike clauses"
and links http://creativecommons.org/licenses/by-sa/3.0/;
'license/CCPL' is the CC-BY-SA 3.0 legal text
Bundled fonts in 'data/font/':
- OFL-1.1: 'AndikaBasic.ttf' (SIL OFL 1.1 embedded in font metadata,
copyright SIL International), 'Fava-black.ttf' (SIL OFL 1.1
embedded in font metadata, copyright Themnific)
- CC-BY-3.0: 'beroga.ttf' (CC-BY 3.0/de embedded in font metadata,
copyright Peter Wiegel)
- CC-BY-SA-3.0: 'comic.ttf' (Comic Note Smooth by Leo Lapasset,
no embedded license; falls under project multimedia umbrella)
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/plee-the-bear.spec b/plee-the-bear.spec
index eae605d..83eb034 100644
--- a/plee-the-bear.spec
+++ b/plee-the-bear.spec
@@ -1,10 +1,11 @@
Name: plee-the-bear
Version: 0.7.1
-Release: 25%{?dist}
+Release: 26%{?dist}
Summary: 2D platform game
-# Code and artwork respectively
-# Automatically converted from old format: GPLv3 and CC-BY-SA - review is highly recommended.
-License: GPL-3.0-only AND LicenseRef-Callaway-CC-BY-SA
+# Code: GPL-3.0-only (LICENSE, license/GPL)
+# Multimedia: CC-BY-SA-3.0 (LICENSE, license/CCPL)
+# Bundled fonts: OFL-1.1 (AndikaBasic.ttf, Fava-black.ttf), CC-BY-3.0 (beroga.ttf)
+License: GPL-3.0-only AND CC-BY-SA-3.0 AND OFL-1.1 AND CC-BY-3.0
URL: https://github.com/j-jorge/plee-the-bear/
Source0: https://github.com/j-jorge/plee-the-bear/archive/%{version}.tar.gz
Patch3: ptb-docbook2man.patch
@@ -134,6 +135,10 @@ EOF
%changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 0.7.1-26
+- Fix SPDX license: replace 'LicenseRef-Callaway-CC-BY-SA' with 'CC-BY-SA-3.0',
+ add 'OFL-1.1' and 'CC-BY-3.0' for bundled fonts
+
* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 0.7.1-25
- Fix FTBFS with GCC 16: set 'CMAKE_CXX_STANDARD=17' to avoid C++20
'concept' keyword clash in bear-engine headers (rhbz#2434925)
reply other threads:[~2026-07-14 19:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178405590725.1.9726649392162636468.rpms-plee-the-bear-852680a3a396@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox