diff --git a/libepoxy-1.5.10.tar.gz b/libepoxy-1.5.10.tar.gz new file mode 100644 index 0000000..7beb2c6 --- /dev/null +++ b/libepoxy-1.5.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15 +size 332078 diff --git a/libepoxy-1.5.9.tar.xz b/libepoxy-1.5.9.tar.xz deleted file mode 100644 index 71bc81f..0000000 --- a/libepoxy-1.5.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4 -size 221924 diff --git a/libepoxy.changes b/libepoxy.changes index 595f85f..d8dac6b 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 18 17:35:25 UTC 2022 - Bjørn Lie + +- Update to version 1.5.10: + + Fix for building with MSVC on non-English locale. + + Fix build on Android. + + Add the right include paths for EGL and X11 headers. +- Upstream tarball url changed, probably by mistake, so leave old + url in place, but disabled. + ------------------------------------------------------------------- Mon Sep 27 13:48:22 UTC 2021 - Stefan Dirsch diff --git a/libepoxy.spec b/libepoxy.spec index 9f9bee5..4e4bbe8 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -18,13 +18,14 @@ %define sonum 0 Name: libepoxy -Version: 1.5.9 +Version: 1.5.10 Release: 0 Summary: OpenGL function pointer management library License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/anholt/libepoxy -Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz +# Source0: %%{url}/releases/download/%%{version}/%%{name}-%%{version}.tar.xz +Source0: %{url}/archive/refs/tags/1.5.10.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: meson >= 0.48 BuildRequires: pkgconfig