e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
4aaa530601
commit
316f8d3ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@ mesa-20100720.tar.bz2
|
|||||||
/mesa-20140711.tar.xz
|
/mesa-20140711.tar.xz
|
||||||
/mesa-f381c27c548aa28b003c8e188f5d627ab4105f76.tar.xz
|
/mesa-f381c27c548aa28b003c8e188f5d627ab4105f76.tar.xz
|
||||||
/mesa-c40d7d6d948912a4d51cbf8f0854cf2ebe916636.tar.xz
|
/mesa-c40d7d6d948912a4d51cbf8f0854cf2ebe916636.tar.xz
|
||||||
|
/mesa-e7f2f2dea5acdbd1a12ed88914e64a38a97432f0.tar.xz
|
||||||
|
@ -48,13 +48,13 @@
|
|||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
#% define gitdate 20140510
|
#% define gitdate 20140510
|
||||||
%define githash c40d7d6d948912a4d51cbf8f0854cf2ebe916636
|
%define githash e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
||||||
%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.3
|
Version: 10.3
|
||||||
Release: 0.devel.2.%{git}%{?dist}.1
|
Release: 0.rc1.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
|
||||||
@ -671,6 +671,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
|
||||||
|
* Fri Aug 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc1.1.e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
||||||
|
- e7f2f2dea5acdbd1a12ed88914e64a38a97432f0 commit
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636.1
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3-0.devel.2.c40d7d6d948912a4d51cbf8f0854cf2ebe916636.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user