Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-06-29 11:53:31 +03:00
parent fa957ba460
commit 06fbcfd742
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -114,3 +114,4 @@ mesa-20100720.tar.bz2
/mesa-51e3453.tar.xz
/mesa-5a55f68.tar.xz
/mesa-20150618.tar.xz
/mesa-20150629.tar.xz

View File

@ -48,14 +48,14 @@
%define _default_patch_fuzz 2
%define gitdate 20150618
%define gitdate 20150629
#% define githash 5a55f68
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.6.0
Release: 1%{?dist}
Version: 10.6.1
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -714,6 +714,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Jun 29 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.1-1.20150629
- 10.6.1
* Thu Jun 18 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.0-1
- 10.6.0

View File

@ -1 +1 @@
f0c49892b8e872643c18c6a9fd398267 mesa-20150618.tar.xz
ebb1be58da4e08329bf9fe182e3646db mesa-20150629.tar.xz