Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-charts?expand=0&rev=27
This commit is contained in:
parent
c8b00010aa
commit
8aab199784
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 10:01:51 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.5.0
|
||||||
|
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 09:59:58 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Mar 16 09:59:58 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-charts
|
# spec file for package qt6-charts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.4.3
|
%define real_version 6.5.0
|
||||||
%define short_version 6.4
|
%define short_version 6.5
|
||||||
%define short_name qtcharts
|
%define short_name qtcharts
|
||||||
%define tar_name qtcharts-everywhere-src
|
%define tar_name qtcharts-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-charts%{?pkg_suffix}
|
Name: qt6-charts%{?pkg_suffix}
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 6 Charts library
|
Summary: Qt 6 Charts library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -37,15 +37,15 @@ Source: https://download.qt.io/official_releases/qt/%{short_version}/%{r
|
|||||||
Source99: qt6-charts-rpmlintrc
|
Source99: qt6-charts-rpmlintrc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
BuildRequires: cmake(Qt6Core)
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui)
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGL)
|
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGLWidgets)
|
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Qml)
|
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Quick)
|
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6QuickTest)
|
BuildRequires: cmake(Qt6QuickTest) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Test)
|
BuildRequires: cmake(Qt6Test) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
BuildRequires: qt6-tools
|
BuildRequires: qt6-tools
|
||||||
%{qt6_doc_packages}
|
%{qt6_doc_packages}
|
||||||
@ -71,10 +71,10 @@ The Qt 6 Charts library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Qt 6 Charts library - Development files
|
Summary: Qt 6 Charts library - Development files
|
||||||
Requires: libQt6Charts6 = %{version}
|
Requires: libQt6Charts6 = %{version}
|
||||||
Requires: cmake(Qt6Gui)
|
Requires: cmake(Qt6Gui) = %{real_version}
|
||||||
Requires: cmake(Qt6OpenGL)
|
Requires: cmake(Qt6OpenGL) = %{real_version}
|
||||||
Requires: cmake(Qt6OpenGLWidgets)
|
Requires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||||
Requires: cmake(Qt6Widgets)
|
Requires: cmake(Qt6Widgets) = %{real_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the Qt 6 Charts library.
|
Development files for the Qt 6 Charts library.
|
||||||
@ -97,9 +97,9 @@ The Qt 6 ChartsQml library.
|
|||||||
Summary: Qt 6 ChartsQml library - Development files
|
Summary: Qt 6 ChartsQml library - Development files
|
||||||
Requires: libQt6ChartsQml6 = %{version}
|
Requires: libQt6ChartsQml6 = %{version}
|
||||||
Requires: cmake(Qt6Charts) = %{real_version}
|
Requires: cmake(Qt6Charts) = %{real_version}
|
||||||
Requires: cmake(Qt6OpenGL)
|
Requires: cmake(Qt6OpenGL) = %{real_version}
|
||||||
Requires: cmake(Qt6Qml)
|
Requires: cmake(Qt6Qml) = %{real_version}
|
||||||
Requires: cmake(Qt6Quick)
|
Requires: cmake(Qt6Quick) = %{real_version}
|
||||||
|
|
||||||
%description -n qt6-chartsqml-devel
|
%description -n qt6-chartsqml-devel
|
||||||
Development files for the Qt 6 ChartsQml library.
|
Development files for the Qt 6 ChartsQml library.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a61e4f5ffb55df69fc58f88255aabca44fb51935b180c03ab81e098d437c346
|
|
||||||
size 4386856
|
|
3
qtcharts-everywhere-src-6.5.0.tar.xz
Normal file
3
qtcharts-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fccd1d50a7f56de011f7668e0e90f022316bd4065fa7f91b078579403e2e26a8
|
||||||
|
size 4415456
|
Loading…
x
Reference in New Issue
Block a user