commit lilo for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2012-02-16 14:58:18

Comparing /work/SRC/openSUSE:Factory/lilo (Old)
 and  /work/SRC/openSUSE:Factory/.lilo.new (New)


Package is "lilo", Maintainer is "jpl...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lilo/lilo.changes2011-12-25 
17:36:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2012-02-16 
14:58:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:49:49 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.mPzOqK/_old  2012-02-16 14:58:21.0 +0100
+++ /var/tmp/diff_new_pack.mPzOqK/_new  2012-02-16 14:58:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lilo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Url:http://lilo.alioth.debian.org/
 
@@ -23,9 +22,9 @@
 ExclusiveArch:  ppc ppc64 %ix86 x86_64
 %define yaboot_vers 22.8-r1190
 %define ppc_version 22.8
-Group:  System/Boot
-License:BSD3c
 Summary:The Linux Loader, a Boot Menu
+License:BSD-3-Clause
+Group:  System/Boot
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  yaboot quik
 %ifarch ppc ppc64
@@ -69,7 +68,7 @@
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:23.2
-Release:65
+Release:0
 Source0:lilo-ppc-%{ppc_version}.tar.bz2
 # From git repo at http://git.ozlabs.org/?p=yaboot.git
 Source1:yaboot-%{yaboot_vers}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2012-03-05 18:00:12

Comparing /work/SRC/openSUSE:Factory/lilo (Old)
 and  /work/SRC/openSUSE:Factory/.lilo.new (New)


Package is "lilo", Maintainer is "jpl...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lilo/lilo.changes2012-02-16 
14:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2012-03-05 
18:00:16.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 23:55:10 CET 2012 - meiss...@suse.de
+
+- pass -m32 to print-gcc-lib , as the boot images are 32bit.
+
+---



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.JKqODB/_old  2012-03-05 18:00:20.0 +0100
+++ /var/tmp/diff_new_pack.JKqODB/_new  2012-03-05 18:00:20.0 +0100
@@ -26,16 +26,17 @@
 License:BSD-3-Clause
 Group:  System/Boot
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  yaboot quik
+Obsoletes:  quik
+Obsoletes:  yaboot
 %ifarch ppc ppc64
 %if 0%{?suse_version} > 1020
 BuildRequires:  dtc
 %endif
-Requires:   hfsutils
+Requires:   coreutils
 Requires:   dosfstools
 Requires:   gawk
+Requires:   hfsutils
 Requires:   sed
-Requires:   coreutils
 # for relinking the prep/chrp images in lilo
 %ifarch ppc ppc64
 Requires:   gcc
@@ -58,8 +59,8 @@
 BuildRequires:  device-mapper-devel
 %endif
 %ifarch x86_64
-BuildRequires:  glibc-devel-32bit
 BuildRequires:  device-mapper-32bit
+BuildRequires:  glibc-devel-32bit
 # openSUSE 11.3 and SLE_11 do not have device-mapper-devel-32bit
 %if 0%{?suse_version} != 1130 && 0%{?suse_version} != 1110
 BuildRequires:  device-mapper-devel-32bit

++ lilo-libgcc.patch ++
--- /var/tmp/diff_new_pack.JKqODB/_old  2012-03-05 18:00:20.0 +0100
+++ /var/tmp/diff_new_pack.JKqODB/_new  2012-03-05 18:00:20.0 +0100
@@ -6,7 +6,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  #
  if [ "$no_addnote" = "false" ] ; then
case "$HOSTTYPE" in
@@ -18,7 +18,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  
  rm -f "$output"
  cp "$tmp/output" "$output"
@@ -30,7 +30,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  #
  objcopy \
-O aixcoff-rs6000 \
@@ -42,7 +42,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  
  objcopy \
-O elf32-powerpc \
@@ -52,7 +52,7 @@
$tmp/ps3-head.o \
$tmp/empty.o \
$obj_dir/ps3/ps3.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  
  # convert to RAW format
  objcopy -O binary --set-section-flags=.bss=contents,alloc,load,data 
$tmp/zImage.ps3 $tmp/zImage.ps3.bin

++ yaboot-libgcc.patch ++
--- /var/tmp/diff_new_pack.JKqODB/_old  2012-03-05 18:00:20.0 +0100
+++ /var/tmp/diff_new_pack.JKqODB/_new  2012-03-05 18:00:20.0 +0100
@@ -14,7 +14,7 @@
  
  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 $@ `gcc -print-libgcc-file-name`
++  $(LD) -T ld.script $(LFLAGS) second/empty.o second/crt0.o 
second/yaboot.a -o $@ `gcc -m32 -print-libgcc-file-name`
chmod -x $@
cp $@ $@.chrp
util/addnote $@.chrp
@@ -26,7 +26,7 @@
$tmp/empty.o \
 -  $obj_dir/chrp/yaboot.a
 +  $obj_dir/chrp/yaboot.a \
-+  `gcc -print-libgcc-file-name`
++  `gcc -m32 -print-libgcc-file-name`
  #
  if [ "$do_addnote" = "true" ] ; then
  echo add note section for RS6K

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2012-03-16 13:17:41

Comparing /work/SRC/openSUSE:Factory/lilo (Old)
 and  /work/SRC/openSUSE:Factory/.lilo.new (New)


Package is "lilo", Maintainer is "jpl...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lilo/lilo.changes2012-03-05 
18:00:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2012-03-16 
13:19:00.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 22:18:47 UTC 2012 - dval...@suse.com
+
+- Add support for PowerNV platform 
+
+---

New:

  lilo.ppc-22.8.opal.patch



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.c4j9xu/_old  2012-03-16 13:19:02.0 +0100
+++ /var/tmp/diff_new_pack.c4j9xu/_new  2012-03-16 13:19:02.0 +0100
@@ -83,6 +83,7 @@
 Patch8608:  lilo-libgcc.patch
 Patch8609:  lilo.ppc.ps3.patch
 Patch8610:  lilo.src.Makefile.patch
+Patch8611:  lilo.ppc-22.8.opal.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -113,6 +114,7 @@
 pushd lilo.ppc
 %patch8608 -p1
 %patch8609 -p1
+%patch8611 
 popd
 
 %build

++ lilo.ppc-22.8.opal.patch ++
--- lilo.new.orig   2012-03-12 23:31:19.0 +0100
+++ lilo.new2012-03-12 23:31:30.0 +0100
@@ -582,7 +582,7 @@
*Power\ Macintosh*)
board_type=pmac
;;
-   IBM,*)
+   IBM,*|ibm,*)
board_type=chrp
;;
Momentum,Maple-D)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package lilo for openSUSE:Factory checked in 
at 2011-12-25 17:36:11

Comparing /work/SRC/openSUSE:Factory/lilo (Old)
 and  /work/SRC/openSUSE:Factory/.lilo.new (New)


Package is "lilo", Maintainer is "jpl...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lilo/lilo.changes2011-10-11 
17:03:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilo.new/lilo.changes   2011-12-25 
17:36:44.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 21 09:18:01 UTC 2011 - a...@suse.de
+
+- Fix yaboot download URL.
+
+---
+Tue Nov 22 11:55:11 UTC 2011 - dval...@suse.com
+
+- fix ppc64 build, by do not using size optimization 
+
+---



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.d6umWh/_old  2011-12-25 17:36:45.0 +0100
+++ /var/tmp/diff_new_pack.d6umWh/_new  2011-12-25 17:36:45.0 +0100
@@ -71,7 +71,8 @@
 Version:23.2
 Release:65
 Source0:lilo-ppc-%{ppc_version}.tar.bz2
-Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
+# From git repo at http://git.ozlabs.org/?p=yaboot.git
+Source1:yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.tar.gz
 Patch8601:  lilo.x86.mount_by_persistent_name.patch
 Patch8602:  lilo.x86.array-bounds.patch
@@ -170,6 +171,7 @@
 mkdir -p $RPM_BUILD_ROOT/bin
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
+mkdir -p $RPM_BUILD_ROOT%{_docdir}/lilo
 pushd lilo.ppc
 cp -av lilo.new $RPM_BUILD_ROOT/sbin/lilo
 cp -av lilo-pmac.lib $RPM_BUILD_ROOT/lib/lilo/lilo-pmac.lib

++ yaboot-libgcc.patch ++
--- /var/tmp/diff_new_pack.d6umWh/_old  2011-12-25 17:36:45.0 +0100
+++ /var/tmp/diff_new_pack.d6umWh/_new  2011-12-25 17:36:45.0 +0100
@@ -1,5 +1,14 @@
 --- yaboot-22.8-r1190/Makefile.xx  2011-02-20 18:45:03.0 +0100
 +++ yaboot-22.8-r1190/Makefile 2011-02-20 18:45:20.0 +0100
+@@ -23,7 +23,7 @@
+ 
+ # The flags for the yaboot binary.
+ #
+-YBCFLAGS = -Os
++YBCFLAGS = -O2
+ YBCFLAGS += -g
+ ifneq ($(CFLAGS),)
+ YBCFLAGS += $(CFLAGS)
 @@ -178,7 +178,7 @@
mv -f $@.~ $@
  

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-02-20 Thread h_root

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.0 +0100
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-02-20 
18:50:19.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 20 18:49:22 CET 2011 - meiss...@suse.de
+
+- make it build by explicitly linking libgcc.a
+
+---
@@ -11,0 +17,5 @@
+
+---
+Thu Nov 18 09:51:28 UTC 2010 - co...@novell.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.XLKo5p/_new  2011-02-21 00:52:31.0 +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 
-Werner Almesberger 
-PowerPC part:
-Paul Mackeras 
-Cort Dougan 
-Benjamin Herrenschmidt 
-
 %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.0 +0100
+++ yaboot-22.8-r1190/Makefile  2011-02-20 18:45:20.0 +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 $@ $@.chrp
util/addnote $@.chrp





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-03-07 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Mon Mar 7 15:07:07 CET 2011.




--- lilo/lilo.changes   2011-02-20 18:50:19.0 +0100
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-03-04 
21:00:49.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  4 16:47:18 UTC 2011 - estel...@elstel.com
+
+- include chain.b and other *.b-s 
+  for chainloading and for booting other OSes
+  (resolves bnc#642401)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.PTBuoS/_old  2011-03-07 15:05:55.0 +0100
+++ /var/tmp/diff_new_pack.PTBuoS/_new  2011-03-07 15:05:55.0 +0100
@@ -61,8 +61,9 @@
 BuildRequires:  gcc-32bit
 %endif
 %endif
+# note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:22.8
-Release:56
+Release:57
 Source0:lilo-ppc-%{version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.src.tar.bz2
@@ -140,6 +141,8 @@
 make MAN_DIR=/usr/share/man install ROOT=$RPM_BUILD_ROOT
 install -m 0755 activate $RPM_BUILD_ROOT/sbin
 rm -rfv $RPM_BUILD_ROOT/boot
+mkdir -p $RPM_BUILD_ROOT/boot
+cp -av *.b $RPM_BUILD_ROOT/boot
 popd
 %else
 # powerpc
@@ -200,6 +203,7 @@
 %ifarch %ix86 x86_64
 /sbin/*
 /usr/sbin/*
+/boot/*.b
 %else
 #powerpc
 %dir /lib/lilo






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-06-29 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Wed Jun 29 14:18:10 CEST 2011.




--- lilo/lilo.changes   2011-03-04 21:00:49.0 +0100
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-06-28 
12:00:09.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 22 16:58:31 CEST 2011 - meiss...@suse.de
+
+- also add the libgcc.a linking in the make*.sh lilo scripts
+- build against 4.6 gcc, also require it during install
+
+---

calling whatdependson for head-i586


New:

  lilo-libgcc.patch



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.UPMj5u/_old  2011-06-29 14:16:28.0 +0200
+++ /var/tmp/diff_new_pack.UPMj5u/_new  2011-06-29 14:16:28.0 +0200
@@ -36,6 +36,10 @@
 Requires:   gawk
 Requires:   sed
 Requires:   coreutils
+# for relinking the prep/chrp images in lilo
+%ifarch ppc ppc64
+Requires:   gcc = 4.6
+%endif
 # for nvram
 %if 0%{?suse_version} > 1000
 Requires:   powerpc-utils >= 1.2.6
@@ -63,7 +67,7 @@
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:22.8
-Release:57
+Release:58
 Source0:lilo-ppc-%{version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.src.tar.bz2
@@ -74,6 +78,7 @@
 Patch8605:  lilo-no-build-date.patch
 Patch8606:  lilo.ppc.nvram-fix.patch   
 Patch8607:  yaboot-libgcc.patch
+Patch8608:  lilo-libgcc.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -98,9 +103,12 @@
 %patch8605
 popd
 %patch8606
-cd yaboot
+pushd yaboot
 %patch8607 -p1
-cd ..
+popd
+pushd lilo.ppc
+%patch8608 -p1
+popd
 
 %build
 %ifarch %ix86 x86_64

++ lilo-libgcc.patch ++
--- lilo.ppc/bootheader/scripts/make_zimage_chrp.sh.xx  2011-06-22 
16:33:00.0 +0200
+++ lilo.ppc/bootheader/scripts/make_zimage_chrp.sh 2011-06-22 
16:48:54.0 +0200
@@ -138,7 +138,8 @@
$obj_dir/chrp/chrp.a \
$obj_dir/common/common.a \
$obj_dir/chrp/prom.a \
-   $obj_dir/common/zlib.a
+   $obj_dir/common/zlib.a \
+   /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
 #
 if [ "$no_addnote" = "false" ] ; then
case "$HOSTTYPE" in
--- lilo.ppc/bootheader/scripts/make_zimage_pmac_newworld.sh.xx 2011-06-22 
16:33:00.0 +0200
+++ lilo.ppc/bootheader/scripts/make_zimage_pmac_newworld.sh2011-06-22 
16:49:11.0 +0200
@@ -119,7 +119,8 @@
$obj_dir/chrp/chrp.a \
$obj_dir/common/common.a \
$obj_dir/chrp/prom.a \
-   $obj_dir/common/zlib.a
+   $obj_dir/common/zlib.a \
+   /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
 
 rm -f "$output"
 cp "$tmp/output" "$output"
--- lilo.ppc/bootheader/scripts/make_zimage_pmac_oldworld_coff.sh.xx
2011-06-22 16:33:00.0 +0200
+++ lilo.ppc/bootheader/scripts/make_zimage_pmac_oldworld_coff.sh   
2011-06-22 16:49:18.0 +0200
@@ -120,7 +120,8 @@
$obj_dir/chrp/chrp.a \
$obj_dir/common/common.a \
$obj_dir/chrp/prom.a \
-   $obj_dir/common/zlib.a
+   $obj_dir/common/zlib.a \
+   /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
 #
 objcopy \
-O aixcoff-rs6000 \
--- lilo.ppc/bootheader/scripts/make_zimage_prep.sh.xx  2011-06-22 
16:33:00.0 +0200
+++ lilo.ppc/bootheader/scripts/make_zimage_prep.sh 2011-06-22 
16:49:25.0 +0200
@@ -116,7 +116,8 @@
$obj_dir/prep/prep.a \
$obj_dir/common/common.a \
$obj_dir/chrp/prom.a \
-   $obj_dir/common/zlib.a
+   $obj_dir/common/zlib.a \
+   /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
 
 objcopy \
-O elf32-powerpc \
--- lilo.ppc/bootheader/scripts/make_zimage_ps3.sh.xx   2011-06-22 
16:33:00.0 +0200
+++ lilo.ppc/bootheader/scripts/make_zimage_ps3.sh  2011-06-22 
16:49:32.0 +0200
@@ -124,6 +124,7 @@
$tmp/ps3-head.o \
$tmp/empty.o \
$obj_dir/ps3/ps3.a \
+   /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
 
 # convert to RAW format
 objcopy -O binary --set-section-flags=.bss=contents,alloc,load,data 
$tmp/zImage.ps3 $tmp/zImage.ps3.bin
++ yaboot-libgcc.patch ++
--- /var/tmp/diff_new_pack.UPMj5u/_old  2011-06-29 14:16:28.0 +0200
+++ /var/tmp/diff_new_pack.UPMj5u/_new  2011-06-29 14:16:28.0 +0200
@@ -5,7 +5,19 @@
  
  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
++  $(LD) -T ld.script $(LFLAGS) second/empty.o second/crt0.o 
second/

commit lilo for openSUSE:Factory

2011-07-05 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Tue Jul 5 13:44:02 CEST 2011.




--- lilo/lilo.changes   2011-06-28 12:00:09.0 +0200
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-06-30 
16:06:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 16:06:11 CEST 2011 - meiss...@suse.de
+
+- require just gcc, unversioned, and use `gcc -print-libgcc-file-name`
+  in linking calls.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.Wv7cqj/_old  2011-07-05 13:43:46.0 +0200
+++ /var/tmp/diff_new_pack.Wv7cqj/_new  2011-07-05 13:43:46.0 +0200
@@ -38,7 +38,7 @@
 Requires:   coreutils
 # for relinking the prep/chrp images in lilo
 %ifarch ppc ppc64
-Requires:   gcc = 4.6
+Requires:   gcc
 %endif
 # for nvram
 %if 0%{?suse_version} > 1000
@@ -67,7 +67,7 @@
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:22.8
-Release:58
+Release:63
 Source0:lilo-ppc-%{version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.src.tar.bz2

++ lilo-libgcc.patch ++
--- /var/tmp/diff_new_pack.Wv7cqj/_old  2011-07-05 13:43:46.0 +0200
+++ /var/tmp/diff_new_pack.Wv7cqj/_new  2011-07-05 13:43:46.0 +0200
@@ -6,7 +6,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  #
  if [ "$no_addnote" = "false" ] ; then
case "$HOSTTYPE" in
@@ -18,7 +18,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  
  rm -f "$output"
  cp "$tmp/output" "$output"
@@ -30,7 +30,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  #
  objcopy \
-O aixcoff-rs6000 \
@@ -42,7 +42,7 @@
$obj_dir/chrp/prom.a \
 -  $obj_dir/common/zlib.a
 +  $obj_dir/common/zlib.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  
  objcopy \
-O elf32-powerpc \
@@ -52,7 +52,7 @@
$tmp/ps3-head.o \
$tmp/empty.o \
$obj_dir/ps3/ps3.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  
  # convert to RAW format
  objcopy -O binary --set-section-flags=.bss=contents,alloc,load,data 
$tmp/zImage.ps3 $tmp/zImage.ps3.bin

++ yaboot-libgcc.patch ++
--- /var/tmp/diff_new_pack.Wv7cqj/_old  2011-07-05 13:43:46.0 +0200
+++ /var/tmp/diff_new_pack.Wv7cqj/_new  2011-07-05 13:43:46.0 +0200
@@ -5,7 +5,7 @@
  
  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.6/libgcc.a
++  $(LD) -T ld.script $(LFLAGS) second/empty.o second/crt0.o 
second/yaboot.a -o $@ `gcc -print-libgcc-file-name`
chmod -x $@
cp $@ $@.chrp
util/addnote $@.chrp
@@ -17,7 +17,7 @@
$tmp/empty.o \
 -  $obj_dir/chrp/yaboot.a
 +  $obj_dir/chrp/yaboot.a \
-+  /usr/lib/gcc/powerpc64-suse-linux/4.6/libgcc.a
++  `gcc -print-libgcc-file-name`
  #
  if [ "$do_addnote" = "true" ] ; then
  echo add note section for RS6K






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-07-11 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Mon Jul 11 09:27:28 CEST 2011.




--- lilo/lilo.changes   2011-06-30 16:06:38.0 +0200
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-07-08 
17:16:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  8 15:15:40 UTC 2011 - dval...@novell.com
+
+- fix ps3.dts compiling with new dtc version
+
+---

calling whatdependson for head-i586


New:

  lilo.ppc.ps3.patch



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.6VVZXa/_old  2011-07-11 09:27:03.0 +0200
+++ /var/tmp/diff_new_pack.6VVZXa/_new  2011-07-11 09:27:03.0 +0200
@@ -67,7 +67,7 @@
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
 Version:22.8
-Release:63
+Release:65
 Source0:lilo-ppc-%{version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
 Source86:   lilo-%{version}.src.tar.bz2
@@ -79,6 +79,7 @@
 Patch8606:  lilo.ppc.nvram-fix.patch   
 Patch8607:  yaboot-libgcc.patch
 Patch8608:  lilo-libgcc.patch
+Patch8609:  lilo.ppc.ps3.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -108,6 +109,7 @@
 popd
 pushd lilo.ppc
 %patch8608 -p1
+%patch8609 -p1
 popd
 
 %build

++ lilo.ppc.ps3.patch ++
--- lilo.ppc.orig/bootheader/ps3/ps3.dts2008-01-29 16:26:32.0 
+0100
+++ lilo.ppc/bootheader/ps3/ps3.dts 2011-07-08 16:32:26.0 +0200
@@ -17,7 +17,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-
+/dts-v1/;
 / {
model = "SonyPS3";
compatible = "sony,ps3";





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilo for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Tue Oct 11 17:03:36 CEST 2011.




--- openSUSE:Factory/lilo/lilo.changes  2011-09-23 02:11:38.0 +0200
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-10-10 
17:57:07.0 +0200
@@ -1,0 +2,18 @@
+Fri Sep 23 09:32:26 UTC 2011 - p...@opensuse.org
+
+- upgrade to lilo 23.2.  Amended mount_by_persistent_name patch so
+  it applies, removed division-by-zero patch (code now in upstream),
+  amended other patches to work with new src/ dir. Updated Makefile
+  to skip hooks, images and samples. Updated spec to skip 'activate'
+  which was removed from source package. Updated spec to not require
+  device-mapper-devel-32bit for build.
+  For a complete changelog for 22.8 to 23.2, see the tarball; lots of
+  clean-up, optimization, removal of obsolete code etc. Some of the 
+  more significant changes are:
+  - increase maximum number of sectors (MAX_SETUPSECS) for
+kernel setup code to 63.
+  - support for newer MD RAID metadata format
+  - support for root on LVM
+  - allow spaces in boot menu  
+
+---

calling whatdependson for head-i586


Old:

  lilo-22.8.src.tar.bz2
  lilo.x86.division-by-zero.patch

New:

  lilo-23.2.tar.gz
  lilo.src.Makefile.patch



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.gVBIfi/_old  2011-10-11 17:03:32.0 +0200
+++ /var/tmp/diff_new_pack.gVBIfi/_new  2011-10-11 17:03:32.0 +0200
@@ -17,16 +17,17 @@
 
 # norootforbuild
 
-Url:http://lilo.go.dyndns.org/
+Url:http://lilo.alioth.debian.org/
 
 Name:   lilo
 ExclusiveArch:  ppc ppc64 %ix86 x86_64
 %define yaboot_vers 22.8-r1190
+%define ppc_version 22.8
 Group:  System/Boot
 License:BSD3c
 Summary:The Linux Loader, a Boot Menu
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  yaboot activate quik
+Obsoletes:  yaboot quik
 %ifarch ppc ppc64
 %if 0%{?suse_version} > 1020
 BuildRequires:  dtc
@@ -59,27 +60,28 @@
 %endif
 %ifarch x86_64
 BuildRequires:  glibc-devel-32bit
-%if 0%{?suse_version} > 1010
 BuildRequires:  device-mapper-32bit
+# openSUSE 11.3 and SLE_11 do not have device-mapper-devel-32bit
+%if 0%{?suse_version} != 1130 && 0%{?suse_version} != 1110
 BuildRequires:  device-mapper-devel-32bit
-BuildRequires:  gcc-32bit
 %endif
+BuildRequires:  gcc-32bit
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
-Version:22.8
+Version:23.2
 Release:65
-Source0:lilo-ppc-%{version}.tar.bz2
+Source0:lilo-ppc-%{ppc_version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
-Source86:   lilo-%{version}.src.tar.bz2
+Source86:   lilo-%{version}.tar.gz
 Patch8601:  lilo.x86.mount_by_persistent_name.patch
 Patch8602:  lilo.x86.array-bounds.patch
-Patch8603:  lilo.x86.division-by-zero.patch
 Patch8604:  lilo.x86.checkit.patch
 Patch8605:  lilo-no-build-date.patch
 Patch8606:  lilo.ppc.nvram-fix.patch   
 Patch8607:  yaboot-libgcc.patch
 Patch8608:  lilo-libgcc.patch
 Patch8609:  lilo.ppc.ps3.patch
+Patch8610:  lilo.src.Makefile.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -94,14 +96,14 @@
 
 %prep
 %setup -q -T -c -a 0 -a 1 -a 86
-mv lilo-ppc-%{version} lilo.ppc
+mv lilo-ppc-%{ppc_version} lilo.ppc
 mv yaboot-%{yaboot_vers} yaboot
 pushd lilo-%{version}
 %patch8601 -p1
 %patch8602 -p1
-%patch8603 -p1
 %patch8604 -p1
-%patch8605
+%patch8605 -p1
+%patch8610 -p1
 popd
 %patch8606
 pushd yaboot
@@ -119,7 +121,7 @@
 %ifarch x86_64
 cflags="$cflags -m32"
 %endif
-make CC="gcc $cflags" MAN_DIR=/usr/share/man all activate
+make CC="gcc $cflags" MAN_DIR=/usr/share/man all 
 popd
 # powerpc
 %else
@@ -148,11 +150,10 @@
 %install
 %ifarch %ix86 x86_64
 pushd lilo-%{version}
-make MAN_DIR=/usr/share/man install ROOT=$RPM_BUILD_ROOT
-install -m 0755 activate $RPM_BUILD_ROOT/sbin
+make MAN_DIR=/usr/share/man install DESTDIR=$RPM_BUILD_ROOT
 rm -rfv $RPM_BUILD_ROOT/boot
 mkdir -p $RPM_BUILD_ROOT/boot
-cp -av *.b $RPM_BUILD_ROOT/boot
+cp -av src/*.b $RPM_BUILD_ROOT/boot
 popd
 %else
 # powerpc
@@ -167,7 +168,6 @@
 mkdir -p $RPM_BUILD_ROOT/sbin
 mkdir -p $RPM_BUILD_ROOT/bin
 mkdir -p $RPM_BUILD_ROOT/bin
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/lilo/activate
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
 pushd lilo.ppc

++ lilo-no-build-date.patch ++
--- /var/tmp/diff_new_pack.gVBIfi/_old  2011-10-11 17:03:32.0 +0200
+++ /var/tmp/diff_new_pack.gVBIfi/_new  2011-10-11 17:03:32.0 +0200
@@ -1,13 +1,11 @@
-Index: lilo.c
-===