From 2251924361a0d72e2b5877190515146616b99b07 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Thu, 30 Oct 2025 15:01:16 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit f879220f25a00bbe677bfba55cf0f2f9e1f7e066) --- qscintilla.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qscintilla.spec b/qscintilla.spec index dd996d9..b377a83 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -8,8 +8,8 @@ %global py3_sip %{_bindir}/sip Name: qscintilla Version: 2.11.2 -Release: 2 -License: LGPL-2.1 andGPL-3.0+ and GPL+ +Release: 3 +License: GPL-3.0-only Summary: A Scintilla port to Qt Url: https://github.com/opencor/qscintilla Source0: https://github.com/opencor/qscintilla/archive/v2.11.2.tar.gz @@ -171,6 +171,9 @@ rm -rfv %{buildroot}%{_qt5_datadir}/qsci/ %endif %changelog +* Thu Oct 30 2025 jiangxinyu - 2.11.2-3 +- License compliance rectification + * Fri Feb 18 2022 liwu - 2.11.2-2 - Fix build error of qscintilla -- Gitee