From 151f154351cc74e7753befbccd059a32007bb89d Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Wed, 22 Feb 2023 14:16:00 +0800 Subject: [PATCH] disable test-layout check in loongarch64 --- pango.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pango.spec b/pango.spec index 5fc8f9f..dc31e78 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 -- Gitee