From f206936d1368827a2c00def265296b1d0ebff2471f746ba4da906cc750b47150 Mon Sep 17 00:00:00 2001 From: Giacomo Comes Date: Fri, 20 Feb 2026 16:52:21 -0400 Subject: [PATCH] Allow lowercase distinfo due to new pyqt-builder following PEP 639 --- qscintilla.changes | 5 +++++ qscintilla.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/qscintilla.changes b/qscintilla.changes index 9328204..6e6e797 100644 --- a/qscintilla.changes +++ b/qscintilla.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 20 20:51:57 UTC 2026 - Giacomo Comes + +- Allow lowercase distinfo due to new pyqt-builder following PEP 639 + ------------------------------------------------------------------- Sun Jan 28 20:09:53 UTC 2024 - Ben Greiner diff --git a/qscintilla.spec b/qscintilla.spec index 639c02f..0fa04a2 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -22,7 +22,7 @@ ExclusiveArch: do_not_build %endif %if "%{_qt}" == "qt5" %define mname qscintilla-qt5 -%define distname QScintilla +%define distname [Qq][Ss]cintilla %define _qmake %qmake5 %define _qmake_build %{__make} %{?_smp_mflags} VERBOSE=1 %define _qmake_install %qmake5_install @@ -37,7 +37,7 @@ ExclusiveArch: do_not_build %endif %if "%{_qt}" == "qt6" %define mname PyQt6-QScintilla -%define distname PyQt6_QScintilla +%define distname [Pp]y[Qq]t6_[Qq][Ss]cintilla %define _qmake %qmake6 %define _qmake_build %qmake6_build %define _qmake_install %qmake6_install -- 2.51.1