Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2021-08-28 22:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-creator.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-creator"

Sat Aug 28 22:29:20 2021 rev:92 rq:914746 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes    
2021-07-20 15:40:18.085562235 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.1899/libqt5-creator.changes  
2021-08-28 22:29:37.070005808 +0200
@@ -1,0 +2,12 @@
+Thu Aug 26 11:49:45 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.0.0
+  * https://www.qt.io/blog/qt-creator-5.0-released
+
+-------------------------------------------------------------------
+Thu Aug 12 15:36:37 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.0.0-rc1
+- Rebase 0001-Disable-some-plugins.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.b6liF0/_old  2021-08-28 22:29:39.102007917 +0200
+++ /var/tmp/diff_new_pack.b6liF0/_new  2021-08-28 22:29:39.106007921 +0200
@@ -26,16 +26,20 @@
 %global libexecdirname lib
 %endif
 
+%ifnarch ppc ppc64 ppc64le s390 s390x
+%bcond_without qtwebengine
+%endif
+
 # Private QML imports
-%global __requires_exclude 
qmlimport\\((CameraGeometry|GridGeometry|HelperWidgets|LightUtils|LineGeometry|MouseArea3D|QtQuickDesignerTheme|SelectionBoxGeometry|StudioControls|StudioTheme).*
+%global __requires_exclude 
qmlimport\\((CameraGeometry|GridGeometry|HelperWidgets|LightUtils|LineGeometry|MouseArea3D|QtQuickDesignerColorPalette|QtQuickDesignerTheme|SelectionBoxGeometry|StudioControls|StudioTheme).*
 # Has mocks for quite a few components, which are only pulled in when actually 
used
 %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/
 
-%define major_ver 4.15
+%define major_ver 5.0
 %define qt5_version 5.14.0
-%define tar_version 4.15.2
+%define tar_version 5.0.0
 Name:           libqt5-creator
-Version:        4.15.2
+Version:        5.0.0
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only 
OR LGPL-3.0-only
@@ -90,6 +94,7 @@
 BuildRequires:  pkgconfig(libzstd)
 Requires:       hicolor-icon-theme
 Requires:       libqt5-qtquickcontrols
+Requires:       libqt5-qtquicktimeline
 # Make sure to rebuild against latest Qt5 (using the last package in chain - 
libQt5Designer5)
 # Explicitly require libQt5Script5 (needed by plugins). Qt Creator crashes 
with old versions on project load.
 %requires_eq    libQt5Designer5
@@ -114,7 +119,7 @@
 # clangcodemodel hardcodes clang include paths: QTCREATORBUG-21972
 %requires_eq    libclang%{_llvm_sonum}
 %endif
-%ifnarch ppc ppc64 ppc64le s390 s390x
+%if %{with qtwebengine}
 BuildRequires:  cmake(Qt5WebEngine) >= %{qt5_version}
 BuildRequires:  cmake(Qt5WebEngineWidgets) >= %{qt5_version}
 %endif
@@ -152,14 +157,15 @@
 # https://bugreports.qt.io/browse/QTCREATORBUG-24357 suggests disabling
 # the clangpchmanagerbackend and clangrefactoringbackend builds
 %cmake \
-  -DCMAKE_INSTALL_LIBDIR=%{_lib} \
-  -DCMAKE_INSTALL_LIBEXECDIR=%{libexecdirname} \
-  -DCLANGTOOLING_LINK_CLANG_DYLIB=ON \
-  -DBUILD_WITH_PCH=OFF \
-  -DWITH_DOCS=ON \
-  -DBUILD_LIBRARY_QLITEHTML=OFF \
-  -DBUILD_EXECUTABLE_CLANGPCHMANAGERBACKEND=OFF \
-  -DBUILD_EXECUTABLE_CLANGREFACTORINGBACKEND=OFF
+  -DCMAKE_INSTALL_LIBDIR:STRING=%{_lib} \
+  -DCMAKE_INSTALL_LIBEXECDIR:STRING=%{libexecdirname} \
+  -DCLANGTOOLING_LINK_CLANG_DYLIB:BOOL=ON \
+  -DBUILD_WITH_PCH:BOOL=OFF \
+  -DWITH_DOCS:BOOL=ON \
+  -DBUILD_LIBRARY_QLITEHTML:BOOL=OFF \
+%if %{with qtwebengine}
+  -DBUILD_HELVIEWERBACKEND_QTWEBENGINE:BOOL=ON
+%endif
 
 %cmake_build
 

++++++ 0001-Disable-some-plugins.patch ++++++
--- /var/tmp/diff_new_pack.b6liF0/_old  2021-08-28 22:29:39.126007942 +0200
+++ /var/tmp/diff_new_pack.b6liF0/_new  2021-08-28 22:29:39.126007942 +0200
@@ -1,4 +1,4 @@
-From a808339287ec6dcd5981d3b28e5b0414a6a206ff Mon Sep 17 00:00:00 2001
+From 51d1d57485576dc4f735b5228dec6cf7c1c3e424 Mon Sep 17 00:00:00 2001
 From: Christophe Giboudeaux <christo...@krop.fr>
 Date: Wed, 15 Jul 2020 10:09:31 +0200
 Subject: [PATCH] Disable some plugins
@@ -11,12 +11,11 @@
 
 [1] https://reviews.llvm.org/D53072
 ---
- src/plugins/CMakeLists.txt      | 2 --
- src/plugins/help/CMakeLists.txt | 4 ++--
- 2 files changed, 2 insertions(+), 4 deletions(-)
+ src/plugins/CMakeLists.txt | 2 --
+ 1 file changed, 2 deletions(-)
 
 diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt
-index 871f999b..e6d82385 100644
+index 4b6e3c43..c78bb33c 100644
 --- a/src/plugins/CMakeLists.txt
 +++ b/src/plugins/CMakeLists.txt
 @@ -7,7 +7,6 @@ add_subdirectory(serialterminal)
@@ -27,16 +26,14 @@
  add_subdirectory(welcome)
  
  # Level 2: (only depends on Level 1 and below)
-@@ -41,7 +40,6 @@ add_subdirectory(vcsbase)
+@@ -40,7 +39,6 @@ add_subdirectory(vcsbase)
  # Level 5:
  add_subdirectory(bazaar)
  add_subdirectory(beautifier)
 -add_subdirectory(clangformat)
- add_subdirectory(clangrefactoring)
  add_subdirectory(clearcase)
  add_subdirectory(cvs)
-diff --git a/src/plugins/help/CMakeLists.txt b/src/plugins/help/CMakeLists.txt
-index 6ec6faba..0e577cb4 100644
+ add_subdirectory(designer)
 -- 
-2.30.1
+2.32.0
 

++++++ qt-creator-opensource-src-4.15.2.tar.xz -> 
qt-creator-opensource-src-5.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-4.15.2.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new.1899/qt-creator-opensource-src-5.0.0.tar.xz
 differ: char 26, line 1

Reply via email to