mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
1a17098
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
66038b76f1
commit
ef3aca3e22
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -84,3 +84,4 @@ mesa-20100720.tar.bz2
|
|||
/mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz
|
||||
/mesa-1f184bc.tar.xz
|
||||
/mesa-c3f17bb.tar.xz
|
||||
/mesa-1a17098.tar.xz
|
||||
|
|
|
@ -49,13 +49,13 @@
|
|||
%define _default_patch_fuzz 2
|
||||
|
||||
#% define gitdate 20140510
|
||||
%define githash c3f17bb
|
||||
%define githash 1a17098
|
||||
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 10.4
|
||||
Release: 0.devel.5.%{git}%{?dist}
|
||||
Release: 0.devel.6.%{git}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -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
|
||||
* Mon Oct 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.6.git1a17098
|
||||
- 1a17098
|
||||
|
||||
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.5.gitc3f17bb
|
||||
- c3f17bb18f597d7f606805ae94363dae7fd51582
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
bd36ecaebc469aa0c68eb6c6b53aa8b6 mesa-c3f17bb.tar.xz
|
||||
5c1dba7fc9aeba3ea5efa480bbb2279f mesa-1a17098.tar.xz
|
||||
|
|
Loading…
Reference in a new issue