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-03-02 12:32:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old) and /work/SRC/openSUSE:Factory/.libqt5-creator.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-creator" Tue Mar 2 12:32:42 2021 rev:87 rq:875640 version:4.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes 2021-02-01 13:30:02.450274602 +0100 +++ /work/SRC/openSUSE:Factory/.libqt5-creator.new.2378/libqt5-creator.changes 2021-03-02 12:44:51.180324206 +0100 @@ -1,0 +2,12 @@ +Fri Feb 26 09:22:10 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 4.14.1 + https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.14.1.md +- Drop patches: + * cmake-build-use-gnuinstalldirs.patch + * 0001-Don-t-rely-on-clang-include-and-binary-copies.patch + * 0001-cmake-build-Don-t-install-highlighting-files-when-us.patch + * 0001-Fix-compilation-of-ClangFormat-plugin-against-LLVM-w.patch +- Rebase 0001-Disable-some-plugins.patch + +------------------------------------------------------------------- Old: ---- 0001-Don-t-rely-on-clang-include-and-binary-copies.patch 0001-Fix-compilation-of-ClangFormat-plugin-against-LLVM-w.patch 0001-cmake-build-Don-t-install-highlighting-files-when-us.patch cmake-build-use-gnuinstalldirs.patch qt-creator-opensource-src-4.14.0.tar.xz New: ---- qt-creator-opensource-src-4.14.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-creator.spec ++++++ --- /var/tmp/diff_new_pack.PuWEtB/_old 2021-03-02 12:44:53.236325983 +0100 +++ /var/tmp/diff_new_pack.PuWEtB/_new 2021-03-02 12:44:53.240325986 +0100 @@ -33,9 +33,9 @@ %define major_ver 4.14 %define qt5_version 5.14.0 -%define tar_version 4.14.0 +%define tar_version 4.14.1 Name: libqt5-creator -Version: 4.14.0 +Version: 4.14.1 Release: 0 Summary: Integrated Development Environment targeting Qt apps # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only @@ -51,14 +51,10 @@ Source: https://download.qt.io/official_releases/qtcreator/%{major_ver}/%{tar_version}/qt-creator-opensource-src-%{tar_version}.tar.xz Source1: %{name}-rpmlintrc # Patches 0-10 are upstream changes -Patch0: 0001-cmake-build-Don-t-install-highlighting-files-when-us.patch -Patch1: 0001-Fix-compilation-of-ClangFormat-plugin-against-LLVM-w.patch -Patch2: 0001-Fix-a-link-error-when-building-the-qmldesigner-plugi.patch -Patch3: cmake-build-use-gnuinstalldirs.patch +Patch0: 0001-Fix-a-link-error-when-building-the-qmldesigner-plugi.patch # Patches 10-20 are openSUSE changes Patch10: fix-application-output.patch Patch11: 0001-Disable-some-plugins.patch -Patch12: 0001-Don-t-rely-on-clang-include-and-binary-copies.patch ## BuildRequires: cmake BuildRequires: hicolor-icon-theme ++++++ 0001-Disable-some-plugins.patch ++++++ --- /var/tmp/diff_new_pack.PuWEtB/_old 2021-03-02 12:44:53.252325997 +0100 +++ /var/tmp/diff_new_pack.PuWEtB/_new 2021-03-02 12:44:53.252325997 +0100 @@ -1,4 +1,4 @@ -From 17ccc945fbdff51a7e9415fef0c1a2bf509319e1 Mon Sep 17 00:00:00 2001 +From a808339287ec6dcd5981d3b28e5b0414a6a206ff 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 @@ -16,8 +16,8 @@ [1] https://reviews.llvm.org/D53072 --- src/plugins/CMakeLists.txt | 2 -- - src/plugins/help/CMakeLists.txt | 9 --------- - 2 files changed, 11 deletions(-) + src/plugins/help/CMakeLists.txt | 4 ++-- + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 871f999b..e6d82385 100644 @@ -40,25 +40,20 @@ add_subdirectory(clearcase) add_subdirectory(cvs) diff --git a/src/plugins/help/CMakeLists.txt b/src/plugins/help/CMakeLists.txt -index 2063293d..4f836c93 100644 +index 6ec6faba..0e577cb4 100644 --- a/src/plugins/help/CMakeLists.txt +++ b/src/plugins/help/CMakeLists.txt -@@ -60,15 +60,6 @@ extend_qtc_plugin(Help +@@ -60,8 +60,8 @@ extend_qtc_plugin(Help webenginehelpviewer.h ) --if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/qlitehtml/litehtml/CMakeLists.txt) -- add_subdirectory(qlitehtml) --else() -- find_package(litehtml QUIET) -- if (TARGET litehtml) -- add_subdirectory(qlitehtml) -- endif() --endif() -- +-find_package(litehtml QUIET) +-add_subdirectory(qlitehtml) ++# find_package(litehtml QUIET) ++# add_subdirectory(qlitehtml) + extend_qtc_plugin(Help CONDITION TARGET litehtml AND TARGET qlitehtml - FEATURE_INFO "litehtml help viewer" -- -2.29.2 +2.30.1 ++++++ qt-creator-opensource-src-4.14.0.tar.xz -> qt-creator-opensource-src-4.14.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-4.14.0.tar.xz /work/SRC/openSUSE:Factory/.libqt5-creator.new.2378/qt-creator-opensource-src-4.14.1.tar.xz differ: char 26, line 1