+ libpeas-1.30.0-4
Fix licenses again
This commit is contained in:
parent
8fb30c17d4
commit
027164a21b
74
0001-icons-Correct-icon-licenses-again.patch
Normal file
74
0001-icons-Correct-icon-licenses-again.patch
Normal file
@ -0,0 +1,74 @@
|
||||
From dfc763c16c0ce66a180ccb13205f1ca9666278a8 Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Mon, 14 Jun 2021 10:24:30 +0200
|
||||
Subject: [PATCH] icons: Correct icon licenses again
|
||||
|
||||
"icons: Update icon licenses" mentioned that it would change the
|
||||
licenses of those icons to match the license of the library (LGPLv2.1+)
|
||||
but instead linked to the reference for the LGPL2.1-only license.
|
||||
|
||||
Link to the SPDX page for LGPLv2.1+ instead.
|
||||
|
||||
Fixes: a9d2ba590641d832dcf6b97184687b6eb424c00f
|
||||
---
|
||||
data/icons/16x16/libpeas-plugin.svg | 2 +-
|
||||
data/icons/22x22/libpeas-plugin.svg | 2 +-
|
||||
data/icons/32x32/libpeas-plugin.svg | 2 +-
|
||||
data/icons/scalable/libpeas-plugin.svg | 2 +-
|
||||
4 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/data/icons/16x16/libpeas-plugin.svg b/data/icons/16x16/libpeas-plugin.svg
|
||||
index ba0b359..1883e8d 100644
|
||||
--- a/data/icons/16x16/libpeas-plugin.svg
|
||||
+++ b/data/icons/16x16/libpeas-plugin.svg
|
||||
@@ -35,7 +35,7 @@
|
||||
</dc:creator>
|
||||
<dc:date>2005-02-01</dc:date>
|
||||
<cc:license
|
||||
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
||||
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
||||
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
diff --git a/data/icons/22x22/libpeas-plugin.svg b/data/icons/22x22/libpeas-plugin.svg
|
||||
index 7c70edb..797fce8 100644
|
||||
--- a/data/icons/22x22/libpeas-plugin.svg
|
||||
+++ b/data/icons/22x22/libpeas-plugin.svg
|
||||
@@ -35,7 +35,7 @@
|
||||
</dc:creator>
|
||||
<dc:date>2005-02-01</dc:date>
|
||||
<cc:license
|
||||
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
||||
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
||||
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
diff --git a/data/icons/32x32/libpeas-plugin.svg b/data/icons/32x32/libpeas-plugin.svg
|
||||
index 3aa5955..01bc873 100644
|
||||
--- a/data/icons/32x32/libpeas-plugin.svg
|
||||
+++ b/data/icons/32x32/libpeas-plugin.svg
|
||||
@@ -37,7 +37,7 @@
|
||||
</dc:creator>
|
||||
<dc:date>2005-02-01</dc:date>
|
||||
<cc:license
|
||||
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
||||
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
||||
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
diff --git a/data/icons/scalable/libpeas-plugin.svg b/data/icons/scalable/libpeas-plugin.svg
|
||||
index 70b07ec..63106f5 100644
|
||||
--- a/data/icons/scalable/libpeas-plugin.svg
|
||||
+++ b/data/icons/scalable/libpeas-plugin.svg
|
||||
@@ -37,7 +37,7 @@
|
||||
</dc:creator>
|
||||
<dc:date></dc:date>
|
||||
<cc:license
|
||||
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
||||
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
||||
<dc:identifier></dc:identifier>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libpeas
|
||||
Version: 1.30.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -25,6 +25,8 @@ BuildRequires: python3-devel
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/libpeas/-/merge_requests/31
|
||||
Patch0: 0001-icons-Update-icon-licenses.patch
|
||||
# https://gitlab.gnome.org/GNOME/libpeas/-/merge_requests/32
|
||||
Patch1: 0001-icons-Correct-icon-licenses-again.patch
|
||||
|
||||
%description
|
||||
libpeas is a convenience library making adding plug-ins support
|
||||
@ -107,6 +109,10 @@ that are needed to write applications that use libpeas.
|
||||
%{_datadir}/glade/catalogs/libpeas-gtk.xml
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Bastien Nocera <bnocera@redhat.com> - 1.30.0-4
|
||||
+ libpeas-1.30.0-4
|
||||
- Fix licenses again
|
||||
|
||||
* Fri Jun 11 2021 Bastien Nocera <bnocera@redhat.com> - 1.30.0-3
|
||||
+ libpeas-1.30.0-3
|
||||
- Correct license for some of the icons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user