Sync from SUSE:SLFO:Main qt6-graphs revision 62f9672282a2c216814e476cce482729

This commit is contained in:
Adrian Schröter 2025-02-07 11:13:06 +01:00
parent 1b4d3bffd3
commit ec1278c080
4 changed files with 44 additions and 8 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Dec 2 13:02:03 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.1:
* https://www.qt.io/blog/qt-6.8.1-released
-------------------------------------------------------------------
Mon Oct 28 08:31:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Set memory constraints for building qt6-graphs
-------------------------------------------------------------------
Tue Oct 8 09:29:42 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.0:
* https://www.qt.io/blog/qt-6.8-released
-------------------------------------------------------------------
Sat Sep 28 08:22:57 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.3
* https://www.qt.io/blog/qt-6.7.3-released
-------------------------------------------------------------------
Wed Jun 19 07:25:42 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package qt6-graphs
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,8 +16,8 @@
#
%define real_version 6.7.2
%define short_version 6.7
%define real_version 6.8.1
%define short_version 6.8
%define tar_name qtgraphs-everywhere-src
%define tar_suffix %{nil}
#
@ -27,7 +27,7 @@
%endif
#
Name: qt6-graphs%{?pkg_suffix}
Version: 6.7.2
Version: 6.8.1
Release: 0
Summary: 3D visualization module
License: GPL-3.0-only
@ -109,7 +109,8 @@ ABI or API guarantees.
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6
%cmake_qt6 \
-DQT_GENERATE_SBOM:BOOL=FALSE
%{qt6_build}
@ -129,22 +130,34 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%files -n libQt6Graphs6
%license LICENSES/*
%{_qt6_libdir}/libQt6Graphs.so.*
%{_qt6_libdir}/libQt6GraphsWidgets.so.*
%files -n qt6-graphs-devel
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtGraphsTestsConfig.cmake
%{_qt6_cmakedir}/Qt6Graphs/
%{_qt6_cmakedir}/Qt6GraphsWidgets/
%{_qt6_descriptionsdir}/Graphs.json
%{_qt6_descriptionsdir}/GraphsWidgets.json
%{_qt6_includedir}/QtGraphs/
%{_qt6_includedir}/QtGraphsWidgets/
%{_qt6_libdir}/libQt6Graphs.prl
%{_qt6_libdir}/libQt6Graphs.so
%{_qt6_libdir}/libQt6GraphsWidgets.prl
%{_qt6_libdir}/libQt6GraphsWidgets.so
%{_qt6_metatypesdir}/qt6graphs_*_metatypes.json
%{_qt6_metatypesdir}/qt6graphswidgets_*_metatypes.json
%{_qt6_mkspecsdir}/modules/qt_lib_graphs.pri
%{_qt6_mkspecsdir}/modules/qt_lib_graphswidgets.pri
%{_qt6_pkgconfigdir}/Qt6Graphs.pc
%{_qt6_pkgconfigdir}/Qt6GraphsWidgets.pc
%exclude %{_qt6_includedir}/QtGraphs/%{real_version}
%exclude %{_qt6_includedir}/QtGraphsWidgets/%{real_version}
%files -n qt6-graphs-private-devel
%{_qt6_includedir}/QtGraphs/%{real_version}/
%{_qt6_includedir}/QtGraphsWidgets/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_graphs_private.pri
%{_qt6_mkspecsdir}/modules/qt_lib_graphswidgets_private.pri
%endif

BIN
qtgraphs-everywhere-src-6.7.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
qtgraphs-everywhere-src-6.8.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.