Changelog for
libepoxy0-1.5.x+git.20221218T162555~2df68f8-3.13.x86_64.rpm :
* Wed May 01 2024 obs-service-tar-scmAATTinvalid- Update to version 1.5.x+git.20221218T162555~2df68f8:
* meson: Override dependency to improve usage as a subproject
* Post-release version bump to 1.5.11
* Add the right include paths for EGL and X11 headers
* fix error: use of undeclared identifier \'OPENGL_LIB\'
* meson: Fix for building on non-English locale
* Post-release version bump to 1.5.10
* Mon Nov 07 2022 Stefan Dirsch
- needed by jira#PED-1174 (Mesa needs sync with Xserver, which then needs updated libepoxy)
* Fri Mar 18 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 2021 Stefan Dirsch - needed for jira#SLE/SLE-19965, jira#SLE/SLE-19964, jira#SLE/SLE-18653
* Sun Aug 15 2021 Bjørn Lie - Update to version 1.5.9: + Allow libopengl.so to be used when GLX_LIB is missing.
* Fri May 21 2021 Bjørn Lie - Update to version 1.5.8: + Revert changes from PR #238 / #229 + Fixes regressions: #240, #252, #253
* Tue May 18 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 2020 Bjørn Lie - Update to version 1.5.5: + Remove Python 2 support. + Remove Autotools support. + Use EGL_NO_X11 to disable X11 headers. + Use call convention for mock function. + Return correct version of GLSL on GLES2. + Rely on Meson\'s darwin_versions option.- Drop Lower-the-minimum-required-version-of-Meson.patch: New minimum meson is 0.48.
* Sat Jan 04 2020 Stefan Brüns - Update to version 1.5.4: + Don\'t build GLX tests if X11 support is disabled + Add unit tests for epoxy_gl_version() + Reduce the size of the binary by reusing static strings + Fix build on Solaris + Update the GL registries- Only require python3-base package for building instead of full python3 package.- Allow building with meson 0.46: Add Lower-the-minimum-required-version-of-Meson.patch
* Wed Apr 17 2019 Tobias Klausmann - Remove pkgconfig dependecies for glesv1_cm and glesv2: Starting with mesa commit b01524fff05 \"meson: don\'t build libGLES
*.so with GLVND\" mesa stopped providing glesv1_cm.pc and glesv2.pc along. Let epoxy find the libraries directly instead.