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:
parent
a67e42ea5c
commit
8dea724322
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
|
||||
size 615504
|
3
libxkbcommon-0.6.1.tar.xz
Normal file
3
libxkbcommon-0.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760
|
||||
size 722288
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user