Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-12-14 20:37:41 +03:00
parent c97faaaccf
commit 1c20bc4439
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -48,14 +48,14 @@
%define _default_patch_fuzz 2
%define gitdate 20141207
%define gitdate 20141214
#% define githash c2867f5b3626157379ef0d4d5bcaf5180ca0ec1f
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries
Name: mesa
Version: 10.3.5
Release: 2.%{git}%{?dist}
Version: 10.4.0
Release: 1.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -679,6 +679,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Sun Dec 14 2014 10.4.0-1.20141214
- 10.4.0
* Fri Dec 12 2014 Adam Jackson <ajax@redhat.com> 10.3.5-2
- Rebuild for LLVM 3.5

View File

@ -1 +1 @@
46b63b0a37362b78c6be8e144295d206 mesa-20141207.tar.xz
f57a33a1da25a971f6cad3bb5f8283f6 mesa-20141214.tar.xz