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/0001-icons-Update-icon-licenses.patch b/0001-icons-Update-icon-licenses.patch new file mode 100644 index 0000000..09ad2e4 --- /dev/null +++ b/0001-icons-Update-icon-licenses.patch @@ -0,0 +1,160 @@ +From a9d2ba590641d832dcf6b97184687b6eb424c00f Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Fri, 11 Jun 2021 12:21:09 +0200 +Subject: [PATCH] icons: Update icon licenses + +The libpeas-plugin icons were imported from a GPLv2+ application and +were thus GPLv2+ license. This license is not compatible with libpeas' +LGPLv2.1+ license for anything but GPL applications. + +Re-license the SVG files under the same license as the library itself. +--- + data/icons/16x16/libpeas-plugin.svg | 17 +---------------- + data/icons/22x22/libpeas-plugin.svg | 17 +---------------- + data/icons/32x32/libpeas-plugin.svg | 17 +---------------- + data/icons/scalable/libpeas-plugin.svg | 17 +---------------- + 4 files changed, 4 insertions(+), 64 deletions(-) + +diff --git a/data/icons/16x16/libpeas-plugin.svg b/data/icons/16x16/libpeas-plugin.svg +index 674d781..ba0b359 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.html" /> + http://jimmac.musichall.cz/ + + +@@ -45,21 +45,6 @@ + + + +- +- +- +- +- +- +- +- + + + + 2005-02-01 + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" /> + http://jimmac.musichall.cz/ + + +@@ -45,21 +45,6 @@ + + + +- +- +- +- +- +- +- +- + + + + 2005-02-01 + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" /> + http://jimmac.musichall.cz/ + + +@@ -47,21 +47,6 @@ + + + +- +- +- +- +- +- +- +- + + + + + ++ rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" /> + + + +@@ -47,21 +47,6 @@ + + + +- +- +- +- +- +- +- +- + + + - 1.30.0-3 ++ libpeas-1.30.0-3 +- Correct license for some of the icons +- Resolves: rhbz#1971434 + * Fri Apr 16 2021 Mohan Boddu - 1.30.0-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937