Hello community, here is the log from the commit of package gammaray for openSUSE:Factory checked in at 2019-07-11 13:18:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammaray (Old) and /work/SRC/openSUSE:Factory/.gammaray.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammaray" Thu Jul 11 13:18:25 2019 rev:12 rq:714403 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gammaray/gammaray.changes 2019-06-19 21:10:28.870630624 +0200 +++ /work/SRC/openSUSE:Factory/.gammaray.new.4615/gammaray.changes 2019-07-11 13:18:43.502761124 +0200 @@ -1,0 +2,27 @@ +Wed Jul 10 09:19:54 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Disable LTO. + +------------------------------------------------------------------- +Sat Jul 6 11:36:25 UTC 2019 - Wolfgang Bauer <[email protected]> + +- Update to 2.11.0: + * Drop support for Qt 4 and Qt <= 5.4. + * Drop support for MSVC 2010 and MSVC 2012, as well as GCC < 4.8. + * Add support for more QtNetwork properties. + * Add new network operations monitoring tool. + * Fix inspection of QJson types. + * Add thread affinity check to the problem reporter. + * Add new event monitoring tool. + * Initial forward compatibility with Qt6 build system. + * Improved performance of the Qt Quick 2 inspector and the signal + monitor. +- Drop patches merged upstream: + * fix-build-with-qt-5.13.patch + * 0001-Make-sure-the-defined-variables-are-relative-before-.patch + * Adapt-to-Qt-5.13-changes-for-attached-property-handling.patch + * Adapt-to-attached-property-changes-in-Qt-5.12.4.patch +- Cleanup specfile: remove conditionals for no longer supported + distributions + +------------------------------------------------------------------- Old: ---- 0001-Make-sure-the-defined-variables-are-relative-before-.patch Adapt-to-Qt-5.13-changes-for-attached-property-handling.patch Adapt-to-attached-property-changes-in-Qt-5.12.4.patch fix-build-with-qt-5.13.patch gammaray-2.10.0.tar.gz New: ---- gammaray-2.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammaray.spec ++++++ --- /var/tmp/diff_new_pack.rJFaCw/_old 2019-07-11 13:18:45.682760437 +0200 +++ /var/tmp/diff_new_pack.rJFaCw/_new 2019-07-11 13:18:45.682760437 +0200 @@ -18,23 +18,15 @@ %define tarname GammaRay Name: gammaray -Version: 2.10.0 +Version: 2.11.0 Release: 0 Summary: Introspection/Debugging Tool for Qt Applications License: GPL-2.0-or-later Group: Development/Tools/Debuggers -URL: http://www.kdab.com/gammaray +URL: https://www.kdab.com/gammaray Source: https://github.com/KDAB/GammaRay/releases/download/v%{version}/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM Fix_icons_installation.patch -- Don't try to install multiple copies in exotic subdirs Patch0: Fix_icons_installation.patch -# PATCH-FIX-UPSTREAM fix-build-with-qt-5.13.patch -Patch1: fix-build-with-qt-5.13.patch -# PATCH-FIX-UPSTREAM 0001-Make-sure-the-defined-variables-are-relative-before-.patch -Patch2: 0001-Make-sure-the-defined-variables-are-relative-before-.patch -# PATCH-FIX-UPSTREAM Adapt-to-Qt-5.13-changes-for-attached-property-handling.patch -Patch3: Adapt-to-Qt-5.13-changes-for-attached-property-handling.patch -# PATCH-FIX-UPSTREAM Adapt-to-attached-property-changes-in-Qt-5.12.4.patch -Patch4: Adapt-to-attached-property-changes-in-Qt-5.12.4.patch BuildRequires: binutils-devel BuildRequires: cmake >= 3.1 BuildRequires: doxygen @@ -44,57 +36,44 @@ # include this so the icon folders don't need to be owned by the package BuildRequires: hicolor-icon-theme BuildRequires: kdstatemachineeditor-devel -BuildRequires: libQt5Core-private-headers-devel >= 5.3.0 -BuildRequires: libQt5Gui-private-headers-devel >= 5.3.0 -BuildRequires: libQt5Network-private-headers-devel >= 5.3.0 +BuildRequires: libQt5Core-private-headers-devel >= 5.5.0 +BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0 +BuildRequires: libQt5Network-private-headers-devel >= 5.5.0 BuildRequires: libdw-devel -BuildRequires: libqt5-qt3d-devel >= 5.3.0 -BuildRequires: libqt5-qtbase-doc >= 5.3.0 -BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.3.0 -BuildRequires: libqt5-qttools >= 5.3.0 +BuildRequires: libqt5-qt3d-devel >= 5.5.0 +BuildRequires: libqt5-qtbase-doc >= 5.5.0 +BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.5.0 +BuildRequires: libqt5-qttools >= 5.5.0 BuildRequires: update-desktop-files BuildRequires: vtk-devel BuildRequires: vtk-java BuildRequires: vtk-qt BuildRequires: wayland-devel BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(Qt5Bluetooth) >= 5.3.0 -BuildRequires: cmake(Qt5Concurrent) >= 5.3.0 -BuildRequires: cmake(Qt5Core) >= 5.3.0 -BuildRequires: cmake(Qt5Designer) >= 5.3.0 -BuildRequires: cmake(Qt5Gui) >= 5.3.0 -BuildRequires: cmake(Qt5Network) >= 5.3.0 -BuildRequires: cmake(Qt5Positioning) >= 5.3.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0 -BuildRequires: cmake(Qt5Qml) >= 5.3.0 -BuildRequires: cmake(Qt5Quick) >= 5.3.0 -BuildRequires: cmake(Qt5Script) >= 5.3.0 -BuildRequires: cmake(Qt5ScriptTools) >= 5.3.0 -BuildRequires: cmake(Qt5Svg) >= 5.3.0 -BuildRequires: cmake(Qt5Test) >= 5.3.0 -BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.3.0 -BuildRequires: cmake(Qt5Widgets) >= 5.3.0 -%if 0%{?suse_version} > 1315 +BuildRequires: cmake(Qt5Bluetooth) >= 5.5.0 +BuildRequires: cmake(Qt5Concurrent) >= 5.5.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5Designer) >= 5.5.0 +BuildRequires: cmake(Qt5Gui) >= 5.5.0 +BuildRequires: cmake(Qt5Network) >= 5.5.0 +BuildRequires: cmake(Qt5Positioning) >= 5.5.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.5.0 +BuildRequires: cmake(Qt5Qml) >= 5.5.0 +BuildRequires: cmake(Qt5Quick) >= 5.5.0 +BuildRequires: cmake(Qt5Script) >= 5.5.0 +BuildRequires: cmake(Qt5ScriptTools) >= 5.5.0 +BuildRequires: cmake(Qt5Svg) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 # Needed to build the user manual BuildRequires: libqt5-qtdoc-devel # -BuildRequires: cmake(Qt5WaylandCompositor) >= 5.3.0 -%else -# libqt5-qtdoc-devel doesn't exist in leap 42.3 -BuildRequires: libqt5-qtdoc -%endif -%if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420200 BuildRequires: glslang-devel -%endif -%if 0%{?suse_version} > 1320 BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0 -%endif -%if 0%{?suse_version} > 1320 BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0 -%endif -%if 0%{?suse_version} > 1320 BuildRequires: cmake(Qt5Scxml) >= 5.8.0 -%endif +BuildRequires: cmake(Qt5WaylandCompositor) >= 5.5.0 %description Gamma Ray is a comprehensive collection of high level introspection @@ -115,6 +94,7 @@ %autosetup -p1 %build +%define _lto_cflags %{nil} %cmake \ -DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \ -DQCH_INSTALL_DIR=%{_datadir}/gammaray/ \ ++++++ gammaray-2.10.0.tar.gz -> gammaray-2.11.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/gammaray/gammaray-2.10.0.tar.gz /work/SRC/openSUSE:Factory/.gammaray.new.4615/gammaray-2.11.0.tar.gz differ: char 5, line 1
