10.4.4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1ce0126346
commit
ca611994c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@ mesa-20100720.tar.bz2
|
|||||||
/mesa-20141230.tar.xz
|
/mesa-20141230.tar.xz
|
||||||
/mesa-20150112.tar.xz
|
/mesa-20150112.tar.xz
|
||||||
/mesa-20150124.tar.xz
|
/mesa-20150124.tar.xz
|
||||||
|
/mesa-20150220.tar.xz
|
||||||
|
@ -45,13 +45,13 @@
|
|||||||
|
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
|
|
||||||
%define gitdate 20150124
|
%define gitdate 20150220
|
||||||
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
|
||||||
%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.4.3
|
Version: 10.4.4
|
||||||
Release: 1.%{git}%{?dist}
|
Release: 1.%{git}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -704,6 +704,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 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
|
* Sat Jan 24 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 10.4.3-1.20150124
|
||||||
- 10.4.3
|
- 10.4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user