From 9f0930c9e9695592fe885a96030bdd529a6b26ab Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 25 Feb 2014 14:05:22 +0400 Subject: really 10.1-rc2 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + make-git-snapshot.sh | 4 ++-- mesa.spec | 5 ++++- sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b891446..cd0d600 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ mesa-20100720.tar.bz2 /mesa-20140206.tar.xz /mesa-20140208.tar.xz /mesa-20140222.tar.xz +/mesa-20140225.tar.xz diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh index 57c3db3..70be1fe 100755 --- a/make-git-snapshot.sh +++ b/make-git-snapshot.sh @@ -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} \ diff --git a/mesa.spec b/mesa.spec index 0cb0633..80e970a 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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 - 10.1-0.rc2.20140225 +- really 10.1-rc2 + * Sat Feb 22 2014 Igor Gnatenko - 10.1-0.rc2.20140222 - 10.1-rc2 diff --git a/sources b/sources index 5642d2b..1315329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7de87da6d743f01f91eb517f2dfc2fd5 mesa-20140222.tar.xz +2c3a45115025700de58e809fad55c1a0 mesa-20140225.tar.xz -- cgit