Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-12-14 22:06:28 +03:00
parent 21449d7adf
commit ab2882383e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -89,3 +89,4 @@ mesa-20100720.tar.bz2
/mesa-9460cd3.tar.xz
/mesa-3d9c1a9.tar.xz
/mesa-29c7cf2.tar.xz
/mesa-0d7f4c8.tar.xz

View File

@ -52,13 +52,13 @@
%define _default_patch_fuzz 2
#% define gitdate 20140510
%define githash 29c7cf2
%define githash 0d7f4c8
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.5.0
Release: 0.devel.5.%{git}%{?dist}
Release: 0.devel.6.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -710,6 +710,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Sun Dec 14 2014 Igor Gnatenko 10.5.0-0.devel.6.git0d7f4c8
- 0d7f4c8
* Sun Dec 14 2014 Igor Gnatenko 10.5.0-0.devel.5.git29c7cf2
- Enable VA state-tracker
- Enable Nine state-tracker (Direct3D9 API)

View File

@ -1 +1 @@
f69d6e217c9228ad3dd6a3d3b976f256 mesa-29c7cf2.tar.xz
cad932593cf70b848d770573ef2d5e58 mesa-0d7f4c8.tar.xz