From 03575d25ace663a72c25be97b8eb198226ec7d2d Mon Sep 17 00:00:00 2001 From: huayadong Date: Wed, 31 May 2023 15:25:09 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 29b8130ab0a49360f4aad618beacc5a421412f0a) --- qt5-qttranslations.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt5-qttranslations.spec b/qt5-qttranslations.spec index 0a0ae97..fb58116 100644 --- a/qt5-qttranslations.spec +++ b/qt5-qttranslations.spec @@ -2,10 +2,10 @@ Name: qt5-qttranslations Version: 5.15.2 -Release: 2 +Release: 3 Summary: Qt5 - QtTranslations module -License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL +License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL-1.1-or-later 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,9 +79,12 @@ make install INSTALL_ROOT=%{buildroot} %changelog -* Wed May 31 2023 peijiankang - 5.15.2-2 +* Wed May 31 2023 peijiankang - 5.15.2-3 - add translation about QPlatformTheme +* Wed Jul 13 2022 Chenyx - 5.15.2-2 +- License compliance rectification + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2 -- Gitee