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
This commit is contained in:
Stefan Dirsch 2021-05-18 08:35:29 +00:00 committed by Git OBS Bridge
parent 6de6fd10e7
commit 65a07c889b
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d80a43a6524a1ebdd0c9c5d5105295546a0794681853c636a0c70f8f9c658ce
size 332057

3
libepoxy-1.5.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9479cc0146ffb395fdecf9bd2a5930834fd0bce490cbcc4681ffd716bb3a0763
size 221880

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue May 18 08:04:06 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <bjorn.lie@gmail.com>

View File

@ -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