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 2023-01-07 17:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Sat Jan  7 17:19:34 2023 rev:14 rq:1056714 version:9.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2022-12-18 
17:22:36.593340390 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new.1563/qt-creator.changes  
2023-01-07 17:22:55.591305740 +0100
@@ -1,0 +2,5 @@
+Mon Jan  2 15:18:57 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update fix-application-output.patch to work with current versions
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.D12eAG/_old  2023-01-07 17:22:56.351310273 +0100
+++ /var/tmp/diff_new_pack.D12eAG/_new  2023-01-07 17:22:56.355310298 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt-creator
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,7 +53,7 @@
 # src/plugins/imageviewer/imageview.cpp, 
src/plugins/vcsbase/wizard/vcsconfigurationpage.cpp -> BSD-3-Clause
 # src/plugins/emacskeys/* -> GPL-3.0-only
 # many files are dual licensed 'LGPL-3.0-only or (GPL-2.0-or-later OR 
GPL-3.0-or-later + KDE Free Qt Foundation option)', we'll use LGPL-3.0-only for 
these files
-License:        GPL-3.0-with-Qt-Company-Qt-exception-1.1 AND (LGPL-2.1-only OR 
LGPL-3.0-only) AND GPL-3.0-only AND LGPL-3.0-only AND BSD-3-Clause
+License:        BSD-3-Clause AND GPL-3.0-only AND 
GPL-3.0-with-Qt-Company-Qt-exception-1.1 AND (LGPL-2.1-only OR LGPL-3.0-only) 
AND LGPL-3.0-only
 URL:            https://www.qt.io/product/development-tools
 Source:         
https://download.qt.io/official_releases/qtcreator/%{short_version}/%{real_version}%{tar_suffix}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source1:        qt-creator-rpmlintrc

++++++ fix-application-output.patch ++++++
--- /var/tmp/diff_new_pack.D12eAG/_old  2023-01-07 17:22:56.403310584 +0100
+++ /var/tmp/diff_new_pack.D12eAG/_new  2023-01-07 17:22:56.407310608 +0100
@@ -9,21 +9,19 @@
  src/app/main.cpp | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/src/app/main.cpp b/src/app/main.cpp
-index bdd80ed..5dc1646 100644
---- a/src/app/main.cpp
-+++ b/src/app/main.cpp
-@@ -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");
+Index: qt-creator-opensource-src-9.0.1/src/app/main.cpp
+===================================================================
+--- qt-creator-opensource-src-9.0.1.orig/src/app/main.cpp
++++ qt-creator-opensource-src-9.0.1/src/app/main.cpp
+@@ -470,6 +470,10 @@ int main(int argc, char **argv)
+             {{"LD_PRELOAD", "", Utils::EnvironmentItem::Unset}});
+     }
  
 +    // Force Qt to log to stderr
-+    qputenv("QT_FORCE_STDERR_LOGGING", "1");
++    Utils::Environment::modifySystemEnvironment(
++        {{"QT_FORCE_STDERR_LOGGING", "1", 
Utils::EnvironmentItem::SetEnabled}});
 +
- #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
-
+     if (options.userLibraryPath) {
+         if ((*options.userLibraryPath).isEmpty()) {
+             Utils::Environment::modifySystemEnvironment(
 

Reply via email to