Accepting request 936302 from KDE:Qt6
Qt 6.2.2 (forwarded request 936299 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/936302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-charts?expand=0&rev=7
This commit is contained in:
commit
f065106ef0
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 10:05:56 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:29 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 qtcharts
|
||||
%define tar_name qtcharts-everywhere-src
|
||||
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-charts%{?pkg_suffix}
|
||||
Version: 6.2.1
|
||||
Version: 6.2.2
|
||||
Release: 0
|
||||
Summary: Qt 6 Charts library
|
||||
License: GPL-3.0-or-later
|
||||
@ -70,7 +70,10 @@ The Qt 6 Charts library.
|
||||
%package devel
|
||||
Summary: Qt 6 Charts library - Development files
|
||||
Requires: libQt6Charts6 = %{version}
|
||||
%requires_eq qt6-core-private-devel
|
||||
Requires: cmake(Qt6Gui)
|
||||
Requires: cmake(Qt6OpenGL)
|
||||
Requires: cmake(Qt6OpenGLWidgets)
|
||||
Requires: cmake(Qt6Widgets)
|
||||
|
||||
%description devel
|
||||
Development files for the Qt 6 Charts library.
|
||||
@ -92,6 +95,9 @@ The Qt 6 ChartsQml library.
|
||||
%package -n qt6-chartsqml-devel
|
||||
Summary: Qt 6 ChartsQml library - Development files
|
||||
Requires: libQt6ChartsQml6 = %{version}
|
||||
Requires: cmake(Qt6Charts) = %{real_version}
|
||||
Requires: cmake(Qt6Qml)
|
||||
Requires: cmake(Qt6Quick)
|
||||
|
||||
%description -n qt6-chartsqml-devel
|
||||
Development files for the Qt 6 ChartsQml library.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f92ad16abd382a1488e6aafa129d88887a14300cb0f237fe37bca9173cf5a688
|
||||
size 4382880
|
3
qtcharts-everywhere-src-6.2.2.tar.xz
Normal file
3
qtcharts-everywhere-src-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ffe724433af53a09892cce4e13b242cfcb6c67fef68295b0f29374460f16e7a
|
||||
size 4382884
|
Loading…
x
Reference in New Issue
Block a user