rpms/yaboot/F-12 yaboot-1.3.14-gitpatches.patch,1.1,1.2

Tony Breeds tbreeds at fedoraproject.org
Tue Feb 9 05:05:04 UTC 2010


Author: tbreeds

Update of /cvs/pkgs/rpms/yaboot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6640

Modified Files:
	yaboot-1.3.14-gitpatches.patch 
Log Message:


yaboot-1.3.14-gitpatches.patch:
 Makefile             |   10 +--
 include/bootinfo.h   |    3 +
 include/prom.h       |    4 +
 second/fs_ext2.c     |    4 +
 second/fs_of.c       |    9 +--
 second/fs_reiserfs.c |    6 +-
 second/fs_xfs.c      |    5 +
 second/partition.c   |    6 +-
 second/prom.c        |   19 +++++++
 second/yaboot.c      |  128 ++++++++++++++++++++++++++++++++++++++++-----------
 10 files changed, 153 insertions(+), 41 deletions(-)

Index: yaboot-1.3.14-gitpatches.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/F-12/yaboot-1.3.14-gitpatches.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- yaboot-1.3.14-gitpatches.patch	9 Feb 2010 03:12:02 -0000	1.1
+++ yaboot-1.3.14-gitpatches.patch	9 Feb 2010 05:05:04 -0000	1.2
@@ -225,7 +225,7 @@ index ce0dc06..fe2f2fd 100644
 -YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -print-file-name=include` -fsigned-char
 -YBCFLAGS += -DVERSION=\"${VERSION}\"	#"
 +YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
-+YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\"	#"
++YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\""	#"
  YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG)
  YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)
  YBCFLAGS += -DKERNELADDR=$(KERNELADDR)



More information about the scm-commits mailing list