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 2026-06-22 17:26:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Mon Jun 22 17:26:43 2026 rev:59 rq:1360668 version:20.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2026-05-15 23:53:20.780704389 +0200 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.1956/qt-creator.changes 2026-06-22 17:27:10.189002191 +0200 @@ -1,0 +2,6 @@ +Wed Jun 17 14:51:39 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 20.0.0 + https://www.qt.io/blog/qt-creator-20-released + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-19.0.2.tar.xz New: ---- qt-creator-opensource-src-20.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.DFsEoU/_old 2026-06-22 17:27:11.889061411 +0200 +++ /var/tmp/diff_new_pack.DFsEoU/_new 2026-06-22 17:27:11.893061551 +0200 @@ -16,8 +16,8 @@ # -%define real_version 19.0.2 -%define short_version 19.0 +%define real_version 20.0.0 +%define short_version 20.0 %define tar_name qt-creator-opensource-src %define tar_suffix %{nil} # @@ -29,7 +29,7 @@ %if "%{flavor}" == "qt6" %define qt6 1 %define pkgname_prefix qt6 - %define qt_min_version 6.5.3 + %define qt_min_version 6.8.3 %define qtc_docdir %{_qt6_docdir} %endif # @@ -47,7 +47,7 @@ %bcond_without docs Name: %{pkgname_prefix}-creator -Version: 19.0.2 +Version: 20.0.0 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only @@ -64,18 +64,11 @@ Patch12: 0001-Disable-some-plugins.patch ## BuildRequires: cmake -# clang-devel in Leap 15 points to clang7... -%if 0%{?suse_version} == 1500 -# Use the same version as qt6-tools -BuildRequires: clang19-devel -BuildRequires: llvm19-devel -%else BuildRequires: clang-devel >= 10.0 BuildRequires: llvm-devel -%endif BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig -BuildRequires: python3 >= 3.5 +BuildRequires: python3 >= 3.8 BuildRequires: cmake(yaml-cpp) BuildRequires: pkgconfig(libdw) BuildRequires: pkgconfig(libelf) @@ -101,6 +94,7 @@ BuildRequires: cmake(Qt6DesignerComponentsPrivate) >= %{qt_min_version} BuildRequires: cmake(Qt6Gui) >= %{qt_min_version} BuildRequires: cmake(Qt6Help) >= %{qt_min_version} +BuildRequires: cmake(Qt6HttpServer) >= %{qt_min_version} BuildRequires: cmake(Qt6LinguistTools) >= %{qt_min_version} BuildRequires: cmake(Qt6Network) >= %{qt_min_version} BuildRequires: cmake(Qt6PrintSupport) >= %{qt_min_version} @@ -268,9 +262,11 @@ %dir %{_libexecdir}/qtcreator %{_libexecdir}/qtcreator/buildoutputparser %{_libexecdir}/qtcreator/cpaster +%{_libexecdir}/qtcreator/dlwrapper %{_libexecdir}/qtcreator/perf2text %{_libexecdir}/qtcreator/perfparser %{_libexecdir}/qtcreator/qmlpuppet* +%{_libexecdir}/qtcreator/qmltraceviewer %{_libexecdir}/qtcreator/qtc-askpass %{_libexecdir}/qtcreator/qtcreator_process_stub %{_libexecdir}/qtcreator/qtpromaker ++++++ 0001-Disable-some-plugins.patch ++++++ --- /var/tmp/diff_new_pack.DFsEoU/_old 2026-06-22 17:27:11.925062665 +0200 +++ /var/tmp/diff_new_pack.DFsEoU/_new 2026-06-22 17:27:11.933062944 +0200 @@ -1,4 +1,4 @@ -From 61993aa96e49a72697ce6e6fe6b54d7758d60708 Mon Sep 17 00:00:00 2001 +From 80b66e3331e6352e4d64a5f2f14e82248eb1e0e5 Mon Sep 17 00:00:00 2001 From: Christophe Marin <[email protected]> Date: Thu, 26 Oct 2023 21:03:47 +0200 Subject: [PATCH] Disable some plugins @@ -13,7 +13,7 @@ 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index 6564526..51a5fce 100644 +index 02cf3106..a4c13c2d 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -9,7 +9,7 @@ add_subdirectory(extensionmanager) @@ -25,7 +25,7 @@ add_subdirectory(welcome) # Level 2: (only depends on Level 1 and below) -@@ -74,7 +74,7 @@ add_subdirectory(copilot) +@@ -82,7 +82,7 @@ add_subdirectory(copilot) add_subdirectory(gitlab) add_subdirectory(qmljseditor) add_subdirectory(python) @@ -35,6 +35,6 @@ # Level 7: -- -2.49.0 +2.54.0 ++++++ fix-application-output.patch ++++++ --- /var/tmp/diff_new_pack.DFsEoU/_old 2026-06-22 17:27:11.989064895 +0200 +++ /var/tmp/diff_new_pack.DFsEoU/_new 2026-06-22 17:27:11.997065174 +0200 @@ -1,4 +1,4 @@ -From b7268e359c0c0eded7abf6115e5d8fb1a90475b7 Mon Sep 17 00:00:00 2001 +From 9de5b2d2cfb290d2d80e94db7b47ffee6317deba Mon Sep 17 00:00:00 2001 From: Javier Llorente <[email protected]> Date: Tue, 8 Dec 2020 14:08:11 +0100 Subject: [PATCH] Fix application output @@ -10,10 +10,10 @@ 1 file changed, 4 insertions(+) diff --git a/src/app/main.cpp b/src/app/main.cpp -index 02fb35c..5f14a9b 100644 +index 8b66cb0..19e90f5 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp -@@ -669,6 +669,10 @@ int main(int argc, char **argv) +@@ -647,6 +647,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"); @@ -25,6 +25,6 @@ if ((*options.userLibraryPath).isEmpty()) { Environment::modifySystemEnvironment( -- -2.49.0 +2.54.0 ++++++ qt-creator-opensource-src-19.0.2.tar.xz -> qt-creator-opensource-src-20.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-19.0.2.tar.xz /work/SRC/openSUSE:Factory/.qt-creator.new.1956/qt-creator-opensource-src-20.0.0.tar.xz differ: char 26, line 1
