diff --git a/libepoxy.spec b/libepoxy.spec index a85c69f999200ce222f1f71e06c4b3022d8366ff..db8a2fab69dda17b809a4226f0bad9fea5b8774c 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