mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 02:54:51 +00:00
0c7f895
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
374a3ec936
commit
dbe1091301
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -91,3 +91,4 @@ mesa-20100720.tar.bz2
|
||||||
/mesa-29c7cf2.tar.xz
|
/mesa-29c7cf2.tar.xz
|
||||||
/mesa-0d7f4c8.tar.xz
|
/mesa-0d7f4c8.tar.xz
|
||||||
/mesa-cb5a372.tar.xz
|
/mesa-cb5a372.tar.xz
|
||||||
|
/mesa-0c7f895.tar.xz
|
||||||
|
|
|
@ -48,13 +48,13 @@
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash cb5a372
|
%define githash 0c7f895
|
||||||
%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.11.%{git}%{?dist}
|
Release: 0.devel.13.%{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
|
||||||
|
* Sat Dec 27 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.13.0c7f895
|
||||||
|
- 0c7f895
|
||||||
|
|
||||||
* Fri Dec 26 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.11.cb5a372
|
* Fri Dec 26 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-0.devel.11.cb5a372
|
||||||
- cb5a372
|
- cb5a372
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
6a5571b8b20915e9f79f2b08c6cfa14f mesa-cb5a372.tar.xz
|
a98b560ef84f31ea494ad851d560d48c mesa-0c7f895.tar.xz
|
||||||
|
|
Loading…
Reference in a new issue