From 09b4df3d58d2a835ac2c13edcdea6334d9619133 Mon Sep 17 00:00:00 2001 From: jianli-97 Date: Sun, 29 May 2022 18:14:01 +0800 Subject: [PATCH] License compliance rectification --- gucharmap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gucharmap.spec b/gucharmap.spec index e56b92d..8a2f6ef 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -4,10 +4,10 @@ Name: gucharmap Version: 13.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Unicode character picker and font browser -License: GPLv3+ and GFDL and MIT +License: GPLv3+ and GFDL-1.3-only and MIT # GPL for the source code, GFDL for the docs, MIT for Unicode data URL: https://wiki.gnome.org/Apps/Gucharmap Source: https://gitlab.gnome.org/GNOME/gucharmap/-/archive/%{version}/gucharmap-%{version}.tar.bz2 @@ -96,6 +96,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gucharmap.desktop %{_datadir}/vala/vapi/gucharmap-2.90.vapi %changelog +* Sun May 29 2022 lijian - 13.0.4-3 +- License compliance rectification + * Sat Nov 14 2020 Jeff Law - 13.0.4-2 - Fix bogus volatile caught by gcc-11 -- Gitee