automatic version update by autodist [release 6.5.2-1mamba;Thu Jul 27 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:09:53 +01:00
parent e2c8fa24bd
commit b13f343078
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- qt3d-everywhere-src-6.5.2/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp 2023-07-27 18:25:03.243425111 +0200
+++ qt3d-everywhere-src-6.5.2/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp.orig 2023-07-27 18:24:28.246612903 +0200
@@ -55,6 +55,7 @@
#include <assimp/ByteSwapper.h>
#include <assimp/DefaultLogger.hpp>
#include <assimp/StringUtils.h>
+#include <cstdint>
namespace Assimp {
namespace FBX {

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qt3d
Version: 6.5.1
Version: 6.5.2
Release: 1mamba
Summary: Qt6 3D components
Group: System/Libraries
@ -10,6 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.qt.io/
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qt3d-everywhere-src-%{version}.tar.xz
Patch0: qt6-qt3d-6.5.2-gcc-13.1.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -39,6 +40,9 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q -n qt3d-everywhere-src-%{version}
#-D -T
#:<< _EOF
%patch 0 -p1
%build
%cmake -d build
@ -169,6 +173,9 @@ This package contains libraries and header files for developing applications tha
%doc README
%changelog
* Thu Jul 27 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
- automatic version update by autodist
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
- automatic version update by autodist