diff --git a/add-GLIBC_2.27-to-test-versions-for-riscv.patch b/add-GLIBC_2.27-to-test-versions-for-riscv.patch new file mode 100644 index 0000000000000000000000000000000000000000..c226d4d17c7266b0e1d934a2d0743142ccd6db41 --- /dev/null +++ b/add-GLIBC_2.27-to-test-versions-for-riscv.patch @@ -0,0 +1,10 @@ +--- libepoxy-1.5.10/test/dlwrap.c 2022-02-17 20:56:12.000000000 +0800 ++++ libepoxy-1.5.10/test/dlwrap.c.new 2023-03-03 16:29:56.806537593 +0800 +@@ -237,6 +237,7 @@ + * In the meantime, I'll just keep augmenting this + * hard-coded version list as people report bugs. */ + const char *version[] = { ++ "GLIBC_2.27", + "GLIBC_2.17", + "GLIBC_2.4", + "GLIBC_2.3", diff --git a/libepoxy.spec b/libepoxy.spec index 586bf440d2d55197c890b253980c11688d4e36a2..a85c69f999200ce222f1f71e06c4b3022d8366ff 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,10 +1,11 @@ Name: libepoxy Version: 1.5.10 -Release: 1 +Release: 2 Summary: library work with epoxy runtime License: MIT URL: https://github.com/anholt/%{name} Source0: https://download.gnome.org/sources/%name/1.5/%{name}-%{version}.tar.xz +Patch0001: add-GLIBC_2.27-to-test-versions-for-riscv.patch BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers @@ -57,6 +58,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog +* Mon Mar 06 2023 laokz - 1.5.10-2 +- add GLIBC_2.27 to test/dlwrap.c for riscv + * Thu Feb 02 2023 zhouwenpei - 1.5.10-1 - update to 1.5.10