Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-06-08 14:55:25 +03:00
parent 2e622b893f
commit 0b18038d39
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -107,3 +107,4 @@ mesa-20100720.tar.bz2
/mesa-20150314.tar.xz
/mesa-20150420.tar.xz
/mesa-20150505.tar.xz
/mesa-20150608.tar.xz

View File

@ -47,13 +47,13 @@
%define _default_patch_fuzz 2
%define gitdate 20150505
%define gitdate 20150608
#% define githash 6171131
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.5.4
Version: 10.5.7
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
@ -710,6 +710,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Mon Jun 08 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.7-1.20150608
- 10.5.7
* Tue May 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.4-1.20150505
- 10.5.4

View File

@ -1 +1 @@
df29164e909237a66ecdbbcac21d3ffd mesa-20150505.tar.xz
deaddeeebec42098c75c14684691b514 mesa-20150608.tar.xz