Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-x11 for openSUSE:Factory checked in at 2023-10-12 23:39:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-x11 (Old) and /work/SRC/openSUSE:Factory/.yast2-x11.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-x11" Thu Oct 12 23:39:09 2023 rev:24 rq:1116835 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-x11/yast2-x11.changes 2023-03-04 22:44:08.056017049 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-x11.new.1807/yast2-x11.changes 2023-10-12 23:39:40.647616222 +0200 @@ -1,0 +2,11 @@ +Tue Oct 10 11:09:32 UTC 2023 - Martin Vidner <[email protected]> + +- xkbctrl: use also kbd-model-map.xkb-generated (bsc#1211104) +- 5.0.1 + +------------------------------------------------------------------- +Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <[email protected]> + +- 5.0.0 (#bsc1185510) + +------------------------------------------------------------------- Old: ---- yast2-x11-4.6.0.tar.bz2 New: ---- yast2-x11-5.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-x11.spec ++++++ --- /var/tmp/diff_new_pack.O4Cd7b/_old 2023-10-12 23:39:41.147634321 +0200 +++ /var/tmp/diff_new_pack.O4Cd7b/_new 2023-10-12 23:39:41.147634321 +0200 @@ -17,7 +17,7 @@ Name: yast2-x11 -Version: 4.6.0 +Version: 5.0.1 Release: 0 Summary: YaST2 - X11 support License: GPL-2.0-only ++++++ yast2-x11-4.6.0.tar.bz2 -> yast2-x11-5.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-x11-4.6.0/package/yast2-x11.changes new/yast2-x11-5.0.1/package/yast2-x11.changes --- old/yast2-x11-4.6.0/package/yast2-x11.changes 2023-03-03 16:04:32.000000000 +0100 +++ new/yast2-x11-5.0.1/package/yast2-x11.changes 2023-10-11 10:45:39.000000000 +0200 @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Oct 10 11:09:32 UTC 2023 - Martin Vidner <[email protected]> + +- xkbctrl: use also kbd-model-map.xkb-generated (bsc#1211104) +- 5.0.1 + +------------------------------------------------------------------- +Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <[email protected]> + +- 5.0.0 (#bsc1185510) + +------------------------------------------------------------------- Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák <[email protected]> - Bump version to 4.6.0 (bsc#1208913) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-x11-4.6.0/package/yast2-x11.spec new/yast2-x11-5.0.1/package/yast2-x11.spec --- old/yast2-x11-4.6.0/package/yast2-x11.spec 2023-03-03 16:04:32.000000000 +0100 +++ new/yast2-x11-5.0.1/package/yast2-x11.spec 2023-10-11 10:45:39.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-x11 -Version: 4.6.0 +Version: 5.0.1 Release: 0 Summary: YaST2 - X11 support License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-x11-4.6.0/src/tools/xkbctrl new/yast2-x11-5.0.1/src/tools/xkbctrl --- old/yast2-x11-4.6.0/src/tools/xkbctrl 2023-03-03 16:04:32.000000000 +0100 +++ new/yast2-x11-5.0.1/src/tools/xkbctrl 2023-10-11 10:45:39.000000000 +0200 @@ -14,6 +14,7 @@ # Globals... #--------------------------------- my $CFGMap = "/usr/share/systemd/kbd-model-map"; +my $CFGMap2 = "/usr/share/systemd/kbd-model-map.xkb-generated"; #================================= # The magic main :-) @@ -30,6 +31,7 @@ my $Apply; my %map; + my %map2; my %opt; if (! defined $ARGV[0]) { @@ -39,6 +41,9 @@ $ARGV[0] = $1; } %map = ReadDataConfigMap ($CFGMap); + %map2 = ReadDataConfigMap ($CFGMap2); + %map = (%map, %map2); + foreach (sort keys %map) { if ($_ eq $ARGV[0]) { my @list = split (/:/,$map{$_});
