diff --git a/libepoxy-1.5.5.tar.xz b/libepoxy-1.5.5.tar.xz deleted file mode 100644 index 7d2a56b100dda90c751db456d6440eccced0e059..0000000000000000000000000000000000000000 Binary files a/libepoxy-1.5.5.tar.xz and /dev/null differ diff --git a/libepoxy-1.5.9.tar.xz b/libepoxy-1.5.9.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..691edbd4fc73016895a8449ffce48fb9d7ed0d18 Binary files /dev/null and b/libepoxy-1.5.9.tar.xz differ diff --git a/libepoxy.spec b/libepoxy.spec index 2f674a2b3f682a4b29c72fcfc928138d909702f3..fa003d04ec3e649cd2184cdc5599a8958a848900 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,5 +1,5 @@ Name: libepoxy -Version: 1.5.5 +Version: 1.5.9 Release: 1 Summary: library work with epoxy runtime License: MIT @@ -8,7 +8,7 @@ Source0: https://github.com/anholt/%{name}/releases/download/%{version}/ BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers -BuildRequires: libglvnd-devel pkgconfig(glesv2) +BuildRequires: pkgconfig(glesv2) pkgconfig(gl) pkgconfig(egl) %description A library for handling OpenGL function pointer management. @@ -37,8 +37,6 @@ applications that want to make use of %{name}. xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ (cat %{_vpath_builddir}/meson-logs/testlog.txt ; exit 1) -%ldconfig_scriptlets - %files %defattr(-,root,root) %license COPYING @@ -55,6 +53,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog +* Thu Dec 02 2021 xingxing - 1.5.9-1 +- update to 1.5.9 + * Fri Jan 29 2021 zhanzhimin - 1.5.5-1 - update to 1.5.5