libxkbcommon-devel-1.3.0-150300.10.3.1<>,obNlp9|ê. my,bK[oQy&Mb&vڛ|k;:+c*R0}Z2s|C*-@-? MQ R 4܁1ZN[ 4daq½9E}qUϊ(M }At_ܡ+k{ UK(;!r}nKh~kآp_Vľy|>/clG^j} И<\p'sYssn9>>-p?-`d ) XPT\`y  (  @  X         \ (890: F(pG( H( I( X(Y(\), ])\ ^*b*c+md+e+f+l+u, v,@w, x, y,z-----\Clibxkbcommon-devel1.3.0150300.10.3.1Development files for the libxkbcommon libraryxkbcommon 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. This package contains the development headers for the library found in libxkbcommon.bNlsheep55"SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://xkbcommon.org/linuxx86_64@^ aEAA큤A큤bNibNi`X`X`X`X`X`XbNibNdbNk`W0b4daef35b0fdc6713d6f4645b7182c08176c6d9a436b0e11eecdaceb4e83ea2aaab91f99eb78dc98db19601cc625b61987e04159e17eb7a16b5bdaad4ad92a1f4143f85b7f81a5522b9f042a949f304cd8b5a1bc21c55b4a09db0e0c2af6f2a7de3669465312b5b00d0b70490aabfb3557726b8ed152fd21db06df64516a578570ebff7676b1b16ae1c8861ef6a36fce8376c47d664210b6676fbf8a64d4070632cc1ebde39904db3aab613ca6a820634dbed19cc3b205540429059da96a7ade82623c6fb65a32d7aa8daca3b07cc91384d1fd1a33414058ab7ddbe3ac1bd8d9f62ae0ad2096a50b04ca51f766b7f91254a1d1a411b36816e391b36dc9bf602libxkbcommon.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibxkbcommon-1.3.0-150300.10.3.1.src.rpmlibxkbcommon-devellibxkbcommon-devel(x86-64)pkgconfig(xkbcommon)@    /usr/bin/pkg-configlibxkbcommon0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.0-150300.10.3.13.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_*sheep55 1649339244 1.3.0-150300.10.3.11.3.0-150300.10.3.11.3.0libxkbcommonxkbcommonxkbcommon-compat.hxkbcommon-compose.hxkbcommon-keysyms.hxkbcommon-names.hxkbcommon.hxkbregistry.hlibxkbcommon.soxkbcommon.pclibxkbcommon-develNEWS/usr/include//usr/include/libxkbcommon//usr/include/libxkbcommon/xkbcommon//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libxkbcommon-devel/-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_Updatedrpmxz5x86_64-suse-linuxdirectoryC source, UTF-8 Unicode textC source, ASCII textpkgconfig fileASCII textPR)(qlutf-8aeb5020c9936fc9f8706141624663ebe9d08945d35805652e2593a49927350df? 7zXZ !t/=Y]"k%]dM'h4ZUm;n)YWXbnFjU_87{f 7={};}' ILHZc..F2WYJx)rħLgDv3Qr{u8h-.u:Ӡ[I0)'5X9a^w m7 Y =Pcd燸z3LʵE? X N4MNǴWkA#ճ3Q@q mM=@k)d?L\l;ߢ GO%$𕕟G+Z!SAчѺq&GhSv d0:-0.lQ4DgƧwɦ]XӇپϛ3JT)+׬:l29KT4"36u2~ @ҳq{$f3oʭ\)?lMgv1 "ˁ)UI31ڤ}+i_=>+)ENfC9|nw]ytxM<e'𲡉$S÷BF@MކB>"Fv4"cBHCybMM8>\6T'ʓ,&#H8}ᱥL%s+%Jav/ͨ2l`lY3BilXBéH9HNznL*rI:uFS9,(Fc75'\ EMGuyF"2HYGv] u4̍ױ4#SDv›DDSL.2 <鸄Pܲ',%EP_pmct^D*>x=uy`s\LTj\"h>v"ß )wHYjHJ0*TGW4##*{I@qxP 7݊JiFYCA(:l';l~ӑ~@ ɮ*/Q˔x:l@eN/@#vse,A2SbX-?1 ̟.l18v|;D*b!3zmLJuLƨTF \, >xgM0ޔFXA?v'W${gj9QSZd>.. 45:']W#m ISLg}Adl9Gw"ERWQ 7kB!XQ9tJSWS; EӜFmr6xc3ouL\|%dhC]In/G52%m(Y~ wo:9>36:,˸ 1 l|]f@W*jjxHTcўeq,#wyKFBV9BVPV+3{ttk&;aĻUwy*ŐĘYcԔ,!yzƕLok0r1Gr匈'Y"Q X1@Du)pz1sJ#4|ηҎ"Fs>ǟbl#}?TqK ߵ(38&SO- @a5Ѩa{Em923֙rKb}&s3lqlTz)20.37GDM]p |rr/$bshX%B z7+A1nE/räMLپ5BnK201|rms󞒓h–E q|TG aEufX)܈M,)g+@aȈP %γlw Ƞ`T/W ڡErH%9nD`<`P.Uם8^v8J%|E1u)kq/DSSZ ub0 P 7~TH܂#JgR:AB6DMU{T^ ssJ+"%~C(ِG, G`\2JV l}qSW!G"kmuB!9M$tDzʱ%:Gqeqc e` ۷-6Mmz٧*y*G;(tOA% 8[ŠkKͰE]`Xm:VL+ lcJ?R?vsřH#9!B-1Ή~tNÒi Oz4XSk.9}goޛpvW z#OŻձP@Z\\D1JF_O֨M%Z>)2p =D=;9?|98a^R-ݠ^tN6?ywƥ4WpU]'9Iˠ!f^WlF"S7M,mT[xl1x\܌׹y)-o2mdZ?lYtf+zoRP3D'4w]-M5?{ujkz4[`MI2nCsfaj|-)bѹz@ pi@5'B YVqh@=oH28mG'Us5;=d^rhz~pb\DA^EIw?{kޙh;7*${(9U<'DW29)hͧ볨qkWFRݞ6Y&޽mٱ: w3'A:O?=O/ !cBiq!J!eJ:2?+)XМwdD7G7LM T[/=wZU*puѣ(l9C8DZ ,@Q',(^묯._p\_?Tsz8Ni5'oOH EXҵO{ B/Iz5|jˍl f0v{f6"L`{StsA^oV8ux?(p ?j(RgCx! DIv& Ifcn;#I %U]/cfe".(vh]6ChS^ht[I1Ҫ>=#4mB'<~+L>r}MYI&N\#Kqݫp{b&u|J!vlHf=C[s+hW|su%G&:#J\:!zvK>Ѭ%ů y!*ElgDf Ufs v/]Pj"o霄 +ڵ7OsBkp+/\4;| cbG0F2*ج(.{ z QLïILcf_|"[4bBD!/"cjUB*bp܎/-awIU'xT]귉Z&-S6@j)<9`;g%&2#V~G4,Ի(l6KpL!$~:ʏ$-h)tdaDDz߯fB;[tL60 THϺ19)&˥]>]=9"qz&S(S"+eD#7n$E/X97!95rT2~QRom QH{T42wlWQ!@CrџKuW1$Y(Kag(ąHAƕތp&kH榐f 19`̊Kw=3ASm뽥`8cXKlLx9ݱ֙:%'NU %B23|Z D/h#͕ڮЋ.qQ!X~z +#ϰr1T)d\ ߯rYc)~+ ")~Iu'f|yY3Ψ|mQV]y tY.zc.7o{ă׀&X!+Qqy9MWdRQK5Wjky9/j<&J{yUT޵S֍nB'~; /bۻZ V |d2,.[4ȵ!-񞘢#2ėK)_nP>k#읮 ]v0/ً)IapW@s.@DH;PֳaK: ;UnkeaC ڨUR}4(Rˍs%0(#*D bM~T7}0|R6q=a͡foQEw dQL>Pa^%>TfFB<'ȳf uX87bC!xK1qZ)6sv1z76|*3rS\Pm6>7".ʠb"C~fcG7<؃? _GV%[b;,9jYICħua{κsi&c|o`vc1b܀-@{e^;mTW~LSW[4 i~uI>E1˥t18On2&|sqC<'m>Z)4 ^O?H5/J,z+ AqUg'4TbQݿ._o,z,ca[Gw^(ftz+?]:^-gNk&锭ӵPSBъ&i6bE-7b&Ɖ Xƶ=FbQUE4B*idvcR@ܼ/Ȩ  |GAzaH0 īRic/PѐI@u<B4oUA1RR $F5:9G^7\ѢR &/Nr*q2%KrO( i-\frݰ"_Dj>':ZU T}H@_BB&!RzӨ7r:WPͅ A`Q!r웿 $0>)c_eQ@qoꢿ'ji(y&I^6Y?"qma%e -hȥ13ꉣ댍{ A 7kUs ]IY8bQ9Yme=kHsJ{5IݟLxwo%&inl i&JMv4cvw@& F?-N>cwVJ=)f m$2=ocߩp(jHom:;4XQ5--Z'[rsƢk~-nz7 ?TX z3yWixPc` ̏9dҰZD%/O˂@ܝ^0|f&ӫ l 2Ǡ{bԈ*F#a* f OrLWrDgK>}ȤLpA@ڍ@_B;)͏R_ӧ*]*D0R{'1cGٹp%*JVB0WC]cͯQnh$;S͚ءa FƬ̅-tC)c1,B[r2B[DP0M- 铣tmx!CS@7O'||ՑkWYK$ҾY3Sv7{8%ln4%MwiNcPj t1}/m9@$a΃#l3'4 w{yc)4*%}nL\sTLJ{e`P,{/M8e$,hq$[gd/luŋwZ!+/F/ɫ}_'O])| l}B]fj~5etU[r}r*ln^o Ta*:[ŧmY,nl2C4ԎeZMM~DWGkjSy,w A= 9w+1 CR\l'uZSC4;|u(Bv1)*nL*H׎C#,n~ eEJy8ۭR+ بE?(7Vƽ4`@J !dž4[@\ nuvc ghwJ|,k?H`Dw$uU%nt. 5zEVXdwW$/4ׇ߫J.Zr4Q`jz̑) /Q˞60bi<_P* ?[挮0Ġ2H^ sޕוE ='nlJξiA c0YEfVBZb ({:%e$ڳ qo]0'AȅEeޱE̐0~ VC {QgDD(}э$'iS|!G h5iysnƌ:\'0в{8LͧF0D#w;=^: ]SLC0ۯ(SO`~QqXtشp˫ցQ_3Aءy ZnEnz'=rvj1\);45GEmk{4R6PdN\(o@qXY ?噿}+I}NiffCY=ss)o& hŢ5V*#PotG@eɋ,ٶvcW~M@"&qCt`t:s쾭 Nd~JΠC!{>?Ùa٫o `)&3~ .+g%5o":pth129!<)F wgUVShD=E׋H+>!ç Tp.3s vC[y8깩5+ 7ciyJDid_g@ kh]lE,iD+4-E[r,.FASeASIՎuQUU/V 0 9=@]ek8`c4n,=f*_r#CR#]6&m0*Ty)Y~vVKB)k4/AyqS{ux셎.̋ؗ'8SH# k]VV񋋰$-dٮ9Fdݏ)b9-飽YM;nN U!z0Jy$IVcyQ<䠮b!E Ǻ^r4Swb+s@<d:6W`2dϖRh\,:)HPT p\8ہGh7RDUž_CF[%a.~|F)6% TsSU%ȍ&,-JO8bE!7P x?))%֒ż9zēW"Yr Y?Cz㲼hD-d\YJ&vn9o8 Dztb@Rop(9˸f 2OmE'?w4 g <7Tg[S &2dvqIEyEmz.y,(m}>{:TԂi#jM'`]NAۃy|49lX`GC  uZG]lօ)qWX~ӝa3^-:;lՁ92}PJbcނOۑiA KjuIdYWĩlOr!i0noT2h_cüz?,>)j8r^Faᰴ/Vp3Dł}ygFLєq]6N cgiCS| fholEE#HާsR*Ի)KT˖Y‡W@ͯX!Vj<|:d=58D$V{6>}}CL*|XtW΀3v2=02?_ϻQ<5H|/INc}~ VC?eW[E=nVxO"TikQ*qM*r'T k{-׶ƷKcDu aBٮ+P׽,GEH)g 8tHa'Q5+!6Cptԫz uu<^I#lFz:&o֘ZKu74 ssa΅!tr3^^ru1`ͿC68a'hSۋㄇDf:h}|ee(^@y;.ٶlț|i DGPzvܴCT>&h;_KPRLBp$Q3Nʠ.AVIe:gis8V@Қ?j`$VB)ϑ),Vv<~3F./Pg-jjB?SV?KgUPhZWkB yLE'S%xsTBqd'Ma87HISDV:%ܒeYCT~y͍x&䷀[l,p&: rl~=}0! D^2?O!PKxtA[1.6TI1b\eV[ݿi!}}/HAkVVxQ-#?7P$ n"!DMe;UD<0.?MRK\(l[z0 Nň!p(nJ_22*wi* }T(,()fD0Q_"YjKuf"/ѾXsS$A/K%ūih/W}m! )[S^];g ɵSpvU=?~ H9}SoʣaXUt[N1Lz{-TO>k!>.LCΝv7Fdҕ(dM{@R&IAOɲw; <#[.7vb!%T򪲐!euїY^\Ud``de}\X=HݝV)".pcAn-/4Lws? L܉)';O&lX/"vK=G`xoP[BGlB"-i%͝/ac(2DDtGHkE߸fq^*-&BC 6T1de9)WOqcC}A] C;zUJPe* y\PZEGԙLʕ  ]uXdGrqw^Fw+D;};6T`nT0*(PC*Vڥ"FU>4-ғ=tc^Gb`bd|uqnrMU{T.ƲGαNL~V^*b<׬P <꡷Cp]ByXUYr׋w?0-;Bk8e3'ڊux|:ZjbgHG=HD룀N 2n=+pT~~%A?V ;<0;V (x>L߻$bk ĻPrLj@%\ uhJ3ڪ5mW)Z1'ΏwzN+zLpa)-Åq~&|-t~*L#ǖr\N|hrꂞ`hv3䡳kJE=l"8㟂]ioO)/j_nqUȂa.1D`M"كµZ/噙;<Rz b#\D(%_N#B[H u?tl.3tx_KLhMb'-, = i`3 :W0dzΎp{PhX-4[v1ey o0Z"\jbYQAas_"2L(PM'8eqTD|m"}h~o[qP魌\Rҁ؊_SC$B '4K*E)$~V-mޭ6}VĐV(ӨAv#(ر+@Uܪ)" }ր.{ w EdiƫƈA1 \>B]s]UkEqqq?(uw ʉpZA#UȮtr-op{9ȇFF40kT|MkF ޞ {v W/;RHA0W*oUrP ͡ ZvF=s X@*!%o )4 tA6QP G^8p?a1p+-7Yi0oPX Y*4!izbQc7$%og+VP&Ca{3zTBFK Ӟ;6|U/tg 5OpH#=CAqlL(qF=8軱f:Jqf@:ז 1@fca^RBMacuL]`X v.kЀZu'bgkTv [[D٪ hikG2+^nl'ub^.-Ğ ʹ3`G~Wx4FZ 'tqIO[ ݷuP>K σm=%t͒)=ķ}Hir?&+$H}"hd瓡+5̵U ji+^ R8)ݔ`]1~*8#yI!/٧T;/s/;"iuqSȂâ/_wḾᠹ-1R a3V?7 2!;< f j<6Э?88VΓc+/4:q8{"!riFPTڰ'judB?ss 4> &2;$b?=l h1}rcy^{6X뺳ՒQ<zhaɜ S* JEv4cCϻ/`T66\2N31RFkkݶF.9qԗe=M,qr޻dtP^ƪ9Nk'b`,[eTOI9.w#k:ɇl&/ Ek$%ɡsB<ȍ|n5 _ɑ9q\Mɘw L)9FU#5NI4X^l@`' 6Jw:gTkv~scD=;u10`p6Cχ?V33`ߕEt I8nh 6@XΓg=͢-wY;?,A5;ZH1M;th'Ha0ig]44xXF6!`2eewR"9ӱJ~`s /.P&n%@Y 8CycHzZ 5!oP̚: [;ޅP.?bcSz$_)IvHf[<.fMT6P#8Ztg^41PC$J|6M`CAu8aJ9F4 ߋ0,T  X;a?Ed% -~_.豻&̃4:p;=k5&VOK ސ3c#^Wu 0]uV)UKON'뮌ӯʞ[dcuǀ\,@khycinx*u0F@e9 1c1m T|CH^Ym1G-\E_C|8Uz5i}ya[pXv3نwyh%h8U~yńv/UPc$I~;\UHrs4"^dUIGv(9}~ye |8*[]gQo{.;Y ڸ9f(~1TMV)6яmnV4Jʜ^lp*5>FΟJ:? ua*jXRO=bvx-g %P}0] ӡqNsV+6 V:d?wkFV7}%F$Q7(‹y^`&9;XR ^E-ȅu>BJ;K"J4Μ=h 'ּ_QEi:Q7XYq8\op`W~.^1kk35QR`r$)qΆ}W?Ǔ4(,(z!'j3AqK8^ QǣP]nѶ%?b];BrfgFk_@gAh+mhDe4,.D-:1<Ⲷ՗JB֪x{oDu,ҐYg rQ zb9z4;sx\9Hݍatri >q}= 1.S9B&I]6 |@R0 Kh%.EH"uU\f6YWǦ̒% V4mS˞r]/F$nϟ%a__`xTF@#44Y+TD/z_+be2:Ul/(Ga|,'k(vS1i)ut:`Q-d{E YZ