Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
348ba962ba
!25 [sync] PR-21: riscv: 将"GLIBC_2.27"加入test/dlwrap.c
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-04-17 08:23:13 +00:00
laokz
cfd5a7f54b add GLIBC_2.27 to test/dlwrap.c for riscv
As it's the first version support RISC-V ISA.

(cherry picked from commit 03e40134bd66d9fd154b192fdd52ef26bd962538)
2023-04-17 15:33:19 +08:00
openeuler-ci-bot
81c546373c
!22 [sync] PR-20: update to 1.5.10
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-04-17 07:22:56 +00:00
zhouwenpei
8c1dee7d73 update to 1.5.10
(cherry picked from commit d88ce8de2385d2d44c8332f4b0f307cda2882a35)
2023-04-17 15:09:26 +08:00
openeuler-ci-bot
a8f5efa78d
!18 [sync] PR-16: fix build error for loongarch64
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-01-31 07:55:53 +00:00
Wenlong Zhang
76b96ab96c fix build error for loongarch64
(cherry picked from commit 4daa78a06df4a723c751975010da4362881b8d9f)
2023-01-31 15:42:09 +08:00
openeuler-ci-bot
ab29a88bad
!13 【轻量级 PR】:Rebuild for next release
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-26 12:04:16 +00:00
zhouwenpei
b820a25743
Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
2022-10-26 03:20:58 +00:00
openeuler-ci-bot
355cc1ba99 !12 [sync] PR-11: updata to libepoxy 1.5.9
From: @openeuler-sync-bot
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2021-12-06 11:41:39 +00:00
xingxing
a021bf81b3 updata to 1.5.9
(cherry picked from commit b38b67630aa0a88742973d5db994d09902d581c0)
2021-12-02 17:15:06 +08:00
4 changed files with 34 additions and 6 deletions

View File

@ -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",

BIN
libepoxy-1.5.10.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,15 @@
Name: libepoxy Name: libepoxy
Version: 1.5.5 Version: 1.5.10
Release: 1 Release: 2
Summary: library work with epoxy runtime Summary: library work with epoxy runtime
License: MIT License: MIT
URL: https://github.com/anholt/%{name} URL: https://github.com/anholt/%{name}
Source0: https://github.com/anholt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz 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: meson gcc libGL-devel libEGL-devel libX11-devel
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
BuildRequires: libglvnd-devel pkgconfig(glesv2) BuildRequires: pkgconfig(glesv2) pkgconfig(gl) pkgconfig(egl)
%description %description
A library for handling OpenGL function pointer management. A library for handling OpenGL function pointer management.
@ -34,10 +35,12 @@ applications that want to make use of %{name}.
%meson_install %meson_install
%check %check
%ifarch loongarch64
%meson_test
%else
xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
(cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1) (cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1)
%endif
%ldconfig_scriptlets
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -55,6 +58,21 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md %doc README.md
%changelog %changelog
* 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
* Fri Jan 29 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.5.5-1 * Fri Jan 29 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.5.5-1
- update to 1.5.5 - update to 1.5.5