libffcall0-2.4-bp154.1.36 >  A bx!M@eee `!OghU5ӇRݡh_VjG9=ա(pY6B:<4 mR=Dz擤OIgGAi o]JacUqJIm#e{T L%܂`D0_<}#nUثE&Ͽg78,O'3c iׁUl}qJGx*3SEa:snۣ8}69e01aa006fd3f77e31f7b4ba2cf6e220afa8de327b807dc90990842700a2401d8094df2bddc198815175b6ab0b45f5cbc0be1cebx!M@eeeRPmmyb(X<]sq |;jR9u`[#ݹr`KdV&䲠R4{VR碄\j`V _ZTp6[d|g5-8ĄK<)%PYD<2=Mly JЁ68ZM\as}?Ryﲽh\L`9nD__>o[9n1&dXx6u,O^90PCdͩMs+ s"i|:5)>p@%0?% d   K  =FW q      x(}(89:>@FG,HLIlXtY\]^ db pc!d!e!f!l!u!v!w$Px$py$ z$$$$%Clibffcall02.4bp154.1.36Libraries for foreign function call interfacesThis is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: - avcall: calling C functions with variable arguments - vacall: C functions accepting variable argument prototypes - trampoline: closures as first-class C functions - callback: closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline)bxobs-power9-06$xSUSE Linux Enterprise 15 SP4openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxppc64le   0bxbxbxbxbxbxbxbxd329285b8795342697fcf17ebe943f5838aeda9b932a1b7f4e67f7a761e4f11e40324ac68588735000a561e71494fb7464b4e6db71ba4762e9ccdf3a11e4db1784b08c12ba1f39eb7982a4d34803a27330a9308a056655155cc60274b9cfa5f4ae6a71b8eb3a4ffd44263e9a7daf52b90e8a4360c47632ea990d5b20150fedbblibavcall.so.1.1.0libcallback.so.1.0.4libffcall.so.0.1.0libtrampoline.so.1.0.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootffcall-2.4-bp154.1.36.src.rpmlibavcall.so.1()(64bit)libcallback.so.1()(64bit)libffcall.so.0()(64bit)libffcall0libffcall0(ppc-64)libtrampoline.so.1()(64bit)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a`@]c@]z3@]w@]c]bx@]%@Z Z Z@YzYS@YP@YP@VFerdinand Thiessen Dr. Werner Fink Dr. Werner Fink Andreas Schwab Christophe Giboudeaux Dr. Werner Fink Andreas Stieger Dr. Werner Fink werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@linux-m68k.org- Update to version 2.4 * Fixed a couple of multithread-safety bugs in the trampoline and callback packages. - Remove unused ffcall-trampoline.patch- Move /etc/rpm/macros.ffcall to /usr/lib/rpm/macros.d/ (boo#1185666)- Avoid recursion trouble in spec file cause by undefined _lto_cflags- Add riscv64 to ffcall_arches- Use -ffat-lto-objects when building static libraries.- Update to (lib)fcall-2.2 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - armv6 (Raspberry Pi): Linux. - hppa: Linux 32-bit. - riscv32: Linux with ilp32d ABI. - riscv64: Linux with lp64d ABI. * The build for the mips 32-bit ABI is now compatible with toolchains for the 'fpxx' ABI variant. The downside is that the mips1 architecture is no longer supported. * Fixed a bug regarding passing of more than 8 arguments on the following platforms: - arm64: Linux 64-bit. * Fixed a stack corruption bug on the following platforms: - hppa: HP-UX 32-bit.- add upstream signing keyring and verify source signature- Fix dependencies to get clisp build again- Correct order of %file and %defattr- Allow debuginfo- Update to (lib)fcall-2.1 release * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Solaris 11.3. - OpenBSD 6.1. - HardenedBSD 10 and 11. * Fixed a bug regarding passing of pointers on the following platforms: - x86_64: Linux with x32 ABI: CC="gcc -mx32". * Fixed a crash in trampoline on the following platforms: - Update the patch ffcall-trampoline.patch even if not applied- Update to (lib)fcall-2.0 release * The package now installs a library libffcall.{a,so}. It contains the 'avcall' and 'callback' packages. The libraries libavcall.{a,so} and libcallback.{a,so} are still installed as well, but are deprecated. * The installed libraries are now installed as shared libraries by default (except for libvacall, which is still a static library only). * The installed shared libraries are now properly versioned. This means that when installing with --enable-shared, upgrading to a newer version of libffcall will not break existing binaries. * The installed include files are now platform independent. This means that you can now install libffcall for different ABIs on the same system, using the same --prefix option but different --exec-prefix options for each ABI. * API changes in : - The second argument of alloc_trampoline() is now a 'void**', rather than a 'void*'. - The return value of trampoline_variable() is now a 'void**', rather than a 'void*'. - The argument of trampoline_address(), trampoline_variable(), trampoline_data() is now a function pointer instead of a 'void*'. * Fixed a bug regarding floating-point arguments followed by non-floating-point arguments on the following platforms: - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 32-bit. - s390: Linux. * Fixed a bug regarding structure returns on the following platforms: - i386: FreeBSD. - i386: MinGW. - mips: old 32-bit ABI (Linux, IRIX). * Added support for the following platforms: (Previously, a build on these platforms failed.) - i386: MSVC 14. - x86_64: Cygwin. - x86_64: MinGW. - x86_64: MSVC 14. - hppa64: HP-UX 11. - m68k: Linux. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: FreeBSD, NetBSD, OpenBSD, DragonFly BSD. - i386: Hurd. - x86_64: FreeBSD, NetBSD, OpenBSD. - New package libffcall0 to hold the new shared libraries mainly libffcall.so.0.0.0- Accordingly to Bruno Haible the define -DMAP_VARIABLE=MAP_PRIVATE should become removed- Add some more debug code for build architecture- Update to (lib)fcall-1.13 release * The license has been changed from GPLv2 to GPLv2+. * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Mac OS X 64-bit. - x86_64: Solaris 64-bit. - x86_64: Linux with x32 ABI: CC="gcc -mx32". - arm: Linux 32-bit, without hardware floats. - arm64: Linux 64-bit. - s390x: Linux 64-bit. - powerpc: AIX 64-bit. - mips: IRIX 6.5 with CC="cc -32". - sparc: Solaris 64-bit. * Fixed support for the following platforms: (Previously, a build on these platforms appeared to succeed but was buggy.) - x86_64: Linux. - arm: Linux 32-bit, with hardware floats. - powerpc: Linux 64-bit. - mips: Linux with CC="gcc -mabi=32". - mips: Linux with CC="gcc -mabi=n32". - mips: Linux with CC="gcc -mabi=64". - mips: IRIX 6.5 with CC="gcc -mabi=n32". - s390: Linux. - sparc: Linux 64-bit. - ia64: Linux. - hppa: HP-UX 32-bit. * Verified support for the following platforms: (A build on these platforms worked and still works.) - i386: Linux, Solaris, Mac OS X. - powerpc: Linux 32-bit. - powerpc: AIX 32-bit. - powerpc: MacOS X. - mips: IRIX 6.5 with CC="cc -n32". - sparc: Solaris 32-bit. - sparc: Linux 32-bit: CC="gcc -m32". - alpha: Linux. * Support for a security feature: On Linux and FreeBSD platforms, linking with the libffcall libraries no longer causes the stack to become executable. - Remove the patch ffcall-asm_cachectl.patch - Update the patch ffcall-trampoline.patch- Update to ffcall-1.12 release * Added ppc64le to the list of supported architectures. * Header now define LIBFFCALL_VERSION (to 0x010B). * Better support for IA64 on Linux (kernel 2.6.16+ and gcc 4.1.0+). * Added ARM support from Jonathan Olson (debian 1.10-2). * Added MIPSel support from Thiemo Seufer (debian 1.10-2). * Added ARMel support from Max Lapan./sbin/ldconfig/sbin/ldconfigobs-power9-06 16520874992.4-bp154.1.362.4-bp154.1.36libavcall.so.1libavcall.so.1.1.0libcallback.so.1libcallback.so.1.0.4libffcall.so.0libffcall.so.0.1.0libtrampoline.so.1libtrampoline.so.1.0.3/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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/688ce26ff61628740c7726c774c7684a-ffcallcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=90244a040235800abf86c0099c83f1ce9ac70189, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=30c5a2f4913a47f19caaa35dedda28ba2303e7b6, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3f4e9c8762ccd2cd6d8a4ae8969fd14c2ef26580, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c1277068eba991a6ea5fba1c6c580bb5f9a0f575, stripped PRRPRRPRRPRRx\4묭|1jutf-8b655ba0e265aa612177114214b9357b4d81ab1bf4038b7a6380e9da4efd7c0fd?7zXZ !t/)_O] cr$x#Faq;Ѷ#r- (܃],M sR=@Z+AS˚G&s RssE*-d*aQߑݓlҥxRl>O-2X@.ǂ /4 m4u%v7tmm,J_Ik")؂{88zTuaeV#286W!?^5R3D J3R^3StVWM-У+_mIU-1e'"SHJq*qZEnGqqLc1ޣQEă6pXp{6(CV.+[ƕ QbJ0۟ h< q00@tr$sx|kv.!fnŃ׶j1)5bzĒڀbN@:r"_ZIҦ2eSPǶW|_m޼;ɿ}8K VYT01p}R:#n9l]L"? 3Xp`gk65#1fo2۬֌ZWRuLoTx-"22U:`9jK/tm(hVHe0]G]Az#v@, 1"edGC;N,3& 5ʇ8*\^8:sxiaG?5>SfW7*{ұ"pZ?ʕ={M? Fjk(O[lY0|TxH Q<=a#-D N!F=7Z[;a%`W<6BM "=$1Į!ep 1 ߂~u+]k نװl"BS򉅭t[ᥧa 5o~GJcQd7A JUh+|Ą¸QXHNIwRzOG} eQwQ=?EZ r¯ne>v+sP,p3))&g{i>rps+:Zv#w1E} (3d<<{@ka7k~%4$vnAj5aa[{Dtp!1c 7(4Ht%s+GlRE%VvL.`/Z^3{$RC~)-j#^Rr[l.[\].4 "@~J&H;K΀3A((Ć: l4=^ az;#¹IY,j.G'ɛ_ޔ -m| :0A9Qfa||T=@b/>5,P:]4H+-ldƻ8Xẍ(G)j,) ;Z_boibٷׄ=Aϥvcdݴeߏ:@zWo9L z3Ue Z'Y<6Jz٩ yY?ss(R4aW<S;y~9K0y0MnhT㎳}Pg =c<%$X`Gqgyu%Y8ow30Xs"h]jn)Ѥ, g.kט#ǎAZZ3g;?!E O< d/\0b %G PwMvW ӌ?*T]xFSC?a1nJ[cADCX kSLW9TtU2?㎂Ʈ+.ޭ\ly@01yYюHr'dg7:~&#`r зB?q\_(J}ECV,zCdƫ0[Ʈ1-^P+pӳfFTe71CAQ:@?$$dmS4)il5G"%#V%.MT]B(gRRnD=g͍iˇ5ԠB(g/ J e?:d *SnElK6k3()I,  I7_뛷>l E/R߬}Yô_-+0ꎊŖ\C:%tYВ]~W2)[JYI݄M6RMB)n@1֛ ۽s5Ug`N#c{-,lI ^ 265FT|l̙FwG\l[/#vCOdebV7+pNLoh @]Uf<0@xmugQ8 mü"?;5R ~@ͬ; yA#pqGVQDG 2rn-#4TK{Ӷ+vv@"ޜI4>"\5q,0WBI[?b֣꿅>o6|E~ FgJ<o6m$7zB[&A!Pd V ,i%[LM/>5צ Lag|؆/%7} ZM&ƃ yxԲiF$2Wġ,5Ih @fցH_T\)Uغ˛?뵄NM`;nޟ]0O~J9Cܵv+ljЀ+IG@SuƐG IB̫ O+yHhmh׏:M4DC^d*'T'~yem}va#MI@;8¬7{qqBee6`#X9fޝ30"G8x'n6@8R1V@ ShA].s x !󉄩YJ$W[q(q:޾ϥūtlC=߭[4އC+Ur3tS,D4%2<( tcX)ցE6Vqi߿{ +߸rοp&9HWXt(+\G CUr `EJe $+LI8Z i- u Z5(!?  o3g`}QsO}oaѲ^0{ !zIjIS?$i1oxP5.<M`W&:G\QD@jm(ƛ C?5*K('lBfmD.:ާ$+YF*x!˪.;ܖ=]#plMtې$f|vbmׂ+5uhL[dJu_taFCx/vxrqrJ(& Sw?Jnt" KnūSv89vHh4si'VzR 0'f8A y̅` )S݆Oo_X9hQ$it% Qҁ=^*ؗݽ%ӓ؞sr=ѣ-^2Hnj񗌽_)HPP<38Lڑ;OixK4n[XmI8|0}k-J l&F:[F1n&u ECad ] :kXyX}fDuu) Q^,ʩ"`3E5Y$)R/kuS̵ijRX \bj~sX&%$96G!Ķks,%Κ=ɽ[a[qWBF8"b^Ipuĩ.'ssa{?#c,3ޙUi[!e%v)SBKx)Wh4V|P@i_gKGFC;7 eR-pWN ?B|`dعK"eӱ衧 6RoO .UsoMy[nKN5Kim_ s(˂~ǃ`s%p9ıW:t;Gս~ eO_tYCU [;ԣ$:rL"秀ra *bП.CJ= WLi J>9BrzNff:)e{>vlw#04XXXkYYPŒnu U/E&}̘ ~`= %e'魹-J 1䷳SK8pͽŲ?}.CuRp)u|fppePoBl׏K!MIRPjB5pF`)K֥v=z[g7 {m(/'z++3MWdVQPE 1x΁hkw&]x@|&?ޱt(xڙꪩ┠oYERnbBWi @pZ.;fw[CٮoT? fa)C<^?o̭ƯwHtj9D(i[Škˁ;Fb~k ٕpxl9VQ^uVk]0U6r7%΅:k9[i0*YN?%C:_ceYnh"P8PrD=5\Iۨʵy_<ҟϑ]5:4ZmFPp#xV3HQW3TO>̈́wA(V5 n]&8io rS7Sƴ#TB=L+;kk*\9"V\H׊REfZ:F z *O$i T>pE PSKP%`ߩ-%^K_?辁vݸQJkY˧ę=-{,ئ—WpAv?QD&}¯*_Hmxb`t_s\nCMT"LxU8(t1\,#u"MxO 6+PU.x&>~sۓ v=YDZ -|Hv)C.@%kĶB 29[tv yufʘh7T.0tdRg/nnfp.2ܑ&/u\cGDD; mr[:Pa"p n PN6GZ ?5BQ({lk^@zZLp3-yn[%~yʲfYBDmJBƺU[vļit&ACEmitE:Nmއ%%(75+ -#13 & d]zjތVI?PAR:6\QIn({dm:zwDt^fpQ2z):-`]9u8Wx=mwHx7<@k N|"(z8ߙ U $5!!ea`1;dHz"Bc&o q{C;$Lp;mijIHI9'44W|~EW@"N۹딺6KI mAb3s[G,5.no!: &B+Z KqJvx  Ws[!cÉ**0a!:BKpAg߼>ó [.8QߩyJ?,Zp#8K=_c@2y/e*.[$EU\ӣw+Ab Lf z p2KIgbMLZ86l7ΛǑTt]s`9oV?m/nN\YcV-˰ȑ\3c k2-\/˰+4jq) 6Led`g2ͧwEs +0 釁sF&d$[C1Ϳ"E:M<G0Փ׬K n0ͳ`x?{ƅQ$bq63@9N - -\g, W!TwVG3Y"Q2x0O>-Cz蔔5k4PWZpZW'oha^:LgrH9x׫lT d'BAȓƔ_w^atr~Iϧ)S$ēi1a#CX=wb%3b?m,cGϚ T/XI{9/ 2yP~^Tav)1O?j-q?J_ȕk8קL%PP*+ 7iA -i =Qt~%؊p)dн&+O(Ѓ s2M9XtOsI g[Lf֠:w0Ia;wٔ2&!6|> [T,J\yTyS-YiǠTbF:HX|r/~*n}8$lG~LTt/Iz? J<#ͷ=U[-odλ= B%_%8JrM007q;n55[V v%*_ ѝ3rЫ"R})9uI>eeC~`&ߒT4IeCۯ0Vn"|MlLCJ%p 5ӪFb# Й8qF.ϷF&%). ?}xm)A܊5Χ%9{݊>O`NEm엮I5z(ծA%ZʘSTaXWH~ލ;]lQDI8f6.g 5Z&lTNoR/QƉmfBX8* Hϰa@)p򁪍Ā@%$Ml$= 6"5[ װ-oHCM특ÍSv"E"Aژ!iK_|kd?<0'7[z&%bX^B{׳_PӺiIūcZ";=%ِfy鱾o߰M36 KWʉq"zOJ-ofZ824&l)u>p2) *~߸'a+Dg"_Pv}|;z F#bli+#:Co9i3v~Ųb)T˪4` ֭Xn)we-(ݜc:nϿZӱt53*v.~\p*ZbA27&.j̗<>_f5\t:Q-q^ٞlOlW،yf8ڼK}6s=4/Qfmsa‰ Β?b鿻8{WŠtb۔O}wxcWʽDvp)đb騼lb[ rtAD񂀒6l.rn*H= .mw|zt]O?ZbZ귿q|"_k]'{V,& EӨ9'\'NP4,LuL-xsGTַt?M ώa4['mtkڌw`Q]C!u{4 ϯTS5zJc%zlo[B !_" 2Df]lF'QӖ%#[zЌNJk\ǁ}_!v]E"#C9 ?t/{e7VmP3exOc+geM'`9]{}4[wŕ咀\%n{ MD[Z°qK$s,\|+ B,dЭbµ"0u롸bLϴh;`oE[*U;=l`5Sf`ՆpDbv.%\lÔ:+we,p`$f` Š @SZӕˠ77X_j 9hqz-ζ"AE`\.O'+%=+wVY_mQT * p|l%?I O\AXBrgE1b,GD c/VetM܇M&/ ˥N'}EG3M7xu1m`( g%$VNEQnw$>\0y,4>[Za|2K &< 8nP"Nv׵DY xNF`9YIEƠ8k=]t ':E d|g Z):>g͟ g/9tW߭.{rSD[Q|>Q9 ȉ` 9B\;Tb7[@v\Ҿ"A!Ne{]@9胆3b|`0Pc1>lښߵOFzjU} vI9C҅2FAG}s1? '2j]f{TMt+(6h*H>M(; ߾;S8Sr;0t#LOA89hSLK&nQ~sA5*Q֕ýrnWTry @Y[,TFEGIo_ŶZb 袃J6_W^\,YZ'CyTw~YYls%Rv”p-ԢUw%GQ' J|'w $ JoV0 O׿8Lo!ɯ/IZ9+$Gu&$w`GG#Ϲ~%7u}[3GGHR F5Ý_*،;36 AjR pPu.dchd\z#;w,{E{tokGkS qeRŏQ]?qߐ5㪟؈Ȼ[1SZiNMn̸vK'r!+[YrFQoGzbgW`:`㓉嬓qQGe&*hpWZ:9NXTnCBwL@І~2+L2z5ir~~UU=[c$vGW͑GT4o+,xA:ٹT(0gU7Jb"A2kRN&nV  _sz1.^Pul[)yP+TG^ v26 ])(,,o+T -hՋn:6aj&uf^m䝎5.!q/x'+,b6tmc$r2+Ah$axt%߯ ^HR2]%Y-\~82 $( BgxFRsY0)qij LoPA Cbtz~ *\Iv^ݩ"bN=8J^/\71jޒNۀ\&ʆ>l}ouy}M0e6"'z[b$c@#Za&/+gwgW]ܸL1F$KYP0[|!e6;.zF#^?sM|tpZijD"Mb|-BWv-G!3f*&GFhe6(0bDn~ W[|?m0}# y&x9iLJ3B0~Ts(%Y*CzrΗ!XbȆt-`d  yc x!&gSy-Kc ;t{Jy;&#@\S[ DVsU``"Wζniyd[L9nR1V?/tw P~fsa~!wʞJ_MA3m%٬$(UF4Aܒp;n-@>h̑YhK!{~0e_^Iyxx)^"elVeVΡs}:Bcb;PL#>ɲn>+ quVb#|6}KAi"GI o4mIzt? ] 'ܣQOz"<Ʀ}(%<"2n)Y ^!܄<< [&'4ƛ]+a~Jo<3j%7iRp#Jz_e^qFFsō]ض1ˮXTӺ͎IUߣ5WY\忿!)|T *HQ AhCR^&[ F}.V5uz<?$GDMYs: ·IDF%^]G_xbA ;7%eQTj\oa8l@1f3h"k(,ccQxk3:D>o*y KtQ4A ??}ոޝ G4"L'k [4R &G$6:֕} `!`>AJ^b_Uգ&10_ mɅ@w$+X3Led))y*lCf'.%@߃AKi-Uf%DiK[{XxAdk}E%o^bTF۩GZoGF۟O[UXRx0?~r|N-!i!v]zG(@LIEr@;yաR✆ǎ6ƥQ[V;Ҿ =`jvMi mӮ;̯:N/O =8P[:3iSf+IF#e+#uR\5Dh*W̴ ԟw(V5/6)CĜ[na[>oS;~kCLLu>G@ yWqoH锽CSQO=7 JbTy*#߱KUfA{VrN ~%8xWPHu5XFC! (AM Af2!:㣇5>RrRK#K?+L yfaX#G0P`BK1 #}Ŭ4+<򒑖U-CL ->g~_kr9] d.kgXA8CڤuNy~{|]uZlKqD^ tl,u)+T];%}[i JgC*Xt46R/fPoTi;W8Jn:έuRxrbB[ڗlQ#|? %ಅeM>unSQHX먠s&JtvyVܝjn20/AKlڲZK}g\zD!1N;7H6>Щlt2?,y] n(ך;k1fE9(^ LVXG4O`&/B}RilOJE~>GZJuHQvufgcbȥ{9:70k @Yɐrv }w˭t4CH O0h93;&K33wk5aP؏)Q{r`"-.u j"9I\ceV.^H~g|fkI4Gce &k^"Ew䬸wMumgJۭj&b䙾i+E3{׫ <9ΰgRT{Az X(^Nw>r C>*AIL;%R#K/ CkOaUOR)OV 6'tTnyCH@X',]Tz_Rmp_ye>҄x/IwqB(NZM` C<!M^oaMmJD'J~b2:)di4/-)%X. e+#HGF} Qak䓐:*ՐiP(,m&l(ImA쬮GҼ_QR}rۋ soN"[n3 (נNd7)޾ˌzOsҒ4D!- , f9Y/Wi)t HA_(@h"@%'5nC)᥸c==:/-Z^Q7u#dsaIͱ0'j~[+P@M!%dlR[BԜĆlpX s"7&TNE<é au=[Ʊ3։o 37oc5֩P=nO5:@b fgD!{w+%RU%pj>7q"w\)\AA;'GG&P01?k8ƷgJ^:65omh'j5WS@.;21L6[8ؿ䜀.{"}rmn '<y ъU )7g0u,}ʞ|(-D0,sMTݦ2[gSB:15ɦ2XIjS޳&s6g8Ӻm44*17,ΧE^qzoeXFD m~HBb[1>1 Dcȴve[#kc V7a>PcS5Lg[ euś Gx06dvT@mAЀf.*Ե ys9>0uTs͟yP6D0Vx W-'~Oz>cҨ$&䎲dfyG) C ,fx@t+f eߗD UTC'm%Y|2/3Ec頏uWj3%Q{H#JCJRrR\U7,Uf7uGFI99y;i/1x洣g >'>5ui2I+Fر2w`Fܻ$O _UXvbtku4oKM=|~* `xA겏4 _'n fJ2@y'X˔/D3~Ve}C[S͊`UsjYIKT=K%Lȗ;KT8]5^p:8[8}WkOkNz Ds×6\OCmS1 %T4۟Bb~Α2t\$BJ<ӗPX`<`#*P%gpkxӀ~`r?8< d>N2.3>Ƭv1NTW xxJhDęRjsYz$0A^!Sw7dY@#o,V=`#La !╫J [LGK<}d4<WBfSl~eʨfE<(D<6LYjR spIT=%l{UQe\I#N4pOkhn1+%SKx$lm$-* 6ςPPlOZa?D'.*"-Ĥ_3߫nWyqÏ =(ڑI;WLg ׃sqp4:Xu-mc0L*.uȴ酖Xx)&|k֫ԩ39dѲ\2JQi&fNOx Ak\Aǿj2 zh_@n .J|ܧ.r=32]RR cv Ҥ1|k2Ř ~;V"zóצ;`Jd;I_ woh>vQ ÐRLZΠ^C"IguGƟ4n hr-z@ȤU6L}2sw"5m+nxCId\ҙ͔1Ktęr%(UInV=R>10w7ڹPZ`[zV9]%`٠R˜o97ocS #K13I8 @cŞjix"J(dxHR\wa븨X(}kJ[oιOޘlQx2$ue aj>{;[2i#[OT-VԢh]iVgLVcSJӈ\ έOǬGŖfǎ+%>Y K9]3̵[f/e kwȡU GzՆk.(9SfbF3/os3g}*%` ۲\CAY[y֟++*p@!W7C68ł:ZGƅ(&M#ULJL(`Us lmσGUUϚn-~X[͎_Rf9-cɀ?`<(6WhOD佯"xM:,Nq8F4MV )~ sV,V=X,a9SS0m*cԡU8n˕ cPWΛ50rT~BZӆfZ?+=>k{0$Sť93AT Z Q`\\$۰K%||w#D!Czgagb7KxތHs/3ځοq q:h xƊO%C9LfҰ 9'$$/}7꾔'F9ߟ i ;D*xzcSr& `eUa!6ZCR-؜[2qLRZ8I}(}tK 6yUۼxxȎզwy4į:ܮxp}m0W'd{A337G, ZcF?8mg^NK Q}Ԭq&zljZwPqXίL\3(eM}u:L,ȸ[Ȟо~PA|5,Z;Mwyd7) 5B9Cq7w dOz5^N'oLf'[4xF?`-X& )͈r1~kK*n_FheK +3;_.%5n`*5JUfZ<,nYT3%Ҫvw,tK~9.~²G{.)F舷g@V:L3_0i qL"(+%Ucևo^U3ATm*r;[ o kSaƳg B'+ӛ?hA =NLP h FQD5yl`/E䮘 !7t?-tL\ZܨTZGɂ)GksBH7Yk5.&]GmdU1l`EyKC@ ;Gki ru IzK@IyyZ%P5THZЉ>T;(x+01_+JBa.&mˁ:8  ]ןΤ2S9/ܩ^$N ;YTŐgUA.ihyPOe5JPN&/ ,td5ƥ)G}&"jExވ J~9ސ7Ulb;PS'PK9G)UKR@v\`UsW#G?YDLvdFLfEGU7Q& NcCLG7^t{PFV_[6R,[Q9Y.H7-ӛ+ X\R%ˡD @]W0z?v~Q]x]6 7+,\[/xc(i7v QS+{`OR!٨KzM D ' ~/([[&#ZD鄲@0FҴec'We r@` ;c\SeW!Υ&uQ&糮0Qv1Ƚ8$8`'f%퐟]^z7j?7ғ9mSs񲈄C#2P/gޣdI;NX7SnC=zb8L{< )5K MnSk#kfs+Ƕ|T;s&4#MfNe~_jcipOY3ȗ[>b }$M:R&\?֩cLɆMydXYW(s5|ǷGH2S`v^[,Z;vhL( u\4+\vz[死׿/lX g9 muM%)+mtG"bK(oGlG.+VK 3i1 |~h:j"'M? ܂:' g{^me;˸@ !7 ^O,jNQ|K[g-HVr]McnX8R.zoovԲSݥ17D[T(X Šyڳyoԃ`%mm#ƒLbZS4eyAET3d T7='<ç4=(L~[y 3мiۦ!;;OVMMi̭6V\հ[r^MHW 0@v7[vn_>Tz/DtK[*yCr_)Xxff\2wO?%*7h4hԇUaSCq=đrO<f(+gP5kv ϴ)\h4p&?ُNáO",oRr /7w s飽=!HJ2SpehAtk\k&>.pO@ ,tpZj~