Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2014-06-02 07:02:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-vm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-vm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes        2014-05-26 
10:28:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2014-06-02 
07:02:55.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 28 10:30:33 MDT 2014 - carn...@suse.com
+
+- bnc#877715 - SLES12_LOC : ALL_LANGS:the dialog Untranslated text
+  in 'Install Hypervisor and Tools' screen 
+- 3.1.12
+
+-------------------------------------------------------------------

Old:
----
  yast2-vm-3.1.11.tar.bz2

New:
----
  yast2-vm-3.1.12.tar.bz2

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

Other differences:
------------------
++++++ yast2-vm.spec ++++++
--- /var/tmp/diff_new_pack.ozWJIW/_old  2014-06-02 07:02:56.000000000 +0200
+++ /var/tmp/diff_new_pack.ozWJIW/_new  2014-06-02 07:02:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-vm-3.1.11.tar.bz2 -> yast2-vm-3.1.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.11/package/yast2-vm.changes 
new/yast2-vm-3.1.12/package/yast2-vm.changes
--- old/yast2-vm-3.1.11/package/yast2-vm.changes        2014-05-23 
18:07:43.000000000 +0200
+++ new/yast2-vm-3.1.12/package/yast2-vm.changes        2014-05-28 
18:37:46.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed May 28 10:30:33 MDT 2014 - carn...@suse.com
+
+- bnc#877715 - SLES12_LOC : ALL_LANGS:the dialog Untranslated text
+  in 'Install Hypervisor and Tools' screen 
+- 3.1.12
+
+-------------------------------------------------------------------
 Fri May 23 10:01:44 MDT 2014 - carn...@suse.com
 
 - bnc#879463 - Yast2 VM: network bridge is not created 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.11/package/yast2-vm.spec 
new/yast2-vm-3.1.12/package/yast2-vm.spec
--- old/yast2-vm-3.1.11/package/yast2-vm.spec   2014-05-23 18:07:43.000000000 
+0200
+++ new/yast2-vm-3.1.12/package/yast2-vm.spec   2014-05-28 18:37:46.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-vm
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 Group:         System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.1.11/src/modules/VM_XEN.rb 
new/yast2-vm-3.1.12/src/modules/VM_XEN.rb
--- old/yast2-vm-3.1.11/src/modules/VM_XEN.rb   2014-05-23 18:07:43.000000000 
+0200
+++ new/yast2-vm-3.1.12/src/modules/VM_XEN.rb   2014-05-28 18:37:46.000000000 
+0200
@@ -225,8 +225,8 @@
         widgets = Frame(_("Choose Hypervisor(s) to install"),
                     HBox(
                       VBox(
-                        Left(Label("Server: Minimal system to get a running 
Hypervisor")),
-                        Left(Label("Tools: Configure, manage and monitor 
virtual machines")),
+                        Left(Label(_("Server: Minimal system to get a running 
Hypervisor"))),
+                        Left(Label(_("Tools: Configure, manage and monitor 
virtual machines"))),
                       ),
                       HSpacing(2),
                     ),
@@ -241,15 +241,15 @@
       def KVMDialog
         widgetKVM = Frame(_("KVM Hypervisor"),
                       HBox(
-                        Left(CheckBox(Id(:kvm_server), Opt(:key_F6), "KVM 
server")),
-                        Left(CheckBox(Id(:kvm_tools), Opt(:key_F7), "KVM 
tools")),
+                        Left(CheckBox(Id(:kvm_server), Opt(:key_F6), _("KVM 
server"))),
+                        Left(CheckBox(Id(:kvm_tools), Opt(:key_F7), _("KVM 
tools"))),
                       ),
                     )
       end
       def LXCDialog
         widgetLXC = Frame(_("libvirt LXC containers"),
                       HBox(
-                        Left(CheckBox(Id(:lxc), Opt(:key_F4), "libvirt LXC 
daemon")),
+                        Left(CheckBox(Id(:lxc), Opt(:key_F4), _("libvirt LXC 
daemon"))),
                       ),
                     )
       end
@@ -276,7 +276,7 @@
                           VSpacing(1),
                           Frame(_("Software to connect to Virtualization 
server"),
                             HBox(
-                              Left(CheckBox(Id(:client_tools), "Virtualization 
client tools")),
+                              Left(CheckBox(Id(:client_tools), 
_("Virtualization client tools"))),
                             ),
                           ),
                           LXCDialog(),
@@ -294,8 +294,8 @@
                           VSpacing(1),
                           Frame(_("Xen Hypervisor"),
                             HBox(
-                              Left(CheckBox(Id(:xen_server), Opt(:key_F8), 
"Xen server")),
-                              Left(CheckBox(Id(:xen_tools), Opt(:key_F9), "Xen 
tools")),
+                              Left(CheckBox(Id(:xen_server), Opt(:key_F8), 
_("Xen server"))),
+                              Left(CheckBox(Id(:xen_tools), Opt(:key_F9), 
_("Xen tools"))),
                             ),
                           ),
                           KVMDialog(),

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

Reply via email to