From e6cdbc206223b77bfc3e16cdd99c4326dd9ade0a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 21 Oct 2022 15:18:38 +0300 Subject: [PATCH] Disable SSE2 on riscv64 Signed-off-by: David Abdurachmanov --- qt6-qtbase.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtbase.spec b/qt6-qtbase.spec index 89202e1..4a2d803 100644 --- a/qt6-qtbase.spec +++ b/qt6-qtbase.spec @@ -3,7 +3,7 @@ %global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9 %global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64 -%ifarch s390x ppc64le aarch64 armv7hl +%ifarch s390x ppc64le aarch64 armv7hl riscv64 %global no_sse2 1 %endif @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt6-qtbase Summary: Qt6 - QtBase components Version: 6.3.1 -Release: 4%{?dist} +Release: 4.0.riscv64%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -836,6 +836,9 @@ make check -k ||: %changelog +* Fri Oct 21 2022 David Abdurachmanov - 6.3.1-4.0.riscv64 +- Disable SSE2 on riscv64 + * Mon Aug 01 2022 Frantisek Zatloukal - 6.3.1-4 - Rebuilt for ICU 71.1