public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/quesoglc] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-LGPLv2+' -> 'LGPL-2.1-or-later AND MIT'
@ 2026-07-15 19:49 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-15 19:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/quesoglc
Branch : rawhide
Commit : dcfc324296dc4d5efd847c6eb9183121d651fc03
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-14T23:28:53+02:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/quesoglc/c/dcfc324296dc4d5efd847c6eb9183121d651fc03?branch=rawhide
Log:
Fix SPDX license tag: 'LicenseRef-Callaway-LGPLv2+' -> 'LGPL-2.1-or-later AND MIT'
Main code is LGPL-2.1-or-later per COPYING (GNU Lesser General Public
License, Version 2.1, February 1999) and all source file headers which
grant "version 2.1 of the License, or (at your option) any later version".
MIT component: 'include/GL/glc.h' lines 23-88 contain platform-detection
macros (GLCAPI, APIENTRY, CALLBACK) from Mesa 3-D graphics library,
Copyright (C) 1999-2001 Brian Paul, under the MIT license.
This file is shipped in the -devel subpackage.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/quesoglc.spec b/quesoglc.spec
index 0070893..6bdaffd 100644
--- a/quesoglc.spec
+++ b/quesoglc.spec
@@ -1,10 +1,9 @@
Name: quesoglc
Version: 0.7.2
-Release: 44%{?dist}
+Release: 45%{?dist}
Summary: The OpenGL Character Renderer
-# Automatically converted from old format: LGPLv2+ - review is highly recommended.
-License: LicenseRef-Callaway-LGPLv2+
+License: LGPL-2.1-or-later AND MIT
URL: http://quesoglc.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-free.tar.bz2
Patch0: quesoglc-0.7.2-drop-glewContext.patch
@@ -80,6 +79,10 @@ rm %{buildroot}%{_libdir}/libGLC.la
%changelog
+* Tue Jul 14 2026 Michal Schorm <mschorm@redhat.com> - 0.7.2-45
+- Fix SPDX license tag: 'LicenseRef-Callaway-LGPLv2+' -> 'LGPL-2.1-or-later AND MIT'
+- MIT: Mesa platform-detection macros in 'include/GL/glc.h' (shipped in -devel)
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-44
- 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 19:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 19:49 [rpms/quesoglc] rawhide: Fix SPDX license tag: 'LicenseRef-Callaway-LGPLv2+' -> 'LGPL-2.1-or-later AND MIT' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox