Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2014-03-01 14:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2014-01-30 
09:02:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes     
2014-03-01 14:38:34.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 28 12:22:11 UTC 2014 - fi...@opensuse.org
+
+- Enable all possible values for dump data format.
+- 3.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-3.1.4.tar.bz2

New:
----
  yast2-kdump-3.1.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.d7BE7l/_old  2014-03-01 14:38:35.000000000 +0100
+++ /var/tmp/diff_new_pack.d7BE7l/_new  2014-03-01 14:38:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 Url:            https://github.com/yast/yast-kdump

++++++ yast2-kdump-3.1.4.tar.bz2 -> yast2-kdump-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/package/yast2-kdump.changes 
new/yast2-kdump-3.1.5/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.4/package/yast2-kdump.changes   2014-01-29 
17:15:41.000000000 +0100
+++ new/yast2-kdump-3.1.5/package/yast2-kdump.changes   2014-02-28 
14:10:48.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Feb 28 12:22:11 UTC 2014 - fi...@opensuse.org
+
+- Enable all possible values for dump data format.
+- 3.1.5
+
+-------------------------------------------------------------------
 Wed Jan 29 15:24:47 UTC 2014 - jreidin...@suse.com
 
 - Fix internal error popup during installation(BNC#861075) 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/package/yast2-kdump.spec 
new/yast2-kdump-3.1.5/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.4/package/yast2-kdump.spec      2014-01-29 
17:15:41.000000000 +0100
+++ new/yast2-kdump-3.1.5/package/yast2-kdump.spec      2014-02-28 
14:10:48.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 Url:            https://github.com/yast/yast-kdump
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/src/clients/kdump.rb 
new/yast2-kdump-3.1.5/src/clients/kdump.rb
--- old/yast2-kdump-3.1.4/src/clients/kdump.rb  2014-01-29 17:15:41.000000000 
+0100
+++ new/yast2-kdump-3.1.5/src/clients/kdump.rb  2014-02-28 14:10:48.000000000 
+0100
@@ -87,11 +87,13 @@
             "handler" => fun_ref(method(:cmdKdumpDumpFormat), "boolean (map)"),
             # TRANSLATORS: CommandLine help
             "help"    => _(
-              "Dump format for dump image ELF/compressed"
+              "Dump format for dump image none/ELF/compressed/lzo"
             ),
             "example" => [
+              "dumpformat dump_format=none",
               "dumpformat dump_format=ELF",
-              "dumpformat dump_format=compressed"
+              "dumpformat dump_format=compressed",
+              "dumpformat dump_format=lzo"
             ]
           },
           "dumptarget"              => {
@@ -243,7 +245,7 @@
             "type" => "string",
             # TRANSLATORS: CommandLine help
             "help" => _(
-              "Dump format can be ELF or compressed"
+              "Dump format can be none, ELF, compressed or lzo"
             )
           },
           "target"      => {
@@ -804,7 +806,7 @@
           CommandLine.Error(_("Wrong value of option."))
           #TRANSLATORS: CommandLine printed text help
           CommandLine.Print(
-            _("Option can include only \"ELF\" or \"compressed\" value.")
+            _("Option can include only \"none\", \"ELF\", \"compressed\" or 
\"lzo\" value.")
           )
           return false
         end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/src/include/kdump/dialogs.rb 
new/yast2-kdump-3.1.5/src/include/kdump/dialogs.rb
--- old/yast2-kdump-3.1.4/src/include/kdump/dialogs.rb  2014-01-29 
17:15:41.000000000 +0100
+++ new/yast2-kdump-3.1.5/src/include/kdump/dialogs.rb  2014-02-28 
14:10:48.000000000 +0100
@@ -191,8 +191,10 @@
           "label"             => _("&Dump Format"),
           "widget"            => :radio_buttons,
           "items"             => [
-            ["elf_format", _("E&LF Format")],
-            ["compressed_format", _("C&ompressed Format")]
+            ["none_format", _("&No Dump")],
+            ["elf_format", _("&ELF Format")],
+            ["compressed_format", _("C&ompressed Format")],
+            ["lzo_format", _("&LZO Compressed Format")]
           ],
           "orientation"       => :horizontal,
           "init"              => fun_ref(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/src/include/kdump/helps.rb 
new/yast2-kdump-3.1.5/src/include/kdump/helps.rb
--- old/yast2-kdump-3.1.4/src/include/kdump/helps.rb    2014-01-29 
17:15:41.000000000 +0100
+++ new/yast2-kdump-3.1.5/src/include/kdump/helps.rb    2014-02-28 
14:10:48.000000000 +0100
@@ -63,8 +63,10 @@
         # Dump Format - RadioButtons  1/1
         "DumpFormat"             => _(
           "<p><b>Dump Format</b><br>\n" +
-            "    <i>Compressed Format</i> - Compress dump data by each 
page.\n" +
-            "    <i>ELF Format</i> - Create dumpfile in the ELF format<br></p>"
+            "    <i>No Dump</i> - Only save the kernel log.<br>\n" +
+            "    <i>ELF Format</i> - Create dump file in the ELF 
format.<br>\n" +
+            "    <i>Compressed Format</i> - Compress dump data by each page 
with gzip.<br>\n" +
+            "    <i>LZO Compressed Format</i> - Slightly bigger files but much 
faster.<br>\n</p>"
         ),
         # Dump Format - RadioButtons  1/6
         "TargetKdump"            => _(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.4/src/include/kdump/uifunctions.rb 
new/yast2-kdump-3.1.5/src/include/kdump/uifunctions.rb
--- old/yast2-kdump-3.1.4/src/include/kdump/uifunctions.rb      2014-01-29 
17:15:41.000000000 +0100
+++ new/yast2-kdump-3.1.5/src/include/kdump/uifunctions.rb      2014-02-28 
14:10:48.000000000 +0100
@@ -1527,8 +1527,12 @@
     def InitDumpFormat(key)
       if Ops.get(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT") == "ELF"
         UI.ChangeWidget(Id("DumpFormat"), :Value, "elf_format")
-      else
+      elsif Ops.get(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT") == "compressed"
         UI.ChangeWidget(Id("DumpFormat"), :Value, "compressed_format")
+      elsif Ops.get(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT") == "lzo"
+        UI.ChangeWidget(Id("DumpFormat"), :Value, "lzo_format")
+      else
+        UI.ChangeWidget(Id("DumpFormat"), :Value, "none_format")
       end
 
       nil
@@ -1591,8 +1595,12 @@
       value = Builtins.tostring(UI.QueryWidget(Id("DumpFormat"), :Value))
       if value == "elf_format"
         Ops.set(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT", "ELF")
-      else
+      elsif value == "compressed_format"
         Ops.set(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT", "compressed")
+      elsif value == "lzo_format"
+        Ops.set(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT", "lzo")
+      else
+        Ops.set(Kdump.KDUMP_SETTINGS, "KDUMP_DUMPFORMAT", "none")
       end
 
       nil

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

Reply via email to