forked from pool/qt6-serialbus
Accepting request 936318 from KDE:Qt6
Qt 6.2.2 (forwarded request 936299 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/936318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-serialbus?expand=0&rev=3
This commit is contained in:
commit
80c06e06e1
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:06:24 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:55 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 tar_name qtserialbus-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-serialbus
|
||||
Version: 6.2.1
|
||||
Version: 6.2.2
|
||||
Release: 0
|
||||
Summary: Qt 6 SerialBus library
|
||||
License: LGPL-3.0-only OR GPL-2.0-or-later
|
||||
@ -63,6 +63,8 @@ and others.
|
||||
Summary: Qt 6 SerialBus library - Development files
|
||||
Requires: libQt6SerialBus6 = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: cmake(Qt6Network)
|
||||
Requires: cmake(Qt6SerialPort)
|
||||
|
||||
%description devel
|
||||
Development files for the Qt 6 SerialBus library.
|
||||
@ -70,6 +72,7 @@ Development files for the Qt 6 SerialBus library.
|
||||
%package private-devel
|
||||
Summary: Non-ABI stable API for the Qt 6 SerialBus library
|
||||
Requires: cmake(Qt6SerialBus) = %{real_version}
|
||||
%requires_eq qt6-core-private-devel
|
||||
|
||||
%description private-devel
|
||||
This package provides private headers of libQt6SerialBus that do not have any
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15e7a0a578dc9ed306ff2598edb9822081902ef1a4b52b20f1d2dd6461239f85
|
||||
size 378596
|
3
qtserialbus-everywhere-src-6.2.2.tar.xz
Normal file
3
qtserialbus-everywhere-src-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa15d29a5c213b32e7298b2459fc5790c9eee376ab06aeb47a9e15a59b6e8473
|
||||
size 378516
|
Loading…
x
Reference in New Issue
Block a user