libxkbregistry0-1.3.0-150400.3.2.2 >  A e ԫp9|7/ryԜOIBA-\pke*:#$W`yyJ)F|`.%0RE^e8-搁[s$\ mB:!=̶OШR! Z+q^<gC07x $FA>7o/7oƒ[~F)z LU>TI))3~ډ&5 &rih06on-Y:Fy*Lke[k66c5dd02430b6b19a7032b0ed9e198d6cadc77769453e055c522193703db66be9c5d6358c295b3693ebe81270ee945372748d04c8ULe ԫp9|9P4_O܃KEy1OYf#},V|tPgzx8 wyq?quGfPzkIt'S$sdOF΃\V]XXnaqiAap[đE,CVAER}S9z巧ytqj\ -ɮk D>ӕن=ZLW()} haLƓ4@y:}02†9I}bD H>p@((?(d % K -CIT\ ` d l      (/889:>$@$F$G% H%I%X% Y%0\%X]%`^%b%c&Ad&e&f&l&u&v&w'x'y' z''''(Clibxkbregistry01.3.0150400.3.2.2Library for handling xkb descriptionslibxkbregistry is a C library that lists available XKB models, layouts and variants for a given ruleset.e Ԇh01-armsrv2 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://xkbcommon.org/linuxaarch64 e Ԅe ԅb71db894e743cf1e37fea8c35d711633f6fa5e59fbf81b955c4f0666c3c94aa0libxkbregistry.so.0.0.0rootrootrootrootlibxkbcommon-1.3.0-150400.3.2.2.src.rpmlibxkbregistry.so.0()(64bit)libxkbregistry.so.0(V_1.0.0)(64bit)libxkbregistry0libxkbregistry0(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)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.5.8)(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/ldconfigh01-armsrv2 16951430461.3.0-150400.3.2.21.3.0-150400.3.2.2libxkbregistry.so.0libxkbregistry.so.0.0.0/usr/lib64/-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:30272/SUSE_SLE-15-SP4_Update/507a2f95a84b066232fec446b78b67fd-libxkbcommon.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3dd707b0494abaa4fbf4d58b75bd8f10e3bd84de, stripped PPRRRRRRRT}H7+@utf-8dccd87576ad641d1d3f58632ec30dbd3b123d4e0921c90dbc9d4801d083da5db?7zXZ !t/ G(] cr$x#I߲nwLs֬ݬ4`zߦ\pxSD@ƪmmD)ސ]Kjq"ӎ2+FJXP.' y!Ѧy\1Qk><K=S`&eIxD\mܩQL 9xb!-*cOyK .W&x^mLɈ+~qi,vw"qrbKq$jNt!H&y{Js|~V:)k9Yϔ>;{b50J`ui f}"am.]wyX,WBX&"$ 4XVѨ| ^فtʶhެs=4B {K* >ŀ ¥1-wQs^x?1ݬaa.I0[ ( 3u ' `CM'neK*@4K^y؍)#n?JA y2f&hP cxrd8jy]mް&+U?q܊;y"]2kD JYXZ'v(3v|hv̪9"_x֤#l.yh"2CKTK2'0]%9h6;}I`v 2j>|64JU Yqm_[Cy²'|ȃ?&&d8Ry lҀUx j='#HiЂ&sOt}L :שa'cЫߋ;6p)@!y)zF~,dz1Vr{ZY3et9'n HLFUfRV;5'Юfoft' ?@iem;1v̴ĝCWbXn.~ 9rxqKJwC&B]c˷؝\ :;m/W7{sЎNCsA/t<ēB% 6 SmSdbFlM sAͲ<Kftyń/ZmxWE}J~2أ_ $AfO@ERPAOm%%]AʕF_QR6ULC\RF |M+k0´\||%r*/"G-1Wdp'r*";EQvzYAM?"kbK+g+@Լ﹒BRS{]tYVHĠխx a䵧m-=?Bֽ2*8[@(M NR9. $U _hkaqP`?%&ZGGI,t# \^A@ȸf:qU2-~3ҜHвR[6L6 ށ,Xd (N)Þ"nnۉ5?!ǫ*X%hyf_ƻ=.ǤyvghaSJ"1bfRL rN7CK3Kd7 60tI-`Jf lw{%_2i0|oR=&s^M#nر%v&iywKL6%Uݛ=kpIL`qh!UNsU.nSa+ɺ ͍@` acCn Q[r(1րaYMHuzE~B8>H`nSR۲grGV週%*%2^w"%"zvj 6±,:lu1$ލ^02R fC$?- D\HM[=4 :r!8Wg+3ǝniTFf%u&zk~sNAg4Z'̨r'd.HpDlQưiej7d"#/,^nKѧU";x!ѼČg@_y\łk5<('N:?)@@S_:<.BZv@(pR&zOR'{3n8Ǭf jXɔf goO4ҕ€&ѻ0!Q, xTB2Z<|S>7qEvOT3ra8k|Fw>p/= "Gg9CB)7{'+&52 Σ5UD䨙QnTR௳Wo2Yed (WPi_ofC(b/J]6|~g>1NېఫKR`ɍmב]\Vgk“*{ݑC(+4WMl/W/Gi; /P1 D_25lIKOܧ#}࿐>ƣKkЪq`Hpf? /:ދћEY]h,W7e!1ܴ2;>CӚ|?֓y`N)DfWE)+C"SؾPD&eKLyn Ɇ@_/M9Jڠ:!C{. eBL=N>ltFrM<߮zAuum%^ʊ+7 ,Kg0QFBiKGPS$hx*}ȮHnNv NW(C&cuv밻1(%T-(g1{aWNme]5SqAd[\"At6a^0yYn13, ]21,8+G';F Ce YD)R;~ZGoiWd~/8YXvSsHKmT; C%h*/j RjYW[^ b.;E:x4J=/-:*B7?a'TI.BRjx6SHDvaGfw:lBZN.3#VRh~I/;7]+N>!ͷozr!^^i oi_@tJL}zDZs+?>n083Y*#I), 㦵ELߍ-ՠjFih-9,iBL*hcb,tj!k"s ܝgsŸ9m& ,\8NYAie*Nٹ̳uP A !$}J^$۫ &?dwA=G C^s:#gro#>+i,} >:uVa*'ip!2ΞP/lQ2Yj%b۰ryx)穟_08-PI+1)56,U<,s2g+ӛvdI,8JSVm?r@[e'i 4iA}@@BlD $SU|Pd^mdL#b[whd3m@bi9G~wc3Jyd DZ$}96ܥf[mƍyJZ~ +) )Lwv U3R]阾ԊzIϯ%57LO+!ETƿ Trt $te= )?|}A;9ɐ/"b%u/r>.t01Gw1 iW*+p@b^4tKb& _>v;ͻ#n+ 9F&R QK:օro_$I|y;?Q,{P1fEA}`bFj_SI^NɝA"~T{?2V|t mEnzeɒ _~|%qj1s9^Z&p۴~3uGok,T8z-%R_Tv?Зop鷇a}-c.If;^2]*:&*}Kw~V%QٌؾN-MPp= vtӡUnaK 7l V4κJxm1'S~o ^hN=#mB"\(RKZKERMT*U8͠7]&"U}c<1cYw*em,`ݣm%uK9~لɵ[䒘% j`5 >GU'\>-b ~IjD^ 0W9ȉ$,s?) _bzq5(+6Ph2Bgp>װHXq}orqqsW;J|)95ث,]u 2Mbvu+!oL.Ǧ={\ֈ$ehךhK2-WӌҚ&sJB<NbV/= 2enJHy'r OaCU"~x3-{J޷Uv%"x6g?") UͤRB{X* #4N+#Ƥ!ThlH"C8O`G \2Kw^,A+K9g^^Pufa ljC/Ғ o8:u%#@Q2M2 /;1Nin|]i}!8d Hxs7 .tO{Z iʶh!F ýȧAuk>V%ey> FiQ/8Ɉ%f6uݡVY]4cYǩ3>#ܭN,ZV@b \@P4׿ AZq ^F9]IIR[!(`ra˾qf{IbŅAFL7QPlF/b6.1̊lP5'Rw4Y,`t{5ߒ*A"*JyupҞb{Y"5ͦ4 9ND:<'Yu)g@1JQ1Fw 'tV7@/ @=ӟP,Y̟0NN%W< P͵f:>.Ue9¤Zn 6駘x˱̩ȠЦ1z;yLyao G.uFjOarWɮƎȪn;hvRۯ\!hmnYQS j-Pfâ({lNH.69OZH ηE yLp91n\Oa~uęi'u]}wJİB\GoC6կ!9 F8!XMQ- 8.Oеbte# ^BFbC#C.]R*)k hWpXk10%,Mk7,0*Mw:_´OLQNJlpȮgyLcP;(c@>-}GЭT(njӧ&)byBfvˏscj}BDexbTַAaYW5D|h|6{M^"-: ie[9іTVPp$e`-#?E3dvwjl,GvIig,IaP1C]8a4P/ ER{aNBe\6&PW0Y*?, /FJ /+&Ʈekhx(B Dx+aNhń,-69`?~IʂCiw)C-p΁y@ c5l,3>27$Q;nEazT$&`ø.V}Fn(QQ~Ÿw5ҕ .}"wVڷ) ?H:c/ .ȯ;y*텞TTR+>FdyR92ufP=GqdmjgJNK[b7W.9koc .iK-2Zɫ:Elo5Ilb,2S4ќ|l4~&Q"[ =ugoH(C?IJCX/-a(Aʆ>Il'E"$?A(34~5B#;WDɇ+Eŏ>}<$uOG"`L{Qtn@Ea4V,2CR>n4"bM\aO?*ws2DG~(B6IyW5d}y e-z.S̒TV$y)fG^R~yUe|GBj3\/0J`ϡ-A*}z1K~r]K< 7^D2%|}7!%Q@#:@sc>ˇ=d(g0ѦN<!88= IA>%v+}۩ U, 40?MBY5Kl5RX.%nmC>F\z ЏV"QHY@V8CTxr^;H?"/owetg{G/hOY/J "<˙4Ty1z v7Pl*Yx֚=Oì%-c-g@NC7 V$73X|B^ʂ1cם"2{q6f`:Se}(/?|NR1x *3`Y0q?seb\&M.( Z~~+PY^ ONRe#>ufLQ`ܖJ'[03b/8c5DՉ+|P: -QbA z>t 2Lv(CV!b(~+n0͝D 8T4ԥ#E9-S]w]#]}'|\(=,**S)TgOwoIP .u{"x)&w_urD5r,݄Dڻ}0 bs1N¦]bt@NC9w[>]tD[E M?&s Zm|!32Wd:c,ExO|7ݒhvFhSQLtAJ(0/hg3H~56@|#(N#0)r'M6G k*txee)^S+H^0 x E"~5Hw3~ ]bp}qvJMf, [':ր8/$jDq nS5V"W刋d@qe褧ٌ+(sY㝮|(XW/i}CNP+y{ǒ_+0A$h4@pOYu~%V{΃SoҺ^@|^L`rLw0WaCP?nr^D>U6R4*[,3"kj^vV)فl 諤bUǼ /ǡ+de/͐"YH!|6uڭW<bN K׊9 omi (UXE J,2DhGGڊJ0B2d,8. P6Sw;#=p/ vKDUUUa6 Ee-EͼY2cm_ɗ8QȖ^\? YZ