diff --git a/qt6-graphs.changes b/qt6-graphs.changes index 71ba42d..b04988d 100644 --- a/qt6-graphs.changes +++ b/qt6-graphs.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Dec 2 13:02:03 UTC 2024 - Christophe Marin + +- 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 + +- Set memory constraints for building qt6-graphs + +------------------------------------------------------------------- +Tue Oct 8 09:29:42 UTC 2024 - Christophe Marin + +- Update to 6.8.0: + * https://www.qt.io/blog/qt-6.8-released + +------------------------------------------------------------------- +Sat Sep 28 08:22:57 UTC 2024 - Christophe Marin + +- 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 diff --git a/qt6-graphs.spec b/qt6-graphs.spec index 5ced289..8e19190 100644 --- a/qt6-graphs.spec +++ b/qt6-graphs.spec @@ -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 diff --git a/qtgraphs-everywhere-src-6.7.2.tar.xz b/qtgraphs-everywhere-src-6.7.2.tar.xz deleted file mode 100644 index 1cf7ff9..0000000 --- a/qtgraphs-everywhere-src-6.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8813a266e4a56367af6c3206670c908f64794e6806402142b2e028046128600 -size 4395960 diff --git a/qtgraphs-everywhere-src-6.8.1.tar.xz b/qtgraphs-everywhere-src-6.8.1.tar.xz new file mode 100644 index 0000000..76151d3 --- /dev/null +++ b/qtgraphs-everywhere-src-6.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e46e3de69936835652ab40ef8caf5824ea71e26871274561fb65ec142d54a80 +size 4826412