mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
3d9c1a9
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
4b4ee7ae5b
commit
21de262301
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -87,3 +87,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-1a17098.tar.xz
|
/mesa-1a17098.tar.xz
|
||||||
/mesa-f3b709c.tar.xz
|
/mesa-f3b709c.tar.xz
|
||||||
/mesa-9460cd3.tar.xz
|
/mesa-9460cd3.tar.xz
|
||||||
|
/mesa-3d9c1a9.tar.xz
|
||||||
|
|
|
@ -49,13 +49,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash 9460cd3
|
%define githash 3d9c1a9
|
||||||
%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.5.0
|
Version: 10.5.0
|
||||||
Release: 0.devel.1.%{git}%{?dist}
|
Release: 0.devel.2.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -669,6 +669,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
|
||||||
|
* Sat Nov 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.2.git3d9c1a9
|
||||||
|
- 3d9c1a9
|
||||||
|
|
||||||
* Wed Nov 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.1.git9460cd3
|
* Wed Nov 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.1.git9460cd3
|
||||||
- 9460cd3
|
- 9460cd3
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
236c086975e01bb679f3e8279b98ec78 mesa-9460cd3.tar.xz
|
e5cb579560728999bce72316019254b5 mesa-3d9c1a9.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue