Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-storage-ng for openSUSE:Factory checked in at 2022-04-30 00:44:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Sat Apr 30 00:44:18 2022 rev:125 rq:973705 version:4.5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2022-04-22 21:53:45.670772285 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1538/yast2-storage-ng.changes 2022-04-30 00:44:24.390892535 +0200 @@ -1,0 +2,7 @@ +Thu Apr 28 11:22:27 UTC 2022 - Josef Reidinger <jreidin...@suse.com> + +- Mark properly help text in tmpfs widget for localization + (bsc#1198192) +- 4.5.4 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-4.5.3.tar.bz2 New: ---- yast2-storage-ng-4.5.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.WdHf4V/_old 2022-04-30 00:44:24.998893062 +0200 +++ /var/tmp/diff_new_pack.WdHf4V/_new 2022-04-30 00:44:25.002893066 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-4.5.3.tar.bz2 -> yast2-storage-ng-4.5.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.3/package/yast2-storage-ng.changes new/yast2-storage-ng-4.5.4/package/yast2-storage-ng.changes --- old/yast2-storage-ng-4.5.3/package/yast2-storage-ng.changes 2022-04-20 13:50:00.000000000 +0200 +++ new/yast2-storage-ng-4.5.4/package/yast2-storage-ng.changes 2022-04-28 13:57:29.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Apr 28 11:22:27 UTC 2022 - Josef Reidinger <jreidin...@suse.com> + +- Mark properly help text in tmpfs widget for localization + (bsc#1198192) +- 4.5.4 + +------------------------------------------------------------------- Mon Apr 18 09:01:42 UTC 2022 - Martin Vidner <mvid...@suse.com> - Fix empty help in some Partitioner dialogs (bsc#1194274) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.3/package/yast2-storage-ng.spec new/yast2-storage-ng-4.5.4/package/yast2-storage-ng.spec --- old/yast2-storage-ng-4.5.3/package/yast2-storage-ng.spec 2022-04-20 13:50:00.000000000 +0200 +++ new/yast2-storage-ng-4.5.4/package/yast2-storage-ng.spec 2022-04-28 13:57:29.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 4.5.3 +Version: 4.5.4 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.3/src/lib/y2partitioner/widgets/tmpfs_filesystems_table.rb new/yast2-storage-ng-4.5.4/src/lib/y2partitioner/widgets/tmpfs_filesystems_table.rb --- old/yast2-storage-ng-4.5.3/src/lib/y2partitioner/widgets/tmpfs_filesystems_table.rb 2022-04-20 13:50:00.000000000 +0200 +++ new/yast2-storage-ng-4.5.4/src/lib/y2partitioner/widgets/tmpfs_filesystems_table.rb 2022-04-28 13:57:29.000000000 +0200 @@ -40,8 +40,8 @@ # @see ConfigurableBlkDevicesTable#help def help super + - "<p>Only temporary file systems included in /etc/fstab are considered here. Other " \ - "automatically mounted temporary file systems are not shown.</p>" + _("<p>Only temporary file systems included in /etc/fstab are considered here. Other " \ + "automatically mounted temporary file systems are not shown.</p>") end private