diff --git a/.gitignore b/.gitignore index e69de29..1e0c00f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +libglvnd-*.tar.gz diff --git a/libglvnd.spec b/libglvnd.spec index fb25c64..e1aa723 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -5,10 +5,10 @@ Name: libglvnd Version: 0.2.999 -Release: 1%{?commit0:.git%{shortcommit0}}%{?dist} +Release: 2%{?commit0:.git%{shortcommit0}}%{?dist} Summary: The GL Vendor-Neutral Dispatch library -License: LGPLv2+ +License: MIT URL: https://github.com/NVIDIA/libglvnd Source0: https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz @@ -129,6 +129,9 @@ xvfb-run -a make check V=1 || : %changelog +* Wed Oct 05 2016 Nicolas Chauvet - 0.2.999-2.git14f6283 +- Add the correct License: MIT + * Thu Sep 15 2016 Nicolas Chauvet - 0.2.999-1.git14f6283 - Update to 2.999 version - Add EGL diff --git a/sources b/sources index 135b5eb..ce289ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -105c7bca5c9d589a8623228f5f8e0d81 libglvnd-093f048.tar.gz +4f30e6f538206bf54c04808710eff1e7 libglvnd-14f6283.tar.gz