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-05-25 20:33:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Wed May 25 20:33:51 2022 rev:127 rq:978727 version:4.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2022-05-09 18:43:59.536199648 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.2254/yast2-storage-ng.changes 2022-05-25 20:33:53.320171248 +0200 @@ -1,0 +2,7 @@ +Mon May 23 13:12:58 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Fixed failing unit test: Added translatable message for new + libstorage enum type for bitlocker (bsc#1199832) +- 4.5.6 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-4.5.5.tar.bz2 New: ---- yast2-storage-ng-4.5.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.Iq8vg8/_old 2022-05-25 20:33:53.988172180 +0200 +++ /var/tmp/diff_new_pack.Iq8vg8/_new 2022-05-25 20:33:54.000172197 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 4.5.5 +Version: 4.5.6 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-4.5.5.tar.bz2 -> yast2-storage-ng-4.5.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.5/package/yast2-storage-ng.changes new/yast2-storage-ng-4.5.6/package/yast2-storage-ng.changes --- old/yast2-storage-ng-4.5.5/package/yast2-storage-ng.changes 2022-05-09 13:44:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.6/package/yast2-storage-ng.changes 2022-05-23 15:37:05.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon May 23 13:12:58 UTC 2022 - Stefan Hundhammer <shundham...@suse.com> + +- Fixed failing unit test: Added translatable message for new + libstorage enum type for bitlocker (bsc#1199832) +- 4.5.6 + +------------------------------------------------------------------- Mon May 9 11:28:26 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> - Handle the new libstorage-ng "storage feature" for NILFS2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.5/package/yast2-storage-ng.spec new/yast2-storage-ng-4.5.6/package/yast2-storage-ng.spec --- old/yast2-storage-ng-4.5.5/package/yast2-storage-ng.spec 2022-05-09 13:44:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.6/package/yast2-storage-ng.spec 2022-05-23 15:37:05.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 4.5.5 +Version: 4.5.6 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.5/src/lib/y2storage/encryption_type.rb new/yast2-storage-ng-4.5.6/src/lib/y2storage/encryption_type.rb --- old/yast2-storage-ng-4.5.5/src/lib/y2storage/encryption_type.rb 2022-05-09 13:44:58.000000000 +0200 +++ new/yast2-storage-ng-4.5.6/src/lib/y2storage/encryption_type.rb 2022-05-23 15:37:05.000000000 +0200 @@ -60,6 +60,7 @@ twofish256_old: N_("Old Twofish (loop_fish2) 256-bit"), luks1: N_("LUKS1"), luks2: N_("LUKS2"), + bitlocker: N_("BitLocker"), plain: N_("Plain encryption") } private_constant :TRANSLATIONS