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-06-01 10:34:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-creator.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-creator"

Tue Jun  1 10:34:59 2021 rev:89 rq:895155 version:4.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes    
2021-03-24 16:14:06.592011887 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.1898/libqt5-creator.changes  
2021-06-01 10:35:24.660603560 +0200
@@ -1,0 +2,8 @@
+Thu May 13 07:33:44 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 4.15.0:
+  https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.15.0.md
+- Update 0001-Disable-some-plugins.patch
+- Rebase fix-application-output.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libqt5-creator.spec ++++++
--- /var/tmp/diff_new_pack.xAGRA2/_old  2021-06-01 10:35:26.628606911 +0200
+++ /var/tmp/diff_new_pack.xAGRA2/_new  2021-06-01 10:35:26.632606917 +0200
@@ -31,11 +31,11 @@
 # 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.14
+%define major_ver 4.15
 %define qt5_version 5.14.0
-%define tar_version 4.14.2
+%define tar_version 4.15.0
 Name:           libqt5-creator
-Version:        4.14.2
+Version:        4.15.0
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only 
OR LGPL-3.0-only
@@ -79,7 +79,6 @@
 BuildRequires:  cmake(Qt5Quick3D) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Quick3DAssetImport) >= %{qt5_version}
 BuildRequires:  cmake(Qt5QuickWidgets) >= %{qt5_version}
-BuildRequires:  cmake(Qt5Script) >= %{qt5_version}
 BuildRequires:  cmake(Qt5SerialPort) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Sql) >= %{qt5_version}
 BuildRequires:  cmake(Qt5Svg) >= %{qt5_version}
@@ -158,6 +157,7 @@
   -DCLANGTOOLING_LINK_CLANG_DYLIB=ON \
   -DBUILD_WITH_PCH=OFF \
   -DWITH_DOCS=ON \
+  -DBUILD_LIBRARY_QLITEHTML=OFF \
   -DBUILD_EXECUTABLE_CLANGPCHMANAGERBACKEND=OFF \
   -DBUILD_EXECUTABLE_CLANGREFACTORINGBACKEND=OFF
 
@@ -228,7 +228,6 @@
 %{_libexecdir}/qtcreator/clangbackend
 %endif
 %{_libexecdir}/qtcreator/cpaster
-%{_libexecdir}/qtcreator/cplusplus-keywordgen
 %{_libexecdir}/qtcreator/perf2text
 %{_libexecdir}/qtcreator/perfparser
 %{_libexecdir}/qtcreator/qml2puppet
@@ -236,7 +235,6 @@
 %{_libexecdir}/qtcreator/qtcreator_process_stub
 %{_libexecdir}/qtcreator/qtpromaker
 %{_libexecdir}/qtcreator/sdktool
-%{_libexecdir}/qtcreator/valgrind-fake
 
 %files plugin-devel
 %license *GPL*

++++++ 0001-Disable-some-plugins.patch ++++++
--- /var/tmp/diff_new_pack.xAGRA2/_old  2021-06-01 10:35:26.648606945 +0200
+++ /var/tmp/diff_new_pack.xAGRA2/_new  2021-06-01 10:35:26.648606945 +0200
@@ -9,10 +9,6 @@
 - The clangformat plugin requires a clang patch
 which was never accepted upstream [1]
 
-- The qlitehtml plugin causes installation issues.
-The documentation can already be browsed using
-either QtWebEngine or QTextBrowser.
-
 [1] https://reviews.llvm.org/D53072
 ---
  src/plugins/CMakeLists.txt      | 2 --
@@ -41,19 +37,6 @@
  add_subdirectory(cvs)
 diff --git a/src/plugins/help/CMakeLists.txt b/src/plugins/help/CMakeLists.txt
 index 6ec6faba..0e577cb4 100644
---- a/src/plugins/help/CMakeLists.txt
-+++ b/src/plugins/help/CMakeLists.txt
-@@ -60,8 +60,8 @@ extend_qtc_plugin(Help
-     webenginehelpviewer.h
- )
- 
--find_package(litehtml QUIET)
--add_subdirectory(qlitehtml)
-+# find_package(litehtml QUIET)
-+# add_subdirectory(qlitehtml)
- 
- extend_qtc_plugin(Help
-   CONDITION TARGET litehtml AND TARGET qlitehtml
 -- 
 2.30.1
 

++++++ fix-application-output.patch ++++++
--- /var/tmp/diff_new_pack.xAGRA2/_old  2021-06-01 10:35:26.668606979 +0200
+++ /var/tmp/diff_new_pack.xAGRA2/_new  2021-06-01 10:35:26.668606979 +0200
@@ -1,4 +1,4 @@
-From f6ab670d750fd1cb2a48e2c4cd829c6b532e7952 Mon Sep 17 00:00:00 2001
+From 6542ee6bc6ce420dcb2c1967c63132933d2d2f33 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, 3 insertions(+)
 
 diff --git a/src/app/main.cpp b/src/app/main.cpp
-index d18502e1..1406332f 100644
+index bc5e61c7..c6809869 100644
 --- a/src/app/main.cpp
 +++ b/src/app/main.cpp
-@@ -490,6 +490,9 @@ int main(int argc, char **argv)
+@@ -549,6 +549,9 @@ int main(int argc, char **argv)
          QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
      }
  
@@ -22,7 +22,7 @@
 +
      Utils::TemporaryDirectory::setMasterTemporaryDirectory(QDir::tempPath() + 
"/" + Core::Constants::IDE_CASED_ID + "-XXXXXX");
  
- #ifdef Q_OS_MAC
+ #ifdef Q_OS_MACOS
 -- 
-2.29.2
+2.31.1
 

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

Reply via email to