Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-samba-client for openSUSE:Factory checked in at 2022-05-05 23:04:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old) and /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-samba-client" Thu May 5 23:04:33 2022 rev:111 rq:974676 version:4.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes 2022-04-14 17:24:57.575227912 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-samba-client.new.1538/yast2-samba-client.changes 2022-05-05 23:04:35.909422874 +0200 @@ -1,0 +2,7 @@ +Wed Apr 27 08:47:46 UTC 2022 - Noel Power <[email protected]> + +- Use translation macro for range settings expert details text; + (bsc#1197936). +- 4.5.1 + +------------------------------------------------------------------- Old: ---- yast2-samba-client-4.5.0.tar.bz2 New: ---- yast2-samba-client-4.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-samba-client.spec ++++++ --- /var/tmp/diff_new_pack.GoPnUz/_old 2022-05-05 23:04:36.449423549 +0200 +++ /var/tmp/diff_new_pack.GoPnUz/_new 2022-05-05 23:04:36.461423563 +0200 @@ -17,7 +17,7 @@ Name: yast2-samba-client -Version: 4.5.0 +Version: 4.5.1 Release: 0 Summary: YaST2 - Samba Client Configuration License: GPL-2.0-only ++++++ yast2-samba-client-4.5.0.tar.bz2 -> yast2-samba-client-4.5.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.0/package/yast2-samba-client.changes new/yast2-samba-client-4.5.1/package/yast2-samba-client.changes --- old/yast2-samba-client-4.5.0/package/yast2-samba-client.changes 2022-04-12 13:37:31.000000000 +0200 +++ new/yast2-samba-client-4.5.1/package/yast2-samba-client.changes 2022-05-03 17:11:04.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 27 08:47:46 UTC 2022 - Noel Power <[email protected]> + +- Use translation macro for range settings expert details text; + (bsc#1197936). +- 4.5.1 + +------------------------------------------------------------------- Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]> - Bump version to 4.5.0 (bsc#1198109) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.0/package/yast2-samba-client.spec new/yast2-samba-client-4.5.1/package/yast2-samba-client.spec --- old/yast2-samba-client-4.5.0/package/yast2-samba-client.spec 2022-04-12 13:37:31.000000000 +0200 +++ new/yast2-samba-client-4.5.1/package/yast2-samba-client.spec 2022-05-03 17:11:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-samba-client -Version: 4.5.0 +Version: 4.5.1 Release: 0 Summary: YaST2 - Samba Client Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-client-4.5.0/src/include/samba-client/dialogs.rb new/yast2-samba-client-4.5.1/src/include/samba-client/dialogs.rb --- old/yast2-samba-client-4.5.0/src/include/samba-client/dialogs.rb 2022-04-12 13:37:31.000000000 +0200 +++ new/yast2-samba-client-4.5.1/src/include/samba-client/dialogs.rb 2022-05-03 17:11:04.000000000 +0200 @@ -240,6 +240,7 @@ Item(Id(method), method, method == idmap_domain_backend) end + ranges_text = _("If you're unsure of which backend to choose, please <a href=\"https://www.suse.com/support/kb/doc/?id=7007006\">read kb article 7007006</a>. For the tdb, ad, rid, and autorid idmap backend details, see the idmap_tdb(8), idmap_ad(8), idmap_rid(8) and idmap_autorid(8) man pages. Please refer to the smb.conf(5) man page for further options which may need to be manually configured. For other idmap backends, see the idmap_tdb2(8), idmap_ldap(8), idmap_hash(8), idmap_nss(8) and idmap_rfc2307(8) man pages.") contents = HBox( HSpacing(3), VBox( @@ -265,7 +266,7 @@ IntField(Id(:domain_max), _("M&aximum"), 0, 999999, domain_max), ComboBox(Id(:backend), _("Back&end"), idmap_domain_backends), ), - RichText("If you're unsure of which backend to choose, please <a href=\"https://www.suse.com/support/kb/doc/?id=7007006\">read kb article 7007006</a>. For the tdb, ad, rid, and autorid idmap backend details, see the idmap_tdb(8), idmap_ad(8), idmap_rid(8) and idmap_autorid(8) man pages. Please refer to the smb.conf(5) man page for further options which may need to be manually configured. For other idmap backends, see the idmap_tdb2(8), idmap_ldap(8), idmap_hash(8), idmap_nss(8) and idmap_rfc2307(8) man pages.") + RichText(ranges_text) ) ), VSpacing(0.2),
