Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b3b42844e7
!30 add options for i686
From: @zppzhangpan 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-09-06 09:29:54 +00:00
zhangpan
a3c817e54e add options for i686 2024-08-01 11:14:50 +00:00
openeuler-ci-bot
e6fdb31b3a
!21 riscv: 将"GLIBC_2.27"加入test/dlwrap.c
From: @laokz 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-04-17 07:00:43 +00:00
laokz
03e40134bd add GLIBC_2.27 to test/dlwrap.c for riscv
As it's the first version support RISC-V ISA.
2023-03-03 16:49:53 +08:00
openeuler-ci-bot
e22990d621
!20 update to 1.5.10
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-02-07 08:43:14 +00:00
zhouwenpei
d88ce8de23 update to 1.5.10 2023-02-02 11:09:20 +00:00
openeuler-ci-bot
c466384c6e
!16 fix build error for loongarch64
From: @zhangwenlong01 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-01-31 07:41:58 +00:00
Wenlong Zhang
4daa78a06d fix build error for loongarch64 2023-01-31 11:20:00 +08:00
openeuler-ci-bot
0093f75a5a
!15 [sync] PR-13: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-28 08:38:14 +00:00
zhouwenpei
164dbd7b3d Rebuild for next release
Signed-off-by: zhouwenpei <zhouwenpei050@chinasoftinc.com>
(cherry picked from commit b820a25743ef2c2a3a39c4f52bf45cbe9f83f298)
2022-10-27 14:24:31 +08:00
4 changed files with 37 additions and 3 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,10 +1,11 @@
Name: libepoxy
Version: 1.5.9
Release: 1
Version: 1.5.10
Release: 3
Summary: library work with epoxy runtime
License: MIT
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: python3 xorg-x11-server-Xvfb mesa-dri-drivers
@ -27,15 +28,23 @@ 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)
@ -53,6 +62,21 @@ 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