Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2014-12-30 13:32:08 +03:00
parent 4c6c9dfb49
commit e00ae9ca61
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -86,3 +86,4 @@ mesa-20100720.tar.bz2
/mesa-20141202.tar.xz
/mesa-20141207.tar.xz
/mesa-20141214.tar.xz
/mesa-20141230.tar.xz

View File

@ -45,14 +45,14 @@
%define _default_patch_fuzz 2
%define gitdate 20141214
%define gitdate 20141230
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.4.0
Release: 4.%{git}%{?dist}
Version: 10.4.1
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -704,6 +704,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Tue Dec 30 2014 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.4.1-1.20141230
- 10.4.1
* Fri Dec 19 2014 Dan Horák <dan[at]danny.cz> 10.4.0-4
- fix build on s390(x) by moving the with_{nine,vaapi,vdpau} options under the with_hardware case

View File

@ -1 +1 @@
f57a33a1da25a971f6cad3bb5f8283f6 mesa-20141214.tar.xz
8dcc2f71055e4c1cd22930e14a3e9c02 mesa-20141230.tar.xz