Hello community, here is the log from the commit of package lilo for openSUSE:Factory checked in at Mon Feb 21 00:52:49 CET 2011.
-------- --- lilo/lilo.changes 2011-02-11 14:14:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/lilo/lilo.changes 2011-02-20 18:50:19.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 20 18:49:22 CET 2011 - [email protected] + +- make it build by explicitly linking libgcc.a + +------------------------------------------------------------------- @@ -11,0 +17,5 @@ + +------------------------------------------------------------------- +Thu Nov 18 09:51:28 UTC 2010 - [email protected] + +- set SUSE_ASNEEDED=0 for powerpc calling whatdependson for head-i586 New: ---- yaboot-libgcc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lilo.spec ++++++ --- /var/tmp/diff_new_pack.XLKo5p/_old 2011-02-21 00:52:31.000000000 +0100 +++ /var/tmp/diff_new_pack.XLKo5p/_new 2011-02-21 00:52:31.000000000 +0100 @@ -62,7 +62,7 @@ %endif %endif Version: 22.8 -Release: 55 +Release: 56 Source0: lilo-ppc-%{version}.tar.bz2 Source1: http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2 Source86: lilo-%{version}.src.tar.bz2 @@ -72,6 +72,7 @@ Patch8604: lilo.x86.checkit.patch Patch8605: lilo-no-build-date.patch Patch8606: lilo.ppc.nvram-fix.patch +Patch8607: yaboot-libgcc.patch # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $ %description @@ -84,17 +85,6 @@ The ix86 variant comes with Memtest86, offering an image that can be booted to perform a memory test. - - -Authors: --------- - John Coffman <[email protected]> - Werner Almesberger <[email protected]> - PowerPC part: - Paul Mackeras <[email protected]> - Cort Dougan <[email protected]> - Benjamin Herrenschmidt <[email protected]> - %prep %setup -q -T -c -a 0 -a 1 -a 86 mv lilo-ppc-%{version} lilo.ppc @@ -107,6 +97,9 @@ %patch8605 popd %patch8606 +cd yaboot +%patch8607 -p1 +cd .. %build %ifarch %ix86 x86_64 ++++++ yaboot-libgcc.patch ++++++ --- yaboot-22.8-r1190/Makefile.xx 2011-02-20 18:45:03.000000000 +0100 +++ yaboot-22.8-r1190/Makefile 2011-02-20 18:45:20.000000000 +0100 @@ -178,7 +178,7 @@ mv -f $@.~ $@ second/yaboot: $(OBJS) util/addnote ld.script second/yaboot.a second/empty.o - $(LD) -T ld.script $(LFLAGS) second/empty.o second/crt0.o second/yaboot.a -o $@ + $(LD) -T ld.script $(LFLAGS) second/empty.o second/crt0.o second/yaboot.a -o $@ /usr/lib/gcc/powerpc64-suse-linux/4.5/libgcc.a chmod -x $@ cp $@ [email protected] util/addnote [email protected] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
