Mailinglist Archive: opensuse-commit (689 mails)
| < Previous | Next > |
commit perl-Bootloader
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 19 Dec 2007 15:18:57 +0100
- Message-id: <20071219141857.D99D1678336@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package perl-Bootloader
checked in at Wed Dec 19 15:18:57 CET 2007.
--------
--- perl-Bootloader/perl-Bootloader.changes 2007-12-07 17:23:18.000000000
+0100
+++ /mounts/work_src_done/STABLE/perl-Bootloader/perl-Bootloader.changes
2007-12-19 10:43:11.000000000 +0100
@@ -1,0 +2,13 @@
+Wed Dec 19 10:42:30 CET 2007 - aosthof@xxxxxxx
+
+- Changed a (misleading) warning to a milestone (#345848)
+- Version bump to 0.4.43
+
+-------------------------------------------------------------------
+Tue Dec 18 13:45:16 CET 2007 - aosthof@xxxxxxx
+
+- Fixed last checkin so that labels for xen entries get displayed
+ correctly now (#340922)
+- Version bump to 0.4.42
+
+-------------------------------------------------------------------
Old:
----
perl-Bootloader-0.4.41.tar.bz2
New:
----
perl-Bootloader-0.4.43.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.U15487/_old 2007-12-19 15:16:29.000000000 +0100
+++ /var/tmp/diff_new_pack.U15487/_new 2007-12-19 15:16:29.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package perl-Bootloader (Version 0.4.41)
+# spec file for package perl-Bootloader (Version 0.4.43)
#
# Copyright (c) 2007 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.4.41
+Version: 0.4.43
Release: 1
Requires: perl >= %{perl_version}
Requires: perl-gettext
@@ -66,6 +66,13 @@
/usr/lib/bootloader
%changelog
+* Wed Dec 19 2007 - aosthof@xxxxxxx
+- Changed a (misleading) warning to a milestone (#345848)
+- Version bump to 0.4.43
+* Tue Dec 18 2007 - aosthof@xxxxxxx
+- Fixed last checkin so that labels for xen entries get displayed
+ correctly now (#340922)
+- Version bump to 0.4.42
* Fri Dec 07 2007 - aosthof@xxxxxxx
- Distinguish between various xen kernel names (#340922)
- Version bump to 0.4.41
++++++ perl-Bootloader-0.4.41.tar.bz2 -> perl-Bootloader-0.4.43.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/perl-Bootloader-0.4.41/lib/Bootloader/Core/GRUB.pm
new/perl-Bootloader-0.4.43/lib/Bootloader/Core/GRUB.pm
--- old/perl-Bootloader-0.4.41/lib/Bootloader/Core/GRUB.pm 2007-09-26
21:04:19.000000000 +0200
+++ new/perl-Bootloader-0.4.43/lib/Bootloader/Core/GRUB.pm 2007-12-19
10:43:11.000000000 +0100
@@ -544,7 +544,7 @@
}
if ($dev eq "") {
- $self->l_warning ("GRUB::GrubPath2UnixPath: Path $orig_path in UNIX
form, not modifying it");
+ $self->l_milestone ("GRUB::GrubPath2UnixPath: Path $orig_path in UNIX
form, not modifying it");
return $orig_path;
}
++++++ update-bootloader ++++++
--- perl-Bootloader/update-bootloader 2007-12-07 17:23:18.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Bootloader/update-bootloader
2007-12-18 13:46:11.000000000 +0100
@@ -302,13 +302,13 @@
# Naming scheme for all xen kernels, thus xen and xenpae
elsif ($opt_xen) {
if ($loader eq "grub") {
- my $opt_version = $opt_name;
- $opt_version =~ s/-xen.*$//;
+ my $version = $opt_name;
+ $version =~ s/-xen.*$//;
$opt_name =~ s/^.*(xen.*)$/$1/;
$opt_name = ucfirst ($opt_name);
- $opt_xen_name = "$opt_name -- " . GetProduct() . " - " . $opt_name;
+ $opt_xen_name = "$opt_name -- " . GetProduct() . " - " . $version;
}
else {
$opt_name =~ s/^.*(xen.*)$/$1/;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |