diff --git a/pango.spec b/pango.spec index 5fc8f9f112e20d0d067936062b7342a6eafb7935..dc31e78adffd41b91eb1a41e6a88163dbe703063 100644 --- a/pango.spec +++ b/pango.spec @@ -1,6 +1,6 @@ Name: pango Version: 1.49.3 -Release: 3 +Release: 4 Summary: A library for layout and rendering of text License: LGPLv2+ @@ -42,6 +42,9 @@ the %{name}. # "test-font" testcases always failed, so we don't run this case, We have reported this bug to the upstream community # use this link to track bugs https://gitlab.gnome.org/GNOME/pango/-/issues/682 sed -i '/test-font.c/d' ./tests/meson.build +%ifarch loongarch64 +sed -i '/test-layout.c/d' ./tests/meson.build +%endif %meson -Denable_docs=true -Dinstall-tests=true %meson_build @@ -78,6 +81,9 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_mandir}/man1/pango-view.1.* %changelog +* Wed Feb 22 2023 Huang Yang - 1.49.3-4 +- disable test-layout check in loongarch64 + * Sat Apr 09 2022 wangkerong - 1.49.3-3 - enable test