1f184bc commit

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-09-06 12:29:20 +04:00
parent 81a9f0c898
commit a66e2c8cd9
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@ mesa-20100720.tar.bz2
/mesa-e7f2f2dea5acdbd1a12ed88914e64a38a97432f0.tar.xz
/mesa-c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f.tar.xz
/mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz
/mesa-1f184bc.tar.xz

View File

@ -13,7 +13,7 @@ fi
if [ -z "$1" ]; then
DIRNAME=mesa-$( date +%Y%m%d )
BRANCH=10.2
BRANCH=10.3
else
DIRNAME=mesa-$1
BRANCH=master

View File

@ -48,13 +48,13 @@
%define _default_patch_fuzz 2
#% define gitdate 20140510
%define githash 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
%define githash 1f184bc
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.4
Release: 0.devel.2.1.%{git}%{?dist}
Release: 0.devel.3.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -672,6 +672,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Sat Sep 06 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.3.git1f184bc
- 1f184bc114143acbcea373184260da777b6c6be1 commit
* Thu Aug 28 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.4-0.devel.2.1.80771e47b6c1e47ab55f17311e1d4e227a9eb3d8
- add swrast to dri driver list

View File

@ -1 +1 @@
9ddd4db9edd879bac31ebdc98da0693a mesa-80771e47b6c1e47ab55f17311e1d4e227a9eb3d8.tar.xz
4b7a3cd0938a495f7fb089566d26fc1f mesa-1f184bc.tar.xz