Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-11-05 21:12:44 +01:00
parent e443b9d877
commit 117d7875ef
1 changed files with 5 additions and 2 deletions

View File

@ -49,13 +49,13 @@
%define _default_patch_fuzz 2
#% define gitdate 20150218
%define githash 3994ef5
%define githash 5ae37ae
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 11.1.0
Release: 0.devel.12.%{git}%{?dist}
Release: 0.devel.13.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -681,6 +681,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Nov 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 11.1.0-0.devel.13.5ae37ae
- 5ae37ae
* Thu Nov 05 2015 Adam Jackson <ajax@redhat.com> 11.1.0-0.devel.12.3994ef5
- Link with -static-libstdc++ to work around Steam bundling its own copy