From 65a07c889b7995d8b1328dcba76c0f3c2f2e1729fa95496e71a401d844ccd9a5 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 18 May 2021 08:35:29 +0000 Subject: [PATCH] Accepting request 893946 from home:AndreasStieger:branches:X11:XOrg libepoxy 1.5.7 OBS-URL: https://build.opensuse.org/request/show/893946 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=19 --- libepoxy-1.5.5.tar.xz | 3 --- libepoxy-1.5.7.tar.xz | 3 +++ libepoxy.changes | 10 ++++++++++ libepoxy.spec | 9 ++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 libepoxy-1.5.5.tar.xz create mode 100644 libepoxy-1.5.7.tar.xz 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