From 3d6bc97462cfdece8631c67b5602bd6714878276 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 May 2022 17:25:53 +0800 Subject: [PATCH] License compliance rectification --- qt5-qttranslations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qttranslations.spec b/qt5-qttranslations.spec index 4231202..b62d9f0 100644 --- a/qt5-qttranslations.spec +++ b/qt5-qttranslations.spec @@ -2,10 +2,10 @@ Name: qt5-qttranslations Version: 5.15.2 -Release: 1 +Release: 2 Summary: Qt5 - QtTranslations module -License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL +License: GPL-3.0-with-Qt-Company-exception Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz @@ -79,6 +79,9 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Tue May 10 2022 Ge Wang - 5.15.2-2 +- license compliance rectification + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2 -- Gitee