libxkbcommon-x11-0-1.3.0-150300.10.3.1 >  A bN"p9|@ M֖g!M,&aHx3_"9l_F )ۊn۱Ps{[AA*0BxK#[8;VxsU5fx>g_3|cCiG; ,lz'X"d{'7/n"L8Y'vooZ!lc)<\A^WSԜ>ԥC]>Ɔ / ;?\`_Ë{U2S (MU)b1a742afd65ab874d4c0e5ddecda0ff9454297904846419ffc55767ef0e56e244af6dc32b19dd0d7e213524e6508c1fd7307cdc12aebbN"p9|&,`j'FT>J2Wi8ũ%xߚ n1t෹3ux6a\[XW~iuk%W~dr*{ r=TƴGq3iQ~Kv I 1;ƙ).$[u2!jL-*۸uGy78ǏjACHeHn@Y4^d SYyM0fȷ 6ָ%hg}sshͧi5>p@)?)d ) ] 4E[al|      @Pdx,d(89T:>%@%F%G%H%I%X%Y%\&(]&8^&b&c'ud'e(f(l(u(v(,w(x(y( z)$)4)8)>)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.bNibs-arm-42SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://xkbcommon.org/linuxaarch64 ('A큤bNbNbN`Wa9980aa2f2ddda69cebcd08e58e3256de787e68a85775cf0107b208f513bc8d2086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfblibxkbcommon-x11.so.0.0.0rootrootrootrootrootrootrootrootlibxkbcommon-1.3.0-150300.10.3.1.src.rpmlibxkbcommon-x11-0libxkbcommon-x11-0(aarch-64)libxkbcommon-x11.so.0()(64bit)libxkbcommon-x11.so.0(V_0.5.0)(64bit)@@@@@@@@    /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)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/ldconfigibs-arm-4 16493391151.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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=23ff058248d30eda7219544a907358e50fbd60f5, strippeddirectoryUTF-8 Unicode text PPRR RRRRRRh;;ĕ[utf-88ce6f7c721369b0b7dd7d757d940d12c3c2044a87d3f9d33d9bd319b118db5b7?7zXZ !t/54] cr$x#F*N r]&EHpX {N44l"y`[rZJ9h 9q8C卫8$3)p[ԁd{k.ojAt€F tux/K/TH=Ƶ ? D5J [@%lwF/fp|+C&2EJPxPT6( ixaAck B1f0Nv$b AQI&bX鉬HYӡvG/ƝH xcj<48gh!@[ׯ18`%%l X<Џ,vy+0 EIBZj,*]\u z2}#l6i ЛMrсE<%+lÌ(OA\(~~>Ǣ-O0J^N+ŋ=xm1GDٸida^m8J$&4W L{{2O=n:)')Q'.ؼGaQ3Z0(">"[RL^qق;B*7 }}lj3?N.B-mt/XZ&=t= }B)'$!?C?_xQjA@>dLZ0KM  H߭8j1=H-$FK&0GQMڬPBuswm,7!Ǒj!( VҜUĀNyQfڎqѰ9M~IJWEa֟+K|/1|IJK/|’Y Ar{04  tj^kЙ/"6֠r `^V#pSEݮL)#0>>,7/.; &Z ,On?eC\tQ0fsk+4"^2'GTlDouIX]զtJEIGB'-|a=Hh y(BǦ @"S&L/^X`G숊L92w%U7qGYa1eS⎈4=svb̽J6CwzvaWuUs37nxϩɽu=rkb"`9P.tʓ RvigsK$Mmf*J KG@?NVƎ|eܤqD xmР٦+n&mb8M#G\Hڿ7-cG!? EmmZAps7C;lZQHޑwiy+]%bRx[o>G_ً ˛[cQ:4RO>(D?t: Td Ѩ ;Q d- IquXCT uW?0YR\u2ڐjpO|,ύ ,?1O(_Tl4)ZgM54@4KEa|@ .%':C0k N 1k55ĩt}tFmJ7h\VWxSĜb,J 1QE잆ӊp]!M˚,!ZЂ7 \ -fт3o4sy{ܖ^9n5Im/%JU/,d#1?s)<[ģ39mǟDss5BXڭyΆp(zS1wʂ?mu{X7]ޣ#O!&50 LPN;"}޹c+(.2 1 .9l lzlk[<a{>uc'Kc¼ԖJh'dr`Xܣ\Tw8ڏ Vk>r+2YzSsxq  qa8wm%UWͻ>BrC 6:Kό;/X#Ȟ5 q6ewDTZ}n܉qe梶bK q=ֈj?@.iT}ݺ}_z9WROY>P$S 47}LT1 W|F2*kTYJE/%b.|5;aQXfcpkuêo2~7G ))V\#YUַ=cCU-ۈՀAuNhxJXG˩A6pQo4 5X ;'&n{g#40?hF& ۜTPF\!i=4Cę˪\!ۥ6L4m'm [,HoKDZJD.x UFpy{K_9s-C'z20]BbF :୲Tt(:NOg\GȄ3+E.ZH]5;`!:bh4 r0E4tTaJȓDқ^"퓰is8vFǪW+#+vz,"IWF,US{ԂBfB':6ƹa5#t.69kN4;)Z2ZMxd819!1T xn;Qu+mI8DB.)pҋqY{6a#3g&ټuG!QA^Ii*QS\ SRy`;%7=Fgtf4p>Ì9)༽m{vBdʚ*B/us\;͍qڒgL\`•Zonː7Tf/_#WTvE98Bw€}V@@$aC_8PNjJnZF m,͐M2kixMi6yw@N 5 }CFCvvjݲI2 O cQ̕ZOeJШ97S]?ArK,CDZ&dZVdqBF6Ɔ-a]z"JYEC ը)-7w`FB`^jҨw lF:WC/omCsn>Bcn#`LJO3%= /JyFiӷ@dun.B>Xq⃔ %HrMչ.xM5@칯ndqȑs^\HaQRd>KVf&8 (" + ,S~5فvs2Qi6+kjCD2oU%rAm})<s|I:!u1i/ 2EY4ԓOQt1OHb؍.V UY'1fԐ9zRUiztxk=ς8%! " Y/, &ŶD\TgF.N_vF#,zsa.:.3xe1TC#Dp.k=6LaQ)??R? oɂ\RK(6LYm^ʷd0mqo/!aJN BO;%n!+ҊJ0y<y}uqP.NŇ/M3,oc%]8'ZVJ8 ǁԯ7Dj\@-]o"@B[H΁ D@tBz$@Jf*eQ9)觌o+#3)CsuSUN~_7ZtnIa7A_J{A"MF `$85GQW#x;I臝X#.Ӵ/"4LX>\OsGe3̬w">ͬ9AQp E_,A 3m!p0o'&3ƻW9JAZ;txRJm%U6p+n짹٭QJZ_S୞7gĘ)&3O/Eͭ->t7GSwvKsums2OF`a|K#"rJk (/ Jͫ-sowlL0_Wi-Ibw7N)NLތb."oxDeY.slO\ʻ\ޡy浔$"boOg0#4,Yճ~WB 'o\osgENWi_Q`S܄hdxDk~= MJQ^F%d*d8Z ş҄kƚOaR˿ UF b64o4~O'%߃jt{6ܹ/}tMI%jlNlaV$SF׼ WQ{ y%'ǝR8xZ(K Mسh›}bnʿ[䒩۶LφϪxgMiaY%&"4aPî|xzUId/7Z8ۇ m$`/]wuSm7쮶Jq=U|mGX3NUЊbݼEQαD@0LVE!duE4fj(*afX³|CaY6'Yx3UYvfxMbfn7$>/@iC.Z#Zu{( c!:4B%Ώ2l4|=jM!lW{]) B8QܞG[f@,gEd;88$cuU YwAec)^\o)? m65zf 9lhq.A}4c$?].9cqWe zw-3m梁dA;unN[' (G{+_7d4g-0' _;Z#{\񳗣ԋk| 9V@V[ I7? lt9hLn yk׫ybh]ܷ9BAlYֳ3 ͦtAzjxg M A>Q)b>3rsCS"¤}9`|QX'GYH2&075?{9۔Os,p FI;7fdIrӱX +SfP]Nuꆬnyu^b\ M)IJosgH 7y8zs z.TK"1IDIEB;_M98OBpY< H2M07Z(yq.Lnvp\%i鵸(c ZbZ%xBnQ l!c _[_X]sԅӒK{EV=Cqu[Igawh 9" lmZlR_;pT{]>&dy!.p ~/hhT%Cb__o#J]eâ;r;uf@w>M:`b'>qN*pqT.Q鰡mʞcv>[ whKm畟J,u{攸u xSLTh??JP1T4vܚ}Th.慔9_r_)HՠWB +km5˲{q_ɰ3bqH_HOEV =|\&M s`ԉB*Mwˮ$ ǙXg<%V+WJDɢJ̐u?FEdƙ$6YN2H/ABp5swɳaS5Wt #yps="< C1`8/woI٠Zuj[}ʈVvl ~|Z=*hOP2LᕐM]>o0ʐ/c=2ediţ(Tޣ^h[1BH‚qy pm[at咧$ =Wi߫Ԡ3xﴮ5 IU ڢ펒}P%h"Bwf^<'<g͇ I&ܿl/ a6?iVArK[%/ׇWlhO;g~kF~mv z#dm>o0>LҤ燏4]v@bހsm`mioi{1f nj֣Dj=J./\'u"7NfѪ؀vbEyAbJM,8rDR'B^vN݈֘Wfɦ}a-xJϷŜBŦ_)%"@|#㴌 M H0埢0<;iG s٭&Άgf-n"Aas;̗[/^Kл8g|yȶYNc&fOwG?%HtCM7?{lcNۮ1l#[snԇM(2fhħwEb bt ǨBg8};Ճ6LouS)yشt'Áq c=Ԛ.Os*Š~rL[X' 6:!B.>`%C7~.8&tw'3oJ7d3q[yL,݃T'0$Y "u;ӷ7iXFޚUl19 t@l?zT[ɉ{5"&8`n8n^&e7Xd}2?wdcؤRL'MÊ^^xq:/Bpa~O$S]U?/9%a.cVӔЛQ8~Ep/C;lՉZnRo}Dڨ~i{Kמ&;xL}-nq| S#:q[v8W{wey.7&^BВb G4fo udo >aĴRNԟo%kua*ZRW;u^lcJէ O͆=5~& _Mc/#D{* IIs7I. t-F&Q$"%ssb Hش#vr>P/ì|0@T?E*aNZ^^r΀G 5sl3V}Chf£OY\ؿlC3 AbR"~<.h#V/!oM澫A_ȖVB_%&g1J;̕ >n3]ux 캍V7Vp,Р?TVj5V?:bu D{oڨ)M»ap@Vm0jθEmwǗX% Vnuu A݄dOK)Y<~O[۬`HETj;yPiM= |L*8Aؤ70H%;`×CCdKB{|֎L{ۆ&I Y@g5 XS-FoxAٚM% I|*q?N0v@n IжZ:Ggv9?i$yq]LPQ\sBQ!cI | bV }YlW<QFYb`0ʱL:'4(o  C͞yy|hܒ5))*i-" ǣhOPb q穋Q<8o5jG-L3xs!x4'p䂠"0m ( 6YX $& Zj,`tE%iN! @q߁Z|W)T_W9%b#g9›:Yľ68LYV 6yuQÙPfFËJJjWaC:sv _jFHRqAZ;h\+MѪ`ŰaJbg?_Z[0+XX}T)YM#&*0$-}F%J/(/emO|~DL97Y3:fiSp&]BYw؃}/2Θ:tB)pV%|BmH-i+R>뻅A^Ed#_vL)P(e*J8ݱMRj&lo k< a IHl4BͥdDoP>8LY&0  8:Z'<_BvcQ4@PSI8vCXvf/P?韽A#n`pHAKqfx)G K!YjA#T4 Ha)?^ oZ5E'x76x5_FT_śP9 ؉ u[b _4"휕7>\}gÇ,1P$+1FO^yzX4[?t3vmŤ>%@)bO8f: oS?BE V+{9r|d_˻IZ_v]~*YfO+c=Pց5ԕ@Mxݠ/ibu.CC+J<[Zjb%)k f!4]7oh魙k~WkH_7\Kx PdQS=UYU(5tD'ZSΊrTH)pj)K7\'X,nYkj$8RuSwiIܣ|Oǭ4$y\l\ ͗Y\RM/?)9 \X0rvm `Df%6{Wy6_;yUs_RS.=jX9XrQ˚9E,3ċ"sBvv2EuFZ.d9&MQ jl?7&+vߍ68PED[ӯ!Nǻ-._U1lrb-# >bSmɎ}D73~G W 68\fK7VS,2cό䤠3~C x :-Z$e|)YRpT[P7$BXqA!"}δ}sAn<ۼ.{ N Ϭ50*a"w=6ȊH}Aŗq~00_̝JFm+$hV3faqDWP2 ? ;_:.Ww%%y Pd^%aEY =1^u]ﭞy9, @Vy%"g£Jqg]xt^T]늀hi05ר&K{K=TzES܎ T! jNd_ IU&$k)h?}a>iz=4fv牐moBFd%kDo&;Hޫp0wsUW!f{s2Q]+~q\[@h%{.$w]:\#R'x pVML=vsI͢,W֛ӅLIǰsރ(P`"=+;OBzKYdñVqVĻS. O @7nĭ>SBT\#i&|X xǯ?8ٚ~}px1Keil ҩނM+[8^ *T[u7?nAIY{jCgĉ*R̨VwD&#XcqfFߴR*pDe}Cs꜏"FZ+^#>Hd2r.kicr^uaT1Ze&Њ!Ntj9͌~zg~w%I{?&s,M+0"t#@}N}UrU\%|@_琄)/-F%JfAAm?-}%U{ qk>bZQjx2Ftf&0ex_9 j;WD]0BC}:$|VZ9̖4z/dҾ n[|4_OJLgaX:_yf.'2}}mc6u\jp𻸶 YZ