Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-12-02 14:05:21 +03:00
parent 21de262301
commit 35be28bfb5
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -88,3 +88,4 @@ mesa-20100720.tar.bz2
/mesa-f3b709c.tar.xz
/mesa-9460cd3.tar.xz
/mesa-3d9c1a9.tar.xz
/mesa-29c7cf2.tar.xz

View File

@ -49,13 +49,13 @@
%define _default_patch_fuzz 2
#% define gitdate 20140510
%define githash 3d9c1a9
%define githash 29c7cf2
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.5.0
Release: 0.devel.2.%{git}%{?dist}
Release: 0.devel.3.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Tue Dec 02 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.3.git29c7cf2
- 29c7cf2
* Sat Nov 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.2.git3d9c1a9
- 3d9c1a9

View File

@ -1 +1 @@
e5cb579560728999bce72316019254b5 mesa-3d9c1a9.tar.xz
f69d6e217c9228ad3dd6a3d3b976f256 mesa-29c7cf2.tar.xz