mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 04:02:55 +00:00
c633528
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
8a27b452c7
commit
e3f53eacdf
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -98,3 +98,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-609c3e5.tar.xz
|
/mesa-609c3e5.tar.xz
|
||||||
/mesa-be0311c.tar.xz
|
/mesa-be0311c.tar.xz
|
||||||
/mesa-a6f6d61.tar.xz
|
/mesa-a6f6d61.tar.xz
|
||||||
|
/mesa-c633528.tar.xz
|
||||||
|
|
|
@ -48,13 +48,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash a6f6d61
|
%define githash c633528
|
||||||
%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.25.%{git}%{?dist}
|
Release: 0.devel.26.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -709,6 +709,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
|
||||||
|
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.26.c633528
|
||||||
|
- c633528
|
||||||
|
|
||||||
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.25.a6f6d61
|
* Thu Jan 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.25.a6f6d61
|
||||||
- a6f6d61
|
- a6f6d61
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
62f60ae4db3b60c3e8a500104712e1c2 mesa-a6f6d61.tar.xz
|
5b88e47da7e39662a8a2df3e49f958b1 mesa-c633528.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue