Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2014-02-06 07:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xkeyboard-config (Old)
 and      /work/SRC/openSUSE:Factory/.xkeyboard-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xkeyboard-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes        
2014-01-31 16:42:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2014-02-06 07:07:11.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb  4 15:06:41 UTC 2014 - sndir...@suse.com
+
+- U_Let-KPDL-key-on-it-fr-and-nl-keyboards-generate-KP_S.patch 
+  * reverse apply the above patch in order to fix again the KPDL
+    key on french, italian and netherland keyboards (bnc#671931)
+
+-------------------------------------------------------------------

New:
----
  U_Let-KPDL-key-on-it-fr-and-nl-keyboards-generate-KP_S.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xkeyboard-config.spec ++++++
--- /var/tmp/diff_new_pack.OsWJAv/_old  2014-02-06 07:07:12.000000000 +0100
+++ /var/tmp/diff_new_pack.OsWJAv/_new  2014-02-06 07:07:12.000000000 +0100
@@ -35,6 +35,7 @@
 Group:          System/X11/Utilities
 Source:         
http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-%{version}.tar.bz2
 Patch0:         n_rs-cyralpha-The-key-z-on-US-keyboard-should-give-dze.patch
+Patch1:         U_Let-KPDL-key-on-it-fr-and-nl-keyboards-generate-KP_S.patch
 Patch100:       n_suse.patch
 # PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just 
a workaround until fdo#4927 is fixed
 Patch109:       disable-2xalt_2xctrl-toggle.diff
@@ -55,6 +56,7 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1 -R
 %patch100 -p1
 %patch109 -p1
 

++++++ U_Let-KPDL-key-on-it-fr-and-nl-keyboards-generate-KP_S.patch ++++++
>From cf93beb47f9907946dd72ca4d481ffbbbadda53a Mon Sep 17 00:00:00 2001
From: Egbert Eich <e...@freedesktop.org>
Date: Mon, 30 May 2011 10:51:58 +0200
Subject: [PATCH] Let <KPDL> key on it,fr and nl keyboards generate
 KP_Separator

Notwithstanding the never ending discussion what character this
key on the numeric keypad should produce this key should produce
what is imprinted on the keyboards. After all all three countries
are observing the SI standards.
This makes this layout more consistent and match for instance
what is done in the de layout.

Signed-off-by: Egbert Eich <e...@freedesktop.org>
---
 symbols/fr | 2 ++
 symbols/it | 2 ++
 symbols/nl | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/symbols/fr b/symbols/fr
index 3898b1c..9c89db8 100644
--- a/symbols/fr
+++ b/symbols/fr
@@ -36,6 +36,8 @@ xkb_symbols "basic" {
     key <AB09> { [     colon,      slash, periodcentered,   division ] };
     key <AB10> { [    exclam,    section, dead_belowdot, dead_abovedot ] };
 
+    include "kpdl(comma)"
+
     include "level3(ralt_switch)"
 };
 
diff --git a/symbols/it b/symbols/it
index 3e402c9..9e6ed01 100644
--- a/symbols/it
+++ b/symbols/it
@@ -33,6 +33,8 @@ xkb_symbols "basic" {
 
     key <LSGT> { [      less,    greater,guillemotleft,guillemotright] };
 
+    include "kpdl(comma)"
+
     include "level3(ralt_switch)"
 };
 
diff --git a/symbols/nl b/symbols/nl
index ff60dbb..d37ff27 100644
--- a/symbols/nl
+++ b/symbols/nl
@@ -49,6 +49,8 @@ xkb_symbols "basic" {
 
     key <LSGT> { [bracketright, bracketleft,       bar,    brokenbar ] };
 
+    include "kpdl(comma)"
+
     include "level3(ralt_switch)"
 };
 
-- 
1.8.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to