OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-May-2004 09:29:30
Branch: HEAD Handle: 2004053008293000
Modified files:
openpkg-src/binutils binutils.spec
Log:
ok, officially wait for either gcc 3.4.1 (fixed code generator and/or
optimizer) or binutils >= 2.15 (containing less problematic code)
Summary:
Revision Changes Path
1.53 +3 -2 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 binutils.spec
--- openpkg-src/binutils/binutils.spec 29 May 2004 07:11:54 -0000 1.52
+++ openpkg-src/binutils/binutils.spec 30 May 2004 07:29:30 -0000 1.53
@@ -34,7 +34,7 @@
Group: Utility
License: GPL
Version: 2.14
-Release: 20040529
+Release: 20040530
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -63,9 +63,10 @@
%track
prog binutils = {
+ comment = "rse: 2.15 is broken (segfaults on multiple platforms once
built with gcc 3.4.0)"
version = %{version}
url = ftp://sources.redhat.com/pub/binutils/releases/
- regex = binutils-(__VER__)\.tar\.bz2
+ regex = binutils-(\d+\.(14|15\.\d+|1[6-9](\.\d+)?))\.tar\.bz2
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]