From 1fa1f42910ff77baf07d97fdb3e99c07809e43c4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 24 Oct 2024 14:53:01 +0200 Subject: [PATCH] update to 6.8.0 [release 6.8.0-1mamba;Sat Oct 19 2024] --- qt6-qtquick3d.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index 27a527a..d878493 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: qt6-qtquick3d -Version: 6.7.3 +Version: 6.8.0 Release: 1mamba Summary: Qt6 Quick 3D components Group: System/Libraries @@ -13,8 +13,15 @@ Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Concurrent +BuildRequires: libQt6Core +BuildRequires: libQt6Gui +BuildRequires: libQt6Network +BuildRequires: libQt6OpenGL +BuildRequires: libQt6Widgets BuildRequires: libgcc BuildRequires: libglvnd-devel +BuildRequires: libopenxr-devel BuildRequires: libstdc++6-devel BuildRequires: libxkbcommon-devel BuildRequires: libz-devel @@ -91,6 +98,9 @@ DESTDIR="%{buildroot}" cmake --install build %doc README.md %changelog +* Sat Oct 19 2024 Silvan Calarco 6.8.0-1mamba +- update to 6.8.0 + * Wed Oct 09 2024 Automatic Build System 6.7.3-1mamba - automatic version update by autodist