Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-datavis3d?expand=0&rev=27
This commit is contained in:
parent
5b3cc8b982
commit
954ce1ffd7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 10:01:56 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:59 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Mar 16 09:59:59 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-datavis3d
|
# spec file for package qt6-datavis3d
|
||||||
#
|
#
|
||||||
# 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 qtdatavis3d
|
%define short_name qtdatavis3d
|
||||||
%define tar_name qtdatavis3d-everywhere-src
|
%define tar_name qtdatavis3d-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-datavis3d%{?pkg_suffix}
|
Name: qt6-datavis3d%{?pkg_suffix}
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 6 data visualization framework
|
Summary: Qt 6 data visualization framework
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -37,14 +37,14 @@ Source: https://download.qt.io/official_releases/qt/%{short_version}/%{r
|
|||||||
Source99: qt6-datavis3d-rpmlintrc
|
Source99: qt6-datavis3d-rpmlintrc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-qml-private-devel
|
BuildRequires: qt6-qml-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(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 DataVisualization library.
|
|||||||
%package -n qt6-datavisualization-devel
|
%package -n qt6-datavisualization-devel
|
||||||
Summary: Qt 6 DataVisualization library - Development files
|
Summary: Qt 6 DataVisualization library - Development files
|
||||||
Requires: libQt6DataVisualization6 = %{version}
|
Requires: libQt6DataVisualization6 = %{version}
|
||||||
Requires: cmake(Qt6Gui)
|
Requires: cmake(Qt6Gui) = %{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-datavisualization-devel
|
%description -n qt6-datavisualization-devel
|
||||||
Development files for the Qt 6 DataVisualization library.
|
Development files for the Qt 6 DataVisualization library.
|
||||||
@ -97,10 +97,10 @@ The Qt 6 DataVisualizationQml library.
|
|||||||
Summary: Qt 6 DataVisualizationQml library - Development files
|
Summary: Qt 6 DataVisualizationQml library - Development files
|
||||||
Requires: libQt6DataVisualizationQml6 = %{version}
|
Requires: libQt6DataVisualizationQml6 = %{version}
|
||||||
Requires: qt6-datavisualization-private-devel = %{real_version}
|
Requires: qt6-datavisualization-private-devel = %{real_version}
|
||||||
Requires: cmake(Qt6Gui)
|
Requires: cmake(Qt6Gui) = %{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-datavisualizationqml-devel
|
%description -n qt6-datavisualizationqml-devel
|
||||||
Development files for the Qt 6 DataVisualizationQml library.
|
Development files for the Qt 6 DataVisualizationQml library.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c978ac5db663560b8071ddf62e7d7e82e0c01d109d9292171f5589ce5e787995
|
|
||||||
size 5216376
|
|
3
qtdatavis3d-everywhere-src-6.5.0.tar.xz
Normal file
3
qtdatavis3d-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d48ac17717e7ae7d8251c660a2b1ec97884c3d6a411f0ab901168c5683a9816b
|
||||||
|
size 3954724
|
Loading…
x
Reference in New Issue
Block a user