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/nemo] rawhide: Fix SPDX license expression: add LGPL-2.1-or-later to main, fix search-helpers
Date: Sat, 25 Jul 2026 08:55:47 GMT [thread overview]
Message-ID: <178496974709.1.1041193830255592430.rpms-nemo-6e62cd46e09c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/nemo
Branch : rawhide
Commit : 6e62cd46e09c05d9c26ea49530a347c92cbce910
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T00:08:22+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nemo/c/6e62cd46e09c05d9c26ea49530a347c92cbce910?branch=rawhide
Log:
Fix SPDX license expression: add LGPL-2.1-or-later to main, fix search-helpers
Main package: 'libnemo-private/nemo-debug.c' and 'nemo-debug.h' are
LGPL-2.1-or-later ("GNU Lesser General Public License ... version 2.1
of the License, or (at your option) any later version"). Since
libnemo-private is linked into the nemo binary, this license applies
to the main package.
search-helpers subpackage: 'search-helpers/nemo-mso-to-txt.c' and
'nemo-ppt-to-txt.c' are GPL-2.0-or-later ("GNU General Public License
... either version 2 of the License, or (at your option) any later
version"), not LGPL as previously declared.
The extensions and devel subpackages remain correct:
'libnemo-extension/' headers are all LGPL-2.0-or-later ("GNU Library
General Public License").
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/nemo.spec b/nemo.spec
index 5f9267f..fd95e3f 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -4,7 +4,7 @@ Name: nemo
Summary: File manager for Cinnamon
Version: 6.7.4^unstable
Release: 3%{?dist}
-License: GPL-2.0-or-later AND LGPL-2.0-or-later
+License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://github.com/linuxmint/%{name}
Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
Source1: nemo-fedora.gschema.override
@@ -69,7 +69,7 @@ This package provides the libraries used by nemo extensions.
%package search-helpers
Summary: Nemo search helpers
-License: LGPL-2.0-or-later
+License: GPL-2.0-or-later
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: exif
Requires: ghostscript
reply other threads:[~2026-07-25 8:55 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=178496974709.1.1041193830255592430.rpms-nemo-6e62cd46e09c@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