[Lunar-commits] r14578 - moonbase/trunk/devel/binutils
Florin Braescu
florin at lunar-linux.org
Wed May 4 04:31:29 UTC 2005
Author: florin
Date: 2005-05-04 04:31:28 +0000 (Wed, 04 May 2005)
New Revision: 14578
Modified:
moonbase/trunk/devel/binutils/BUILD
moonbase/trunk/devel/binutils/DETAILS
Log:
bump the version from 2.15 to 2.16.
Modified: moonbase/trunk/devel/binutils/BUILD
===================================================================
--- moonbase/trunk/devel/binutils/BUILD 2005-05-04 04:19:44 UTC (rev 14577)
+++ moonbase/trunk/devel/binutils/BUILD 2005-05-04 04:31:28 UTC (rev 14578)
@@ -2,14 +2,15 @@
#Somehow I believe this might/should be logged as a bug to the glibc guys...
sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
- bfd/doc/Makefile.in &&
- ./configure --host=$BUILD \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man &&
- make tooldir=/usr &&
- prepare_install &&
- make tooldir=/usr install &&
- make tooldir=/usr install-info
+ bfd/doc/Makefile.in &&
+
+ ./configure --host=$BUILD \
+ --prefix=/usr \
+ --infodir=/usr/share/info &&
+
+ make tooldir=/usr &&
+ prepare_install &&
+ make tooldir=/usr install &&
+ make tooldir=/usr install-info
) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/binutils/DETAILS
===================================================================
--- moonbase/trunk/devel/binutils/DETAILS 2005-05-04 04:19:44 UTC (rev 14577)
+++ moonbase/trunk/devel/binutils/DETAILS 2005-05-04 04:31:28 UTC (rev 14578)
@@ -1,12 +1,12 @@
MODULE=binutils
- VERSION=2.15
+ VERSION=2.16
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=md5:624e6b74983ac6b2960edaf2d522ca58
+ SOURCE_VFY=sha1:1be6202267acded1374d07e72ebe9fcc5b0732bc
WEB_SITE=http://sources.redhat.com/binutils
ENTERED=20010922
- UPDATED=20040519
+ UPDATED=20050504
SHORT="binutils is an essential collection of binary utilities."
cat << EOF
More information about the Lunar-commits
mailing list