diff --git a/libepoxy-1.5.4.tar.xz b/libepoxy-1.5.4.tar.xz deleted file mode 100644 index 39121c2..0000000 Binary files a/libepoxy-1.5.4.tar.xz and /dev/null differ diff --git a/libepoxy-1.5.5.tar.xz b/libepoxy-1.5.5.tar.xz new file mode 100644 index 0000000..7d2a56b Binary files /dev/null and b/libepoxy-1.5.5.tar.xz differ diff --git a/libepoxy.spec b/libepoxy.spec index f873087..2f674a2 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -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 - 1.5.5-1 +- update to 1.5.5 + * Mon Aug 03 2020 orange-snn - 1.5.4-2 - change the buildrequires form mesa to libglvnd