diff --git a/libepoxy-1.5.5.tar.xz b/libepoxy-1.5.5.tar.xz deleted file mode 100644 index fb9a990..0000000 --- a/libepoxy-1.5.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d80a43a6524a1ebdd0c9c5d5105295546a0794681853c636a0c70f8f9c658ce -size 332057 diff --git a/libepoxy-1.5.7.tar.xz b/libepoxy-1.5.7.tar.xz new file mode 100644 index 0000000..fae01e5 --- /dev/null +++ b/libepoxy-1.5.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479cc0146ffb395fdecf9bd2a5930834fd0bce490cbcc4681ffd716bb3a0763 +size 221880 diff --git a/libepoxy.changes b/libepoxy.changes index a57dda7..54480ef 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 18 08:04:06 UTC 2021 - Andreas Stieger + +- Update to version 1.5.7: + * Remove type redefinition +- Includes changes from 1.5.6: + * Fix issue loading OpenGL/GLX/EGL libraries + * Expose dependency variables in pkg-config file + * Close output objects when generating files + ------------------------------------------------------------------- Tue Dec 22 17:17:34 UTC 2020 - Bjørn Lie diff --git a/libepoxy.spec b/libepoxy.spec index 410d75c..79a28b2 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,7 +1,7 @@ # # spec file for package libepoxy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,16 @@ # -Name: libepoxy %define sonum 0 -Version: 1.5.5 +Name: libepoxy +Version: 1.5.7 Release: 0 Summary: OpenGL function pointer management library License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/anholt/libepoxy -Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: baselibs.conf - BuildRequires: meson >= 0.48 BuildRequires: pkgconfig BuildRequires: python3-base