Hello community, here is the log from the commit of package libqt5-qtbase for openSUSE:Factory checked in at 2020-10-18 16:28:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtbase" Sun Oct 18 16:28:08 2020 rev:112 rq:841905 version:5.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes 2020-10-14 15:39:00.614358593 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new.3486/libqt5-qtbase.changes 2020-10-18 16:30:07.608723305 +0200 @@ -1,0 +2,6 @@ +Wed Oct 14 19:28:37 UTC 2020 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de> + +- Silence xcb errors and qml connection warnings by default, see + boo#1115541 (xcb) and kde#418793. + +------------------------------------------------------------------- New: ---- qtlogging.ini ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtbase.spec ++++++ --- /var/tmp/diff_new_pack.eIO04K/_old 2020-10-18 16:30:08.684723784 +0200 +++ /var/tmp/diff_new_pack.eIO04K/_new 2020-10-18 16:30:08.688723785 +0200 @@ -51,6 +51,7 @@ Source1: libqt5-qtbase.changes Source2: macros.qt5 Source3: baselibs.conf +Source4: qtlogging.ini Source99: libqt5-qtbase-rpmlintrc # patches 0-1000 are openSUSE and/or non-upstream(able) patches # Patch1: 0001-Lower-required-version-of-OpenSSL-to-1.1.0.patch @@ -966,6 +967,10 @@ chmod 644 %{buildroot}%{libqt5_docdir}/global/template/images/*.png +# Silence logging of xcb errors and qml deprecated connection +# warnings by default +install -Dm644 %{SOURCE4} %{buildroot}%{libqt5_datadir}/qtlogging.ini + %post -n libQt5Core5 -p /sbin/ldconfig %post -n libQt5Concurrent5 -p /sbin/ldconfig @@ -1048,6 +1053,8 @@ %{libqt5_libdir}/sse2/libQt5Core.so.* %endif %endif +%dir %{libqt5_datadir} +%{libqt5_datadir}/qtlogging.ini %files -n libQt5Core-devel %license LICENSE.* ++++++ qtlogging.ini ++++++ [Rules] qt.qpa.xcb.warning=false qt.qml.connections.warning=false