diff --git a/macros.qt5-srpm b/macros.qt5-srpm index 7fab15e4cdec9ab6e4dbd0511b6f2ab1bcb68819..45e590226eb0ab2ce43b89b9d2207eaa771e59ea 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 riscv64 +%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el riscv64 loongarch32 loongarch64 diff --git a/qt5.spec b/qt5.spec index 83322394e6307ac1fef8b9570906003a4a256dad..5b78ead14b82e34d2474a7173f76f8e8ac16e49f 100644 --- a/qt5.spec +++ b/qt5.spec @@ -1,6 +1,6 @@ Name: qt5 Version: 5.15.10 -Release: 3 +Release: 4 Summary: Qt5 meta package License: GPLv3 URL: https://getfedora.org/ @@ -94,8 +94,11 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README %{_rpmconfigdir}/macros.d/macros.qt5-srpm %changelog +* Sun Apr 07 2024 liweigang - 5.15.10-4 +- add loongarch in macros qt5_qtwebengine_arches + * Sun Apr 7 2024 shafeipaozi - 5.15.10-3 -- add riscv64 in macros qt5_qtwebengine_arches +- add riscv64 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