f3b709c
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
d30aaf3937
commit
71ef516ea6
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@ mesa-20100720.tar.bz2
|
|||||||
/mesa-1f184bc.tar.xz
|
/mesa-1f184bc.tar.xz
|
||||||
/mesa-c3f17bb.tar.xz
|
/mesa-c3f17bb.tar.xz
|
||||||
/mesa-1a17098.tar.xz
|
/mesa-1a17098.tar.xz
|
||||||
|
/mesa-f3b709c.tar.xz
|
||||||
|
@ -49,13 +49,13 @@
|
|||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash 1a17098
|
%define githash f3b709c
|
||||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||||
|
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 10.4
|
Version: 10.4
|
||||||
Release: 0.devel.7.%{git}%{?dist}
|
Release: 0.devel.8.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -679,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# Generate changelog using:
|
# Generate changelog using:
|
||||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 10 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.8.gitf3b709c
|
||||||
|
- f3b709c
|
||||||
|
|
||||||
* Tue Oct 28 2014 10.4-0.devel.7.git1a17098
|
* Tue Oct 28 2014 10.4-0.devel.7.git1a17098
|
||||||
- rebuild for llvm
|
- rebuild for llvm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user