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-07-26 13:23:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt-creator (Old) and /work/SRC/openSUSE:Factory/.qt-creator.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt-creator" Wed Jul 26 13:23:18 2023 rev:22 rq:1100048 version:11.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes 2023-06-16 16:56:43.966375915 +0200 +++ /work/SRC/openSUSE:Factory/.qt-creator.new.15225/qt-creator.changes 2023-07-26 13:23:58.988013861 +0200 @@ -1,0 +2,8 @@ +Thu Jul 20 15:17:45 UTC 2023 - Christophe Marin <[email protected]> + +- Use a mirror to download sources for all Qt packages. Upstream + servers are very slow since a couple weeks. +- Update to 11.0.0: + https://www.qt.io/blog/qt-creator-11-released + +------------------------------------------------------------------- Old: ---- qt-creator-opensource-src-10.0.2.tar.xz New: ---- qt-creator-opensource-src-11.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt-creator.spec ++++++ --- /var/tmp/diff_new_pack.LfYi6n/_old 2023-07-26 13:24:00.132020765 +0200 +++ /var/tmp/diff_new_pack.LfYi6n/_new 2023-07-26 13:24:00.136020789 +0200 @@ -16,8 +16,8 @@ # -%define real_version 10.0.2 -%define short_version 10.0 +%define real_version 11.0.0 +%define short_version 11.0 %define tar_name qt-creator-opensource-src %define tar_suffix %{nil} # @@ -39,7 +39,7 @@ %endif # Private QML imports -%global __requires_exclude qmlimport\\((CameraGeometry|GridGeometry|HelperWidgets|LightUtils|LineGeometry|MouseArea3D|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StudioControls|StudioTheme).* +%global __requires_exclude qt6qmlimport\\((CameraGeometry|GridGeometry|HelperWidgets|LightUtils|LineGeometry|MaterialToolBarAction|MouseArea3D|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StudioControls|StudioFonts|StudioTheme|TextureToolBarAction|ToolBar|WebFetcher).* # Has mocks for quite a few components, which are only pulled in when actually used %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/ @@ -50,7 +50,7 @@ %endif Name: %{pkgname_prefix}-creator -Version: 10.0.2 +Version: 11.0.0 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only @@ -60,7 +60,7 @@ # 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: 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 +Source: https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qtcreator/%{short_version}/%{real_version}%{tar_suffix}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source1: qt-creator-rpmlintrc # Patches 0-10 are upstream changes # Patches 11-20 are openSUSE changes ++++++ 0001-Disable-some-plugins.patch ++++++ --- /var/tmp/diff_new_pack.LfYi6n/_old 2023-07-26 13:24:00.172021006 +0200 +++ /var/tmp/diff_new_pack.LfYi6n/_new 2023-07-26 13:24:00.176021030 +0200 @@ -15,7 +15,7 @@ 1 file changed, 2 deletions(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index 4b6e3c43..c78bb33c 100644 +index 4fd8b65..59557a8 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -7,7 +7,6 @@ add_subdirectory(serialterminal) @@ -26,7 +26,7 @@ add_subdirectory(welcome) # Level 2: (only depends on Level 1 and below) -@@ -40,7 +39,6 @@ add_subdirectory(vcsbase) +@@ -41,7 +40,6 @@ add_subdirectory(vcsbase) # Level 5: add_subdirectory(bazaar) add_subdirectory(beautifier) @@ -34,7 +34,4 @@ add_subdirectory(clearcase) add_subdirectory(cvs) add_subdirectory(designer) --- -2.32.0 - ++++++ fix-application-output.patch ++++++ --- /var/tmp/diff_new_pack.LfYi6n/_old 2023-07-26 13:24:00.224021320 +0200 +++ /var/tmp/diff_new_pack.LfYi6n/_new 2023-07-26 13:24:00.228021344 +0200 @@ -9,13 +9,13 @@ src/app/main.cpp | 3 +++ 1 file changed, 3 insertions(+) -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}}); - } +diff --git a/src/app/main.cpp b/src/app/main.cpp +index d4c4a47..1f1ddc8 100644 +--- a/src/app/main.cpp ++++ b/src/app/main.cpp +@@ -519,6 +519,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"); + // Force Qt to log to stderr + Utils::Environment::modifySystemEnvironment( ++++++ qt-creator-opensource-src-10.0.2.tar.xz -> qt-creator-opensource-src-11.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-10.0.2.tar.xz /work/SRC/openSUSE:Factory/.qt-creator.new.15225/qt-creator-opensource-src-11.0.0.tar.xz differ: char 26, line 1
