libxkbcommon-x11-0-1.3.0-150300.10.3.1 >  A bNp9|(1ƑSF,0A~'!eاv{Ƭ)|xF$ot629a6740c91721f1cef16f5df60237b4d9f7e405a20c70bc3cdf189ed683e6466f561123eb023a5dfd30df3a79e272862737e19eddbNp9|T3p!1>+ Ch?˟S~UoQSXMeD1ծZN|:L!s+ʩJiXUDoi _rcCT?TH Bvlی33#D*-OaEXsڑwFؙ>f!HNcf3XЍ Q!sMt@odwK 1٬*aW? jalSr"8 >p@)p?)`d ) ] 0AW]dt |    8H\p X(898:>%x@%F%G%H%I%X%Y%\& ]&^&gb&c'Yd'e'f'l'u'v( w(x(y( z)))))\Clibxkbcommon-x11-01.3.0150300.10.3.1Library for handling xkb descriptions using XKB-X11An addon library that supports creating keymaps with the XKB X11 protocol by querying the X server directly.bNlsheep55SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://xkbcommon.org/linuxx86_64{x'A큤bNibNjbNk`W32419024eb57696be55480bbefda4597017d9b3e27d583d0bf741001f979367e086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfblibxkbcommon-x11.so.0.0.0rootrootrootrootrootrootrootrootlibxkbcommon-1.3.0-150300.10.3.1.src.rpmlibxkbcommon-x11-0libxkbcommon-x11-0(x86-64)libxkbcommon-x11.so.0()(64bit)libxkbcommon-x11.so.0(V_0.5.0)(64bit)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libxcb-xkb.so.1()(64bit)libxcb.so.1()(64bit)libxkbcommon.so.0()(64bit)libxkbcommon.so.0(V_0.5.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`B`v@`hX`@`@_@__\@_T@^$D]]L@\o@\]o@[iZ3@YYV@XXX%W@V7P@TWn@jengelh@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- 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/ldconfigsheep55 16493392441.3.0-150300.10.3.11.3.0-150300.10.3.1libxkbcommon-x11.so.0libxkbcommon-x11.so.0.0.0libxkbcommon-x11-0LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libxkbcommon-x11-0/-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:23586/SUSE_SLE-15-SP3_Update/afbdf45ddee5ece50d938b401b341e38-libxkbcommon.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f6700bab8b6ee0fd88d05d37a93b3eaed86af121, strippeddirectoryUTF-8 Unicode text PPR RRRRRRR)(qlutf-8d1b4f6eea6ab2c787e05a1fea8b625f9e50a6f498870c5a49235cad4d0959c76?7zXZ !t/ 7 ] cr$x#F*RϾr'G1N.gTʍ@|3~T9St,'4S ?@ODժ 劤vʼn9iѾ|јUPFr䵍>lȪ"a JZF}\diew1#ʄXSt9lwIHbi%Y52Z]&6?'QDl]T97WaaoIP/%)8^nGP7T7cS7k?o>Dl,n +\]h>O]4SIՔqX.ˮNoRA1.fhxLKd"L=HDQFT4_:׽,='wD[/P:H@h,ܬˡ_x+c<!R.nC+:lJ>euE/r( 4uvm⑸M/oɿ,7hI#6;-8O/[Zs.cfn@dl=b7Eu@[ TǮxcEmLTɥe|0rܕpM5i*<}A mNo)զ&%75t? Y9qḄryy rgLGv\hN-$ E˜=z,@8}[ߏ 9rcәji Ck~ r6jWb~ktq":8 v^@bLkqjhĚ7[1Ch4cv7+YdUuZ&p !s+7Q\o1?0 Y- z`q윝p!@˃nBK͛IK^~nAD8'aZ\?ffKUYF~ɰ b8O[vLےr}v~'Zuѱqw2#'A ''ۘLhF_k9s MR߇3IKd5Pi$DK2VK:ajvybh%fe,JxۇYv o O,ɖv$ ƹ+C 烮EVvr>g@t :|υ` 6HΨGtb}M䅯'9;P^EKPKnb=YX7ܪ8[ Ѷzˤ%[H]:>g'Hrߺ2•_TS2)'ojZ[h8}zo}鞖7l=SaƊYx B!D~ܶ aΕ6f7$g߬G`hbͳK$}Xc 颕l|ǵ> 0¸7͵_P/2^2ETٱZ&U5]%K67[n"6ز`S%Djz^"HFʺmeH ٗի<0֬OPaRV#׮^f#.>J I- +Uhų_7/ OxөMā-)hT4ǒPKLj(Ll. 0SPus$4Vf_x:{/Sș#^3{^|}HV`]0gckplQ'_/;A]HN,tؾ8K~Lpy?/'Z}f,猔Lf׈if෢U> /'o}ѼrĐzx*?7w/+ۍ< 9cKtt!)ې6A7px}GfX9Ơ4hDZ>KH;;(4G!RBHw8%C t$q]?lR\8}xGN3k1r5ʲ¸Wn2^&Bƽ7\c"juC육\>#wa:'@ZS?ϩH&會.Jf>kj+&GL "| S5sSPxyJ!6f6B>׍ A˱߀)PH,=:U&q%mi?r1׆4*tjmj ]XNG~e ڲH\)]Aw~2XKT0yfi123x hI y (5@[ } *,*{6vg.9?NLݦZ_1efڦ%929Ja/ dMmBaZ MR|kwO^Cc*L^^UD*|u&%R(l$ N)Ө %N7$,9U%:q R6C)'hNȒ 9ְ.-D'R*[D\޴2ꋼlZfr&)0 ||iLuZb&MG- Ua~rx#䐳`Ev1{^6΁c|މNbڏK84=dNճsz `D;Ǭ,ΜBY-x?c:E0x]+Jkzw⼹L}>p{S1fei0#V8-:UužX E|0MXIx"'sk%ͽPU[ǼeHr':,[ ^` ;C7Āeed~( okXU. t-wIT1?b &蠧H9e镺9r9ׁ0)E?~lܪ Wv@1`JŚmG|)P?,~K%ݰsa+K8g:z'9ո.8OU2 z"<ਲTҖɂIoT)辠]2GBXn'X\4оKT^ H'|1ZC%:7&v-Q;1lK]CYQ&*_p7b(_A )7u b=gW7b_[xf @Si뛜2#Lu h}Fq<\oO٪-X :vb>hBcumLYd-6agUu΂)`L9Y~'zUO].}6V4 ŠzEΑ+_9т'c,eo(J? ߠKdq0 !FIΞJ4yU %SӍgj:[ Q_\:PP5xbCl)%7uds96*VHZ&@㏪0o#:B j o4UuF %AqvTԱbN46 1 T挋' &%u0@4 5:A}%tLOGmAkmg|#+0-!EG=DF.l":76$hnq.,j{1ӱΡI}u@Ou#y˶bggt;hU`$m- ;X|f@`OȫEݟIihMʷݰ1}^aKO H0q. |Y CK 2ґ-l%'5`\C>P"S6'Թי:@I3P4lAeBm1KC_z+mGPi''lU揷"sT92e--% @r9y b:qgLTlnla Q,JW4o9|p2ن5l~3vQ;5vu@"t~jb"fکB.:F2{cc)> Q~`ҁjQY~:4*Mv 'j#iT__n!k LtO/~yEǦu"":ahAwCc`*-؍pE!pyhp֤j=a>iuy @Pt+< %#,ʰ>Nv}Jc's I Pۄ̌*<2V$b4Z-2 CuJ4;@q_[^fpDxl7 g[yC6k 4RQ)Gyԭ)ٌͮYM@9;墂UO)C#jVg2ŀ>R&G=!Bț-;B`'Tf )LHoxaZ*\nG6k?>m`Fb&Z."3M4AP{[ǘxPo*]_U6g-PPg6ᝍz3h"lJV fb_a$#hH.LjY` :9/? C Q\Xvd 쿺Ol@W>oZImD:./M6.X#K#S_]E:9_$c!z2qSOłjۓɛ43 M8mV w|ܶ) ;C}j8/q¦yu~F'g/g:ƅQ790~tz1ilZ6#ƥb`:m" F 5}V98ɏ#X rj@nxaP713)]K;JtNsW[&l8';eAr *UŠ9ەj1zR%:RM_T^ xyj!jӆ%2gEB0)A,bq *߯a31#iPsq+u>|y*ph=jJ b~‹ ϸX %M(q lG=Th$]>O0pkIguʄj\!^ `L\ 鸟sDYpB*TԭԉJV}6eQ4dQ:=٣:K'@ʭUޖ<**(DL\;jӯZs؂r jQhwOۿԌVbNr.`NX̆Jv[$'T)ëe~Px Zt ulI)"s0Ѓ%J#ٺ=24̀ ǓΉ>kt=)!B^Ա@԰sHvAdËkke˦'eDx_nʿl0~A\хagز[@m qh_>ZXcge[-)+>lklƺl̬L{Y?\A:[rYt¼!D I8y)!O9,gmjGm'llh;i$5 jɝav^gHZRx^)]Gs)& 02& gT2\җʏઞwZ@,ze?zzVҷ̛ᄊw{)[|+wj2vw|CNʅыz\#e2i#1|"TʲdqOc YW<}LS& W6 񞰘q5"t20(z{Noٺ^>r3%XuQO'tmc`cz1v1YjE I_#Cϑ͵r }SAOD UV(wt>\KDYOZzH0<,XYj:hAt^V"ZQڶ{TyvPN[tKyX1߮G}wV65De#zJ@ h?u lZU:$l}sy#Uslc] ))XW=YdoesN"X/z9-]4> oNlea+ȶko]CK-4Ѝ-A_5ű[ߘ<sn嚲!ŻF咪Q]W]j:8G-S yxFv.l̎GҎˀ2q>[mhehAq8D4Kx2Ɗ?IGNv:J bnj؋NK[ yrT8C͈G?uC}Ky<K 'QM.1*]0]0o!bnG52Xѵ"PCVg&D8cHjbCkN95@fu,=նx`-4F [zWXij Bm]⠡%HwrÚ-T2eFIAn%$>ܦ'Ϋrd' cJ1Н˥cz?nFQ!:}l7y'Bn>$O8KИј#ܱ.}P]&-K2Wzq';iSOxQ?oV(aGߨLAvޚc_)īE.%.[tgֶ}1hiV ܿ fUj]cIkG5 E֊9W4ԥ'm[#kqR@d_g}Akì͟)OBfS`a wt(V,]H11Ko|qA);JIH >,ƙŽ)7M9 tK=@Y Ws8[z!DL'Ӭ'x;r$vAex='T>ޒFy\#kQ.НA ;/fBfII#r&dKma0@k-a6D ȃ~LС;;^WHoØK1#Gбvɭ*&.vgps T,XS҃=z*xأZUk6\zQ5~-* Ves`تك n$l9ɀ= F6]F~Vn XxkoD[ Ye.I5V9~hD2W kqξxRK *=KC JZ8W I5}P hJO:-Js17GTudI4 Y^#3Ռ QWg#qs4R &l`9 nĦD}_&<:+c#z%Tф4M*B4e[V"r.BnQ|(GӐ:C36Cǔ `{heHSZ{>:ܶiQbBw?M;pCaXj)U"u©>}x(2ii*e;qbB8v3!,BVt(]Wݺ8g_( X]ortQLJYՠa&=: THRSuѰEQP-dLcؚ 4rj 4uL^ 1u&vٝ6jN|Ü&*(5\}!rnɄ[[0QU2ԔY fbٕwh$hv\M\>jd{|fĝx A8_bA:net˽8Vf`>."p %P#eSA)8ԩ6u8["?lsgJfd{`Biܣ|kwG(-6}BczܤvC!Q'8/AD0mb#eEa)P M(qԼK3_]mZ6EwXKpٌ^ mIFχ( PC!Ϲ6 JOg' JgesUy"B|:LriW̧ϗfچղ'Ha;h9YC@<}: qj ");u?'URL#̘7NU@,S7 6 ñĿZUOdYtZerRf;3;q1ɏCmw)Ws3̯2afqBfAʹ`!bp{e!dEMdI1larP `=LFKꫦ%4o†]^=oyĪV"!gdt!5N?MR+cKaʧ~85Sח9_(B_sKrӠWAÄ [MŎv'sff ̖eC96HXn)'e=|/#[J2@=-XXIJ[!%Ĭ(Q1vIZhn! di~Kw>FҭRijZGZ.6h4 %^8d 8wSo#Uw4^I/\t\RY5yVRS!uS{+O~#%߯tgЦ[H6%V{մ(U3 ӍXs5&ʽe`į<$fSx MiN|;FVr|uqyGA2u"HfI{fuVe|,L^gHP%9,Iv zjAn#=ϙN["K z!M1<} P;mdƨ9z@2!u6Ԗ;j{7P$q"n7칑S;t09^1ePas1#Ɓgd "JWffgCE7nM8T!I˒3[FP' Uegw].j& (8aq:ǭᎫnI07]{YDB**e6m*7m$rz̒AF{ WP_]ꅛc48|u O [LJ&J} @?dA2<]1mq`70oX§vaÂ׋Ue`MZ,()푲t1 0m)fθcp)Y'>LvhFvU} T 4ʚJ^K\uAd/hz}> I1`ůִeS@"=ILOTdV4ڄoAU@ݤ Jp-x"9\HiU͛$zb{B,p:L]y)n[g9Di0ݗG"srǹÇLl-MPk7~7֋c8nq O35F(ꄧ_3;}*Xo,ohj)>ԹML_z$p.if0Xs[r3jcz\+UMTU;RAk/Ԉ r% ~vLIEDI>a~>־1ȬQh-VrRQPav@3W$kR87Л6fnN YZ