Update to current snapshot

This commit is contained in:
Nicolas Chauvet 2016-05-13 17:07:55 +02:00
parent 5a9df6e169
commit fa7358535e
3 changed files with 33 additions and 3 deletions

View File

@ -0,0 +1,25 @@
From 50e5a23f7d872006a7432ad26e40005c4d235d03 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Fri, 13 May 2016 17:00:26 +0200
Subject: [PATCH] clean-up xorg-server and glproto since glvnd eol
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 27da191..630c2b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,8 +100,6 @@ AX_PTHREAD()
PKG_CHECK_MODULES([X11], [x11])
PKG_CHECK_MODULES([XEXT], [xext])
-PKG_CHECK_MODULES([XORG], [xorg-server >= 1.11.0])
-PKG_CHECK_MODULES([GLPROTO], [glproto])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_TYPEOF
--
2.4.11

View File

@ -1,14 +1,15 @@
%global commit0 8277115b22757c288d990574065c433e4505015a
%global commit0 509de0dbc8b6be93dd9dc2e1b1b7b9268d4ddbdf
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: libglvnd
Version: 0.1.0
Release: 1%{?commit0:.git%{shortcommit0}}%{?dist}
Release: 2%{?commit0:.git%{shortcommit0}}%{?dist}
Summary: The GL Vendor-Neutral Dispatch library
License: MIT and BSD and LGPLv2+
URL: https://github.com/NVIDIA/libglvnd
Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Patch0: 0001-clean-up-xorg-server-and-glproto-since-glvnd-eol.patch
#This library only target few architectures use case
ExclusiveArch: x86_64 i686 armv7hl
@ -48,6 +49,7 @@ developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{?commit0}%{?!commit0:%{version}}
%patch0 -p1
autoreconf -vif
@ -104,6 +106,9 @@ make check V=1
%changelog
* Fri May 13 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-2.git509de0d
- Update to current snapshot
* Wed May 04 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-1.git8277115
- Update to lastest snapshot

View File

@ -1 +1 @@
a67a303a2110e45c26ab969242e895f83b6b1fa83e1c0a98b07404005260e9fb libglvnd-4d977ea.tar.gz
6e964cbb23dfe6b74695e3d2d4a7b165 libglvnd-509de0d.tar.gz