Update to 20151121
This commit is contained in:
parent
350a59e86c
commit
c6a5e79bd2
@ -1,25 +0,0 @@
|
||||
From 26a4d5142127c3fe9e4fab32599840103b5615fd Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Chauvet <kwizart@gmail.com>
|
||||
Date: Mon, 9 Feb 2015 17:22:45 +0100
|
||||
Subject: [PATCH] Switch to LoadExtensionList for xorg-server >= 1.16
|
||||
|
||||
---
|
||||
src/x11glvnd/x11glvndserver.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/x11glvnd/x11glvndserver.c b/src/x11glvnd/x11glvndserver.c
|
||||
index eb06261..c0bb959 100644
|
||||
--- a/src/x11glvnd/x11glvndserver.c
|
||||
+++ b/src/x11glvnd/x11glvndserver.c
|
||||
@@ -128,7 +128,7 @@ static void *glvSetup(void *module, void *opts, int *errmaj, int *errmin)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- LoadExtension(&glvExtensionModule, False);
|
||||
+ LoadExtensionList(&glvExtensionModule, 1, False);
|
||||
|
||||
return (pointer)1;
|
||||
}
|
||||
--
|
||||
2.1.0
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global snapshot git20151110
|
||||
%global snapshot git20151121
|
||||
|
||||
Name: libglvnd
|
||||
Version: 0.0.0
|
||||
Release: 4%{?snapshot}%{?dist}
|
||||
Release: 5%{?snapshot}%{?dist}
|
||||
Summary: The GL Vendor-Neutral Dispatch library
|
||||
|
||||
License: MIT and BSD and LGPLv2+
|
||||
@ -82,6 +82,9 @@ mv %{buildroot}%{_libdir}/libGL.so* \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 21 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-5git20151121
|
||||
- Update to 20151121 snapshot
|
||||
|
||||
* Tue Nov 10 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-4git20151110
|
||||
- Update to today snapshot
|
||||
- Fix license
|
||||
|
||||
Loading…
Reference in New Issue
Block a user