diff --git a/0001-icons-Correct-icon-licenses-again.patch b/0001-icons-Correct-icon-licenses-again.patch new file mode 100644 index 0000000..901ff8a --- /dev/null +++ b/0001-icons-Correct-icon-licenses-again.patch @@ -0,0 +1,74 @@ +From dfc763c16c0ce66a180ccb13205f1ca9666278a8 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +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 @@ + + 2005-02-01 + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" /> + http://jimmac.musichall.cz/ + + +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 @@ + + 2005-02-01 + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" /> + http://jimmac.musichall.cz/ + + +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 @@ + + 2005-02-01 + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" /> + http://jimmac.musichall.cz/ + + +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 @@ + + + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" /> + + + +-- +2.31.1 + diff --git a/libpeas.spec b/libpeas.spec index 0d96c69..2e039d8 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -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 - 1.30.0-4 ++ libpeas-1.30.0-4 +- Fix licenses again + * Fri Jun 11 2021 Bastien Nocera - 1.30.0-3 + libpeas-1.30.0-3 - Correct license for some of the icons