libxkbcommon0-1.5.0-150600.3.3.1<>,kfp9|N)3˾$#`y=Oh!`=*cZh]'ke6%/sݸx=".y:N%b>-H>-CY@pQ5XSH\MEOz-M0"d_]h[^V$&EՖ=TnoeŠ? e sj+nՓK}!zԂl4 PO '"2,X^-ka՗Ѓ2 nС* @|M\i>@0$?0d # I:> Te{    @ \l  0 (U8\9:>, @,F,*G,DH,TI,dX,hY,\,],^-b-Fc-d.ve.{f.~l.u.v.w/Tx/dy/tz////0Clibxkbcommon01.5.0150600.3.3.1Library for handling xkb descriptionsxkbcommon is a keymap handling library, which can parse XKB descriptions (e.g. from xkeyboard-config), and use this to help its users make sense of their keyboard input. Unfortunately, X11's requirements mean this is not actually usable for the X server, but it should be perfectly usable for client toolkits, as well as alternative windowing systems, compositors and system-level clients such as Wayland and kmscon.fh02-armsrv2/SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://xkbcommon.org/linuxaarch64'A큤fffc/2fe4f3dc211e9d6ba2d6dc232023715663a30f7eb3e4fef20938fa6e527423441086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfblibxkbcommon.so.0.0.0rootrootrootrootrootrootrootrootlibxkbcommon-1.5.0-150600.3.3.1.src.rpmlibxkbcommon.so.0()(64bit)libxkbcommon.so.0(V_0.5.0)(64bit)libxkbcommon.so.0(V_0.6.0)(64bit)libxkbcommon.so.0(V_0.7.0)(64bit)libxkbcommon.so.0(V_0.8.0)(64bit)libxkbcommon.so.0(V_1.0.0)(64bit)libxkbcommon0libxkbcommon0(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.38)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xkeyboard-config3.0.4-14.6.0-14.0-15.2-14.14.3fc@b%a@a;H`B`v@`hX`@`@_@__\@_T@^$D]]L@\o@\]o@[iZ3@YYV@XXX%W@V7P@TWn@meissner@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dedimstar@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejayvdb@gmail.comjengelh@inai.dejengelh@inai.dejengelh@inai.dezaitor@opensuse.orgmlin@suse.comhrvoje.senjan@gmail.com- added libxkbregistry0, libxkbregistry-devel (bsc#1228322 bsc#1218640)- Update to release 1.5.0 * Fix crash in `xkbcli interactive-wayland` under a compositor which supports new versions of the xdg-shell protocol. * New API: XKB_CONTEXT_NO_SECURE_GETENV, RXKB_CONTEXT_NO_SECURE_GETENV- Update to release 1.4.1 * Fix compose sequence overriding (common prefix) not working correctly. Regressed in 1.2.0. * Remove various bogus currency sign (particulary Euro and Korean Won) entries from the keysym <-> Unicode mappings. They prevented the real keysyms/codepoints for these from mapping correctly.- Update to release 1.4.0 * In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent layout if omitted. * In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.- Update to release 1.3.1 * In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode for quitting. * In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym instead of a Unicode codepoint. * Fix a crash in `xkb_x11_keymap_new_from_device` error handling given some invalid keymaps. Had regressed in 1.2.0.- Update to release 1.3.0 * `xkbcli list` was changed to output YAML instead of a custom format. * Fix segmentation fault in case-insensitive `xkb_keysym_from_name` for certain values like the empty string.- Update to release 1.2.1 [boo#1184688] * Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key types with missing level names, like the one used by the `numpad:mac` option in xkeyboard-config. (Regressed in 1.2.0.)- Update to release 1.2.0 * `xkb_x11_keymap_new_from_device()` is much faster. It now performs only 2 roundtrips to the X server, instead of dozens (in first-time calls). * Case-sensitive `xkb_keysym_from_name()` is much faster. * Keysym names of the form `0x12AB` and `U12AB` are parsed more strictly. * Compose files now have a size limit (65535 internal nodes). * Compose table loading (`xkb_compose_table_new_from_locale()` and similar) is much faster.- Update to release 1.1.0 * Update keysym definitions to latest xorgproto. In particular, this adds many special keysyms corresponding to Linux evdev keycodes. * New XKB_KEY_* definitions.- Fix dependency of libxkbregistry-devel: the devel package must require the library libxkbregistry0.- Update to release 1.0.3 * Fix (hopefully) a segfault in xkb_x11_keymap_new_from_device() in some unclear situation (bug introduced in 1.0.2). * Fix keymaps created with xkb_x11_keymap_new_from_device() do not have level names (bug introduced in 0.8.0).- Update to release 1.0.2 * Fix a bug where a keysym that cannot be resolved in a keymap gets compiled to a garbage keysym. Now it is set to XKB_KEY_NoSymbol instead. * Improve the speed of xkb_x11_keymap_new_from_device() on repeated calls in the same xkb_context().- Update to release 1.0.1 * Make the table output of `xkbcli how-to-type` aligned.- Update to release 1.0.0 * Now it is possible to add custom layouts and options at the system (/etc) and user (~/.config) level, at least when libxkbcommon is in use. * libxkbregistry is a C library that lists available XKB models, layouts and variants for a given ruleset. This is a separate library (.so/.pc files) and aimed at tools that provide a listing of available keyboard layouts to the user. * Add an `xkbcli` command-line utility.- Update to release 0.10.0 * Fix quadratic complexity in the XKB file parser. * Add $XDG_CONFIG_HOME/xkb to the default search path. If $XDG_CONFIG_HOME is not set, $HOME/.config/xkb is used. If $HOME is not set, the path is not added. The XDG path is looked up before the existing default search path $HOME/.xkb. * Add support for include statements in XKB rules files. * Fix bug where the merge mode only applied to the first vmod in a "virtual_modifiers" statement. * Reject interpret modifier predicate with more than one value. * Correctly handle capitalization of the ssharp keysym.- Update to release 0.9.1 * Fix context creation failing when run in privileged processes as defined by `secure_getenv(3)`, e.g. GDM.- Update to release 0.9.0 * Move ~/.xkb to before XKB_CONFIG_ROOT. This enables the user to have full control of the keymap definitions, instead of only augmenting them.- Update to new upstream release 0.8.4 * Only changes to the build procedure.- Update to new upstream release 0.8.3 * New APIs: XKB_KEY_XF86MonBrightnessCycle, XKB_KEY_XF86RotationLockToggle.- Update to new upstream release 0.8.2 (boo#1105832) * Fix a few NULL-dereferences, out-of-bounds access and undefined behavior in the XKB text format parser. * CVEs fixed: CVE-2018-15853, CVE-2018-15854, CVE-2018-15855, CVE-2018-15856, CVE-2018-15857, CVE-2018-15858, CVE-2018-15859, CVE-2018-15861, CVE-2018-15862, CVE-2018-15863, CVE-2018-15864 - run make check- Update to new upstream release 0.8.0 * Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on keysyms. This is useful in some odd cases, but working with the Unicode representations should be preferred when possible. * Added Unicode conversion rules for the signifblank and permille keysyms. * Fixed a bug in the parsing of XKB key type definitions where the number of levels were determined by the number of level * names*. Keymaps which omit level names were hence miscompiled. This regressed in version 0.4.3. Keymaps from xkeyboard-config were not affected since they don't omit level names.- Allow building x11 subpackage on any distribution- Update to new upstream release 0.7.2 * Added new keysym definitions from xproto. * New APIs: XKB_KEY_XF86Keyboard, XKB_KEY_XF86WWAN, XKB_KEY_XF86RFKill, XKB_KEY_XF86AudioPreset.- Update to new upstream release 0.7.1 * Fixed various reported problems when the current locale is tr_TR.UTF-8.- Update to new upstream release 0.7.0 * Added support for different "modes" of calculating consumed modifiers. The existing mode, based on the XKB standard, has proven to be unintuitive in various shortcut implementations. * A new mode, based on the calculation used by the GTK toolkit, is added. This mode is less eager to declare a modifier as consumed.- 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().- Requires xkeyboard-config, bsc#952403 * libxkbcommon should brings xkeyboard-config together always as libxkbcommon does not distribute xkb data itself, and especially requires xkeyboard-config for any rely on libxkbcommon in the minimal system.- Update to version 0.5.0: * Added support for Compose/dead keys in a new module (included in libxkbcommon). See the documentation or the xkbcommon/xkbcommon-compose.h header file for more details. * Improved and reordered some sections of the documentation. * The doxygen HTML pages were made nicer to read. * Most tests now run also on non-linux platforms. * A warning is emitted by default about RMLVO values which are not used during keymap compilation, which are most often a user misconfiguration. For example, "terminate:ctrl_alt_backspace" instead of "terminate:ctrl_alt_bksp". * Added symbol versioning for libxkbcommon and libxkbcommon-x11. Note: binaries compiled against this and future versions will not be able to link against the previous versions of the library. * Removed several compatablity symbols from the binary (the API isn't affected). This affects binaries which: 1. Were compiled against a pre-stable (<0.2.0) version of libxkbcommon, and 2. Are linked against the this or later version of libxkbcommon. Such a scenario is likely to fail already. * If Xvfb is not available, the x11comp test is now correctly skipped instead of hanging. * Benchmarks were moved to a separate bench/ directory. * Build fixes from OpenBSD. * Fixed a bug where key type entries such as "map[None] = Level2;" were ignored. * New API: XKB_COMPOSE_* xkb_compose_*/sbin/ldconfig/sbin/ldconfigh02-armsrv2 17220025681.5.0-150600.3.3.11.5.0-150600.3.3.1libxkbcommon.so.0libxkbcommon.so.0.0.0libxkbcommon0LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libxkbcommon0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34895/SUSE_SLE-15-SP6_Update/e8df62c7ea6b685bb5437dbb654d5eb0-libxkbcommon.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b5f73763242a5f0671094eb5676adcc4ba673000, strippeddirectoryUTF-8 Unicode textPPPPPPPPPPRRRRRR{hthIutf-8dd2ad05ef91b16d42446a10e5ade851c18ce6c97574fec2f77fddcc66d419d44?7zXZ !t/J+7/]"k%{$m?0 kbMXxEm':hw? AaL0UݰD߿i4 W] w̮p~v.zKHùx{xf=z/Zj]U HSZrP˘L+q%} :o%CuBɰbk=f%\W_Y  ^L=8Ts N4o>E:E}ZU>78/#kGk.S}?' ?Lnwpsii\XH"ɕX^ eZz,@ĎZ<'HRʔ}U8)D'SMcD~xʍ~p`oJ`'Hvlkq~#}꼙tg0h=O97prIJBvM_q #x KЬ)Lqn.J1<|zr* Io|ߛ{} cˇ9s{֬bV;'7 V&f546>$w7̬!?xg=a6aܱD(}R_#^se$,ƉI))N,Na-к'geB U;ocUPR?a?&*P RLD؉A`hx;'I7/'ֶhӒ8|z|xޞF==v9|0uۇON_R N[#oЈ{q c!Z7 dQyoͯe/=L!p9CD8x#>^8φ)ߓ"HGEH(, !U Mw$RaAa ≰eR%'v6,@< .15{byໞTbpdS tީad9~,l|lA|5U]mJտNbc .7VXcm_s|/)fL?FɅۮuayd"he[S%#5ֻsۈ9%_IEFO7 \;D2\y7LAm MO q0ŗyK{c4c>܋bP`JWp)5/P@-<7q(Gj_{wYsg+.͞ȫ⍒TɁMwX]&H 8KLGEFM7$x%\fH᫡UYǘv !MplxL̻ hf}l Ϯi+"Q K+Iqs덨Rd" w1dz"̾BYoݣ@!~5(R<3(Z"}6!vlu Up##FW$PfhH{,Qc 9_. ĕq 0nW O6̋btFPws}t~r/Q(CLFzֶ<vY-%V*.+oRQQ Kz!翡C^Fyba^ϸ.=xy0}6^PN&.e[{Kj C'k1'&G2_ʘHLG rR %Ok=+ѵ,ÜI9M'[1K#4j] gݴqfeNoq^T(.Nƙf]+0 F+~'@F,pPz,dֵƏK-dB+żL]9T_:mRgN㋸.2`1픻jB xp,{e" H,\KOo4Ehʮ˼"g'9 n}IM<Βir *75Ą䃴txWte5~ʄ}gy}BeVy(2zо~ &?뎱䣠S7iƷYĢTESţI(\UT̝M^>KAphōtl,\0}>>q6m39|`8Ask~oF[['Մ$ 2(e60O( }-D=xgZK_‚*es&P{!89,}K9@MBrGYh=;\tBJ{bjun -~?Em/ qi8xa@\R v»m{zEk4uO5?YA M ;gz& /L}K7S-ij`GG5"s -Ct|Z VrKZzDRw.wgĭ ;;ƤȗJ뭕_E'GD6}Pi]fx&kVnԈh=NzX9xڗ48])$v/[JJ- 0)dV1I<8$J$E _nF=j'>D5`& g^ug'rdPX%0\ޚDKZ5QwXU{Գ2WlU.y|I|.a<I,6UqKų8QPx@dnF@T4WMTA~^ӫ0 r`uR~~e+̼cKFbr[BbI:&<~<- 5G}:W>IW/bo/_L3p O ֣$/Vlj2Sq@;wp"]a,Q>-T,M 9XOuf}kdK(4}ᖡ3t fcҺ|mO'Kב|Wjg &ȇ+\f G(Me{6ȏWڊ`%''q]L ˆQRMD!Ooxy3q-U:lvY {̥1FXdNiOmRk^]gvPƭ5LZE .X)"ALp@0A$ݡ~Zԣ%6 gz*^-yk5iW ,Z;2>RT'7޿ ĘĉQ?)!+w!YҡRbnR椨%Jѯ o5GQ[7ۺy÷^/ -PgN1+{cgx1V%n!?0jH6eCi͢r~W!>d $+. ."ut@;3پnZa Z )NTkb B(o]Ԥ ɥw%^.~Vb4d"2"aLՂg#^~ՇLWA_7!_2x#O#֣+Kq 62l3z~2KxU.G;ӔZo(D0JE_:;7V/֧piiH??B+E skCMI3}"<`ՈmPO 鬝kn.'b3줨Z:r*Q:֊e@TR&=BS'y}-RASE{h7NƊlg`oDJpg"v} 7Luref%܎.p=H2nVi7|8 MEcc"l*j>TQ/nTᅬ,w;m$CdWPgRvG -olqS:oW/>V䊗L]'Bmڬ)eN4OwS"AIIlAK]{yz}|d:^wFkD??凊j m7EL 4NvL̵[p5r%.׊EAz({";B 4sCJm"C2gK,ϾJ^.MG;p?/#V`'vRӗf.*)]+w ^8Jhe ЏiK_%熚nzZ? 3C`'Zմ04r'މi W#:%.%t+ý-6ucVn@V="@M!æ yEP&OVM_*Wd>@3YUq.\2\ܓf]K\| D._K;Uka%29fQ^fgRH92 knm}L-ZI+`GjMT!)*prO-c1T:hN  @ZR rRZqO4'!z|Cȥc2z'R-R`Ve `ƀ'w $5/ފBцJ*- !I?Q\ \ЁZ@{2.p_d4qyGc(ȸ|9439eN-%r).26~;uGߠk$$JZ zfRO\{᭖_fffp%PfuG{;2h Vl@H&GS=vqF$'׽I8(&-k;Fq% cy[ 3'4={8Lм4Zv! ?V#Ә_0C0-KMCK&z*Y">v=\,p};J`.HH2vL 3/Ui\K 'd5Guc۹vN/w2؛+o HL-پmtSz)2MO7u~; ]uosBt/Oiv/ubGv;<5ܼݫ D -TJhL"›>BHUVXQo-fbfAMHYxIJO/%hNē`<.3;?%{<6=9+z|ۍwC'2RyVME7OrA##}ѐ4[.bCNzw)[HMo}z)&hpRH`Aᤘ .'5,3M3* *bP8,R)- s׶ m{*lni1v`pLWQkYɁZ{.K'*R e+7KQ•4|:Ҋl<A T Łcloܣ4ǶW=(BC/|ΒDJ:D;BWHعݢxh+P\" LI |蝮5T [;W;E悖ǁ W3+74~Em2IHJqr2j)H[FS?Z T]V:N!]=Z5o}*6Z::r*Kp2rˤ Uz45}mmKB0" &}95i*?^DG3@RwSqX4Rl}GMvw>}.Uu%/~w}/♰\TOr$.`_9s^ŖYeAt: ),9G%a+,}mht.E* hՠsK(kMn9Ldhg~ $WsQ8Q6a%нo#1̯v51;IX L=]󘛠z^)$VHasbu *I$k!H_|sG.@+Um+N5ڜ؊ 8e\s%S1"֯.|eYR7?iOd%DZ>{׿a$MYjml' #* F vD|=FP3ifރV!epJ |^24[#"X,0@j{vDY:UƳ80z.%kKA? ([s|fV]/C|' %t3hO jQDEe@9%6fR\*6Oo:Hdꀠ1t,.;pwΔ Lً-% H&HTBKx ≻`?Z?빘_j 끜t8МfipRʫmɍ%E&Fj@ȱΚG>^ @c@2m)e0bK6]{A7&[K._,{c"Ahs򲟯j܉[LO! #/pC 02cMFIJr95p6FWE52gn]" |#Y(1zi,We?iv*l/}C0_;߸MCA14De'+O3 LJu)wf)WDÿXܽP::O*&q#ˌCi+ f}IbOkJLzֆtF/k.i*<Jkm:V U\r+]@ԻѴ1K`Jl.屍_ݗTކuj_GN^h/OV\V"[f鲒YH@;k p(TEq` }Rv4.a +m^ Frrrܒ"_ҤٰMnP`yfc,б*,e6 ]IӢ" F' PO ?\vxygMŁ)"LVgtG UʄVv6Xݎ A0hV9H_cZQ[k{dI ԣ[it"@fyqpUwnmИu/+X4n YQBb0՞A`Ov&蚡ט+Ts~qE R_G6Q$p]b2u9ʋmݓ UAK #ƈv>!As\n֗G,-E&gQG`t&*<{\5FCר­]R(LU/5{ܢAt0]')E Xp[DkVg#:r+VO2O%HNӃC5QϪuK%KiT-- Q, @8ZݸOe&2%Ƕw(lnۗބ ;~t$}gp 2$4h}Zx) z.c^ E jǒ=Tؿ4B DܺLQ.nlp/$mUduk+6 I_"VM-U=w+ cMEn⼰z/¤c<4 &z̊Dޫˬ &W#%dq%V Ah@hKb G"-m29E60S4I!(z-Qyd}P"$Ã(Ytߑk+G1$~%ެ){eJnPv*_߁{#5uϢ``gՅU> ZSIQN<vOx68}3PA27Oe6Mow|n[KƮ4PmZ#9$Wa(}B+Z97:dsE Kr_ $~mOF+{14O7m{LP,M4!;_FC,(X'ĸY@$?DS AFYLr305ۊ" /AS}xܹР98^ ՠDYMQu-ttcW+g Y~+ʲu'X+qU]q=,)q>@4]D"o+C&.4M޹kWAI +pUh/P+s1j$_4 @خUW|lGd% j Z O 9leD.-Z e)4?^O R_BZP; $DOT"1foʆ§!8.xrzS6^,Π¢\3oM;0s.c,+l kL0-[ :r6?i=9w '0;95?jP#c*GYLw [u3ey~&Td4rnWjC,Veq tWvGYYU9?άrIcaZ8hi տnzk Tdk솤`^BɌ$x55k[uo35SKPvJ7_F\(_1`6GhXR}Y9`&l 䍼J[gN}O_GW!dn7vWCB^־kpx'\T́fݰ-PǵO)U;*o-w@Px)ħBw.;U.@Jj-1Av!W·%{ .#5;9W7).p;SC&YsB 5 40jg`&[%X_uR@jHܯjav&h4V/)mFEWKUqp0`>S2%#y,yS_^ ^hٷ '>QFJWqR^쀉~ں:(ߩ<hXP*O*4rX{* a@c, 5H>C6/rmWH7%Hpic3ZnE6(.ۦtMG[G뀱%ΝZnX!vNFyӾ_RJٴQ_ ʽbU "&utվ<9Z"}ޖE `>9-gX<{i .Mou:bZ1ʱ8ӎIT语:}(ӶBu(XY ȧ0(0UF?&6˛7 db7+sChئ<R(;t8sar6WȢdS+TX<92mjK_} yؽVd/Dv$ Z g8GFv0 tO%r:iwVO{yWfCbhԇSAgM*K>Iht&XpV!+kҡb֏hd.`sx\Ye'9I"ف{cZ!UW zyq r9mE ۅI̅Rߖhh1X2cHyx:%1Bc͟fdԠҴ2jiĸb"kypPUmgW 4eXj$Jș%~FhãHerrXPcP2!SR OMOQ(:6 go\KjKJ4S'{ g+g7I|#z/q9HE'Aq{auoKphyL;t[nG(ú8 3_k1೻'soZt ^K_V~n5|l76HJy`3)_=;Y0* 3pp 'yZ!gL ޯ&LgNtdPqoW)o0[:lb,敍w{uч1ȕJZAw ɩ`#,g8[ew8|wWBplk`،5