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 2024-07-28 17:20:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Sun Jul 28 17:20:14 2024 rev:36 rq:1189972 version:14.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2024-06-10 17:37:55.987618592 +0200 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.1882/qt-creator.changes 2024-07-28 17:20:44.798918025 +0200 @@ -1,0 +2,7 @@ +Thu Jul 25 12:06:53 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 14.0.0 + https://www.qt.io/blog/qt-creator-14-released +- Rebase patches + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-13.0.2.tar.xz New: ---- qt-creator-opensource-src-14.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.1tRYvX/_old 2024-07-28 17:20:45.818958786 +0200 +++ /var/tmp/diff_new_pack.1tRYvX/_new 2024-07-28 17:20:45.818958786 +0200 @@ -16,8 +16,8 @@ # -%define real_version 13.0.2 -%define short_version 13.0 +%define real_version 14.0.0 +%define short_version 14.0 %define tar_name qt-creator-opensource-src %define tar_suffix %{nil} # @@ -47,7 +47,7 @@ %bcond_without docs Name: %{pkgname_prefix}-creator -Version: 13.0.2 +Version: 14.0.0 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only @@ -242,6 +242,9 @@ %{_datadir}/qtcreator/generic-highlighter/ %{_datadir}/qtcreator/glsl/ %{_datadir}/qtcreator/indexer_preincludes/ +%{_datadir}/qtcreator/jsonschemas/ +%{_datadir}/qtcreator/lua/ +%{_datadir}/qtcreator/lua-plugins/ %{_datadir}/qtcreator/modeleditor/ %{_datadir}/qtcreator/package-manager/ %{_datadir}/qtcreator/qml-type-descriptions/ ++++++ 0001-Disable-some-plugins.patch ++++++ --- /var/tmp/diff_new_pack.1tRYvX/_old 2024-07-28 17:20:45.842959744 +0200 +++ /var/tmp/diff_new_pack.1tRYvX/_new 2024-07-28 17:20:45.846959905 +0200 @@ -1,4 +1,4 @@ -From 825a2399435bf4793f302dcffeeefd088b335655 Mon Sep 17 00:00:00 2001 +From d1ad6275b86760fe465a3f664c77db4acf1c44af Mon Sep 17 00:00:00 2001 From: Christophe Marin <christo...@krop.fr> Date: Thu, 26 Oct 2023 21:03:47 +0200 Subject: [PATCH] Disable some plugins @@ -13,10 +13,10 @@ 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index 85de56b..9a3d7eb 100644 +index 423b17d..0d4432b 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt -@@ -9,7 +9,7 @@ add_subdirectory(helloworld) +@@ -10,7 +10,7 @@ add_subdirectory(helloworld) add_subdirectory(imageviewer) add_subdirectory(marketplace) add_subdirectory(screenrecorder) @@ -31,10 +31,10 @@ add_subdirectory(python) -add_subdirectory(clangformat) +# add_subdirectory(clangformat) + add_subdirectory(cmakeprojectmanager) # Level 7: - add_subdirectory(android) -- -2.44.0 +2.45.2 ++++++ fix-application-output.patch ++++++ --- /var/tmp/diff_new_pack.1tRYvX/_old 2024-07-28 17:20:45.886961503 +0200 +++ /var/tmp/diff_new_pack.1tRYvX/_new 2024-07-28 17:20:45.890961663 +0200 @@ -1,4 +1,4 @@ -From db56ce96c62aeb35c17fab70e41a83509a933848 Mon Sep 17 00:00:00 2001 +From 6f0207c37f7c5c452da55f7b01f97c6df1a0c5ab 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 @@ -6,14 +6,14 @@ There is no application output on Qt Creator because logging goes to journald. Workaround: set QT_LOGGING_TO_CONSOLE and QT_FORCE_STDERR_LOGGING --- - src/app/main.cpp | 3 +++ - 1 file changed, 3 insertions(+) + src/app/main.cpp | 4 ++++ + 1 file changed, 4 insertions(+) diff --git a/src/app/main.cpp b/src/app/main.cpp -index d4c4a47..1f1ddc8 100644 +index 43712c6..9edaeb7 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp -@@ -519,6 +519,10 @@ int main(int argc, char **argv) +@@ -558,6 +558,10 @@ int main(int argc, char **argv) restoreEnvVarFromSquish("SQUISH_SHELL_ORIG_DYLD_LIBRARY_PATH", "DYLD_LIBRARY_PATH"); restoreEnvVarFromSquish("SQUISH_ORIG_DYLD_FRAMEWORK_PATH", "DYLD_FRAMEWORK_PATH"); @@ -24,4 +24,7 @@ if (options.userLibraryPath) { if ((*options.userLibraryPath).isEmpty()) { Utils::Environment::modifySystemEnvironment( +-- +2.45.2 + ++++++ qt-creator-opensource-src-13.0.2.tar.xz -> qt-creator-opensource-src-14.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-13.0.2.tar.xz /work/SRC/openSUSE:Factory/.qt-creator.new.1882/qt-creator-opensource-src-14.0.0.tar.xz differ: char 26, line 1