Hello community, here is the log from the commit of package perl-Bootloader checked in at Sat Oct 21 21:28:39 CEST 2006. -------- --- perl-Bootloader/perl-Bootloader.changes 2006-10-12 09:29:08.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Bootloader/perl-Bootloader.changes 2006-10-21 15:52:27.000000000 +0200 @@ -1,0 +2,10 @@ +Sat Oct 21 15:47:49 CEST 2006 - od@suse.de + +- grub: using OO call for last fix (#213255) + +------------------------------------------------------------------- +Fri Oct 20 17:25:03 CEST 2006 - od@suse.de + +- grub: fix writing globals (#213255) + +------------------------------------------------------------------- Old: ---- perl-Bootloader-0.3.2.tar.bz2 New: ---- perl-Bootloader-0.3.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Bootloader.spec ++++++ --- /var/tmp/diff_new_pack.fMVQnG/_old 2006-10-21 21:26:20.000000000 +0200 +++ /var/tmp/diff_new_pack.fMVQnG/_new 2006-10-21 21:26:20.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Bootloader (Version 0.3.2) +# spec file for package perl-Bootloader (Version 0.3.3) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,7 @@ # norootforbuild Name: perl-Bootloader -Version: 0.3.2 +Version: 0.3.3 Release: 1 Requires: perl >= %{perl_version} Requires: perl-gettext @@ -19,7 +19,7 @@ Requires: limal-bootloader >= 1.2.2 Autoreqprov: on Group: System/Boot -License: GPL +License: GNU General Public License (GPL) - all versions Summary: Library for Configuring Boot Loaders Source: perl-Bootloader-%{version}.tar.bz2 Source1: update-bootloader @@ -63,6 +63,10 @@ /usr/lib/bootloader %changelog -n perl-Bootloader +* Sat Oct 21 2006 - od@suse.de +- grub: using OO call for last fix (#213255) +* Fri Oct 20 2006 - od@suse.de +- grub: fix writing globals (#213255) * Thu Oct 12 2006 - jplack@suse.de - first chunk of changes for GRub using generic interface, grub.conf handling still missing @@ -233,13 +237,13 @@ - fix typo in image name * Wed Feb 01 2006 - od@suse.de - update-bootloader changes from pth@suse.de and od@suse.de: -- only grub allows blanks in section titles -- for non-grub: restrict section title lenght to 16 chars -- beautify code + - only grub allows blanks in section titles + - for non-grub: restrict section title lenght to 16 chars + - beautify code * Wed Feb 01 2006 - od@suse.de - update-bootloader: -- use /etc/sysconfig/language:RC_LANG -- translated section name must be non-empty to be used + - use /etc/sysconfig/language:RC_LANG + - translated section name must be non-empty to be used * Tue Jan 31 2006 - sf@suse.de - localize only on Grub or lilo - check if translated section name contains non-ASCII characters ++++++ perl-Bootloader-0.3.2.tar.bz2 -> perl-Bootloader-0.3.3.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.3.2/lib/Bootloader/Core/GRUB.pm new/perl-Bootloader-0.3.3/lib/Bootloader/Core/GRUB.pm --- old/perl-Bootloader-0.3.2/lib/Bootloader/Core/GRUB.pm 2006-10-12 09:29:08.000000000 +0200 +++ new/perl-Bootloader-0.3.3/lib/Bootloader/Core/GRUB.pm 2006-10-21 13:12:32.000000000 +0200 @@ -1468,6 +1468,10 @@ my $sections_ref = shift; my @lines = @{$globinfo{"__lines"} || []}; + + # REVIEWME: make sure metadata are available (e.g. in the chroot + # environment) + $self->GetMetaData(); my $go = $self->{"exports"}{"global_options"}; # allow to keep the section unchanged ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de