Hello community,

here is the log from the commit of package yast2 for openSUSE:Leap:15.2 checked 
in at 2020-02-21 23:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Fri Feb 21 23:49:51 2020 rev:173 rq:777510 version:4.2.65

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2/yast2.changes    2020-02-10 
16:41:23.307700581 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.yast2.new.26092/yast2.changes 2020-02-21 
23:49:57.276638367 +0100
@@ -1,0 +2,6 @@
+Mon Feb 17 16:59:07 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.65
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.2.64.tar.bz2

New:
----
  yast2-4.2.65.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.dHRet1/_old  2020-02-21 23:49:58.532640863 +0100
+++ /var/tmp/diff_new_pack.dHRet1/_new  2020-02-21 23:49:58.536640871 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.2.64
+Version:        4.2.65
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only

++++++ yast2-4.2.64.tar.bz2 -> yast2-4.2.65.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.2.64/library/general/src/modules/FileUtils.rb 
new/yast2-4.2.65/library/general/src/modules/FileUtils.rb
--- old/yast2-4.2.64/library/general/src/modules/FileUtils.rb   2020-02-04 
17:47:59.000000000 +0100
+++ new/yast2-4.2.65/library/general/src/modules/FileUtils.rb   2020-02-17 
18:24:24.000000000 +0100
@@ -283,7 +283,7 @@
             # TRANSLATORS: popup question (with continue / cancel buttons)
             # %1 is the filesystem path
             _(
-              "Although the path %1 exists, it is not a directory.\nContinue 
or cancel the operation?\n"
+              "Although the path %1 exists, it is not a directory.\nContinue 
or cancel the operation?"
             ),
             pathvalue
           )
@@ -295,7 +295,7 @@
           Builtins.sformat(
             # TRANSLATORS: question popup (with yes / no buttons). A user 
entered non-existent path
             # for a share, %1 is entered path
-            _("The path %1 does not exist.\nCreate it now?\n"),
+            _("The path %1 does not exist.\nCreate it now?"),
             pathvalue
           )
         )
@@ -315,7 +315,7 @@
                 # TRANSLATORS: popup question (with continue / cancel buttons)
                 # %1 is the name (path) of the directory
                 _(
-                  "Failed to create the directory %1.\nContinue or cancel the 
current operation?\n"
+                  "Failed to create the directory %1.\nContinue or cancel the 
current operation?"
                 ),
                 pathvalue
               )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.2.64/library/gpg/src/modules/GPGWidgets.rb 
new/yast2-4.2.65/library/gpg/src/modules/GPGWidgets.rb
--- old/yast2-4.2.64/library/gpg/src/modules/GPGWidgets.rb      2020-02-04 
17:47:59.000000000 +0100
+++ new/yast2-4.2.65/library/gpg/src/modules/GPGWidgets.rb      2020-02-17 
18:24:24.000000000 +0100
@@ -203,7 +203,7 @@
           "void (string, map)"
         ),
         "help"          => _(
-          "<p><big><b>GPG Private Key</b></big><br>\nThe table contains list 
of the private GPG keys.</p>"
+          "<p><big><b>GPG Private Key</b></big><br>\nThe table contains a list 
of private GPG keys.</p>"
         )
       }
     end
@@ -235,7 +235,7 @@
           "void (string, map)"
         ),
         "help"          => _(
-          "<p><big><b>GPG Public Key</b></big><br>\nThe table contains list of 
the public GPG keys.</p>"
+          "<p><big><b>GPG Public Key</b></big><br>\nThe table contains a list 
of public GPG keys.</p>"
         )
       }
     end
@@ -282,7 +282,7 @@
         "handle"        => fun_ref(method(:GpgNewKey), "symbol (string, map)"),
         "help"          => _(
           "<p><big><b>Create a new GPG key</b></big><br>\n" \
-            "<tt>gpg --gen-key</tt> is started, see <tt>gpg</tt> manual pager 
for more information.\n" \
+            "<tt>gpg --gen-key</tt> is started, see the <tt>gpg</tt> manual 
page for more information.\n" \
             "Press Ctrl+C to cancel.\n" \
             "</p>"
         )
@@ -327,7 +327,7 @@
           ),
           # help text
           "help"          => _(
-            "<p><big><b>Passphrase</b></big><br>\nEnter passphrase to unlock 
the GPG key."
+            "<p><big><b>Passphrase</b></big><br>\nEnter the passphrase to 
unlock the GPG key."
           )
         }
       }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.2.64/library/network/src/modules/SuSEFirewallProposal.rb 
new/yast2-4.2.65/library/network/src/modules/SuSEFirewallProposal.rb
--- old/yast2-4.2.64/library/network/src/modules/SuSEFirewallProposal.rb        
2020-02-04 17:47:59.000000000 +0100
+++ new/yast2-4.2.65/library/network/src/modules/SuSEFirewallProposal.rb        
2020-02-17 18:24:24.000000000 +0100
@@ -539,7 +539,7 @@
         # TRANSLATORS: Proposal informative text
         output = "<ul>" +
           _(
-            "SuSEfirewall2 package is not installed, firewall will be 
disabled."
+            "The SuSEfirewall2 package is not installed. The firewall will be 
disabled."
           ) + "</ul>"
 
         return { "output" => output, "warning" => warning }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.2.64/package/yast2.changes 
new/yast2-4.2.65/package/yast2.changes
--- old/yast2-4.2.64/package/yast2.changes      2020-02-04 17:47:59.000000000 
+0100
+++ new/yast2-4.2.65/package/yast2.changes      2020-02-17 18:24:24.000000000 
+0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Feb 17 16:59:07 UTC 2020 - Stefan Hundhammer <shundham...@suse.com>
+
+- Fixed user-visible messages (bsc#1084015)
+- 4.2.65
+
+-------------------------------------------------------------------
 Tue Feb  4 14:15:37 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
 
 - Show on WSL only WSL capable modules in control center
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.2.64/package/yast2.spec 
new/yast2-4.2.65/package/yast2.spec
--- old/yast2-4.2.64/package/yast2.spec 2020-02-04 17:47:59.000000000 +0100
+++ new/yast2-4.2.65/package/yast2.spec 2020-02-17 18:24:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        4.2.64
+Version:        4.2.65
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only


Reply via email to