Accepting request 866042 from KDE:Qt:5.15

Add compatibility with qml-autoreqprov

OBS-URL: https://build.opensuse.org/request/show/866042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdatavis3d?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2021-01-22 20:52:59 +00:00 committed by Git OBS Bridge
commit 7060d763dd
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 16 16:25:01 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Add compatibility with qml-autoreqprov
-------------------------------------------------------------------
Fri Nov 20 12:08:47 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtdatavis3d
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,6 +16,9 @@
#
# Internal QML import of examples
%global __requires_exclude qmlimport\\(CustomFormatter.*
%define qt5_snapshot 0
%define libname libQt5DataVisualization5
%define base_name libqt5
@ -83,7 +86,6 @@ Qt Data Visualization.
%package examples
Summary: Examples for the Qt5 Data Visualization module
Group: Development/Libraries/X11
License: GPL-3.0-or-later
Recommends: %{libname}-devel
%description examples