Update to 1.5.7
This commit is contained in:
parent
48a9d48e5f
commit
63ca10020e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/libepoxy-1.5.4.tar.xz
|
||||
/libepoxy-1.5.5.tar.xz
|
||||
/libepoxy-1.5.6.tar.xz
|
||||
/libepoxy-1.5.7.tar.xz
|
||||
|
25
250.patch
25
250.patch
@ -1,25 +0,0 @@
|
||||
From 1403303e77ce0c5a4d4c52d6a3b2a820f47241ee Mon Sep 17 00:00:00 2001
|
||||
From: Emmanuele Bassi <ebassi@gnome.org>
|
||||
Date: Fri, 30 Apr 2021 12:15:25 +0100
|
||||
Subject: [PATCH] Remove redeclaration of khronos_uintptr_t
|
||||
|
||||
The type is being redeclared because I didn't see the original
|
||||
declaration when I wrote 144cbc9325250081f2eb584ca5deb13aaf1c2433.
|
||||
|
||||
Fixes: #249
|
||||
---
|
||||
src/gen_dispatch.py | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
|
||||
index b686824..3daad84 100755
|
||||
--- a/src/gen_dispatch.py
|
||||
+++ b/src/gen_dispatch.py
|
||||
@@ -535,7 +535,6 @@ def write_header(self, out_file):
|
||||
self.outln(' KHRONOS_TRUE = 1,')
|
||||
self.outln(' KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM')
|
||||
self.outln('} khronos_boolean_enum_t;')
|
||||
- self.outln('typedef uintptr_t khronos_uintptr_t;')
|
||||
|
||||
if self.target == "glx":
|
||||
self.outln('#include <X11/Xlib.h>')
|
@ -1,15 +1,11 @@
|
||||
Summary: epoxy runtime library
|
||||
Name: libepoxy
|
||||
Version: 1.5.6
|
||||
Version: 1.5.7
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/anholt/libepoxy
|
||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
# Backported from upstream
|
||||
# https://github.com/anholt/libepoxy/pull/250
|
||||
Patch0: 250.patch
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gl)
|
||||
@ -59,6 +55,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
||||
%{_libdir}/pkgconfig/epoxy.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.7-1
|
||||
- Update to 1.5.7
|
||||
|
||||
* Fri Apr 30 2021 Kalev Lember <klember@redhat.com> - 1.5.6-1
|
||||
- Update to 1.5.6
|
||||
- Remove ldconfig_scriptlets use
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libepoxy-1.5.6.tar.xz) = 5a302718eceecc6fcde0552dbbab44003fa2543b42882e0be6f3c3265e5fce839c18f8400c15b2e35f1559a2dded641e1e38d9668489a665ba480116ed5ae8e8
|
||||
SHA512 (libepoxy-1.5.7.tar.xz) = 30858eefab049f065d9e3fdc2fb94fd3efdd733d87c4f94efbbfc6bdcfa8c1ae40da65f06a970deb9c370feb9ff241f2f79f79d2725c8b49d056fb8dfd8d7388
|
||||
|
Loading…
Reference in New Issue
Block a user