Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-09-27 14:22:43 +04:00
parent ab0e6e86a3
commit 1bbf2026f8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -80,3 +80,4 @@ mesa-20100720.tar.bz2
/mesa-20140806.tar.xz
/mesa-20140824.tar.xz
/mesa-20140906.tar.xz
/mesa-20140927.tar.xz

View File

@ -48,14 +48,14 @@
%define _default_patch_fuzz 2
%define gitdate 20140906
%define gitdate 20140927
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.3
Release: 0.rc3.1.%{git}%{?dist}
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -677,6 +677,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Sat Sep 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc3.1.20140927
- 10.3
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.3-0.rc3.1.20140906
- 10.3-rc3

View File

@ -1 +1 @@
02d2a9a257292b530efa7fb72d24e906 mesa-20140906.tar.xz
3adda8c5c3363ce81621810cc22f9ba2 mesa-20140927.tar.xz