From 678a7f44dcea86f2f74c88342d27aec26dfb5ad0 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Mon, 8 Aug 2022 08:10:26 +0000 Subject: [PATCH] License compliance rectification --- gucharmap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gucharmap.spec b/gucharmap.spec index 8b2a748..8fb066a 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -4,7 +4,7 @@ Name: gucharmap Version: 14.0.3 -Release: 2 +Release: 3 Summary: Unicode character picker and font browser # semver X, Y and Y+1 @@ -12,7 +12,7 @@ Summary: Unicode character picker and font browser %global ver_minor %(echo %{version} | cut -d. -f2) %global ver_minor_next %(echo $((%{ver_minor}+1))) -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 @@ -102,6 +102,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gucharmap.desktop %{_datadir}/vala/vapi/gucharmap-2.90.vapi %changelog +* Mon Aug 8 2022 Chenyx - 14.0.3-3 +- License compliance rectification + * Wed Jul 06 2022 longcheng - 14.0.3-2 - KYOS-B: remove %{?dist} - KYOS-F: let text select view show all when start, Related #23463