!1 update to 1.5.4

Merge pull request !1 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-05-12 10:01:42 +08:00 committed by Gitee
commit 28f4b0a46c
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
libepoxy-1.5.4.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: libepoxy
Version: 1.5.3
Release: 2
Version: 1.5.4
Release: 1
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
BuildRequires: meson gcc mesa-libGL-devel mesa-libEGL-devel mesa-libGLES-devel
BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
BuildRequires: pkgconfig(gl) pkgconfig(egl) pkgconfig(glesv2)
%description
A library for handling OpenGL function pointer management.
@ -54,5 +55,8 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md
%changelog
* Fri Apr 21 2020 yanan <yanan@huawei.com> - 1.5.4 - 1
- update to 1.5.4
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5.3 - 2
- Package init