really 10.1-rc2

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2014-02-25 14:05:22 +04:00
parent f1234e2531
commit 9f0930c9e9
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@ mesa-20100720.tar.bz2
/mesa-20140206.tar.xz
/mesa-20140208.tar.xz
/mesa-20140222.tar.xz
/mesa-20140225.tar.xz

View File

@ -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} \

View File

@ -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

View File

@ -1 +1 @@
7de87da6d743f01f91eb517f2dfc2fd5 mesa-20140222.tar.xz
2c3a45115025700de58e809fad55c1a0 mesa-20140225.tar.xz