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 2025-03-15 16:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Sat Mar 15 16:16:34 2025 rev:43 rq:1253249 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2025-02-24 
15:50:15.947013671 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new.19136/qt-creator.changes 
2025-03-15 16:17:25.567444722 +0100
@@ -1,0 +2,7 @@
+Thu Mar 13 11:45:53 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 16.0.0
+  * https://www.qt.io/blog/qt-creator-16-released
+- Rebase patches
+
+-------------------------------------------------------------------

Old:
----
  qt-creator-opensource-src-15.0.1.tar.xz

New:
----
  qt-creator-opensource-src-16.0.0.tar.xz

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

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.fdLxRu/_old  2025-03-15 16:17:27.487525246 +0100
+++ /var/tmp/diff_new_pack.fdLxRu/_new  2025-03-15 16:17:27.491525414 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 15.0.1
-%define short_version 15.0
+%define real_version 16.0.0
+%define short_version 16.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.4.3
+  %define qt_min_version 6.5.3
   %define qtc_docdir %{_qt6_docdir}
 %endif
 #
@@ -39,7 +39,7 @@
 %endif
 
 # Private QML imports
-%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|OutputPane|projectmodel|ProjectType|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StatesEditor|StudioControls|StudioFonts|StudioHelpers|StudioQuickUtils|StudioTheme|StudioWindowManager|TextureToolBarAction|ToolBar|UiTour|WebFetcher|WelcomeScreen).*
+%global __requires_exclude 
qt6qmlimport\\((AssetsLibraryBackend|BackendApi|CameraGeometry|CollectionDetails|CollectionEditor|CollectionEditorBackend|ConnectionsEditorEditorBackend|content|ContentLibraryBackend|DataModels|DesignSystemBackend|DesignSystemControls|DeviceManagerControls|EffectComposerBackend|EffectMakerBackend|ExampleCheckout|GridGeometry|HelperWidgets|ItemLibraryBackend|LandingPage.*|LightUtils|LineGeometry|MaterialBrowserBackend|MaterialToolBarAction|ModelModules|MouseArea3D|NewProjectDialog|OutputPane|projectmodel|ProjectType|QmlDesigner.*|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StatesEditor.*|StudioControls|StudioFonts|StudioHelpers|StudioQuickUtils|StudioTheme|StudioWindowManager|TableModules|TextureToolBarAction|ToolBar|UiTour|usagestatistics|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/
@@ -47,7 +47,7 @@
 %bcond_without docs
 
 Name:           %{pkgname_prefix}-creator
-Version:        15.0.1
+Version:        16.0.0
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only 
OR LGPL-3.0-only
@@ -104,7 +104,6 @@
 BuildRequires:  cmake(Qt6Help) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6LinguistTools) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Network) >= %{qt_min_version}
-BuildRequires:  cmake(Qt6OpenGLWidgets) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6PrintSupport) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Quick) >= %{qt_min_version}
@@ -118,6 +117,8 @@
 BuildRequires:  cmake(Qt6Sql) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Svg) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6SvgWidgets) >= %{qt_min_version}
+# Needed by the extensionsystem lib
+BuildRequires:  cmake(Qt6Test) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Tools) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Widgets) >= %{qt_min_version}
 BuildRequires:  cmake(Qt6Xml) >= %{qt_min_version}
@@ -127,6 +128,9 @@
 Recommends:     cmake-doc-qhelp
 Recommends:     qt6-base-devel
 Recommends:     qt6-base-docs-qch
+# Shows examples when starting qt-creator (related: boo#1218403)
+Recommends:     qt6-base-examples
+Recommends:     qt6-declarative-examples
 Recommends:     qt6-declarative-devel
 Recommends:     qt6-declarative-docs-qch
 Recommends:     qt6-translations
@@ -264,10 +268,9 @@
 %{_libexecdir}/qtcreator/cpaster
 %{_libexecdir}/qtcreator/perf2text
 %{_libexecdir}/qtcreator/perfparser
-%{_libexecdir}/qtcreator/qml2puppet-*
+%{_libexecdir}/qtcreator/qmlpuppet*
 %{_libexecdir}/qtcreator/qtc-askpass
 %{_libexecdir}/qtcreator/qtcreator_process_stub
-%{_libexecdir}/qtcreator/qtcreator_processlauncher
 %{_libexecdir}/qtcreator/qtpromaker
 %{_libexecdir}/qtcreator/sdktool
 %if %{with docs}

++++++ 0001-Disable-some-plugins.patch ++++++
--- /var/tmp/diff_new_pack.fdLxRu/_old  2025-03-15 16:17:27.619530782 +0100
+++ /var/tmp/diff_new_pack.fdLxRu/_new  2025-03-15 16:17:27.651532124 +0100
@@ -1,4 +1,4 @@
-From d1ad6275b86760fe465a3f664c77db4acf1c44af Mon Sep 17 00:00:00 2001
+From 617d1f34be050a7b8a324bb8854a44c85f965909 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,19 +13,19 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
-index 423b17d..0d4432b 100644
+index 2ec7c5a..f11b8e2 100644
 --- a/src/plugins/CMakeLists.txt
 +++ b/src/plugins/CMakeLists.txt
-@@ -10,7 +10,7 @@ add_subdirectory(helloworld)
+@@ -9,7 +9,7 @@ add_subdirectory(extensionmanager)
+ 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)
-@@ -78,7 +78,7 @@ if (WITH_QMLDESIGNER)
+@@ -76,7 +76,7 @@ if (WITH_QMLDESIGNER)
    add_subdirectory(qmlprojectmanager)
  endif()
  add_subdirectory(python)
@@ -35,6 +35,6 @@
  
  # Level 7:
 -- 
-2.45.2
+2.48.1
 
 

++++++ fix-application-output.patch ++++++
--- /var/tmp/diff_new_pack.fdLxRu/_old  2025-03-15 16:17:27.983546048 +0100
+++ /var/tmp/diff_new_pack.fdLxRu/_new  2025-03-15 16:17:28.023547726 +0100
@@ -1,4 +1,4 @@
-From 6f0207c37f7c5c452da55f7b01f97c6df1a0c5ab Mon Sep 17 00:00:00 2001
+From 732e93cedaead84f06fb4762b4319874ada06946 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,10 +10,10 @@
  1 file changed, 4 insertions(+)
 
 diff --git a/src/app/main.cpp b/src/app/main.cpp
-index 1767cba..afceb26 100644
+index bf05a89..1444d56 100644
 --- a/src/app/main.cpp
 +++ b/src/app/main.cpp
-@@ -601,6 +601,10 @@ int main(int argc, char **argv)
+@@ -619,6 +619,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()) {
              Environment::modifySystemEnvironment(
+-- 
+2.48.1
+
 

++++++ qt-creator-opensource-src-15.0.1.tar.xz -> 
qt-creator-opensource-src-16.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-15.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.qt-creator.new.19136/qt-creator-opensource-src-16.0.0.tar.xz
 differ: char 25, line 1

Reply via email to