Accepting request 866047 from KDE:Qt:5.15

Add compatibility with qml-autoreqprov

OBS-URL: https://build.opensuse.org/request/show/866047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtsensors?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2021-01-26 13:44:09 +00:00 committed by Git OBS Bridge
commit 2f67b142d6
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtsensors
#
# 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 imports of examples
%global __requires_exclude qmlimport\\((Explorer|Grue).*
%define qt5_snapshot 0
%define libname libQt5Sensors5
%define base_name libqt5
@ -54,6 +57,7 @@ recognition API for devices.
%package -n %{libname}
Summary: Qt 5 Sensors library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: System/Libraries
%requires_ge libQt5Core5
@ -64,6 +68,7 @@ recognition API for devices.
%package -n %{libname}-imports
Summary: QML imports for the Qt 5 Sensors library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: System/Libraries
%requires_ge libQtQuick5
Supplements: (%{libname} and libQtQuick5)
@ -78,6 +83,7 @@ handling.
%package devel
Summary: Development files for the Qt 5 Sensors library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
Requires: %{libname} = %{version}
Provides: libQt5Sensors-devel = %{version}
@ -92,6 +98,7 @@ applications that want to make use of libQt5Sensors5.
%package private-headers-devel
Summary: Non-ABI stable experimental API for the Qt5 Sensors library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
Requires: libQt5Core-private-headers-devel >= %{version}