mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
51e3453
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
dea189ecdb
commit
3d686dd14b
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -107,3 +107,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-f80af89.tar.xz
|
||||
/mesa-3282e57.tar.xz
|
||||
/mesa-c1485f4.tar.xz
|
||||
/mesa-51e3453.tar.xz
|
||||
|
|
|
@ -49,13 +49,13 @@
|
|||
%define _default_patch_fuzz 2
|
||||
|
||||
#% define gitdate 20150218
|
||||
%define githash c1485f4
|
||||
%define githash 51e3453
|
||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.6.0
|
||||
Release: 0.devel.4.%{git}%{?dist}
|
||||
Release: 0.devel.5.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -714,6 +714,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
# Generate changelog using:
|
||||
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
|
||||
%changelog
|
||||
* Thu May 07 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.5.51e3453
|
||||
- 51e3453
|
||||
|
||||
* Mon Apr 20 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.6.0-0.devel.4.c1485f4
|
||||
- c1485f4
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
b445dcb0517f3b9c560799c612d687aa mesa-c1485f4.tar.xz
|
||||
42b604d6c6d27403a5df88a569c38f03 mesa-51e3453.tar.xz
|
||||
|
|
Loading…
Reference in a new issue