From 5a6fc8464ed73accfea05737e091ec3eaf99e7fc Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Thu, 29 Feb 2024 09:12:36 +0800 Subject: [PATCH] add loongarch64 support (cherry picked from commit 67612d62d710614a1b4b4013dfd0ad501015a2af) --- qt6-qtwebview.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtwebview.spec b/qt6-qtwebview.spec index 7a14079..17cd5a8 100644 --- a/qt6-qtwebview.spec +++ b/qt6-qtwebview.spec @@ -5,7 +5,7 @@ Summary: Qt6 - WebView component Name: qt6-%{qt_module} Version: 6.5.2 -Release: 1 +Release: 2 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -14,7 +14,7 @@ Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submod # FIXME use/update qt6_qtwebengine_arches # 32-bit arches not supported (https://bugreports.qt.io/browse/QTBUG-102143) -ExclusiveArch: aarch64 x86_64 riscv64 +ExclusiveArch: aarch64 x86_64 riscv64 loongarch64 BuildRequires: gcc-c++ BuildRequires: cmake @@ -98,6 +98,9 @@ DESTDIR="%{buildroot}" cmake --install . %changelog +* Thu Feb 29 2024 Huang Yang - 6.5.2-2 +- add loongarch64 support + * Mon Dec 11 2023 peijiankang - 6.5.2-1 - update version to 6.5.2