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-04-05 20:28:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Fri Apr 5 20:28:05 2024 rev:33 rq:1165548 version:13.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2024-03-13 22:18:11.551419669 +0100 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.1905/qt-creator.changes 2024-04-05 20:28:24.279858766 +0200 @@ -1,0 +2,12 @@ +Thu Apr 4 11:49:12 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 13.0.0 + * https://www.qt.io/blog/qt-creator-13-released + +------------------------------------------------------------------- +Fri Mar 15 13:05:21 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 13.0.0~rc1: + * https://www.qt.io/blog/qt-creator-13-rc-released + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-12.0.2.tar.xz New: ---- qt-creator-opensource-src-13.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.q562wB/_old 2024-04-05 20:28:27.535978514 +0200 +++ /var/tmp/diff_new_pack.q562wB/_new 2024-04-05 20:28:27.559979396 +0200 @@ -16,8 +16,8 @@ # -%define real_version 12.0.2 -%define short_version 12.0 +%define real_version 13.0.0 +%define short_version 13.0 %define tar_name qt-creator-opensource-src %define tar_suffix %{nil} # @@ -39,18 +39,15 @@ %endif # Private QML imports -%global __requires_exclude qt6qmlimport\\((AssetsLibraryBackend|BackendApi|CameraGeometry|CollectionEditorBackend|ConnectionsEditorEditorBackend|content|ContentLibraryBackend|EffectMakerBackend|GridGeometry|HelperWidgets|ItemLibraryBackend|LandingPage|LightUtils|LineGeometry|MaterialBrowserBackend|MaterialToolBarAction|MouseArea3D|NewProjectDialog|ProjectType|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StatesEditor|StudioControls|StudioFonts|StudioTheme|TextureToolBarAction|ToolBar|WebFetcher).* +%global __requires_exclude qt6qmlimport\\((AssetsLibraryBackend|BackendApi|CameraGeometry|CollectionDetails|CollectionEditor|CollectionEditorBackend|ConnectionsEditorEditorBackend|content|ContentLibraryBackend|DataModels|EffectComposerBackend|EffectMakerBackend|ExampleCheckout|GridGeometry|HelperWidgets|ItemLibraryBackend|LandingPage|LightUtils|LineGeometry|MaterialBrowserBackend|MaterialToolBarAction|MouseArea3D|NewProjectDialog|projectmodel|ProjectType|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StatesEditor|StudioControls|StudioFonts|StudioHelpers|StudioTheme|StudioWindowManager|TextureToolBarAction|ToolBar|UiTour|WebFetcher|WelcomeScreen).* # Has mocks for quite a few components, which are only pulled in when actually used %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/ -# Building docs causes a llvm crash on 15.4 (reproducible with different versions) -%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150400 %bcond_without docs -%endif Name: %{pkgname_prefix}-creator -Version: 12.0.2 +Version: 13.0.0 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only @@ -87,6 +84,9 @@ BuildRequires: qt6-core-private-devel >= %{qt_min_version} BuildRequires: qt6-gui-private-devel >= %{qt_min_version} BuildRequires: qt6-qml-private-devel >= %{qt_min_version} +BuildRequires: qt6-qmlcompiler-private-devel >= %{qt_min_version} +BuildRequires: qt6-qmldom-devel-static >= %{qt_min_version} +BuildRequires: qt6-qt5compat-devel >= %{qt_min_version} BuildRequires: qt6-quick-private-devel >= %{qt_min_version} BuildRequires: qt6-quick3d-private-devel >= %{qt_min_version} BuildRequires: qt6-quick3dassetimport-private-devel >= %{qt_min_version} @@ -106,6 +106,7 @@ BuildRequires: cmake(Qt6PrintSupport) >= %{qt_min_version} BuildRequires: cmake(Qt6Qml) >= %{qt_min_version} BuildRequires: cmake(Qt6Quick) >= %{qt_min_version} +BuildRequires: cmake(Qt6QuickWidgets) >= %{qt_min_version} BuildRequires: cmake(Qt6Quick3D) >= %{qt_min_version} BuildRequires: cmake(Qt6Quick3DAssetImport) >= %{qt_min_version} BuildRequires: cmake(Qt6Quick3DAssetUtils) >= %{qt_min_version} @@ -119,6 +120,7 @@ BuildRequires: cmake(Qt6Tools) >= %{qt_min_version} BuildRequires: cmake(Qt6Widgets) >= %{qt_min_version} BuildRequires: cmake(Qt6Xml) >= %{qt_min_version} +BuildRequires: pkgconfig(libsecret-1) # Explicitly require qt6-sql-sqlite (needed by help system). Requires: qt6-sql-sqlite Recommends: cmake-doc-qhelp @@ -178,7 +180,8 @@ -DBUILD_TESTING:BOOL=OFF \ -DQTC_SEPARATE_DEBUG_INFO:BOOL=OFF \ -DBUILD_LIBRARY_QLITEHTML:BOOL=ON \ - -DBUILD_HELPVIEWERBACKEND_QTWEBENGINE:BOOL=OFF + -DBUILD_HELPVIEWERBACKEND_QTWEBENGINE:BOOL=OFF \ + -DWITH_QMLDESIGNER:BOOL=ON %if 0%{?qt6} %{qt6_build} ++++++ 0001-Disable-some-plugins.patch ++++++ --- /var/tmp/diff_new_pack.q562wB/_old 2024-04-05 20:28:27.643982486 +0200 +++ /var/tmp/diff_new_pack.q562wB/_new 2024-04-05 20:28:27.651982780 +0200 @@ -1,4 +1,4 @@ -From 0d9c61a3f436000880b735ed86330760fc41c8d1 Mon Sep 17 00:00:00 2001 +From 825a2399435bf4793f302dcffeeefd088b335655 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 @@ -9,30 +9,32 @@ [1] https://reviews.llvm.org/D53072 --- - src/plugins/CMakeLists.txt | 2 -- - 1 file changed, 2 deletions(-) + src/plugins/CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index 5d7316d..48ef211 100644 +index 85de56b..9a3d7eb 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt -@@ -8,7 +8,6 @@ add_subdirectory(helloworld) +@@ -9,7 +9,7 @@ add_subdirectory(helloworld) add_subdirectory(imageviewer) add_subdirectory(marketplace) add_subdirectory(screenrecorder) -add_subdirectory(updateinfo) ++# add_subdirectory(updateinfo) add_subdirectory(welcome) # Level 2: (only depends on Level 1 and below) -@@ -41,7 +40,6 @@ add_subdirectory(vcsbase) - # Level 5: - add_subdirectory(bazaar) - add_subdirectory(beautifier) +@@ -78,7 +78,7 @@ if (WITH_QMLDESIGNER) + add_subdirectory(qmlprojectmanager) + endif() + add_subdirectory(python) -add_subdirectory(clangformat) - add_subdirectory(clearcase) - add_subdirectory(cvs) - add_subdirectory(designer) ++# add_subdirectory(clangformat) + + # Level 7: + add_subdirectory(android) -- -2.42.0 +2.44.0 ++++++ qt-creator-opensource-src-12.0.2.tar.xz -> qt-creator-opensource-src-13.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-12.0.2.tar.xz /work/SRC/openSUSE:Factory/.qt-creator.new.1905/qt-creator-opensource-src-13.0.0.tar.xz differ: char 25, line 1
