Update patches
This commit is contained in:
parent
0d2ac77f34
commit
bc47034927
@ -1,8 +1,8 @@
|
||||
%global snapshot git20151121
|
||||
%global snapshot git20160106
|
||||
|
||||
Name: libglvnd
|
||||
Version: 0.0.0
|
||||
Release: 5%{?snapshot}%{?dist}
|
||||
Release: 6%{?snapshot}%{?dist}
|
||||
Summary: The GL Vendor-Neutral Dispatch library
|
||||
|
||||
License: MIT and BSD and LGPLv2+
|
||||
@ -11,6 +11,9 @@ URL: https://github.com/NVIDIA/libglvnd
|
||||
Source0: libglvnd-%{version}%{?snapshot}.tar.gz
|
||||
Source1: 10-x11glvnd.conf
|
||||
|
||||
Patch0: 0001-Don-t-hardcode-the-minimal-xorg-version.patch
|
||||
Patch1: 0002-Enable-x11glvnd-by-default-on-more-recent-xorg-relea.patch
|
||||
|
||||
#This library only target few architectures use case
|
||||
ExclusiveArch: x86_64 i686 armv7hl
|
||||
|
||||
@ -40,6 +43,8 @@ Dispatch library
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -88,6 +93,9 @@ rm -rf %{buildroot}%{_libdir}/libGLESv1_CM*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-6git20160106
|
||||
- Update to 20160106 snapshot
|
||||
|
||||
* Sat Nov 21 2015 Nicolas Chauvet <kwizart@gmail.com> - 0.0.0-5git20151121
|
||||
- Update to 20151121 snapshot
|
||||
- Avoid conflicts with mesa-libGL{,ES}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user