Hello community, here is the log from the commit of package autoyast2 for openSUSE:Leap:15.2 checked in at 2020-02-21 23:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/autoyast2 (Old) and /work/SRC/openSUSE:Leap:15.2/.autoyast2.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Fri Feb 21 23:49:46 2020 rev:138 rq:777508 version:4.2.27 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/autoyast2/autoyast2.changes 2020-01-15 14:47:52.209317311 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.autoyast2.new.26092/autoyast2.changes 2020-02-21 23:49:53.544630951 +0100 @@ -1,0 +2,6 @@ +Mon Feb 17 16:31:46 UTC 2020 - Stefan Hundhammer <[email protected]> + +- Fixed user-visible messages (bsc#1084015) +- 4.2.27 + +------------------------------------------------------------------- Old: ---- autoyast2-4.2.26.tar.bz2 New: ---- autoyast2-4.2.27.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.VTQFGp/_old 2020-02-21 23:49:53.896631651 +0100 +++ /var/tmp/diff_new_pack.VTQFGp/_new 2020-02-21 23:49:53.900631658 +0100 @@ -1,7 +1,7 @@ # # spec file for package autoyast2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.2.26 +Version: 4.2.27 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.2.26.tar.bz2 -> autoyast2-4.2.27.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.26/package/autoyast2.changes new/autoyast2-4.2.27/package/autoyast2.changes --- old/autoyast2-4.2.26/package/autoyast2.changes 2019-12-31 13:23:29.000000000 +0100 +++ new/autoyast2-4.2.27/package/autoyast2.changes 2020-02-17 17:36:49.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Feb 17 16:31:46 UTC 2020 - Stefan Hundhammer <[email protected]> + +- Fixed user-visible messages (bsc#1084015) +- 4.2.27 + +------------------------------------------------------------------- Tue Dec 31 11:43:56 UTC 2019 - Josef Reidinger <[email protected]> - Fix cloning patterns (regression from 4.2.22) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.26/package/autoyast2.spec new/autoyast2-4.2.27/package/autoyast2.spec --- old/autoyast2-4.2.26/package/autoyast2.spec 2019-12-31 13:23:29.000000000 +0100 +++ new/autoyast2-4.2.27/package/autoyast2.spec 2020-02-17 17:36:49.000000000 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.2.26 +Version: 4.2.27 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.2.26/src/include/autoinstall/general_dialogs.rb new/autoyast2-4.2.27/src/include/autoinstall/general_dialogs.rb --- old/autoyast2-4.2.26/src/include/autoinstall/general_dialogs.rb 2019-12-31 13:23:29.000000000 +0100 +++ new/autoyast2-4.2.27/src/include/autoinstall/general_dialogs.rb 2020-02-17 17:36:49.000000000 +0100 @@ -117,7 +117,7 @@ Left( CheckBox( Id(:accept_non_trusted_gpg_key), - _("Accept Non Trusted GPG Keys"), + _("Accept Untrusted GPG Keys"), accept_non_trusted_gpg_key ) ), @@ -271,7 +271,7 @@ VBox( TextEntry( Id(:frametitle), - _("Frametitle"), + _("Frame Title"), Ops.get_string(defaultValues, "frametitle", "") ), TextEntry(
