libcallback1-2.4-bp155.3.10 >  A ddDI%z  ֗tjv,&CԄRD?Z<2 T,ߦ]VԑuozB\ 0;\OC KЍ @_>1[$'"naͶ-zc2ɳ'~'2Dž dS1:X$^kZhs? Y27bqz+G0В1L8[ɋ9$Dx 8Dؔ02p Z7Ы] nj ؅iMN'xj10 ;g|+dCv몢ű&qK4I#B0?j)-i<0?+i4 ´D7ڬb&t| x?瓥0 w@^Q9V/1Ge_PH |o?9O]z }5pwƴ8 ʦh,t|_)-%\-FkyTZ]XUKL͊xc#-b;e48ec6e3a403ac79ed595b7207043309e07a2b7942f7b71a01724abb8b1945421a50f58db9a04c7db0f4f9ec081bfe1d81c57e57addDI%z 80?cMQ#7a$)Aݏ,"ߜ']B*M, i8h->šZͯU~!|E}!oj0G0f.MuG H+֤U4"Eiֽ0+FӘ3JҵM>eBV͞ }NdlLY4ڎlw.ݑc0:ۀpn/u~.bD ؖdK'@>x uEѽ SJodN9@RDA&GAzqEQEܙuT4m2֊PWrāʔ.փ=c޼8)5?K⾻(u 柊`zm;)஀;qvzJe"n<q:|)pޛ <8zݡHTЕ,,[U%6ZAhצ?C{ "pz#{NC9WbpK<}(̦&3U9GxYM?Aek >pC?d  O,0@Daj{     6 LT^h(89,:>@FGHI$X(Y4\T]\^bc7defluvwhxpyxzClibcallback12.4bp155.3.10FFI library for closures with variable argumentsA library for building foreign function call interfaces in embedded interpreters. This library allows for closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline).dd-obs-power8-038SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libffcall/linuxppc64le8dd+dd+d1bdadb4c5d7f79191a04f798edb675c4fa4fb37a9b818a9771b4ec9e8f9fba0libcallback.so.1.0.4rootrootrootrootffcall-2.4-bp155.3.10.src.rpmlibcallback.so.1()(64bit)libcallback1libcallback1(ppc-64)@@    /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-1libffcall02.4-bp155.3.104.14.3bi0@a`@]c@]z3@]w@]c]bx@]%@Z Z Z@YzYS@YP@YP@VJan Engelhardt Ferdinand 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- Resolve rpmlint report "libffcall0.x86_64: E: shlib-policy-name-error SONAME: libavcall.so.1, expected package suffix: 1"- 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-power8-03 16843315652.4-bp155.3.102.4-bp155.3.10libcallback.so.1libcallback.so.1.0.4/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-SP5/standard/31e5afa8f7da49ed35a0d317331d9b99-ffcallcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=4d6f148896ea3b25a490ff9ca98b4c0cb82f3dc8, strippedPRRK*$utf-8eb332e95874bad3f43fea45758618d0eebe6d281be021b7ed3c8c54c82fedea7?7zXZ !t/ =] cr$x#IYDž>FR)gVW!c5>R55+fB>N/|@r/9u~h3t7poou7NQ{;qޞ 2gG$ `.;n# { banQYm5"lNKNӸ(a BZNBBm[\:Z'Ҧ' gH?YJjOkEǠY#[W#8g;};H%ɽvBُwM@o`yle^b\c>*9,Bm騬U͖$7,^OF G@v7~,#2OhJA-"S$s/뿂KCz~j%hiPҲKV=_H̸ Fb9X[2LձB}έFH;BNjI^q~r㛎y{;0q +g=axn]@vĥN5|F+{ĨBQW .i[VC[f^!11EfbEH2jNryZr; A_}jN CʛGVNFIid dE{g 2d(7 5dXbXӆX ,02΢Eβh`/{Gm]pEW454fcíHyW (amibw/~2drBquT5yyopߌ{!.RԝjDO] joiwvŌ/dC'% E`7r"q1D!L?4+8XTi\-$Az\gzB֩nT; s:0z ۦlSҿܠ9}8y؂cCGdu'Z^!os0Ļ͓dhtąv5ptEy~$-O65F>}wh@«/r/=JŅd!!Pg R1TC "TPΗ֨LZbܤNL 5 P&tןoo*%-RG-u,s%v4Wrw[UE^oyB_| e #U -)qK Jz*hΨo@rB}_]X{5^>Մ7< "4@4 h SQ l鉞((KF+lP ,zʇ_맙ITXY|G8mYً8T%CkF3>%^vaǕi2h?pUjO TB\)ǂ(:_$(dCTnTV$3Bk ɄpmkeEQٌ-r<;9VssȔm@J<: 6H"Leeӣk3N"w W4;l 4|U{vJ.V0Zu }(ܡ&ɩeUè!MR+rg?,Ki$G*qz d(CrGcտxw0qOj.Fy{yԤOkg` :Ϲ֮h,Ao= 9Bju$3LIXZrE$*}$d˘ G!L7O{BN93l}q=Lչf> ֐.94 }Too.ae?6Μ+lpr)S8$F>]gTGQU7{Xɍ۱`¨:M`>̇(^4ݐDq_880cY%P(.IeJӳW\>BmH۱Ik-7pYor -D2Nzê(I s[;uTH7VoD}Xb3$*m;vfpBUBh_dYy5n IY.}<O]]l%GRxޱjd/ӚjO][ŎLE&evUlOB {Fj%yqȈ7sޛ^ٖ+#I?QI+ `阐9K|]K_1A`X}/FPoC $Xk6_ċ>Fc< y`GN6#IQ[S][+xoEl^A*AjK*hPs4O/Cb3䟍H3bzH,Iw mNSk1Z k՛h&2(58Ӕé(j^ekXa`J5[8h'Ȕl.M[{)7Sf*FYFI_@#,)$9D]{xm`tք[mWb4iK2އQOS쥑 BfhHZHoX+BZ!ubJ93ШR;{q{;'xm$,@k b~pZK g.FiJ8)cM 62YA!\aΈXĽ.Ȧ?<8A"+bd&.ʛ޵1k2]!tHdN(X䝣^ RlE^[&B\{4kFMr%NfIzؗ:G/JYG vÒwԫ_":^9;9 'ؙ߼Eǎ7/:`XfE.u|psMO Y9ZLB0xFCH҅.-#}FMA!w7ش;=`7h3 Ul& 1ʕټvG+oJW^$UL-'b"O'Ev-NLq 8K'X:aФo_yƣ @?ENFI6[%G:u6CE ~͜z :\ʇY s`ژxez${L@ l0l]H?‹oA?M{kdžݥ/׈t'(KqB58焆5O}dTP6悛=P΍Wf֊Nfu&^ 68*%뚵朳*":~FF_N+=Bökdʍ8d@~1MP@^R5NC_qz}@ o/pd[P;LGℰZ,3Fl)AdcdCZӈߛ/q@:+2$+"W3 ZB+5rpdq?Ks_̦߫73171=2!im305\\2BPv$7WoOb,ZX62$:^j7[Dq6 UF'Nh`%収%$Fb? g*K1u`JXIkPv\_}LTirF R(} ]x+*14`|6ٰ-ߋz;f]Bo42w˓YȤzwe $ҿaqH!pR(U0J*VR+:t!}1S?H 6$m^O{G [8{D,J 2)~?(FjEi>HyzU{*w Ec !ʨ .$ٶ٩*eeX2SxiO.WD9ӋPl|dS˼9Labg6R[N`m_I& tOFH݃5N=&X;} ɏu1jKVIׁq`нMI$|ta۾W +͆#N6wlzbXv+^>f&?-P`N܂@m^ v@?̼lzMe)BR'qR& (cD^K>!:w .m-b6 GE>L֦$2 p:Y?<~)l+PL߮=k˗+ܶcxǐaTy| :hq2&Ì-ƀQhZ&j/J!BhyvnKwOLH؊pHl{udG3A(CveIY(qO/˥ \WayTrhl[ƼғMlt<Ft^G|g㹟 :Llet(]<.SS!f _AciW`'R@pFI#vݩ_rjcP?1'FvHA;ex>ooZU^AE B‰pC[B}I.QnWSNNMٳq3͹: aZAle-7Th0i_vT5~aPE!kLi;!c ΛI>2gO2{d2 =t82δ9&c gd?P8g`YntES%X(D=T!ZJN! H&)}Se@a u{`3%[L"FVSR9߂"3foT#x Av^7{m*Ak*/0iBۃaXA#(FKZ, wwB~`'ރ$1&(JodU\|sVX]Ao=eԙ/WlV,0jFqmpQCLg#m[č X5~& t}" C rEd]87ey2|ieth͛XLnSmU>2w}sT %+`liS_nàUtב,CyCyip(f^۫͝2@Hщhklӛ')tp)Ws(t- jwq*lT[~ֲ$nA|{_ܭ~Y) + L?mYY畛ev4"40X 5ÕҪSZ\2Hݏ"٥ I$NkOX;]n/Z'krjpJOlSNBQ/y 5Lx*ǝG2 A%?ςcZ&̝jgh9y^:Bϱ4, 1RĐhڶVB9ja)AcDKUrOrK\R=B M9Ps%PĬyi/`|nAek*2#_xW||޿}$ǽ\A6M:;aM j)숖!YHؓ Ʃ?82@-{3,n%nJ5,U<%Yx]>r i9χ"`H}7d M<̣j QniXVV[: @Yb2c.~qv"!wtKI! lb#wZ" ^FZ}')f5J7]K\ra_ 簖w Ҕn 5(kH$Z6c5q1 ع&]J=h =Lu7:t>I 휁CiMp֘4ҘVlP[7v?hÈMCuɢ͟UK aX|p z[B7<FsR=. J;! ךƝYr޿)Uޑ9=Cb̥oV@1} osQνEd~O&9vU&* ECՙJs#j5}b5EQAۤoÒói,>b ahȻѬ'uX_zl2BkRV> 7Kl/Z#3@ PU ˝Q PPHq9٧(5X95L/_pQ 6m}rz/um{1/Bz!~3 [lޝbŴ02$DiN[VF`=ɦ7aflTA38m6[H~XhYQcNS&G &/qC5NjǥSQzN?AG2Tr+z@ny"y 껷w%v!HO jaL5T |. G0؀/z VE^%q>ȱZ6 BxaQ*U˧WSR\5uJ lܾߪ/Z"b?`LPZ"D Os1{O0DmW׷p>P田*^`(H.rrE!%`WG6{?Wd}WW o+;c&8r%* ߐNw1g 6%@IJ(IRn,gHer,jчQZ7C|'X+ӦŅ9O}|8oImhn͟,βo:|\%BQmap*D$5Fht#oFۆV=}yD HAtr06!=+.IJǿusf#/B A I=˳R<>z;c1wx5gpSqn13J+9Y9ѴC6ֽˊӟWqTBAOp&Cj} δfP&KxUᙢ>Dt:pBѴ߈ Ss:PvIv4_9<(Ɗ k\ {A-ƬQ^$T6wKv}r.k@:i##-4$iG&>C.0uM/;% RB61db7TU 3ꉬ.< #iسE9^DV}C(hYټƷmy+u+0L-cV2V8([&mw#.\ZO~k3fU[_"XYxDJFpz%DjR?£cʒq>~]r Y:Æ!>PďqIL(Ai6vo9'sS I\t#k ̐ Fˁ~ޟ@Ũ B0*¨aSh0ؖI.S޸-p/e5ghcubxI"#>O@9Ѽ tq a)&Sd))p2 [J >LYf囟t-{H_o#Tn8ׄm İ%'-O' $ƪߪxd/JI@ ^JqeCR_Rt62xˏ}/0zKr`\2.,OqeJp}y`oIVưֱPXܻojnt0wZ0g砈|;jM*av!6kA)%fS`[}@V%6+Pʑíƽ-Cf$ҿU,^#,<#,ڮxɓC7f:8!nS-R;,o]҇C*ϞAFmE5cOQ)_E b!M;3xz+m"(?W ͓XXt*e{4f䝫=IQpiCeZ(,/欠C'7uUTeGT>R=D}cF <ߢ!!x ۃnRo\Spj#7S3kփh}ڄB&L&RXfo{,:C] 5H$-5q(\ɚ\39.HX ]$ >;Kg+}oQ|CMDk(0>Nx'ǟ_7{嘧& ȞE}v uzF3 oadAEn٬[?HQ%ktӯ)jI|H<Y{+UGw\F*xu$@ #ɔ)șތdWLŜ= Nɱ mM(W-mnHPQZZT-0frewRh.@ RSn(g=qlo#7=ifCIRB ŗd Awz&wET C 1,i=x]mR(K J+C1g-h"0`UyvCN!0R)c \6 -Sď1G Oi{ok?CO$5 O_ uT6Ą>`ytki^&O * "~+@8;\FNMw|R8h>3 |,K7ep5$&.T/kwhd%{EKNP3#|#  >*8A=aL {@\NW P@+N f>YS e*^Y$^a:"K֋U9Mfj?~K樽d '4..Ɔ+.H`AB6Dk*I뙹 buk1܅ĨVcYl`8!(zʧ275j qcDr G04똢)&~Bq1MndxJ0eCtJԯ0Xf|oem.<λ|T Tj$3=\ZCRd*%!E*Hw%nlD}JeW*.q(M5hMt< )Sx`]#nrHY8)wO,Ru$$PyFwxO=e\8Ea ,)EP$HL ^KXoR 5(cFx95+,ZEΞYe0/p?GFf+RdSsUf 1eg1+f#!8]@erS[Y%$Im {M !@o hLsQ=yJ0@BQN9dT^~eZs1O m\(lGj$XWfkզ-sexaLt MD&x%Z*$c(ma7&rH⾙X$ܿߚ’_Kة]p~bZ,*ծZ^L'"+7aW[JQ|2Ol&0z-W)u6@FJ4х'Yv.tONjvv y̲mچkՈM:USlܚ,"!5i7'2p1ۡ Dyд %'/yǎ7Uik`a综.G 'x)߭+\<% K\xи_A̒u= ?xgS1 C|U_yF۲!P V4HytJ)ө5bHoqEe$ѺGU5y֗ʄI!D6\!+eb߃+wjNX{[Nzd!\ WMW_KMdp{BױtD܋B!%qg ;n1>yӘġ0iG1Y4nHaWrt _79{LS0,=5M*PP&%_Դj2YޭӗS.yb9E8IP->:t'@8r!ZKwVa x⮼0K5V@TlzUeٯe8ȚR . 㡠M:onȫvId-Ƽ m7dujip%4}&{#˴k؜>:}_<%z@-ADގ6)YGP? 3I:of{8g{'3neQ 2Lj-|Dr*eD r@LJIzS*}PyoY暵:tr*GqiύvC$ m $?IQ]:y &&޻uKx@sX%#N8zVU_冻tT*1||o pOdm:dޱ`;Z &A& )wj&% 0 CvSaӾPyMgi7Cݨ7=|>4DG8~㢬G|Kt>!N>ESqYeWCD'ml+E<߱z otp|muƉr/5 5Psp?C8oߘtJ`"-ŧĠ `ŦӷU7JkWav[h.ac곚rPfG#d&N\04oDz"tr~Dwz&_0Oa rL ɓur*H!S(c>RE#C|$&N~[7]0{4rMk(p'N5 d=s:K 7?OBN=hs(Fy 8w4ޢ=85Ħp pJҍ8~L ~Ka"OWc6Y>,qN;D8 rO29J7=.k([\1o'c!4GKikcq*OYTyv;@ |0Nr}$BWp"(]21ǮˬЧ>-IyFqPmFv[J>dKF{#c셵ސR UJ:vpa& ;\/˾~ҡ%X Q5S $d;֍qR?FkTx̼}V]6X B0>v)_Y)7ސRRE b9$_kl{U^4.LV_`Ul. & "MR lcX'P=+P( TOhMVP`5 -NmlI!Iڊ^.TڅA zV7^HMA 8 Yi/ub1d,5 |HQ!XHetH N;5MܴPbc|r甪tZ;G+I `(%uQd6@@U{!Qrd+!y"/"sXmI:/ˈ|{\ocif` 'P+|"4۶m,BK.^+h<  Ak/eR37Y?u6^69ٝI *y<S+ i4z1gv!=s \K(YN4a}(l3B?jAXEx 5dןQ )Luة *JP̄v &B5lSL/6zg_$twXEY Vs~r۵[\WjxV_h|nC+CڙJID'XωH2߁ȉFGY=++Ҽ`EI>eL]`ǽ@gOmSz.+:pr}I*n]v?zZ(8U7;q*%H\F)T4`CW ~2'&\nG+HLShfu^`D Qfqd`sljLcu`χP8r1 ]|ᆇ:4N3tomƯx`kهSCZ4qP. d1یoUZ8pҧTX1%-2qsB62p"]cBpl\8Ʀy*!$(N6'3C.7+XJ鐎*Kg* a}w}d]sСOgz\Ԅrӑj)~vZk#>*알pHz WV%#<^cYߪTWے3!Zbr)z/i&ܘ_ CPu;ԣcfUy c,mB z*!hf`qY.~ l>HsX{OSٿa#{ow,`A?J9=F*Vnڊ'QkfWw4-ÞV_߃I2'I +{JʝQKroR񛀽8MIax_< Q.| xjONէEe}{cc#-NHa8SrYH}aMGe6˗9vHUSҬX*EXc P#Qv:֋{ӼU(Y! J.|x{Y:=Fqn=48h:;;o2{6.dGJZ^M",{iq߱-WhJ*7{rۀu2Vom(2  _f6,M*ɂDҋ@}9Iz 7aMvӶ(_KՉut<Ӓu[_HFH 0vAγY0c (9RF`7̸6؋])kW{ wTieX @Yd `q=Vl;ߪ6. >" BATTR gG]W}7k :<{IϮ_1Ų ٔl޽֐:C-jp ŷM$ɐuП1x $_jJ,:ɃiKp+9+#}lprt[TqaU@N%N.P&?+&ӌK.=iZ4bX3|TϘ`hHU u >^F9h C"aŘ& MPՓOLM| a TSyĞ𖱲/_ %،Hba򧉘w?p!R8xlZ%" (sy0W۴b_uAc՜Fg@)njܝhX!$ cڔˑހUapL0444(y lCתL3Hr5IFJ-zL = wsn\7nӫh%;w=)mY#2j\[ڹ)f" T1B\Hf/z7;bIJ>@rR[%ʎ?.&( bFW+b5SwᐄE1?TMgGiRl3ewFs5joj$bhج'pV4}fTǃ]