Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt-creator for openSUSE:Factory checked in at 2022-12-18 17:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Sun Dec 18 17:22:31 2022 rev:13 rq:1043590 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2022-11-25 13:22:27.935456610 +0100 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.1835/qt-creator.changes 2022-12-18 17:22:36.593340390 +0100 @@ -1,0 +2,7 @@ +Fri Dec 16 09:59:54 UTC 2022 - Christophe Marin <christo...@krop.fr> + +- Update to 9.0.1. Bugfix release: + * https://www.qt.io/blog/qt-creator-9.0.1-released +- Rebase fix-application-output.patch + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-9.0.0.tar.xz New: ---- qt-creator-opensource-src-9.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.ZwIdnl/_old 2022-12-18 17:22:37.705346817 +0100 +++ /var/tmp/diff_new_pack.ZwIdnl/_new 2022-12-18 17:22:37.709346841 +0100 @@ -16,7 +16,7 @@ # -%define real_version 9.0.0 +%define real_version 9.0.1 %define short_version 9.0 %define tar_name qt-creator-opensource-src %define tar_suffix %{nil} @@ -45,7 +45,7 @@ %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/ Name: %{pkgname_prefix}-creator -Version: 9.0.0 +Version: 9.0.1 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only ++++++ fix-application-output.patch ++++++ --- /var/tmp/diff_new_pack.ZwIdnl/_old 2022-12-18 17:22:37.757347118 +0100 +++ /var/tmp/diff_new_pack.ZwIdnl/_new 2022-12-18 17:22:37.761347141 +0100 @@ -1,4 +1,4 @@ -From 6542ee6bc6ce420dcb2c1967c63132933d2d2f33 Mon Sep 17 00:00:00 2001 +From db56ce96c62aeb35c17fab70e41a83509a933848 Mon Sep 17 00:00:00 2001 From: Javier Llorente <jav...@opensuse.org> Date: Tue, 8 Dec 2020 14:08:11 +0100 Subject: [PATCH] Fix application output @@ -10,12 +10,12 @@ 1 file changed, 3 insertions(+) diff --git a/src/app/main.cpp b/src/app/main.cpp -index e17ef27..fce0595 100644 +index bdd80ed..5dc1646 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp -@@ -508,6 +508,9 @@ int main(int argc, char **argv) - qputenv("QT_ENABLE_REGEXP_JIT", "0"); - } +@@ -499,6 +499,9 @@ int main(int argc, char **argv) + // Prevent Qt's GTK3 platform theme plugin from enforcing a dark palette + qputenv("GTK_THEME", ":light"); + // Force Qt to log to stderr + qputenv("QT_FORCE_STDERR_LOGGING", "1"); @@ -23,4 +23,7 @@ #if defined(QTC_FORCE_XCB) if (Utils::HostOsInfo::isLinuxHost() && !qEnvironmentVariableIsSet("QT_QPA_PLATFORM")) { // Enforce XCB on Linux/Gnome, if the user didn't override via QT_QPA_PLATFORM +-- +2.38.1 + ++++++ qt-creator-opensource-src-9.0.0.tar.xz -> qt-creator-opensource-src-9.0.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-9.0.0.tar.xz /work/SRC/openSUSE:Factory/.qt-creator.new.1835/qt-creator-opensource-src-9.0.1.tar.xz differ: char 27, line 1