commit yast2-bootloader for openSUSE:12.2

2012-07-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for openSUSE:12.2 
checked in at 2012-07-14 13:18:01

Comparing /work/SRC/openSUSE:12.2/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-bootloader.new (New)


Package is yast2-bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-bootloader/yast2-bootloader.changes   
2012-07-10 13:44:51.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-bootloader.new/yast2-bootloader.changes  
2012-07-14 13:18:04.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 13 15:40:46 CEST 2012 - mch...@suse.com
+
+- support failsafe kernel parameters
+- use product name in distributor
+- rearrange widgets in dialog
+- fix redundant kernel append
+- 2.23.7
+
+---

Old:

  yast2-bootloader-2.23.6.tar.bz2

New:

  yast2-bootloader-2.23.7.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.rODFK0/_old  2012-07-14 13:18:04.0 +0200
+++ /var/tmp/diff_new_pack.rODFK0/_new  2012-07-14 13:18:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.6
+Version:2.23.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.6.tar.bz2 - yast2-bootloader-2.23.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.6/VERSION 
new/yast2-bootloader-2.23.7/VERSION
--- old/yast2-bootloader-2.23.6/VERSION 2012-07-09 14:49:44.0 +0200
+++ new/yast2-bootloader-2.23.7/VERSION 2012-07-13 15:40:44.0 +0200
@@ -1 +1 @@
-2.23.6
+2.23.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.6/src/grub2/dialogs.ycp 
new/yast2-bootloader-2.23.7/src/grub2/dialogs.ycp
--- old/yast2-bootloader-2.23.6/src/grub2/dialogs.ycp   2012-07-04 
09:43:08.0 +0200
+++ new/yast2-bootloader-2.23.7/src/grub2/dialogs.ycp   2012-07-13 
15:40:31.0 +0200
@@ -39,16 +39,23 @@
 `HSpacing (2),
 `VBox (
 `VStretch (),
-`Left(`HSquash(distributor)),
-`Left(activate),
-`Left(generic_mbr),
-`Left(hiddenmenu),
 `HBox (
-`Left(`HSquash(timeout)),
-`Left(vgamode),
+`HSquash(distributor),
+hiddenmenu,
+`HStretch ()
+),
+`HBox (
+activate,
+generic_mbr,
+`HStretch ()
+),
+`HBox (
+`HSquash(timeout),
+vgamode,
 `HStretch ()
 ),
 `Left(append),
+`Left(append_failsafe),
 `Left(default),
 `Left(console),
 `Left(gfxterm),
@@ -59,8 +66,8 @@
 
 string lt = BootCommon::getLoaderType (false);
 liststring widget_names = (lt == grub2-efi)
-? [distributor, hiddenmenu, timeout, 
append, console, default, vgamode]
-: [distributor, activate,generic_mbr, 
hiddenmenu, timeout, append, console, default, vgamode];
+? [distributor, hiddenmenu, timeout, 
append, append_failsafe, console, default, vgamode]
+: [distributor, activate,generic_mbr, 
hiddenmenu, timeout, append, append_failsafe, console, default, 
vgamode];
 
 string caption = _(Boot Loader Options);
 return CWM::ShowAndRun ($[
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.6/src/grub2/helps.ycp 
new/yast2-bootloader-2.23.7/src/grub2/helps.ycp
--- old/yast2-bootloader-2.23.6/src/grub2/helps.ycp 2012-06-25 
08:50:21.0 +0200
+++ new/yast2-bootloader-2.23.7/src/grub2/helps.ycp 2012-07-13 
15:40:31.0 +0200
@@ -23,11 +23,14 @@
 _(pbOptional Kernel Command Line Parameter/b lets you define 
additional parameters to pass to the kernel./p),
 vgamode   :
 _(pbVga Mode/b defines the VGA mode the kernel should set the 
iconsole/i to when booting./p),
+append_failsafe:
+_(pbFailsafe Kernel Command Line Parameter/b lets you define 
failsafe parameters to pass to the kernel./p),
 ];
 
 global mapstring,string grub2_descriptions = $[
 append : _(Optional Kernel Command Line Parameter),
 vgamode: _(Vga Mode),
+append_failsafe : _(Failsafe Kernel Command Line Parameter),
 ];
 
 } //EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.6/src/grub2/options.ycp 

commit yast2-bootloader for openSUSE:12.2

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for openSUSE:12.2 
checked in at 2012-07-10 13:44:49

Comparing /work/SRC/openSUSE:12.2/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-bootloader.new (New)


Package is yast2-bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-bootloader/yast2-bootloader.changes   
2012-07-04 13:57:09.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-bootloader.new/yast2-bootloader.changes  
2012-07-10 13:44:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  9 13:08:29 CEST 2012 - u...@suse.de
+
+- fixed rnc schema file (bnc#752450)
+- 2.23.6
+
+---

Old:

  yast2-bootloader-2.23.5.tar.bz2

New:

  yast2-bootloader-2.23.6.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.WmMTjq/_old  2012-07-10 13:44:51.0 +0200
+++ /var/tmp/diff_new_pack.WmMTjq/_new  2012-07-10 13:44:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.5
+Version:2.23.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.5.tar.bz2 - yast2-bootloader-2.23.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/VERSION 
new/yast2-bootloader-2.23.6/VERSION
--- old/yast2-bootloader-2.23.5/VERSION 2012-07-04 09:43:56.0 +0200
+++ new/yast2-bootloader-2.23.6/VERSION 2012-07-09 14:49:44.0 +0200
@@ -1 +1 @@
-2.23.5
+2.23.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.5/src/config/bootloader.rnc 
new/yast2-bootloader-2.23.6/src/config/bootloader.rnc
--- old/yast2-bootloader-2.23.5/src/config/bootloader.rnc   2012-06-25 
08:50:21.0 +0200
+++ new/yast2-bootloader-2.23.6/src/config/bootloader.rnc   2012-07-09 
13:19:08.0 +0200
@@ -53,6 +53,7 @@
 bl_activate? 
 boot_root? 
 boot_boot? 
+boot_extended? 
 boot_mbr? 
 stage1_dev?
   }
@@ -66,6 +67,7 @@
 bl_activate = element activate { true | false }
 boot_root = element boot_root { true | false }
 boot_boot = element boot_boot { true | false }
+boot_extended = element boot_extended { true | false }
 boot_mbr = element boot_mbr { true | false }
 
 sections =

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



commit yast2-bootloader for openSUSE:12.2

2012-07-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for openSUSE:12.2 
checked in at 2012-07-04 13:57:08

Comparing /work/SRC/openSUSE:12.2/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-bootloader.new (New)


Package is yast2-bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-bootloader/yast2-bootloader.changes   
2012-06-25 16:18:25.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-bootloader.new/yast2-bootloader.changes  
2012-07-04 13:57:09.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul  4 09:44:00 CEST 2012 - mch...@suse.de
+
+- set leagcy grub as default for xen pv guest
+- use 'auto' for default gfxmode
+- replace background with theme
+- support editing GRUB_DISTRIBUTOR
+- make vgamode widget wider
+- 2.23.5
+
+---

Old:

  yast2-bootloader-2.23.4.tar.bz2

New:

  yast2-bootloader-2.23.5.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.jLw71H/_old  2012-07-04 13:57:09.0 +0200
+++ /var/tmp/diff_new_pack.jLw71H/_new  2012-07-04 13:57:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:2.23.4
+Version:2.23.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-2.23.4.tar.bz2 - yast2-bootloader-2.23.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.4/VERSION 
new/yast2-bootloader-2.23.5/VERSION
--- old/yast2-bootloader-2.23.4/VERSION 2012-06-04 15:51:13.0 +0200
+++ new/yast2-bootloader-2.23.5/VERSION 2012-07-04 09:43:56.0 +0200
@@ -1 +1 @@
-2.23.4
+2.23.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-2.23.4/configure 
new/yast2-bootloader-2.23.5/configure
--- old/yast2-bootloader-2.23.4/configure   2012-06-04 15:52:22.0 
+0200
+++ new/yast2-bootloader-2.23.5/configure   2012-07-04 09:35:55.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-bootloader 2.23.4.
+# Generated by GNU Autoconf 2.68 for yast2-bootloader 2.23.3.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-bootloader'
 PACKAGE_TARNAME='yast2-bootloader'
-PACKAGE_VERSION='2.23.4'
-PACKAGE_STRING='yast2-bootloader 2.23.4'
+PACKAGE_VERSION='2.23.3'
+PACKAGE_STRING='yast2-bootloader 2.23.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1364,7 +1364,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-bootloader 2.23.4 to adapt to many kinds of 
systems.
+\`configure' configures yast2-bootloader 2.23.3 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1436,7 +1436,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-bootloader 2.23.4:;;
+ short | recursive ) echo Configuration of yast2-bootloader 2.23.3:;;
esac
   cat \_ACEOF
 
@@ -1552,7 +1552,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-bootloader configure 2.23.4
+yast2-bootloader configure 2.23.3
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2005,7 +2005,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-bootloader $as_me 2.23.4, which was
+It was created by yast2-bootloader $as_me 2.23.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2935,7 +2935,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-bootloader'
- VERSION='2.23.4'
+ VERSION='2.23.3'
 
 
 cat confdefs.h _ACEOF
@@ -3057,7 +3057,7 @@
 
 
 
-VERSION=2.23.4
+VERSION=2.23.3
 RPMNAME=yast2-bootloader
 MAINTAINER=Steffen Winterfeldt snw...@suse.de
 
@@ -16695,7 +16695,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-bootloader $as_me 2.23.4, which was
+This file was extended by yast2-bootloader $as_me 2.23.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16761,7 +16761,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //;