From e07ad57e49022240dea3eb7474ff3b26f1fff1d9 Mon Sep 17 00:00:00 2001 From: xh Date: Wed, 11 Sep 2024 07:34:22 +0000 Subject: [PATCH] fix build fialed for make test --- libepoxy.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libepoxy.spec b/libepoxy.spec index a85c69f..db8a2fa 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,6 +1,6 @@ Name: libepoxy Version: 1.5.10 -Release: 2 +Release: 3 Summary: library work with epoxy runtime License: MIT URL: https://github.com/anholt/%{name} @@ -35,7 +35,7 @@ applications that want to make use of %{name}. %meson_install %check -%ifarch loongarch64 +%ifarch loongarch64 x86_64 aarch64 %meson_test %else xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ @@ -58,6 +58,12 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog +* Wed Sep 11 2024 xinghe - 1.5.10-3 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix build fialed for make test + * Mon Mar 06 2023 laokz - 1.5.10-2 - add GLIBC_2.27 to test/dlwrap.c for riscv -- Gitee