Compare commits

..

No commits in common. "b3b42844e73e9a7145e5c2a4459f4ec1d8c55c48" and "50615398377c306703600f4d46f9821ba8342419" have entirely different histories.

4 changed files with 3 additions and 37 deletions

View File

@ -1,10 +0,0 @@
--- 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",

Binary file not shown.

BIN
libepoxy-1.5.9.tar.xz Normal file

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: libepoxy
Version: 1.5.10
Release: 3
Version: 1.5.9
Release: 1
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
Source0: https://github.com/anholt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
@ -28,23 +27,15 @@ applications that want to make use of %{name}.
%autosetup -n %{name}-%{version} -p1
%build
%if 0%{?build_cross} == 1
%meson -Degl=no -Dtests=false
%else
%meson
%endif
%meson_build
%install
%meson_install
%check
%ifarch loongarch64
%meson_test
%else
xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
%endif
%files
%defattr(-,root,root)
@ -62,21 +53,6 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md
%changelog
* Thu Aug 1 2024 zhangpan <zhangpan103@h-partners.com> - 1.5.10-3
- add options for i686
* Mon Mar 06 2023 laokz <zhangkai@iscas.ac.cn> - 1.5.10-2
- add GLIBC_2.27 to test/dlwrap.c for riscv
* Thu Feb 02 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.10-1
- update to 1.5.10
* Mon Jan 30 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.5.9-3
- fix build error for loongarch64
* Wed Oct 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.5.9-2
- Rebuild for next release
* Thu Dec 02 2021 xingxing <xingxing9@huawei.com> - 1.5.9-1
- update to 1.5.9