rpms/yaboot/devel yaboot-1.3.13-amigaparts.patch, 1.5, 1.6 yaboot.spec, 1.46, 1.47

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Apr 7 14:48:28 UTC 2008


Author: dwmw2

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

Modified Files:
	yaboot-1.3.13-amigaparts.patch yaboot.spec 
Log Message:
Correct off-by-one in Amiga partitioning

yaboot-1.3.13-amigaparts.patch:

Index: yaboot-1.3.13-amigaparts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/devel/yaboot-1.3.13-amigaparts.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yaboot-1.3.13-amigaparts.patch	11 Aug 2005 15:13:46 -0000	1.5
+++ yaboot-1.3.13-amigaparts.patch	7 Apr 2008 14:48:14 -0000	1.6
@@ -90,7 +90,7 @@
 +	for (i=0; i < possible; i++) used[i] = 0;
 +
 +
-+	for (part = amiga_block[AMIGA_PARTITIONS], partition = 0;
++	for (part = amiga_block[AMIGA_PARTITIONS], partition = 1;
 +		part != AMIGA_END;
 +		part = amiga_block[AMIGA_PART_NEXT], partition++)
 +	{


Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- yaboot.spec	27 Mar 2008 23:09:10 -0000	1.46
+++ yaboot.spec	7 Apr 2008 14:48:14 -0000	1.47
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.13
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -120,6 +120,9 @@
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Thu Mar 27 2008 David Woodhouse <dwmw2 at redhat.com> - 1.3.13-11
+- Correct off-by-one error in Amiga partition numbers
+
 * Thu Mar 27 2008 David Woodhouse <dwmw2 at redhat.com> - 1.3.13-10
 - Don't increment partition number to work around bplan firmware 
   brokenness when the config file was specified on the command line




More information about the fedora-extras-commits mailing list