c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f commit
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
488ba0676f
commit
21f1a7fe9c
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@ mesa-20100720.tar.bz2
|
||||
/mesa-f381c27c548aa28b003c8e188f5d627ab4105f76.tar.xz
|
||||
/mesa-c40d7d6d948912a4d51cbf8f0854cf2ebe916636.tar.xz
|
||||
/mesa-e7f2f2dea5acdbd1a12ed88914e64a38a97432f0.tar.xz
|
||||
/mesa-c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f.tar.xz
|
||||
|
@ -48,13 +48,13 @@
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
#% define gitdate 20140510
|
||||
%define githash e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
||||
%define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.3
|
||||
Release: 0.rc1.1.%{git}%{?dist}
|
||||
Version: 10.4
|
||||
Release: 0.devel.1.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
@ -672,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# Generate changelog using:
|
||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||
%changelog
|
||||
* Sat Aug 23 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.1.c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||
- 10.4 c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||
|
||||
* Fri Aug 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
||||
- e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user