Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2015-02-20 13:16:07 +03:00
parent 1ce0126346
commit ca611994c0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -89,3 +89,4 @@ mesa-20100720.tar.bz2
/mesa-20141230.tar.xz
/mesa-20150112.tar.xz
/mesa-20150124.tar.xz
/mesa-20150220.tar.xz

View File

@ -45,13 +45,13 @@
%define _default_patch_fuzz 2
%define gitdate 20150124
%define gitdate 20150220
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.4.3
Version: 10.4.4
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
@ -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
* Fri Feb 20 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.4.4-1.20150220
- 10.4.4
* Sat Jan 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.4.3-1.20150124
- 10.4.3

View File

@ -1 +1 @@
41957af098009955918ee93d4791e97e mesa-20150124.tar.xz
ce0edbdfd2dbe34ad67c43fffe39ef8f mesa-20150220.tar.xz