Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qscintilla for openSUSE:Factory checked in at 2024-01-29 22:29:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qscintilla (Old) and /work/SRC/openSUSE:Factory/.qscintilla.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qscintilla" Mon Jan 29 22:29:18 2024 rev:7 rq:1142186 version:2.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qscintilla/qscintilla.changes 2023-09-29 21:15:39.526262066 +0200 +++ /work/SRC/openSUSE:Factory/.qscintilla.new.1815/qscintilla.changes 2024-01-29 22:29:48.407163266 +0100 @@ -1,0 +2,6 @@ +Sun Jan 28 20:09:53 UTC 2024 - Ben Greiner <[email protected]> + +- Enable SLE15 python module: Additionally to 3.6 in for Qt5 and + exclusively for Qt6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qscintilla.spec ++++++ --- /var/tmp/diff_new_pack.WZq2Vr/_old 2024-01-29 22:29:48.975183825 +0100 +++ /var/tmp/diff_new_pack.WZq2Vr/_new 2024-01-29 22:29:48.979183970 +0100 @@ -30,6 +30,10 @@ %define _qt_archdatadir %_libqt5_archdatadir %define pyqt_mname PyQt5 %define psuffix -qt5 +%{?sle15allpythons} +# Two packages provide the same stuff, conflicting with each other. +# The second one comes from the python3-dbus-python package for old Python 3.6 in SLE +#!BuildIgnore: python3-dbus-python-common-devel %endif %if "%{_qt}" == "qt6" %define mname PyQt6-QScintilla @@ -41,13 +45,13 @@ %define _qt_archdatadir %_qt6_archdatadir %define pyqt_mname PyQt6 %define pyqt_build_for_qt6 1 +%{?sle15_python_module_pythons} %endif # PyQt5 built against SIP v4 is not compatible with this version of QScintilla. # if your distro target still uses the SIPv4 built PyQt5, disable python bindings %bcond_without python -%define skip_python2 1 %define debug_package_requires libqscintilla2_qt5-%{sonum} = %{version}-%{release} %define sonum 15 Name: qscintilla%{?psuffix}
