diff --git a/macros.qt5-srpm b/macros.qt5-srpm index 632755cacb4237ee21a4b54fbab4c6f90222b283..f8e882abd264a8af96216a10afea2e21be26b6ee 100644 --- a/macros.qt5-srpm +++ b/macros.qt5-srpm @@ -5,5 +5,5 @@ # # If you cannot get this package to build on your secondary architecure, please: # # * remove your architecture from this list AND # # * put #1298011 onto your ExcludeArch tracker. -%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el +%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el loongarch32 loongarch64 diff --git a/qt5.spec b/qt5.spec index ae48c09a2895ed8a13e8a1a30ec0c9f46bfe84c2..c513211408032cba9786795a2c12ebbdac26c896 100644 --- a/qt5.spec +++ b/qt5.spec @@ -1,6 +1,6 @@ Name: qt5 Version: 5.15.10 -Release: 2 +Release: 3 Summary: Qt5 meta package License: GPLv3 URL: https://getfedora.org/ @@ -94,6 +94,9 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README %{_rpmconfigdir}/macros.d/macros.qt5-srpm %changelog +* Tue Feb 27 2024 Huang Yang - 5.15.10-3 +- add loongarch in macros qt5_qtwebengine_arches + * Wed Sep 13 2023 yoo - 5.15.10-2 - fix other qt5-xx pkg, clang build need -spec linux-clang