Hello community, here is the log from the commit of package gammaray for openSUSE:Factory checked in at 2018-02-10 17:59:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gammaray (Old) and /work/SRC/openSUSE:Factory/.gammaray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammaray" Sat Feb 10 17:59:08 2018 rev:6 rq:574838 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gammaray/gammaray.changes 2017-11-09 14:01:41.306609909 +0100 +++ /work/SRC/openSUSE:Factory/.gammaray.new/gammaray.changes 2018-02-10 17:59:10.329949413 +0100 @@ -1,0 +2,71 @@ +Fri Feb 9 12:04:59 UTC 2018 - [email protected] + +- Update to 2.9.0: + * Improve Qt Quick Controls 2 tracer coloring. + * Fix issues with QSG diagnostic render modes in combination with QQuickWidget. + * Improve input validation in the connect dialog. + * Fix Qt Quick remote view on targets without GL_BGRA support. + * Add texture and texture atlas inspection for QSGMaterial using objects. + * Only read and send the actually visible screen content in the Qt Quick remote view. + * Support dynamic shaders in the QSGMaterial shader view. + * Show vertex and fragment uniforms for shader effects in the QSGMaterial tab. + * Fix crashes during changing/restoring QSG diagnostic render modes. + * Batch row/column count requests for better remote model performance. + * Drop support for CMake 2.8, at least 3.0 is required now. + * Improved performance in the Qt Quick inspector. + * Add support for QSGRenderNode. + * Consider compiler version as part of the probe ABI on Windows. + * Fix multithreading issues in the timer inspector. + * Add search line to timer inspector. + * Add screenshot support in Qt Quick inspector. + * Improve item picking support in Qt Quick inspector. + * Add texture waste indicator to texture inspection tab. + * Add color picker for remote views. + * Add object navigation and source navigation to the timer inspector. + * Add support for cross-architecture injection on Windows. + * Add support for editing enum/flag properties not registered with the Qt meta object system. + * Add network configuration view. + * Improved indication that a target process is being inspected by GammaRay. + * Add widget tab focus chain visualization. + * Fix re-attaching to a target application on Windows. + * Add QML binding inspector (requires Qt 5.10 or newer). + * Add support for QtWebEngine to the web inspector tool. + * Improved argument inspection in the QPainter analyzer. + * Support paint analysis with the Qt Quick software renderer (requires Qt 5.9.3 or newer). + * Improved Qt Quick anchor property display. + * Fix property editing of gadget value types. + * Fix interaction issues in string type property editor. + * Add action to slow down Qt Quick animation timers. + * Add support for visualizing clip areas in the Qt Quick software renderer. + * Clear Qt Quick target overlay on GammaRay client disconnect. + * Add automatic down-cast support to GammaRay metatype system. + * Add QObject creation stack trace view. + * Add source code navigation to the message browser stack trace view. + * Add stack trace view for painter operations in the paint analyzer view. + * Fix rpath support in probe ABI detection on macOS. + * Fix user manual access on macOS. + * Add profiling support to the paint analyzer. + * Use relative RPATHs on Linux, to make installations fully relocatable. + * Add mouse wheel zoom in the Qt 3D geometry inspector. + * Improve performance of the Qt Quick scene graph model. + * Improve editing of boolean properties. + * Add diagnostic shading modes to the Qt 3D geometry inspector. + * Support vertex picking in the Qt 3D geometry inspector. + * Support Qt 3D painted textures in the paint analyzer. + * Fix Qt 3D buffer decoding for tightly packed attributes. + * Fix server-side decoration state going out-of-sync in the Qt Quick inspector. + * Fix crash when validating dynamic meta objects. + * Fix support of namespaced and semi-qualified enums/flags. + +- Update to 2.8.2: + * Fix high-dpi icon installation. + * Fix documentation build with spaces in the path. + * Fix build of the QtIvi inspector with Qt 5.10. + * Fix detection of libdl. + * Fix incomplete installation of multi-probe builds on second make install run. + * Fix build issues in some Windows and cross-compilation setups. + * Fix widget export action plugin loading on Windows. + +- Rebase Fix_icons_installation.patch + +------------------------------------------------------------------- Old: ---- gammaray-2.8.1.tar.gz New: ---- gammaray-2.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammaray.spec ++++++ --- /var/tmp/diff_new_pack.JtQpJX/_old 2018-02-10 17:59:11.601903368 +0100 +++ /var/tmp/diff_new_pack.JtQpJX/_new 2018-02-10 17:59:11.601903368 +0100 @@ -1,7 +1,7 @@ # # spec file for package gammaray # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define tarname GammaRay Name: gammaray -Version: 2.8.1 +Version: 2.9.0 Release: 0 Summary: Introspection/Debugging Tool for Qt Applications License: GPL-2.0+ ++++++ Fix_icons_installation.patch ++++++ --- /var/tmp/diff_new_pack.JtQpJX/_old 2018-02-10 17:59:11.617902789 +0100 +++ /var/tmp/diff_new_pack.JtQpJX/_new 2018-02-10 17:59:11.617902789 +0100 @@ -1,33 +1,33 @@ -diff --git a/ui/resources/CMakeLists.txt b/ui/resources/CMakeLists.txt -index f0a9ac1c..c116f04c 100644 ---- a/ui/resources/CMakeLists.txt -+++ b/ui/resources/CMakeLists.txt -@@ -2,14 +2,14 @@ - +Index: gammaray-2.9.0/ui/resources/CMakeLists.txt +=================================================================== +--- gammaray-2.9.0.orig/ui/resources/CMakeLists.txt ++++ gammaray-2.9.0/ui/resources/CMakeLists.txt +@@ -1,14 +1,14 @@ + # See https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html if(UNIX AND NOT APPLE AND GAMMARAY_BUILD_UI) - foreach(size 16 24 32 48 64 128 256 512) -- foreach(scale 1 2 3) -+ #foreach(scale 1 2 3) - set(scaled_size ${size}x${size}) - -- if(${scale} GREATER 1) -- set(scaled_size ${size}x${size}@${scale}) -- endif() -+ #if(${scale} GREATER 1) -+ # set(scaled_size ${size}x${size}@${scale}) -+ #endif() + foreach(size 16 24 32 48 64 128 256 512) +- foreach(scale 1 2 3) ++ #foreach(scale 1 2 3) + set(scaled_size ${size}x${size}) + set(source gammaray/GammaRay-${scaled_size}.png) -- set(source gammaray/GammaRay-${scaled_size}x.png) -+ set(source gammaray/GammaRay-${scaled_size}.png) +- if(${scale} GREATER 1) +- set(scaled_size ${size}x${size}@${scale}) +- set(source gammaray/GammaRay-${scaled_size}x.png) +- endif() ++ #if(${scale} GREATER 1) ++ # set(scaled_size ${size}x${size}@${scale}) ++ # set(source gammaray/GammaRay-${scaled_size}x.png) ++ #endif() - if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${source}) - install( -@@ -17,7 +17,7 @@ if(UNIX AND NOT APPLE AND GAMMARAY_BUILD_UI) - DESTINATION "${ICON_INSTALL_DIR}/hicolor/${scaled_size}/apps" RENAME GammaRay.png - ) - endif() -- endforeach(scale) -+ #endforeach(scale) - endforeach(size) + if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${source}) + install( +@@ -16,7 +16,7 @@ if(UNIX AND NOT APPLE AND GAMMARAY_BUILD + DESTINATION "${ICON_INSTALL_DIR}/hicolor/${scaled_size}/apps" RENAME GammaRay.png + ) + endif() +- endforeach() ++ #endforeach() + endforeach() endif() ++++++ gammaray-2.8.1.tar.gz -> gammaray-2.9.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/gammaray/gammaray-2.8.1.tar.gz /work/SRC/openSUSE:Factory/.gammaray.new/gammaray-2.9.0.tar.gz differ: char 5, line 1
