mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
3ba57ba
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
60dfbbe735
commit
9837611103
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -94,3 +94,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-0c7f895.tar.xz
|
/mesa-0c7f895.tar.xz
|
||||||
/mesa-6c18279.tar.xz
|
/mesa-6c18279.tar.xz
|
||||||
/mesa-64dcb2b.tar.xz
|
/mesa-64dcb2b.tar.xz
|
||||||
|
/mesa-3ba57ba.tar.xz
|
||||||
|
|
|
@ -48,13 +48,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash 64dcb2b
|
%define githash 3ba57ba
|
||||||
%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.17.%{git}%{?dist}
|
Release: 0.devel.19.%{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
|
||||||
|
* Wed Dec 31 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.19.3ba57ba
|
||||||
|
- 3ba57ba
|
||||||
|
|
||||||
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.17.64dcb2b
|
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.17.64dcb2b
|
||||||
- 64dcb2b
|
- 64dcb2b
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
eaf208b588424c189863fb2c52bcfc94 mesa-64dcb2b.tar.xz
|
ae641a4541991d1accb717b917957177 mesa-3ba57ba.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue