[packages/crossnacl-binutils] up to git e0648d3

glen glen at pld-linux.org
Wed Aug 1 19:40:20 CEST 2012


commit c1129c83a2093fd34f8c8132af2702f1bfb316a9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 1 20:40:10 2012 +0300

    up to git e0648d3

 crossnacl-binutils.spec | 6 +++---
 get-source.sh           | 6 +-----
 2 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/crossnacl-binutils.spec b/crossnacl-binutils.spec
index 89d7ae3..65c17e8 100644
--- a/crossnacl-binutils.spec
+++ b/crossnacl-binutils.spec
@@ -1,12 +1,12 @@
-%define		gitver f412ed5
+%define		gitver e0648d3
 Summary:	Cross NaCL GNU binary utility development utilities - binutils
 Name:		crossnacl-binutils
 Version:	2.20.1
-Release:	1.git%{gitver}
+Release:	2.git%{gitver}
 License:	GPL
 Group:		Development/Tools
 Source0:	nacl-binutils-%{version}-git%{gitver}.tar.bz2
-# Source0-md5:	b49c25e5cb1bbfb5333aa82bcbda12df
+# Source0-md5:	287e02a93092d3f1782c06a4f3d9dd9d
 Source1:	get-source.sh
 URL:		http://sources.redhat.com/binutils/
 BuildRequires:	bash
diff --git a/get-source.sh b/get-source.sh
index 146174c..5098b24 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -19,11 +19,6 @@ nacl_trunk=http://src.chromium.org/native_client/trunk
 omahaproxy_url=https://omahaproxy.appspot.com
 specfile=crossnacl-binutils.spec
 
-chrome_channel=stable
-chrome_version=$(curl -s "$omahaproxy_url/?os=linux&channel=$chrome_channel" | awk -F, 'NR > 1{print $3}')
-chrome_revision=$(curl -s $omahaproxy_url/revision?version=$chrome_version)
-chrome_branch=$(IFS=.; set -- $chrome_version; echo $3)
-
 export GIT_DIR=$package/.git
 
 if [ ! -d $package ]; then
@@ -52,6 +47,7 @@ prefix=$package-$version-git$shorthash
 
 if [ -f $prefix.tar.bz2 ]; then
 	echo "Tarball $prefix.tar.bz2 already exists at $shorthash"
+	rm -f NACL_REVISIONS.sh DEPS.py configure.in
 	exit 0
 fi
 


More information about the pld-cvs-commit mailing list