SHA256
1
0
forked from pool/libepoxy

Accepting request 580976 from home:iznogood:branches:X11:XOrg

New upstream release

OBS-URL: https://build.opensuse.org/request/show/580976
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=10
This commit is contained in:
2018-02-28 15:26:25 +00:00
committed by Git OBS Bridge
parent 92750c552f
commit 386673ef67
4 changed files with 32 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 28 13:45:02 UTC 2018 - bjorn.lie@gmail.com
- Update to version 1.5.0:
+ Bump the Meson dependency to 0.44.1.
+ Include Xlib.h in the tests that use X11 API.
+ Update the GL registry to OpenGL 4.6.
+ Add gl and egl private dependencies in the pkg-config file.
+ Allow building Epoxy without X11 support.
+ Rename the Meson configuration options to be more idiomatic.
+ New API:
- epoxy_set_resolver_failure_handler().
- epoxy_glsl_version().
- epoxy_extension_in_string().
- Do a minor spec cleanup, use autosetup macro.
- Pass docs=false, glx=yes, egl=yes and x11=true to meson, ensure
we build the features we want.
-------------------------------------------------------------------
Wed Jan 10 21:57:40 UTC 2018 - crrodriguez@opensuse.org