Update to 20160610

This commit is contained in:
Nicolas Chauvet 2016-06-14 17:18:44 +02:00
parent 2877c3f24b
commit 053a174344
2 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%undefine _hardened_build
%global commit0 a82982d93a75c48bac7a894639b26e5f05ff8364
%global commit0 093f0485da8f4e9d39949b8a4ee20fd318b318ad
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: libglvnd
Version: 0.1.0
Release: 3%{?commit0:.git%{shortcommit0}}%{?dist}
Release: 4%{?commit0:.git%{shortcommit0}}%{?dist}
Summary: The GL Vendor-Neutral Dispatch library
License: MIT and BSD and LGPLv2+
@ -63,6 +63,8 @@ autoreconf -vif
%build
%configure \
--disable-static \
--enable-asm \
--enable-tls
make %{?_smp_mflags} V=1
@ -114,6 +116,9 @@ xvfb-run -a make check V=1 || :
%changelog
* Tue Jun 14 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-4.git093f048
- Update to 20160610 git commit
* Fri May 20 2016 Nicolas Chauvet <kwizart@gmail.com> - 0.1.0-3.gita82982d
- Update to current snapshot

View File

@ -1 +1 @@
80e13034ce86b5a7578bcd27e06f9c64 libglvnd-a82982d.tar.gz
105c7bca5c9d589a8623228f5f8e0d81 libglvnd-093f048.tar.gz