OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Feb-2005 10:55:42
Branch: HEAD Handle: 2005020209554200
Modified files:
openpkg-src/binutils binutils.patch binutils.spec
Log:
fixed patch
Summary:
Revision Changes Path
1.12 +1 -1 openpkg-src/binutils/binutils.patch
1.58 +1 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 binutils.patch
--- openpkg-src/binutils/binutils.patch 7 Jan 2005 17:38:36 -0000
1.11
+++ openpkg-src/binutils/binutils.patch 2 Feb 2005 09:55:42 -0000
1.12
@@ -57,7 +57,7 @@
else
{
- long sdiff = slook - h->root.u.def.section;
-+ long sdiff = slook - h->root.u.def.section->id;
++ long sdiff = slook->id - h->root.u.def.section->id;
if (sdiff < 0)
j = idx;
else if (sdiff > 0)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 binutils.spec
--- openpkg-src/binutils/binutils.spec 11 Jan 2005 13:01:51 -0000
1.57
+++ openpkg-src/binutils/binutils.spec 2 Feb 2005 09:55:42 -0000
1.58
@@ -34,7 +34,7 @@
Group: Utility
License: GPL
Version: 2.15
-Release: 20050111
+Release: 20050202
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]