public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cegui06] rawhide: Fix the 'License' tag to use a valid SPDX expression
@ 2026-07-15 18:08 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-15 18:08 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cegui06
            Branch : rawhide
            Commit : 01841f2f0668ed58f276984448a29a8d79697624
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-14T23:03:40+02:00
            Stats  : +5/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cegui06/c/01841f2f0668ed58f276984448a29a8d79697624?branch=rawhide

            Log:
            Fix the 'License' tag to use a valid SPDX expression

Replace the auto-converted 'LicenseRef-Callaway-MIT AND LicenseRef-Callaway-LGPLv2+'
with the proper SPDX identifiers 'MIT AND LGPL-2.1-or-later'.

License files examined in the extracted 'CEGUI-0.6.2b-clean.tar.gz' source:

- 'COPYING': Standard MIT license, titled "The MIT License", with copyright
  "(c) 2004 - 2006 Paul D Turner & The CEGUI Development Team".
  Maps to SPDX identifier 'MIT'.

- 9 source files still carry LGPL headers from before upstream relicensed
  to MIT (noted in the 0.6.2-3 changelog entry from 2011). All of them
  state "version 2.1 of the License, or (at your option) any later version",
  which maps to SPDX identifier 'LGPL-2.1-or-later' (not 'LGPL-2.0-or-later').
  The affected files are:
    'include/elements/CEGUIScrolledItemListBase.h'
    'include/elements/CEGUIScrolledItemListBaseProperties.h'
    'include/elements/CEGUIGroupBox.h'
    'src/elements/CEGUIScrolledItemListBase.cpp'
    'src/elements/CEGUIScrolledItemListBaseProperties.cpp'
    'src/elements/CEGUIGroupBox.cpp'
    'WindowRendererSets/Falagard/include/FalItemListbox.h'
    'WindowRendererSets/Falagard/src/FalItemListbox.cpp'
    'Samples/TreeDemo/include/Sample_TreeDemo.h'

- 'TinyXML-License': Zlib license for bundled TinyXML, but the package is
  built with '--disable-tinyxml' and uses system expat instead, so this
  license does not apply to the built binaries.

- 'Samples/datafiles/fonts/Legal.txt': References GPL-2.0 (bitmap font)
  and Bitstream Vera (DejaVu font), but samples are disabled with
  '--disable-samples' and these files are not installed.

- 'GLEW-LICENSE': Empty placeholder created by '%prep' after the bundled
  GLEW was removed from the tarball for license reasons. Not applicable.

The old Fedora 'LGPLv2+' shorthand was ambiguous; the actual license text
in these files is explicitly LGPL version 2.1, not 2.0.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cegui06.spec b/cegui06.spec
index a8bc48a..7ea5e3d 100644
--- a/cegui06.spec
+++ b/cegui06.spec
@@ -1,9 +1,8 @@
 Name:           cegui06
 Version:        0.6.2
-Release:        51%{?dist}
+Release:        52%{?dist}
 Summary:        CEGUI library 0.6 for apps which need this specific version
-# Automatically converted from old format: MIT and LGPLv2+ - review is highly recommended.
-License:        LicenseRef-Callaway-MIT AND LicenseRef-Callaway-LGPLv2+
+License:        MIT AND LGPL-2.1-or-later
 URL:            http://www.cegui.org.uk
 # This is
 # http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2b.tar.gz
@@ -128,6 +127,9 @@ done
 
 
 %changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 0.6.2-52
+- Fix the 'License' tag to use a valid SPDX expression
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-51
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 18:08 [rpms/cegui06] rawhide: Fix the 'License' tag to use a valid SPDX expression Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox