Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-vm -> sle12 ## BNC# 877715 : "SLES12_LOC : ALL_LANGS:the dialog Untranslated text in 'Install Hypervisor and Tools' screen" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-vm/yast2-vm.changes 2014-05-26 14:03:38.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-vm/yast2-vm.changes 2014-05-28 18:39:14.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 28 10:30:33 MDT 2014 - carnold@suse.com + +- bnc#877715 - SLES12_LOC : ALL_LANGS:the dialog Untranslated text + in 'Install Hypervisor and Tools' screen +- 3.1.12 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-schema - yast2-vm ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-vm (Old) and /mounts/work_src_done/SLE12/yast2-vm (BS:build ID:38669 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-vm", Maintainer is "yast-commit@opensuse.org" 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.35TGvC/_old 2014-05-30 12:21:13.000000000 +0200 +++ /var/tmp/diff_new_pack.35TGvC/_new 2014-05-30 12:21:13.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-vm -Version: 3.1.11 +Version: 3.1.12 Release: 0 Group: System/YaST ++++++ 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:05:35.000000000 +0200 +++ new/yast2-vm-3.1.12/package/yast2-vm.changes 2014-05-28 18:35:26.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 28 10:30:33 MDT 2014 - carnold@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 - carnold@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:05:35.000000000 +0200 +++ new/yast2-vm-3.1.12/package/yast2-vm.spec 2014-05-28 18:35:26.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:05:35.000000000 +0200 +++ new/yast2-vm-3.1.12/src/modules/VM_XEN.rb 2014-05-28 18:35:26.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(), continue with "q"... Checked in at Fri May 30 12:21:21 CEST 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org