From e743e3255467faefbe20fd29753b1b06ce27d9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Mon, 9 Dec 2024 15:20:42 +0800 Subject: [PATCH] include all patches in the source package. --- qt6-qtquick3dphysics.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/qt6-qtquick3dphysics.spec b/qt6-qtquick3dphysics.spec index ab738b5..e06ca88 100644 --- a/qt6-qtquick3dphysics.spec +++ b/qt6-qtquick3dphysics.spec @@ -7,7 +7,7 @@ Name: qt6-%{qt_module} Version: 6.5.2 -Release: 1 +Release: 2 Summary: Qt 6 Quick3D Physics Extensions License: GPL-3.0-only URL: https://www.qt.io @@ -17,9 +17,7 @@ Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version} #fix physx on riscv64 # https://github.com/felixonmars/archriscv-packages/pull/1821 -%ifarch riscv64 Patch0: physx-rv64.patch -%endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -54,7 +52,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %endif %prep -%autosetup -p1 -n %{qt_module}-everywhere-src-%{version} -p1 +%setup -n %{qt_module}-everywhere-src-%{version} + +%ifarch riscv64 +%patch -P 0 -p1 +%endif %build %define _lto_cflags %{nil} @@ -116,6 +118,9 @@ popd %endif %changelog +* Mon Dec 09 2024 shenzhongwei - 6.5.2-2 +- include all patches in the source package. + * Thu Nov 30 2023 peijiankang - 6.5.2-1 - Update to 6.5.2 -- Gitee