Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
6a90288e93 | |||
73cd2ff52c |
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 12:05:22 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- build with -j1 if deterministic build results are wanted (bsc#1228131)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:25 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.1:
|
||||
* https://www.qt.io/blog/qt-6.9.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 11:03:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0:
|
||||
* https://www.qt.io/blog/qt-6.9-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 9 22:42:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Ignore private QML imports
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:22:53 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-datavis3d
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,19 +16,26 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.8.2
|
||||
%define short_version 6.8
|
||||
%define real_version 6.9.1
|
||||
%define short_version 6.9
|
||||
%define short_name qtdatavis3d
|
||||
%define tar_name qtdatavis3d-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
%if 0%{?want_reproducible_builds}
|
||||
# workaround for bsc#1228131
|
||||
%define _smp_mflags -j1
|
||||
%endif
|
||||
#
|
||||
%global qt6_flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
%define pkg_suffix -docs
|
||||
%endif
|
||||
#
|
||||
# Private QML imports
|
||||
%global __requires_exclude qt6qmlimport\\((AxisHandling|SurfaceGallery)\\)
|
||||
#
|
||||
Name: qt6-datavis3d%{?pkg_suffix}
|
||||
Version: 6.8.2
|
||||
Version: 6.9.1
|
||||
Release: 0
|
||||
Summary: Qt 6 data visualization framework
|
||||
License: GPL-3.0-or-later
|
||||
@@ -36,11 +43,11 @@ URL: https://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source99: qt6-datavis3d-rpmlintrc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-qml-private-devel
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QmlPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QuickTest) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Test) = %{real_version}
|
||||
@@ -155,6 +162,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%exclude %{_qt6_includedir}/QtDataVisualization/%{real_version}
|
||||
|
||||
%files -n qt6-datavisualization-private-devel
|
||||
%{_qt6_cmakedir}/Qt6DataVisualizationPrivate/
|
||||
%{_qt6_includedir}/QtDataVisualization/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_datavisualization_private.pri
|
||||
|
||||
@@ -173,6 +181,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%exclude %{_qt6_includedir}/QtDataVisualizationQml/%{real_version}
|
||||
|
||||
%files -n qt6-datavisualizationqml-private-devel
|
||||
%{_qt6_cmakedir}/Qt6DataVisualizationQmlPrivate/
|
||||
%{_qt6_includedir}/QtDataVisualizationQml/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_datavisualizationqml_private.pri
|
||||
|
||||
|
BIN
qtdatavis3d-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
BIN
qtdatavis3d-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtdatavis3d-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtdatavis3d-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user