From 053a1743443782baa875975612f0553324740e2c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 14 Jun 2016 17:18:44 +0200 Subject: [PATCH] Update to 20160610 --- libglvnd.spec | 9 +++++++-- sources | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libglvnd.spec b/libglvnd.spec index 65e344b..4a2e446 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -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 - 0.1.0-4.git093f048 +- Update to 20160610 git commit + * Fri May 20 2016 Nicolas Chauvet - 0.1.0-3.gita82982d - Update to current snapshot diff --git a/sources b/sources index 3f17b44..135b5eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80e13034ce86b5a7578bcd27e06f9c64 libglvnd-a82982d.tar.gz +105c7bca5c9d589a8623228f5f8e0d81 libglvnd-093f048.tar.gz