libxkbcommon-x11-0-32bit-0.8.2-3.3.1 4>$  Ap[0p9|9Nf;~ f/td:N^G^xL ;$' q5ɡ YlhMjSkqozt4&VaB;QEgK#!Z9ոۥVWtb]gb G*3a !a;i_6HtS$cc>5,KG ѵk\i$Kg'f (*A͆%Od -&"Lljl?#͏L/^Xdc270737b14a0389eef5fb9e94cd15ad1cf98bdc2bc2164d78bdb1f71bf1554cc4e896d57e46fb1985887f27ecaaba12e1520e8c`̉[0p9|)is&R7h [Fc}4B]^>|O'ߘvt?i7e5#9Zg-QGX':zpzKM' Jh&Yx3Pr ԨD>Z KQ9_ʡUxJH˺ڎ(O0Վx*c u7.؄\oj1OiJ[4>*)>>Ѩ)0w  ƩoZxKOgV@x>p>. ?.d! ' [ ,=SY`px |    (0(89t:>+G+ H+I+X+ Y+0\+L]+T^+b+c,Ld,e,f,l,u,v,w-x-y- ---. Clibxkbcommon-x11-0-32bit0.8.23.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.[*sheep27wMIThttps://www.suse.com/System/Librarieshttp://xkbcommon.org/linuxx86_64/sbin/ldconfigw<[*[*6c2e9b523975a8633217d9d49b8ef98fe1e44b30b35ad51c9c81b940ee1e03balibxkbcommon-x11.so.0.0.0rootrootrootrootlibxkbcommon-0.8.2-3.3.1.src.rpmlibxkbcommon-x11-0-32bitlibxkbcommon-x11-0-32bit(x86-32)libxkbcommon-x11.so.0libxkbcommon-x11.so.0(V_0.5.0)@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.4)libxcb-xkb.so.1libxcb.so.1libxkbcommon.so.0libxkbcommon.so.0(V_0.5.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[iZ3@YYV@XXX%W@V7P@TWn@TTS@S@S|@SE6@SCS>S@QnPPaLjengelh@inai.dejengelh@inai.dejayvdb@gmail.comjengelh@inai.dejengelh@inai.dejengelh@inai.dezaitor@opensuse.orgmlin@suse.comhrvoje.senjan@gmail.comjengelh@inai.dejengelh@inai.dedimstar@opensuse.orgjengelh@inai.dehrvoje.senjan@gmail.commlin@suse.commlin@suse.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.comjengelh@inai.dejengelh@inai.desndirsch@suse.comjengelh@medozas.de- 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_*- Add commentary about upcoming symbol version support to .spec file.- Switch to library versioning as described in Shared Library Packaging guidelines. This permits installation of multiple libxkbcommons.- Update to version 0.4.3: + Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent modifiers for some keymaps. https://github.com/xkbcommon/libxkbcommon/issues/9 + Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB PrivateAction's. + Modifiers are now always fully resolved after xkb_state_update_mask(). Previously the given state components were used as-is, without considering virtual modifier mappings. Note: this only affects non-standard uses of xkb_state_update_mask(). + Added a test for xkbcommon-x11, "x11comp". The test uses the system's Xvfb server and xkbcomp. If they do not exist or fail, the test is skipped. + Fixed memory leaks after parse errors in the XKB yacc parser. + The fix required changes which are currently incompatible with byacc.- Add symbol versioning to xkbcommon- Update to new upstream release 0.4.2 * Fixed a bug where explicitly passing "--enable-x11" to ./configure would in fact disable it (regressed in 0.4.1). * Added @since version annotations to the API documentation for everything introduced after the initial stable release (0.2.0). * Added a section to the documentation about keysym transformations, and clarified which functions perform a given transformation. * XKB files which fail to compile during keymap construction can no longer have any effect on the resulting keymap: changes are only applied when the entire compilation succeeds. Note: this was a minor correctness issue inherited from xkbcomp. * Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms() error-handling code. Note: it seems impossible to trigger in the current code since the input size cannot exceed the required size. - Add back -enable-x11 flag for 1315+- Add COPYING and NEWS to files list- Replace %suse_version >= 1320 to 1315 in order to build -x11 package for SLE12- Update to new upstream release 0.4.1 * Added two new functions, xkb_state_key_get_utf{8,32}(). They combine the operations of xkb_state_key_get_syms() and xkb_keysym_to_utf{8,32}(), and provide a nicer interface for it (espcially for multiple-keysyms-per-level). * The xkb_state_key_get_utf{8,32}() functions now apply Control transformation: when the Control modifier is active, the string is converted to an appropriate control character. This matches the behavior of libX11's XLookupString(3), and required by the XKB specification: http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier fdo#75892 * The consumed modifiers for a key are now calculated similarly to libX11. The previous behavior caused a bug where Shift would not cancel an active Caps Lock. * Make xkbcommon-x11 work with the keymap reported by the XQuartz X server. fdo#75798 * Reduce memory usage during keymap compilation some more. * New API: xkb_state_key_get_consumed_mods() xkb_state_key_get_utf8() xkb_state_key_get_utf32() * Deprecated API: XKB_MAP_COMPILE_PLACEHOLDER, XKB_MAP_NO_FLAGS use XKB_KEYMAP_NO_FLAGS instead. - Temporary ommit passing --enable-x11 flag, this release has a bug that actually disables x11 if explicitly enabled (fixed upstream, but used this approach instead of cherry-picking the patch, for the sake of avoiding three new BuildRequires & autoreconf)- Update to new upstream release 0.4.0 * Add a new add-on library, xkbcommon-x11, to support creating keymaps with the XKB X11 protocol, by querying the X server directly. See the xkbcommon/xkbcommon-x11.h header file for more details. This library requires libxcb-xkb >= 1.10, and is enabled by default. It can be disabled with the --disable-x11 configure switch. Distributions are encouraged to split the necessary files for this library (libxkbcommon-x11.so, xkbcommon-x11.pc, xkbcommon/xkbcommon-x11.h) to a separate package, such that the main package does not depend on X11 libraries. * Fix the keysym <-> name lookup table to not require huge amounts of relocations. * Fix a bug in the keysym <-> name lookup, whereby lookup might fail in some rare cases. * Reduce memory usage during keymap compilation. * New API: New keysyms from xproto 7.0.25 (German T3 layout keysyms). XKB_MOD_NAME_NUM for the usual NumLock modifier. xkb_x11_* types and functions, XKB_X11_* constants. - Add and build new libxkbcommon-x11-0 and libxkbcommon-x11-devel packages for openSUSE 13.2 and newer- Update to new upstream release 0.3.0 * This introduces the xkb_keymap_new_from_buffer API, relaxes restrictions on the xkb_keymap_new_from_names API, introduces support for setting default keymaps from the environment, and includes several new bugfixes, as well as swathes of testing improvements.- Update to first tarball release 0.2.0- specfile cleanup- Initial package/bin/sh0.8.2-3.3.10.8.2-3.3.1libxkbcommon-x11.so.0libxkbcommon-x11.so.0.0.0/usr/lib/-fomit-frame-pointer -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:8662/SUSE_SLE-15_Update/6da9a42894eb85bd03766eb177326411-libxkbcommon.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=7cf153d48a177db4cde59806d78a60cc6c7f5c63, stripped PPR RRRRRRRRutf-813dba0ded7dfcda59670c3b93a7753c56c12e74d6fbb28f6ddced7f6bacde503? 7zXZ !t/x.d] cr$x#"QMoS/ _F] Yt \F˸nPӾ'q7Ք{u0UZrJ tjibZy?Q:p|2m7SB+#ܐzUUu.2L!?d ]HiuPdY'Ŗϐma`} Ő4 6^XAMo0G*VCqN$Nej6.@5{A%8$Mba]^Ͻ7_r[/ `=lYuO;fC0?:Ir=9/Uo (`<=s_%a udDuyJ,e8yejjh,}mM:=H[Y#\ͺ%ݙ"eSDBȦ]͕WSbڧTr~Q<+\ s#l1#6ӡ_%ρEh#qr4SVխX']ﶩ вaVf\WiOUt bwzToc wx'H(Uf,(]Pm3o1] Q=\vc%_Á4ִ?g4k=bUW!E(4v 4YN`w-sl_ H1m:I31-$JgX} :ϣ W_"=amLTC͛)-rG[d^c`qJJ~ ,d'd^aDGܶVͻX1 xzf)hˁ:y?.Q+:Hƛa))H4KְK4#卒 vG6r?SEʚKc@.xoXPa7"4 +4ۦW:Q6dw(3BEm"cPep>N#+DPm- Ҩq4fo <-" ӳ9(ƈrȞ_ L^T5F+,u*^Pt4j"s `ыCn1`!nDԐ¼)d1_Z ˑnetҥ![׋Tu'3AUw iX\۱XiV:]dncc;")/,Mh7ylڷ]X9lC# QAjK泚B}{&0J #?aRo0vݢEm9v*kZwad@+@N-i>`YF!x4dubv:p@0 -+mVT%⢀X?\0b8+n[D"]&:%IƯ|#RC+ȗ#֛|ߚsnЯ.T-=۬KhyޣFlC.J2t..C<5 AJ9J,&f" $zS'SgiUpJ RXp*2{5FݜJ;D<:9 浩FEOkJ~w}+R&J"5NG_.qg9;uYcr.\`b  $UA[-_ʹ7j,RmT]4PmB"ar)< 0afsZ:.Qu3u#-Gg0 T g8z!Ÿ;-'UݲDY;d'KE6R0ssD3f҂8!4&T%Q.ffX(C鯫(o%WBAnnb#SϨÊ1|ִݤR|PaNg]+\8?Yy9Y, y3/tbݪE[Uىi:l tJE"+B`]5V_ˌ0{E1V D"ZĽwe\(Cӡ't B^;Fֆ f?6ց^g s`]4voS佳;Ǭ[$Lzxڟ{ͥV+,,ڨUݕ`/JPvm@$SPkyc|U](~(DowK]HX<&J&SנVY=e+Q(Rbd43H3 \f Ai(];) c]QK ŸU=BH yO",oTo!$ն^ V q#?(2ѹ&P3n>jCVǶ|Tl>7A]~!|!wk}\eFCQBpy=!*V~c Ę} 4ޤ$Z8UЅ,"%ii/;TֵygЀULF]P7 /fݥQs80% YZS7'ؔV~ďl񓦐#QBd(o=~QurcC˹1e:d5xNEYT7BG<arZ}_-@D"<㥲.=~8{ӊQc5\}dASDT@o R,`]&!5A;(4^ߖi!23Ji@?s0OA6un!ƠzHX[)P>܇`yk<ΘC]<͵a6RX+*i4U^cV<36efaE'Ix&J!Op#Zz5ڼ"]dK ,-}"hjp)%zq@eDSά$˾b.( "}`˯۔w2)-xk{ Al4H5>OS"h„ɗ)hM+˖W0Ya\g)Dv(J;[9&AhxU{RQN巁x+bSH\,If׫lz~gfc/3d+6__@!f^ȅ~ ~9r.vV{Y};@,]1@@Tiɪ[rvZFm6vhifnc^F+@pѪ v XQR (;ջu^3aCLN%O_\kc] hK`` PH>[@ N 9g NW3Ns4E`iT_Paiu9ٻAYėc$av*&1(7j;f2C + He?r؇fht(=$^"v.Z|?``|!.,obNo]iU*v70VE"#8!.끱ɡv/ kМ w(h91}vyu>q(xQ"ѯ#bQ6( F{4-dkXC^ N\jGv^؝^e@N'qb}@ <̇We CCwz}wi W$B(%ՙ0pS@^ڱXaMq5%ۦɲP꺟y!/n TfhBOz`zq+2}ܿS$K=U& ϳ]M=n'ɡ!'侶0Q:ͼAz(*Z>=&dڑ,$Iwߕ)˓C0,QN97%m-*B  eo"e Uz$I2XO.H%URzh^Qs%MXR!k"*;)5Xn RXf6Ki+X)}j&xR&sS-}| YshS!U}77H@\[3oGt:B$;Qj(q϶a` X7xNL2P6jLb/t=`m,W pWY˙9d ":/2əDߍ5bP%-lv./pfPv%` ( `OШ٢>d?jET.qH(єB.ǘ(cu3b{|ֳ\O Otַ_;d𫕩1 .hjs g(PB6 C $&0G, Q#e O{a9:%X ~{VO5\Qy֌ɀ毑2Sh*|o## 9qmsd}<w~(ET0밑>r&?DJQW\mz\mrOu~Knu?`#&B%}[b1~6;׌*eMs) χ׍YիqQQ2x}FN g_ь5pi6u \ѴbCt*~ WˏuZ0^ +ɵF e#8aZC7-!+3{i`&nV*Fl-gΗ2  ?%ft97u;_A.8df0!ĪdFpZA~WvWT JV]Yz[y%/,dt>QʬiJMr0Rmql?alf pMJ9h#I|y^==ӗ7Wݹ?ϲh!q /K+f[MK+_K6zc ztu@Ɛ̫e껦zf,rCW-"+jݔ Ad[Z% dC/CZ耮NJ꘸#B7>g-@y$Pzʿ,9 |ȲUo2vDDM [ nޢcuPIŠy.N;D$5RxеΆUu؇mvj>+hzicbUGmG`'[՗>P*`=a5ׅC/,"\Sʌ fݒo))KF"t$q88 uiߙKa礋}I D`- =q=4uKHP=Nŋh㧔Rdvy`pQ^'cADD_Y|kŋ3>TكN{(5 )n2Nktu#zF>I9]aڃ?瀮\ՏŽ ufI.C?GR&=bAt g  ,콼4[%GJsUSsgP!d?g$~%TTknbNH*T⎔t M6UuĿmzW_{+^rbw5L.[n$՘;&IKЎʲAZ2tB~I(וIIA MnQMNa .D 5 W@I/WP1Y P!Imzes2Y7{Mb4,uLBɳ+j#^^C\s6iIc} )E+]wNRvrm*46GsL>{v}zLv܃i<^)u$G&07Aר{Ky{K:eq.RNWH?:A\x*z̓>yo ȱ@:L"&?aC,8!GX [q=}<,Eύ~鏃y#4`O]rP=<H @ w,D|d}w&='ɝ#oY~[˸7pD|^a9׹qNB蚇"@?jM䋳;d]7ֶsB@}ʏyMŞiD8m ,f#hHAJ]r_j8> ݪF6@|?\q%]p[N޾b 'cowvRq2Smٜ{T&_ZfjYPjr bG>M;|V)93]|'h$&f_Q3Kf'UM|3gȑ?EHҚ܆yoR$UTs <&u[)7kvq'z.0\_|/=t^5oBXe&b' 4X{jwQjʗMF/peIV`hZR}R#ox lOi--i6sB,:W,l5AXFXh3~f!mW>(x`HEׯC!|1Xw /B^8DXө?`6yL5[B3ӊ46t"I-kpiDq .c&WiV$*ϝȿIy[>s,ˢCLœ_.w"a>p|Z;:AT ą҄7rZ21gs{TUKhS&ah&#9LC۩.$[:Bu4fF(7cO['㱑KG_`H}`ӏVz3U' Gҫ*$Nu( S,+-, +v_sjHgBhe"j VW_jyM:Nˆj4FQwxPjCϩZ])'ݹ`62 YTW.3uT"?:%IHTA}Ɍ6,R| ,/jjCPd|:$TB=`C Ngn+9:@<(ϿBK!*XNDtAY[,@rYAI@ADYIx+Y?cxĬL)kls葨n `񉬚smdžHh_EF9QD>q),r&6Pȸ|{W&:BٷHJG+2ugKrS 1 n/BzM%Jq|% N[,ԖR oʝe봕Ѩo*hT#U]z*GW1$X*\ŭE1SڍHrqh.mW<>]2D+NOdm.y|ڠn> 3NksebcЗ"X@jAae4FJaF@e;=U '~@5$cK]g], YZ