1
0
forked from pool/libxkbcommon

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
This commit is contained in:
Jan Engelhardt 2016-04-08 09:53:26 +00:00 committed by Git OBS Bridge
parent a67e42ea5c
commit 8dea724322
4 changed files with 32 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
size 615504

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760
size 722288

View File

@ -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 Mon Nov 2 10:39:38 UTC 2015 - mlin@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libxkbcommon # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libxkbcommon Name: libxkbcommon
Version: 0.5.0 Version: 0.6.1
Release: 0 Release: 0
Summary: Library for handling xkb descriptions Summary: Library for handling xkb descriptions
License: MIT License: MIT
@ -130,12 +130,12 @@ rm -f "%buildroot/%_libdir"/*.la;
%files -n libxkbcommon0 %files -n libxkbcommon0
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS %doc LICENSE NEWS
%_libdir/libxkbcommon.so.* %_libdir/libxkbcommon.so.*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS %doc LICENSE NEWS
%_includedir/pkg/ %_includedir/pkg/
%if 0%{?suse_version} >= 1315 %if 0%{?suse_version} >= 1315
%exclude %_includedir/pkg/%name/xkbcommon/xkbcommon-x11.h %exclude %_includedir/pkg/%name/xkbcommon/xkbcommon-x11.h
@ -146,14 +146,14 @@ rm -f "%buildroot/%_libdir"/*.la;
%if 0%{?suse_version} >= 1315 %if 0%{?suse_version} >= 1315
%files -n libxkbcommon-x11-0 %files -n libxkbcommon-x11-0
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS %doc LICENSE NEWS
%_libdir/libxkbcommon-x11.so.* %_libdir/libxkbcommon-x11.so.*
%endif %endif
%if 0%{?suse_version} >= 1315 %if 0%{?suse_version} >= 1315
%files x11-devel %files x11-devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING NEWS %doc LICENSE NEWS
%dir %_includedir/pkg %dir %_includedir/pkg
%dir %_includedir/pkg/%name %dir %_includedir/pkg/%name
%dir %_includedir/pkg/%name/xkbcommon %dir %_includedir/pkg/%name/xkbcommon