diff --git a/kbd-2.0.1-repack.tar.bz2 b/kbd-2.0.1-repack.tar.bz2 deleted file mode 100644 index c8bbc29..0000000 --- a/kbd-2.0.1-repack.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c01b917ae619e4051c6d78d196e6005620b1c82214557e2a7b51057dfe72029 -size 1369604 diff --git a/kbd-2.0.1.tar.xz b/kbd-2.0.1.tar.xz deleted file mode 100644 index 096a506..0000000 --- a/kbd-2.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55407b79e90ee65cdbaff7d3dafd2b53c4fee3a645788ffb582091074a2254af -size 951132 diff --git a/kbd-2.0.2-comment-typo-qwerty.patch b/kbd-2.0.2-comment-typo-qwerty.patch new file mode 100644 index 0000000..42e88f0 --- /dev/null +++ b/kbd-2.0.2-comment-typo-qwerty.patch @@ -0,0 +1,10 @@ +Index: data/keymaps/mac/include/mac-qwerty-layout.inc +=================================================================== +--- data/keymaps/mac/include/mac-qwerty-layout.inc.orig 2012-02-27 11:27:11.000000000 +0100 ++++ data/keymaps/mac/include/mac-qwerty-layout.inc 2014-08-22 08:47:46.799078582 +0200 +@@ -1,4 +1,4 @@ +-# qwertz-layout ++# qwerty-layout + keycode 12 = q + keycode 13 = w + keycode 14 = e diff --git a/kbd-2.0.2-repack.tar.bz2 b/kbd-2.0.2-repack.tar.bz2 new file mode 100644 index 0000000..fa94bc2 --- /dev/null +++ b/kbd-2.0.2-repack.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2e924d07e18030d8f86cce9fc7baed40c54fb38429cb66418ef435570e4f56 +size 1446466 diff --git a/kbd-2.0.2.tar.xz b/kbd-2.0.2.tar.xz new file mode 100644 index 0000000..30ed895 --- /dev/null +++ b/kbd-2.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfddabf96012e329c4bebb96a21aeef7c3872f624e96e8156ba542b82aeb912 +size 1023980 diff --git a/kbd.changes b/kbd.changes index 79fcab0..1727370 100644 --- a/kbd.changes +++ b/kbd.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Aug 22 06:51:23 UTC 2014 - pgajdos@suse.com + +- Update to version 2.0.2: + libkeymap: fix kmap on big-endian machines + Add functions to get the total number of elements + Add functions to convert ksyms + eurlatgr - new Linux console font + Hide syms array + Add information about the total number of elements + Add function to obtain items from the diacritical table + Change the API for working with the diacritical table + Change API for working with list of functions + Add functions to check diacr/func existance + Add pancyrillic font + po: Update translations (from translationproject.org) + vlock: implement PAM account and password management + vlock: rename ERROR_TIMEOUT macro to LONG_DELAY + vlock: introduce short delays after non-fatal PAM errors + Added Latvian keymap + (changelog taken from + http://lists.altlinux.org/pipermail/kbd/2014-July/000476.html) +- add kbd-2.0.2-comment-typo-qwerty.patch [bnc#825385] + ------------------------------------------------------------------- Wed Aug 20 16:47:44 UTC 2014 - pgajdos@suse.com diff --git a/kbd.spec b/kbd.spec index f530acb..da5bd91 100644 --- a/kbd.spec +++ b/kbd.spec @@ -17,7 +17,7 @@ Name: kbd -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Keyboard and Font Utilities License: GPL-2.0+ @@ -50,6 +50,7 @@ Patch5: kbd-1.15.2-setfont-no-cruft.patch # TODO: no ideas how to port it. Patch6: kbd-1.15.2-dumpkeys-C-opt.patch Patch8: kbd-1.15.2-chvt-userwait.patch +Patch9: kbd-2.0.2-comment-typo-qwerty.patch BuildRequires: automake BuildRequires: bison @@ -91,6 +92,7 @@ Authors: # TODO: no ideas how to port it. # %%patch6 %patch8 -p1 +%patch9 %build for i in `find data/keymaps/mac -type f` ; do diff --git a/repack_kbd.sh b/repack_kbd.sh index 8ed40aa..66e69b5 100644 --- a/repack_kbd.sh +++ b/repack_kbd.sh @@ -6,8 +6,11 @@ # 2005-07-11, jw@suse.de tmpdir=`mktemp -d` - in="$1" +if [ -z $in ]; then + echo "usage: $0 " + exit 1 +fi name="${in%.tar.*}" # recent gnu tar can autodetect gzip / bzip2