libxkbcommon-devel-1.5.0-150600.3.3.1<>,yfp9|P,+5bPl& O*+l}2+hGz.S6bћ,'*Yu꒖V j½vMt xx7ʵSS\e!+ y!#eݻǁ8HTw6Cz5ME!nOQksg3Պc];'F\U+Y-"3M@e~4GMu{Y>>2|?2ld ( WPT`d}  ,  D  \        $ ` (89@: F-G- H- I- X.Y. \.8 ].h ^/b/c0yd1e1f1l1 u1 v1Lw1 x1 y2z2 22 2&2hClibxkbcommon-devel1.5.0150600.3.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.fh04-ch1a*SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://xkbcommon.org/linuxx86_64@^_jAA큤A큤ffc/2c/2c/2c/2c/2c/2fffc/20b4daef35b0fdc6713d6f4645b7182c08176c6d9a436b0e11eecdaceb4e83ea2aaab91f99eb78dc98db19601cc625b61987e04159e17eb7a16b5bdaad4ad92a17034a334b83f85d86ecf7f5e771484d3f8fbea27aa9cd285afbfe241448024447de3669465312b5b00d0b70490aabfb3557726b8ed152fd21db06df64516a5784cf13f0a93423e9f8f0d5ca279d4753bffdb3bf6042f1d2932cce1d56c81044d4702c6b5225326dd1908efe16b9f2c2952d338f081ec5f4eae6325e35939e71a02005ea83ed5f80dfcfa41918b644944f8199278886c2c4aa100b53146971181913a51d81397084f4e145c85c9bfd3f305380707282a2d0d1ed7d94b53107348libxkbcommon.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibxkbcommon-1.5.0-150600.3.3.1.src.rpmlibxkbcommon-devellibxkbcommon-devel(x86-64)pkgconfig(xkbcommon)@    /usr/bin/pkg-configlibxkbcommon0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.5.0-150600.3.3.13.0.4-14.6.0-14.0-15.2-14.14.3fc@b%a@a;H`B`v@`hX`@`@_@__\@_T@^$D]]L@\o@\]o@[iZ3@YYV@XXX%W@V7P@TWn@meissner@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@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- added libxkbregistry0, libxkbregistry-devel (bsc#1228322 bsc#1218640)- Update to release 1.5.0 * Fix crash in `xkbcli interactive-wayland` under a compositor which supports new versions of the xdg-shell protocol. * New API: XKB_CONTEXT_NO_SECURE_GETENV, RXKB_CONTEXT_NO_SECURE_GETENV- Update to release 1.4.1 * Fix compose sequence overriding (common prefix) not working correctly. Regressed in 1.2.0. * Remove various bogus currency sign (particulary Euro and Korean Won) entries from the keysym <-> Unicode mappings. They prevented the real keysyms/codepoints for these from mapping correctly.- Update to release 1.4.0 * In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent layout if omitted. * In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.- Update to release 1.3.1 * In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode for quitting. * In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym instead of a Unicode codepoint. * Fix a crash in `xkb_x11_keymap_new_from_device` error handling given some invalid keymaps. Had regressed in 1.2.0.- 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_*h04-ch1a 1722002576 1.5.0-150600.3.3.11.5.0-150600.3.3.11.5.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:34895/SUSE_SLE-15-SP6_Update/e8df62c7ea6b685bb5437dbb654d5eb0-libxkbcommon.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxdirectoryC source, UTF-8 Unicode textC source, ASCII textpkgconfig fileASCII textPRM8 )`utf-82fec9687a01ecadd8bf06f0f81e22a6acad9420ce2aff36a4ac8bf94d9df4e1d? 7zXZ !t/ B]"k%]dM'h4ZUm;n)YWXbnFjU_87{ IVCs8)YGPZ]#t.%o=݉l-TeF!U*+,|Ic%J(m0ET}S,^m*XwYհ#Wj(A&\1ibꡑ+%-|˜6(м+Nnyeb:v6R?PQ*k'MNi ,t&+wJMs? qֹ!R9`M- wGU@A|bTrvk`D>Pq5Ⱥ@-gf{7[;&i)I$ƂXR5=̊kN0y@t)L2M|Rp_oGB=bYnn_H*rv|c;X [|:dvQ^{z. s/2fn )Fm%dr]ڢp&+":?NubȾxJ`Ĥv늃~yu+ƕ|oAiV+of{IW7-]]oTs[C`%1% șkINغy 9wm'@_|r%I1,`װ~OfGoY@Zv'wQ!QyHRNqG. ~R-7^nk he -aEG bN_^wfS[#wM@.Yo!i@IЙ?].ΐܚ<P}qtdhu<":f%>-p5u^l@괢upm lω гEV~UĤTu՗k]$^@&v+{B*fl||,h4$ѼBGDcFL\ELDk@sWxނ2d6,M`وAmq5Rȸfև7p}J]vRL9|+W4J'u'#,m at#fo,z3b5=n̄N{4ef:%[8 EQ$JV^?rsݰrͮ+RHȤys^x ۇ,Qou*O~F>iHŒ{VJ:QZ"j\[yʳho՗R(f6}H}YF3äqhXa=>l"1\;'$]-J=%ԟi5Nz}4}Ecnc}r qi;z/qh/Tiӳ'Pl;'^YU, JYԬgI>^TA}7 m/n$Vӛ ց"̐"&A/3بxHZ Ӌ)҄vtBݕ56{E.y. c_wrP+=p6O\Ln \ПV?@|Zx[+[K K9YL0+S=0mnYLQʇil,)p 4~ȴCۡ3-pcAM=]@n1@aM~׋T"5ΐ nH)oUz¬͋#XNO~w}[ Q}:<3FoUCץ:3?8j<9z}-gt^}h!T8;V&~&nQD܇L V=3z/mN._|V5GziYMFW)ḍ-=rp`({C~џtHP,NX䘟,wn4T^VO/_X9vsVێ'evPCx@@0|Z8TSo+0vj7;oBT?}ceְ{AA %;/ݡH2N_Tx ۜ1=sIe":>6uAoշf:r4jd\mEԽI %VjY(#]e;Yrw=0kl_@c_7Wy Rp\sýw L'Co8L[saOND64A^ݔp9* IJv3W{ڊ]a `qf(%s[ |D[j*n2|+ZXU~ɝjB;n(†3kw]E|O! 2#_#ɓ͠^Jd0ib h쩢\n5ūNq@mr,RsʨpD^kj )bB6^筂]:=}EQ⹑H.7r Ds CA۳gkkmAjƎhӃQh[46Ds:S%/AJXzl0[n=;QЁma%*wmzߚC4LN_3ǦbQH G*s pI[&k"k;\rg'BAPPKsy*ාWk&#/i࿷5 0K[s<>(sd́:Ql|MȏXŊB[`*6MR i*Utd)3| ?\[N'y{K0 $|'eS`fz~5؀C/Wp:ջ5N6 R_ӪXzRYT͒MڸٚV1B:g [h,0EV}19*{8U*b~?ve' s X=ɐ Ѭ239A4c8l+L1}~;CW*9,r αiаylw^sL 2*t*12j7 iIŸ#eG="4F5#zj`$[UqGV|߭)WˣAʡnq[k'Ճ6; 5f3⾉sTfrm{B԰tֺMXOPH}P6Plb|?ٝPOհ;@ KhAKi(hERUCEnO>)~ PI8>!RM}j.)s^bO{Ѻ9qɈ#m: R*6 k{m o'./vţb╌y|[N,[QedZroȍ7S晿>0&f. Uy'i&l[ pZ"XӃMp&XGir#\ 怦ʦfJn?AԄQ*c{NqTkNSBHk~lT*9ἑ/NŸ9l1䪀PmHVe-3\?N2g ߋSQzBnx=)R BJ`7C6VSץtA!n|?*|yCGSPTaQ<%ɖNn[56Vnq$'0yk#m:dNIvgÖ]Bλ^`Wul<rًo=:V_8̋Mx?Ez\Zeѹ(zر^iQ_FK,:Yaۖ  G_vlxÛt7v-?Q35`^Eݠʌ b:S]#aaL`5\lʉ`i$/K([? X9)8eI@G/1Ɛ_>EZ"blRt:N9;L3loO2ns77GfT۶AM(md0jZDK6,#Q gwgǦЈ i۱.; jUŕ_>tGTAG/|f|9K+jf:"oEIC3_U/yz(q?( PF,sJX9.8կ?!;99 2ل6R6Sz^( 8zo-l, o<"0^duQ9/Js(Z;hwKm(Cd3aVxpu -ͩpdʹNDΟAFl9!a6ҭVheEqg" =6#<4O 6^ޟRP4Tšo1_cqە T_; XΚDhSZDg<(aE.oG3WuqAWjm |@LG@' > qN(o[cVU3%>YwB.2XnR1" :`È@r{^i,Q̖)I~¹0I7^}3[m'-$ 7E9G?'5Bz< 7ǿ9 ' sU[*pdGGNc޲;#͘*6IA}!qg-ǼNsxjR֥UmӘ \ o끩/R^pS1P*&HGIPL}IyH-5hF)3>ʉ3veɼ?Mˉ/H^0 <Fht*s'd &ߦ}F } >JdS|ΣdY6t*p#:yS!&dH6ҥѝV^z )Gc` <ǽdțF$`&0;.tNv$ptIB.E.FC +ԡԋ}!Mաd`/B]x~]hDuk)SNm]}q z&īCq٨P6PCso4؎+\4T3i[u);liTPP/H?yT QH+@^9/$,؁=A^pmgB ?(]b K쥺)$ I||2][iIz\Fv &H#l3_/x/>A` t?{~z^蝿wCQa<rnrh%C1BL. Z ML,ɸ9H]lV\U)? Iz&wmn1d'43ĭs;D۲߿U@+';EM.T;L\5_&+Owr2(X,\-ʧPϧ>rN U+"PYJ44^,Qa/ BfdB32^J8_;fKȕ,5iTy9se2m5" $pk<T_GɦKߧ4r!jmc y@ƙ5lK Fisz꽪1xR`h}=%7U+MSViu,/z"2"?>8l݁g51N/E[j#!?D>s=p.M:-1=tZ9RŝwNEv*uӰc@">H}VuRn`V8`JMoj In1$K:uK i],i:y) (S Y=jMC$q俟 D+w(g{#Z>ɣN ى6Wfp= =aǃ+ s.&B^0 ?1&2=/_K'kfӊ}1P3 uJŚhZk}ȯڐei#Uu㎪QڄAO"n@07?o|SYqM|qWgX bo1VIO*|$?+*154rA E 'ۺ\bz2SKpq4M3$[ iVnL8y|syc(8&.PeòĬ~͞/Ʋ<Σ[ǫ2t56BLA7 7]2Z`YJ/'oZ);5hx}e,Jp x!M]V>buIuvA wkҡ<5N)2`LےOj-ṣN|;ds dQ`+{lNE+,wA2u@KRy&~D 1ɚm(;B!fYQut,j iѩt&Q.-!\T** h۷4{N'fcBZqb:_:6.Y+ɘܞC-YdPa8{$[ @PEZerVUfӍqY93Ztu<dI]FdEܺXx&鍉h) cf _pGG4![f.h`4u%rpg  VYa 6w0 #SzdSqYn-] 2E8{`Gmx/Lvvi6C%e{-&TACxE9hFTh5PުbH2şOfE! N ez zVfP?~/ƚ+btqRe> ..,2 r8{T U^ a%š֞[N ~A:T|t‚?|kj|ۑp#J b-Puf*{&\ƃN)YBV1f~ V*m 0C(]T7z_4| QҘ;` ``K޷($ k¿H/<=qY.;Ĭ{鹭-VTY^ Y[VA}exŲoĠ<9g-*%t6@a*>l@},0MмnC&@xmv%0СQ-:]dL5ykPܛLofY]=,NoI sb 5?@}'6wRwӋ~yl1j;ICb] Q)d` ~Z= YxrPA>KyU͘.z/dbvdGa)<1+k_[$ RI[ޖ1}Z+. 5_-ؙәUʊuz;k ?pF{ mޕH#his2oo SS:{.!7'Q[ujŎ5UK9?T7cWc+tL21\5Hyxl:a`oV3~;>-"K's_~ꦺ>(z,8l9Ƅ0,X'haR.m7#+`X0}D"ONE Y~3-Cx/$oj} TjrUtm5Z%S-|_KP/v3nvOh `qo({s| u ըߖMxU4K}R㛜|#vFC]E*eﻤOq/WeӺ3](77N4.j`g:v 5.߇noۀJv;ĪZF(؛BҼ[N;L D뛃bB!PxJA8 ¬ FDsb*W9:s b :dE6Ӣ$g [*^Bĥ4*o)f$F:Ey9c|3: D=F~=@mlpxc,BL9v)dt-"*L#!FG pIG{'ΐS+O(&`&C |A֧U~hRwW>8X 1,$ o'oT3;EwlĎ5]Zqf/>/9|-8UglsMr5ʕAz=BǦH'[&KȺj wDƙ!ɂvZюM-*^jUcJ:\Õycx*W7`~^`!&Q_֢5FҸCA-[],4NyG?UwzmYv84N?"$Q ރÛ3L .H!9)|}$*ۡ;?6#eui̽s[0&/+WUkN­8٩d[["<Zy%cơbzy}s#a` .IyzrIﱲ; .,^\gO䇏SC1"#Xz}@cHCbPEpI2k>Oa7',KG?V%g]f6QgEE|F7; 2Yг(v3{}/PÞg'^3&1Q[ĥY1EqL.aFT=&۶BNO^0 ?^z]5nw/6Ӏ*zfՒQYxGo*&WkS#;`:qdG 8=6;ЪY`-y9hX.5zܻpuUdfzB%6X{7L`g%qR9)HR;BЧ< Cߚ3߳KaTCk_9'Z2 cGʐ@b62F A?]0$!ɣBWM!e<KPrPdDlὖVC ^!VrVUH sA3G !C(2͔RoorrV+;Ufohc;ˑ1xB6cMyh77%v /"lP"ʏa#Z \+1RWFS0!_3 r[P,K #,O:7qaGӌu [:N捿@a96FGU&;Oɧvq ]yw 8hgRK.'%D>-`jb\0+9ED̩c$=GtdXg&-Ξ\JmT)8[=7rt˟whewS~S^7 ЖfP)NyI(s$7e\1 nazeo͑Ӏ {]ֈ%@{` &̦xC`Dj ]`26RNoW2Ab 6I Y$|R8y،F(ZiK5Ij6>R qG>ms(B`ʻЉ_BY*U+e %s2+6V["桄Q\@Ftn@/h4*uUmh\UhTv ^Q*|gdwWƤm*'OgD aboAN0e( $F[KUOJ'kȲ@H ^|UTH INs[q$3B(|xS#τ6i[_pUA߼ՊmN^V~pxS,FI8(t糀 ?!iBQ4oR&zՓ#x_4*^yUS/)u-c*}m}4K1i݄-')*C"M|5pHhӘTW .6qFC'N8hY*qQȡ_fd*,LqErteKխTZ:WI)1(rf'q?cOm/Ԅ҃zl(̓eVny'L|,A%gr\Ҡ.-5x /Tu}]MK%LBV3[7؍Z TyI+  30̖4ٽ7>zkFimnjB 1b߳ ptRu ,** &z}پ9E/b?Ia4ɰs06mimRۢ*9Cd?Ц:fɥ$C06;U)䌍B =Ե @U&HLh͙ޕ~3l-J7,?u+ƚwܟ< Vv"͖ DC|C'vޏƜ3Rhir7_GX]h!K6+KQnB )\}Bt,D:șel .b4:*Jkϡ[ZDo,j+m h"  Kӡ脄p FvXqHt{1PfMO!~NӍIδ>~ ? m pm ?@5f&URL oTy%N:G; #Ң_bݜ˩GG^t2F&#ʥVd 1QѬLJUO_( H6x}!|4Ё#j\ˌփ4fe"J<틹ǵMsm&fjN9xSk 0ݖT~ R+;\P*rCvywbWe:[KS#lEXS_OBQhؾ#q YA{'ɛX]%iG30)YPcҋ;vul]L5+Hh>= hwׁ KɚE6(HS_E"A}?G?l7bv!wkyk$a ɻ*yƧ @kɊdЌHM=9<0`[Nvhqe2jyИxvdiJe!7FWJ'9WU "[{mƻ裣ڢ"on5/P_0ut?kBE|:1͓P{*>5p kP~obOqJE 3mxԜ#Zli7 V)c/) f`"wC:1Ny%oczޗrُUgHMfڲ(`n%ȮV$^$I7f!u9zjJXnK4J#gSrα.Yk q($SlٴA1_xnxoSJ5B-4BgGgeXDC)kpjcK\NQ>Wߔcy2Nr KrC* nX&2lLUCJ#]-dzK.Z40fTϵ 7pyIMk>e5;<ԑsWsA1O([[EU_̈Jl<[6K|}Z'k5u)Z }F0Y8ls7*(w%LB6A޹^-j$/ Nej3GSL¼;(ߗWh'Ν}?n EpZd3,xe ;/dV`Fj+"X=2+,dRk*a]M6 R/'س髇Q~_XZ؈Ci׌ye!WY_ze$k O)bBOqC7y'4/2ޙޫlkd4/P-W% wC,E]7UsQFrK Xk =<R3i۠hjJ+,0xl ؂:+Qy8I%O 0  ǮordSB:СEyðPE3T4H#7B;Tf܍LFV5|.v6 ^xLµ}6stֽۮ\C E$?R<^g#Q ztL΋Xc G?ݎٴSW*LC1|E{&?Į>vD:.#&n?koafrNmFS]绗u5U+QmT[dח;Ҹhp{Yf&M:;QcyXgۙ/7xK@Մ/>g\\IhFp=FZ1^B_v4peԕO5&pJrSzӹM[p$d/z}c22DMqfl8jd*-H)وNκTX1Q[ U_o+V{;q`.R=qnMH'!x ?sΐ*)ܛZq=Sp⫝̸'a@AS75=I_9u np7@?IVF&JtѢDK]wZoC7Z;bJ]#r_k,JJL_RkJ3(~}!2[yQdJuᗶ YZ