* Thu May 07 2020 Fabian Vogt <fvogt@suse.com> 
  - Update to 2.11.1:
  * Add OpenGL ES2 fallback for the Qt3D geometry inspector.
  * Fix assert on empty text document selections.
  * Fix side-effects of using the widget layout overlay on a QSplitter.
  * Fix merging of events in the event monitor.
  * Fix event order in the event monitor.
  * Add event propagation detection for QtQuick pointer events.
  * Fix compilation with QT_NO_OPENGL and QT_NO_SSL.
  * Adapt QtQuick software renderer inspector to changes in Qt 5.14.
  * Fix Android support with Qt 5.14.
  * Fix memory leak in event recording when Qt Quick remote view is active.
  * Fix possible crash during probe destruction.
  * Fix crash due to signal spy changes in Qt 5.14.
  * Fix possible crash in the outbound connections view.
- Drop patches, now upstream:
  * 0001-Fix-build-against-Qt-5.14.patch
 
  * Fri Apr 03 2020 Christophe Giboudeaux <christophe@krop.fr> 
  - Add upstream patch:
  * 0001-Fix-build-with-Qt-5.15.patch
 
  * Sat Dec 07 2019 Christophe Giboudeaux <christophe@krop.fr> 
  - Add 0001-Fix-build-against-Qt-5.14.patch
 
  * Tue Oct 29 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de> 
  - Wrap VTK BuildRequires with bcond, only used for an experimental,
  optional plugin. As only VTK 7.1 (TW and Leap 15.x have 8.2/8.1)
  is supported the plugin was already disabled during configure.
- Remove graphviz-devel BuildRequires, not needed.
 
  * Wed Jul 10 2019 Christophe Giboudeaux <christophe@krop.fr> 
  - Disable LTO.
 
  * Sat Jul 06 2019 Wolfgang Bauer <wbauer@tmo.at> 
  - 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
 
  * Mon Jun 17 2019 Wolfgang Bauer <wbauer@tmo.at> 
  - Add upstream patches to fix build with Qt 5.12.4 and 5.13:
  * Adapt-to-Qt-5.13-changes-for-attached-property-handling.patch
  * Adapt-to-attached-property-changes-in-Qt-5.12.4.patch
 
  * Tue May 14 2019 Christophe Giboudeaux <christophe@krop.fr> 
  - Add 0001-Make-sure-the-defined-variables-are-relative-before-.patch
  to fix runtime issues.
 
  * Wed Apr 10 2019 Christophe Giboudeaux <christophe@krop.fr> 
  - Add fix-build-with-qt-5.13.patch
 
  * Tue Apr 02 2019 Christophe Giboudeaux <christophe@krop.fr> 
  - Remove the vtk-tcl dependency.
 
           
          
              Version: 2.10.0-bp151.2.2
            
  * Thu Feb 28 2019 wbauer@tmo.at 
  - Update to 2.10.0:
  * Increase CMake requirement to version 3.1 on all platforms.
  * Add object navigation to the paint analyzer.
  * Reduce network load by moving more property model features to
    the client side.
  * Port object hierarchy visualizer plugin to Qt 5.
  * Add new system information plugin, which supersedes the
    standard paths plugin.
  * Use application palette rather than style palette in the style
    inspector.
  * Improve gdb injector performance.
  * Reduce performance impact of the widget paint analyzer in
    Windows debug builds.
  * Improve Qt Quick item picking in case of zero-sized parent
    elements.
  * Provide access to QAbstractItemModel role name mapping.
  * Add QtPositioning plugin allowing to monitor and simulate geo
    localization.
  * Add NMEA geo localization playback.
  * Add support for generic functor property accessors.
  * Add property access for mime data and clipboard types.
  * Add infrastructure to override generic property access, such as
    Qt Quick anchor properties.
  * Add custom property access for Qt Quick anchors properties to
    no longer trigger their on-demand creation.
  * Add generic problem reporter infrastructure, and port some
    existing checks to it.
- Drop patches merged upstream:
  * fix-build-qt-5.12.patch
  * fix-build-qt-5.12-again.patch
 
  * Wed Nov 14 2018 Christophe Giboudeaux <christophe@krop.fr> 
  - Remove unneeded build dependencies.