From 422eac6cd85a27b5cbef08a50f9a7fd91cde0f017fd6056b47643d45b98b6d54 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 5 Mar 2017 21:43:02 +0000 Subject: [PATCH] Accepting request 476882 from home:Zaitor:branches:X11:XOrg New upstream release OBS-URL: https://build.opensuse.org/request/show/476882 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=6 --- 1.4.1.tar.gz | 3 +++ libepoxy.changes | 31 +++++++++++++++++++++++++++++++ libepoxy.spec | 4 ++-- v1.3.1.tar.gz | 3 --- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 1.4.1.tar.gz delete mode 100644 v1.3.1.tar.gz diff --git a/1.4.1.tar.gz b/1.4.1.tar.gz new file mode 100644 index 0000000..e2cd155 --- /dev/null +++ b/1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504 +size 309759 diff --git a/libepoxy.changes b/libepoxy.changes index fc7e48a..5e49a11 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 4 09:04:55 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.4.1: + * Find the appropriate version of the Python interpreter when + building. + * Ensure that the dispatch generation script works with Python + 2.x and 3.x. + * Ensure that Epoxy builds correctly under Windows. + * Fix location of the m4 macros in the autotools build. +- Changes from version 1.4.0: + * Epoxy can now build with MSVC versions prior to 2013; we still + recommend using a recent, C99-compatible compiler, like MSVC + 2015. + * When used under X11, Epoxy now attempts to handle the cases + where the GLX extension is not built or not available. + * GLX can now be enabled and disabled at configuration time; this + allows building Epoxy with GLX on macOS, and allows building + Epoxy without GLX on embedded platforms. + * Epoxy now exposes API that lets dependent projects safely check + if platform API like GLX and EGL is available at run time. + * EGL support has been improved on Windows, and made more + resilient on other platforms. + * Epoxy supports building with the Meson build system, which has + Ninja, Visual Studio, and XCode backends. + * Epoxy can generate its API reference using Doxygen (currently + only available on Meson builds). + * The GL registry has been updated with the latest version of the + API references provided by Khronos; Epoxy now supports the API + introduced by OpenGL 4.5. + ------------------------------------------------------------------- Mon Jul 20 18:20:19 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/libepoxy.spec b/libepoxy.spec index e11098a..51249f5 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -18,13 +18,13 @@ Name: libepoxy %define sonum 0 -Version: 1.3.1 +Version: 1.4.1 Release: 0 Summary: OpenGL function pointer management library License: MIT Group: Development/Libraries/C and C++ Url: https://github.com/anholt/libepoxy -Source: https://github.com/anholt/%{name}/archive/v%{version}.tar.gz +Source: https://github.com/anholt/%{name}/archive/%{version}.tar.gz Source1: baselibs.conf BuildRequires: autoconf >= 2.60 BuildRequires: automake diff --git a/v1.3.1.tar.gz b/v1.3.1.tar.gz deleted file mode 100644 index cbe2835..0000000 --- a/v1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4 -size 284227