From 8dea724322f6909f7dc280e95d14ae77be092fbdbac40943f4d4e4f41cecf5cd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 8 Apr 2016 09:53:26 +0000 Subject: [PATCH] Accepting request 386208 from home:Zaitor:branches:X11:Wayland New upstream rel OBS-URL: https://build.opensuse.org/request/show/386208 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=29 --- libxkbcommon-0.5.0.tar.xz | 3 --- libxkbcommon-0.6.1.tar.xz | 3 +++ libxkbcommon.changes | 23 +++++++++++++++++++++++ libxkbcommon.spec | 12 ++++++------ 4 files changed, 32 insertions(+), 9 deletions(-) delete mode 100644 libxkbcommon-0.5.0.tar.xz create mode 100644 libxkbcommon-0.6.1.tar.xz diff --git a/libxkbcommon-0.5.0.tar.xz b/libxkbcommon-0.5.0.tar.xz deleted file mode 100644 index e21f263..0000000 --- a/libxkbcommon-0.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c -size 615504 diff --git a/libxkbcommon-0.6.1.tar.xz b/libxkbcommon-0.6.1.tar.xz new file mode 100644 index 0000000..f1b7806 --- /dev/null +++ b/libxkbcommon-0.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760 +size 722288 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index aed27df..7426616 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Apr 8 01:24:14 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.6.1: + * Add LICENSE to distributed files in tarball releases. + * Minor typo fix in xkb_keymap_get_as_string() documentation. +- Changes from version 0.6.0: + * If the XKB_CONFIG_ROOT environment variable is set, it is used + as the XKB configuration root instead of the path determined at + build time. + * Tests and benchmarks now build correctly on OSX. + * An XKB keymap provides a name for each key it defines. + Traditionally these names are limited to at most 4 characters, + and are thus somewhat obscure, but might still be useful + (xkbcommon lifts the 4 character limit). + * The new functions xkb_keymap_key_get_name() and + xkb_keymap_key_by_name() can be used to get the name of a key + or find a key by name. Note that a key may have aliases. + * Documentation improvements. + * New API: + + xkb_keymap_key_by_name(). + + xkb_keymap_key_get_name(). + ------------------------------------------------------------------- Mon Nov 2 10:39:38 UTC 2015 - mlin@suse.com diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 7ac39d1..67a3bb9 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,7 +1,7 @@ # # spec file for package libxkbcommon # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: libxkbcommon -Version: 0.5.0 +Version: 0.6.1 Release: 0 Summary: Library for handling xkb descriptions License: MIT @@ -130,12 +130,12 @@ rm -f "%buildroot/%_libdir"/*.la; %files -n libxkbcommon0 %defattr(-,root,root) -%doc COPYING NEWS +%doc LICENSE NEWS %_libdir/libxkbcommon.so.* %files devel %defattr(-,root,root) -%doc COPYING NEWS +%doc LICENSE NEWS %_includedir/pkg/ %if 0%{?suse_version} >= 1315 %exclude %_includedir/pkg/%name/xkbcommon/xkbcommon-x11.h @@ -146,14 +146,14 @@ rm -f "%buildroot/%_libdir"/*.la; %if 0%{?suse_version} >= 1315 %files -n libxkbcommon-x11-0 %defattr(-,root,root) -%doc COPYING NEWS +%doc LICENSE NEWS %_libdir/libxkbcommon-x11.so.* %endif %if 0%{?suse_version} >= 1315 %files x11-devel %defattr(-,root,root) -%doc COPYING NEWS +%doc LICENSE NEWS %dir %_includedir/pkg %dir %_includedir/pkg/%name %dir %_includedir/pkg/%name/xkbcommon