From 5e332f5e40b3c3e95532835a389fedb25572bc93 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Mon, 3 Aug 2020 18:00:11 +0800 Subject: [PATCH] change the build requires form mesa to libglvnd --- libepoxy.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libepoxy.spec b/libepoxy.spec index c110aba..f873087 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,6 +1,6 @@ Name: libepoxy Version: 1.5.4 -Release: 1 +Release: 2 Summary: library work with epoxy runtime License: MIT URL: https://github.com/anholt/%{name} @@ -8,7 +8,7 @@ Source0: https://github.com/anholt/%{name}/releases/download/%{version}/%{na 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) +BuildRequires: libglvnd-devel pkgconfig(glesv2) %description A library for handling OpenGL function pointer management. @@ -55,11 +55,14 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \ %doc README.md %changelog -* Mon Jun 22 2020 xinghe - 1.5.4 - 1 +* Mon Aug 03 2020 orange-snn - 1.5.4-2 +- change the buildrequires form mesa to libglvnd + +* Mon Jun 22 2020 xinghe - 1.5.4-1 - Type:enhancement - ID:NA - SUG:NA - DESC:update to 1.5.4 -* Wed Sep 11 2019 openEuler Buildteam - 1.5.3 - 2 +* Wed Sep 11 2019 openEuler Buildteam - 1.5.3-2 - Package init