rpms/yaboot/devel yaboot-ppc64.patch,1.2,1.3 yaboot.spec,1.48,1.49

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Wed Apr 16 13:21:36 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/yaboot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11374

Modified Files:
	yaboot-ppc64.patch yaboot.spec 
Log Message:
Clean for PPC64

yaboot-ppc64.patch:

Index: yaboot-ppc64.patch
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot-ppc64.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yaboot-ppc64.patch	16 Apr 2008 11:21:11 -0000	1.2
+++ yaboot-ppc64.patch	16 Apr 2008 13:21:29 -0000	1.3
@@ -6,7 +6,7 @@
  #
 -YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
 -YBCFLAGS += -DVERSION=\"${VERSION}${VERSIONEXTRA}\"	#"
-+YBCFLAGS = -Os -m32 $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -m32 -print-file-name=include` -fsigned-char
++YBCFLAGS = -Os $(CFLAGS) -nostdinc -Wall -isystem `$(CC) -print-file-name=include` -fsigned-char
 +YBCFLAGS += -DVERSION="\"${VERSION}${VERSIONEXTRA}\""	#"
  YBCFLAGS += -DTEXTADDR=$(TEXTADDR) -DDEBUG=$(DEBUG)
  YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE)


Index: yaboot.spec
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- yaboot.spec	16 Apr 2008 11:21:11 -0000	1.48
+++ yaboot.spec	16 Apr 2008 13:21:29 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 0%{?dist}
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -121,8 +121,8 @@
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
-* Wed Apr 16 2008 Roman Rakus <rrakus at redhat.cz>
-- Upstram 1.3.14
+* Wed Apr 16 2008 Roman Rakus <rrakus at redhat.cz> - 1.3.14-1
+- Upstream 1.3.14
 
 * Thu Mar 27 2008 David Woodhouse <dwmw2 at redhat.com> - 1.3.13-11
 - Correct off-by-one error in Amiga partition numbers




More information about the fedora-extras-commits mailing list