Accepting request 936317 from KDE:Qt6
Qt 6.2.2 (forwarded request 936299 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/936317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-sensors?expand=0&rev=3
This commit is contained in:
commit
f2d4d3f3bd
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:06:22 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 6.2.2
|
||||
* https://www.qt.io/blog/qt-6.2.2-released
|
||||
- Make sure all dependencies are present when installing devel
|
||||
packages. Qt >= 6.2.2 is much less permissive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 11:22:54 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.2.1
|
||||
%define real_version 6.2.2
|
||||
%define short_version 6.2
|
||||
%define short_name qtsensors
|
||||
%define tar_name qtsensors-everywhere-src
|
||||
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-sensors%{?pkg_suffix}
|
||||
Version: 6.2.1
|
||||
Version: 6.2.2
|
||||
Release: 0
|
||||
Summary: Qt Sensors API to access sensor hardware
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
@ -75,6 +75,7 @@ The Qt 6 Sensors library.
|
||||
%package devel
|
||||
Summary: Qt 6 Sensors library - Development files
|
||||
Requires: libQt6Sensors6 = %{version}
|
||||
Requires: cmake(Qt6Core)
|
||||
|
||||
%description devel
|
||||
Development files for the Qt 6 Sensors library.
|
||||
@ -97,6 +98,8 @@ The Qt6 SensorsQuick library.
|
||||
%package -n qt6-sensorsquick-devel
|
||||
Summary: Qt 6 SensorsQuick library - Development files
|
||||
Requires: libQt6SensorsQuick6 = %{version}
|
||||
Requires: cmake(Qt6Qml)
|
||||
Requires: cmake(Qt6Sensors) = %{real_version}
|
||||
|
||||
%description -n qt6-sensorsquick-devel
|
||||
Development files for the Qt 6 SensorsQuick library.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f55c972c52848f5c828148fded1b30de32955f7ee04867568c559991214739a
|
||||
size 2045476
|
3
qtsensors-everywhere-src-6.2.2.tar.xz
Normal file
3
qtsensors-everywhere-src-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2149bd7ac50e160b52c4ed6c3a72c93447c25f056065cf021d7d99bf8941c4c4
|
||||
size 2107572
|
Loading…
x
Reference in New Issue
Block a user