update to 1.5.5

This commit is contained in:
zhanzhimin 2021-01-29 16:27:45 +08:00
parent 41fdf54140
commit c68a21926c
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libepoxy-1.5.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libepoxy
Version: 1.5.4
Release: 2
Version: 1.5.5
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
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
@ -55,6 +55,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
%doc README.md
%changelog
* Fri Jan 29 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.5.5-1
- update to 1.5.5
* Mon Aug 03 2020 orange-snn <songnannan2@huawei.com> - 1.5.4-2
- change the buildrequires form mesa to libglvnd