Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-10-28 22:45:33 +03:00
parent 8513455c2d
commit be1748e1b9
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -81,3 +81,4 @@ mesa-20100720.tar.bz2
/mesa-20140824.tar.xz
/mesa-20140906.tar.xz
/mesa-20140927.tar.xz
/mesa-20141028.tar.xz

View file

@ -48,13 +48,13 @@
%define _default_patch_fuzz 2
%define gitdate 20140927
%define gitdate 20141028
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.3
Version: 10.3.2
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
@ -679,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Tue Oct 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3.2-1.20141028
- 10.3.2
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-1.20140927
- 10.3

View file

@ -1 +1 @@
3adda8c5c3363ce81621810cc22f9ba2 mesa-20140927.tar.xz
48907f62bad73fc52666c5286c3ebcee mesa-20141028.tar.xz