really 10.1-rc2
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
f1234e2531
commit
9f0930c9e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@ mesa-20100720.tar.bz2
|
||||
/mesa-20140206.tar.xz
|
||||
/mesa-20140208.tar.xz
|
||||
/mesa-20140222.tar.xz
|
||||
/mesa-20140225.tar.xz
|
||||
|
@ -15,11 +15,11 @@ DIRNAME=mesa-$( date +%Y%m%d )
|
||||
|
||||
echo REF ${REF:+--reference $REF}
|
||||
echo DIRNAME $DIRNAME
|
||||
echo HEAD ${1:-10.0}
|
||||
echo HEAD ${1:-10.1}
|
||||
|
||||
rm -rf $DIRNAME
|
||||
|
||||
git clone --depth 1 ${REF:+--reference $REF} --branch 10.0 \
|
||||
git clone --depth 1 ${REF:+--reference $REF} --branch 10.1 \
|
||||
git://git.freedesktop.org/git/mesa/mesa $DIRNAME
|
||||
|
||||
GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
%define _default_patch_fuzz 2
|
||||
|
||||
%define gitdate 20140222
|
||||
%define gitdate 20140225
|
||||
#% define snapshot
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
@ -632,6 +632,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140225
|
||||
- really 10.1-rc2
|
||||
|
||||
* Sat Feb 22 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.1-0.rc2.20140222
|
||||
- 10.1-rc2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user