Compare commits

1 Commits
main ... 1.1

5 changed files with 15 additions and 113 deletions

View File

@@ -1,33 +0,0 @@
<constraints>
<hardware>
<disk>
<size unit="G">5</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>x86_64</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
<size unit="G">5</size>
</memory>
</hardware>
</overwrite>
<!-- relax constraints for qt6-graphs:docs -->
<overwrite>
<conditions>
<package>qt6-graphs:docs</package>
</conditions>
<hardware>
<disk>
<size unit="G">2</size>
</disk>
<memory>
<size unit="G">3</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,49 +1,3 @@
-------------------------------------------------------------------
Tue Jun 3 07:49:26 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:43:28 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Ignore private QML imports
-------------------------------------------------------------------
Fri Jan 31 10:22:54 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.2
https://www.qt.io/blog/qt-6.8.2-released
-------------------------------------------------------------------
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) 2025 SUSE LLC
# Copyright (c) 2023 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.9.1
%define short_version 6.9
%define real_version 6.7.2
%define short_version 6.7
%define tar_name qtgraphs-everywhere-src
%define tar_suffix %{nil}
#
@@ -26,25 +26,21 @@
%define pkg_suffix -docs
%endif
#
# Private QML imports
%global __requires_exclude qt6qmlimport\\((AxisHandlingExample|SurfaceGalleryExample)\\)
#
Name: qt6-graphs%{?pkg_suffix}
Version: 6.8.2
Version: 6.7.2
Release: 0
Summary: 3D visualization module
License: GPL-3.0-only
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
BuildRequires: pkgconfig
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
BuildRequires: cmake(Qt6GuiPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DRuntimeRenderPrivate) = %{real_version}
BuildRequires: cmake(Qt6QuickShapesPrivate) = %{real_version}
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-gui-private-devel
BuildRequires: qt6-quick3d-private-devel
BuildRequires: qt6-quick3druntimerender-private-devel
BuildRequires: qt6-quickshapes-private-devel
BuildRequires: cmake(Qt6Core) = %{real_version}
BuildRequires: cmake(Qt6Gui) = %{real_version}
BuildRequires: cmake(Qt6PrintSupport) = %{real_version}
BuildRequires: cmake(Qt6Quick) = %{real_version}
BuildRequires: cmake(Qt6Quick3D) = %{real_version}
BuildRequires: cmake(Qt6QuickTest) = %{real_version}
@@ -98,8 +94,8 @@ Development files for the Qt 6 Graphs library.
%package -n qt6-graphs-private-devel
Summary: Non-ABI stable API for the Qt 6 Graphs Library
Requires: cmake(Qt6Graphs) = %{real_version}
BuildRequires: cmake(Qt6Quick3DPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DRuntimeRenderPrivate) = %{real_version}
%requires_eq qt6-quick3d-private-devel
%requires_eq qt6-quick3druntimerender-private-devel
%description -n qt6-graphs-private-devel
This package provides private headers of libQt6Graphs that do not have any
@@ -113,8 +109,7 @@ ABI or API guarantees.
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6 \
-DQT_GENERATE_SBOM:BOOL=FALSE
%cmake_qt6
%{qt6_build}
@@ -134,36 +129,22 @@ 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_cmakedir}/Qt6GraphsPrivate/
%{_qt6_cmakedir}/Qt6GraphsWidgetsPrivate/
%{_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) Normal file

Binary file not shown.

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

Binary file not shown.