10.6.0-devel
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
9199e7c86e
commit
c46e5df245
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ mesa-20100720.tar.bz2
|
|||||||
/mesa-c3260f8.tar.xz
|
/mesa-c3260f8.tar.xz
|
||||||
/mesa-6171131.tar.xz
|
/mesa-6171131.tar.xz
|
||||||
/mesa-20150218.tar.xz
|
/mesa-20150218.tar.xz
|
||||||
|
/mesa-f80af89.tar.xz
|
||||||
|
11
mesa.spec
11
mesa.spec
@ -47,14 +47,14 @@
|
|||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define gitdate 20150218
|
#% define gitdate 20150218
|
||||||
#% define githash 6171131
|
%define githash f80af89
|
||||||
%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.6.0
|
||||||
Release: 1.%{git}%{?dist}
|
Release: 0.devel.1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -710,6 +710,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
|
||||||
|
* Mon Feb 23 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.6.0-0.devel.1.f80af89
|
||||||
|
- f80af89
|
||||||
|
|
||||||
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
|
* Wed Feb 18 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.5.0-1.20150218
|
||||||
- 10.5.0
|
- 10.5.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user