commit xdm for openSUSE:Factory
Hello community, here is the log from the commit of package xdm for openSUSE:Factory checked in at 2015-01-30 23:57:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdm (Old) and /work/SRC/openSUSE:Factory/.xdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xdm" Changes: -------- --- /work/SRC/openSUSE:Factory/xdm/xdm.changes 2015-01-22 21:48:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2015-01-30 23:57:53.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Jan 29 14:54:47 UTC 2015 - sndirsch@suse.com + +- /etc/X11/xdm/keytable" + * improved warning message, when mapping for console keyboard + doesn't exist (bnc#914880) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdm.spec ++++++ --- /var/tmp/diff_new_pack.qa7cnN/_old 2015-01-30 23:57:54.000000000 +0100 +++ /var/tmp/diff_new_pack.qa7cnN/_new 2015-01-30 23:57:54.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xdm # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ xdm.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/etc/X11/xdm/keytable new/etc/X11/xdm/keytable --- old/etc/X11/xdm/keytable 2015-01-19 23:56:09.000000000 +0100 +++ new/etc/X11/xdm/keytable 2015-01-29 15:56:19.000000000 +0100 @@ -23,8 +23,8 @@ NEWKEYMAP=$(echo "$1" | sed "s/ $//" ) opts=$(grep -P "^$NEWKEYMAP\t" "$keyboard_map_systemd" | sed -re "s/[^\t]*//" -e "s/[\t]+/ /g" ) if [ -z "$opts" ]; then - echo "W: Can not found mapping for $NEWKEYMAP in $keyboard_map_systemd" - echo "W: Please report bug of systemd." + echo "W: Cannot find mapping for $NEWKEYMAP in $keyboard_map_systemd" + echo "W: This will result in an 'us' X keyboard layout as default" else echo "I: Using systemd $keyboard_map_systemd mapping" fi -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de