Compare commits

2 Commits
1.1 ... main

5 changed files with 69 additions and 13 deletions

33
_constraints Normal file
View File

@@ -0,0 +1,33 @@
<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,3 +1,20 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qt6-graphs
#
# 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,8 +16,8 @@
#
%define real_version 6.8.2
%define short_version 6.8
%define real_version 6.9.1
%define short_version 6.9
%define tar_name qtgraphs-everywhere-src
%define tar_suffix %{nil}
#
@@ -26,6 +26,9 @@
%define pkg_suffix -docs
%endif
#
# Private QML imports
%global __requires_exclude qt6qmlimport\\((AxisHandlingExample|SurfaceGalleryExample)\\)
#
Name: qt6-graphs%{?pkg_suffix}
Version: 6.8.2
Release: 0
@@ -34,13 +37,14 @@ 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: 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(Qt6CorePrivate) = %{real_version}
BuildRequires: cmake(Qt6GuiPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DRuntimeRenderPrivate) = %{real_version}
BuildRequires: cmake(Qt6QuickShapesPrivate) = %{real_version}
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}
@@ -94,8 +98,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}
%requires_eq qt6-quick3d-private-devel
%requires_eq qt6-quick3druntimerender-private-devel
BuildRequires: cmake(Qt6Quick3DPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick3DRuntimeRenderPrivate) = %{real_version}
%description -n qt6-graphs-private-devel
This package provides private headers of libQt6Graphs that do not have any
@@ -154,6 +158,8 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%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

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

Binary file not shown.

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

Binary file not shown.