libcheck0-0.15.2-150400.1.6 >  A bvp9|Gx4+Lh !Ґ#gyl2IO&&zԣlwW!I|fP=`sO(I\VX(]O*K~\k޿sŧNA?ԃGK1tI =Ak~)1J1AD kڊKRIJFʖёT;# o<k#ʃ.?-UAEYfl8+[UW}';ј48dcacf69a155a57816cf621ed9226fbadbcc983cdc55f08808664ba40a902408f02b286ba71ac7dfb563806cefed3b877835885bvp9|"@D7muǁ V/+eE3`3դVVZ+CF0XG]{Vg?i.:$d1GE=YumgЩgWX[ڮnRWWY\q&h* [_pWfb9d*O/YI'QW 㖾%ٺܡWq }DQ.S$iQx4/U)EgčK8~>$ÿu2k+-P\rt>pC"0?" d   8 +MS\l t |   (8L`k(8 9 : >^@mB|FGHIXYZ[\],^ebc Nd e f l u v w!|x!y! z!!!!"Clibcheck00.15.2150400.1.6Unit Test Framework for CCheck is a unit test framework for C. It features a simple interface for defining unit tests, limitating the developer the less possible. Tests are run in a separate address space, so Check cancatch both, assertion failures and code errors that cause segmentationfaults or other signals. The output of unit tests can be used within source code editors and IDEs.bvibs-arm-1qSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxaarch64 @gA큤bvbvbv^R575b5a9b1635e31f6a394ecddc7eba95115aa8d33e60d82cdaabe4e8ebc1707fa9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.15.2-150400.1.6.src.rpmchecklibcheck.so.0()(64bit)libcheck0libcheck0(aarch-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`_:q@^U@ZZYX@U@TS@Sdimstar@opensuse.orgdmueller@suse.cominfo@paolostivanin.comdimstar@opensuse.orgluc14n0@linuxmail.orgavvissu@yandex.byzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.org- Drop baselibs.conf: multilib support is only generated for libs that have consumers.- update to 0.15.2: * Fix fail* APIs, regression from 0.15.1 * Fix warning in ptr macros with pointer to integer cast * Fix various warnings in Check's unit tests * Replace gnu_printf with printf in format __attribute__ * Fix warnings from Check's macros: "warning: too many arguments for format" * Fix format specifiers that do not match the argument types * Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute * Refactor tests to fix signed - unsigned conversions * Refactor some Check internals to use proper interger types * Implement missing mutual exclusion for Windows hosts- Update to 0.14.0: * Add support for FetchContent in CMake * Rename CMake project from 'check' to 'Check' * Fix for checking for wrong tool when building docs in Autotools * Fix compiler warning with printf format * missing in some files * Various documentation improvements * END_TEST is now optional, as how START_TEST works has been redone * Various CMake related changes- Modernize spec-file by calling spec-cleaner- Update to version 0.12.0: + Fix out-of-tree builds with CMake (gh#libcheck/check#86). + Fix issue found with Clang regarding invalid suffix on a literal (gh#libcheck/check#110). + Check now responds to a few errors in a more clear way when it cannot run tests (gh#libcheck/check#122 and gh#libcheck/check#123). + The maximum message size of check assertions is now configurable (gh#libcheck/check#127). + Check support added for Visual Studios 2010, 2012, 2013, 2015, and 2017 both for x86/64 and ARM (gh#libcheck/check#129 and gh#libcheck/check#125). - Adopt the use of %make_build and %make_install rather than raw make commands, following the best practices. And pass docdir to configure instead of passing directly to make. - Add automake, autoconf and sed BuildRequires to avoid implicit dependencies.- Update to version 0.11.0: + Avoid issue in unit test output checking where a shell's built-in printf command does not work properly, but the printf program itself is correct. + Emit only valid XML characters in XML logging. + Add LGPL header to files where it was missing. + Strip timestamps from examples using filterdiff if available. + Fix potential SIGSEGV in Check related to the disk filling up during a test. + Support added for applying tags to test cases and selectively running test cases based on tags. + Macros for comparing memory regions (ck_assert_mem_eq, ck_assert_mem_ne) have been added. + Macros for comparing floating point numbers have been added. + Macros for comparing string, but allowing for NULL (ck_assert_pstr_eq,ck_assert_pstr_ne) have been added. + Macros for checking if a pointer is NULL or not have been added. - Update the homepage and source Url to current location. - Add libtool and makeinfo BuildRequires and use autoreconf when building, needed as package is not bootstraped. - Add NEWS file.- Update to version 0.10.0: + CMake on MinGW and MSVC was unable to find time related types because time.h was not included. This header is now included for the checks. + If the test runner process catches a SIGTERM or SIGINT signal the running tests are now also killed. + If Check is compiled without support for fork(), the behavior of functions which require fork() to be useful have been changed. Functions that attempt to set CK_FORK mode are no-ops, check_fork() returns in failure, and check_waitpid_and_exit() exits in failure. + Add space around operators in assert messages for readability. + Use mkstemp() if available instead of tmpfile() or tempnam(). + Fix issue with string formatting in ck_assert(), where using the % operator would be interpreted as a string formatter. + In nofork mode, the location of a failed assertion within a test case was lost if that test case has a checked teardown fixture (even if that fixture function is empty). This is now fixed.- Implement shared library naming guidelines: move the library to libcheck0. The new package obsoletes 'check', as there is no other content. - Do not pass --enable-pic to configure: only static libs profit from this. - Add fdupes BuildRequires to eliminate the couple duplicates. - Move %install_info_delete from postun to preun: access to the .info files is required for successful execution.- Update to version 0.9.14: + Changes to (unofficially for now) support Solaris and AIX platforms. + Fix issue with checked teardown functions in CK_NOFORK mode. + Allow checked fixtures when compiled without fork(). + Various code cleanup, including changes for compiling Check on c++ compilers Clang and g++. + Re-enable internal unit tests.- Update to version 0.9.13: + When a test assertion fails, exit() was invoked. This results in any registered exit handlers being invoked. A test should not be relied upon to clean up if it fails. Instead, _exit() will be used to signal a test failure, to prevent exit handlers from being invoked. + Fix issue with string formatting in ck_assert_(u)int_* calls, where using the % operator would be interpreted as a string formatter. + If the LOG/XML/TAP file name is set to "-" either through the srunner_set_log() srunner_set_xml() or srunner_set_tap() calls or through the related environment variables, the logged data will be printed to stdout instead of a file. This is mainly to support using TAP for fixtures which expect the results to be reported via stdout. However, it is available via all of Check's logging modalities. + For CMake builds, check_stdint.h was not being installed. This is now fixed. + Check's example under doc/example now also works for CMake projects using Visual Studios and MSVC. This includes an example CMake configuration. - Drop check-missing-includes.patch: fixed upstream./sbin/ldconfig/sbin/ldconfigcheckibs-arm-1 16519614870.15.2-150400.1.60.15.2-150400.1.60.15.2-150400.1.60.15.2-150400.1.6libcheck.so.0libcheck.so.0.0.0libcheck0COPYING.LESSER/usr/lib64//usr/share/licenses//usr/share/licenses/libcheck0/-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:SLE-15-SP4:GA/standard/9f14f25b61ed2272d16e7434fbc959e7-checkcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=48b5e15d57b0bf3ab64df8cefac42c91957d9075, strippeddirectoryASCII text PRR RRRRRRPg[|x.Putf-8c83f553a6c39c5bfaed9e1991afa9750589fa67e30c7c3cd725d2b3647cead75?7zXZ !t/t]5] cr$x#Fb-V_!c}N؉tu9i!F9~e7(TQSU5O{""_ +h*ׄ فHnh$󽮾R!g̼j%F)#~X4"SRBԩ.ҿ jD4[;΁ժ\Og>G=0W~kmI2y2:W(Ao'x~C_&?!ʰ ze)7*xY?IMcAT0ܰ4,v'59L'jS5Ց|Z]J I5%-"=xluLVs&Kw:H wy6DU.@0Cݻ~[ MH;0Ua%7l՗hm4:ļ8$!\\Q-TM6:"*G fyyu2_ ^9l؜rdLbW{"\>,173 cd_ΙjZ 8hY[QiavNV4ۓ یuM9ik@ к7KE4v@9}{D6Pu ٶ:cFwQAֱwR4'R,, !mt,Mт|.͕(ļĨjw %'lAC7ֿ^xukm W? »,mxlMOL,Yvqx01 8#;k[}B'` k6yfzb4(ۇcL76s7.ͩg^ 6(g/frPSnr1P%1^~G}$k] s4m4Uġ^8d_~3h7+JRѢXh sJ$jit}4u$B&۵4?g4)RinCY%R,[s*8Ep]+1Gpz:l0bQ O$\RDݻIz 12Rκ~h9oГ^ QLYGEh6xl:kjP$7]/MS-& 0T XVDHR~9;KiM 8rl2/}0#)8WW2y749 妬0aՙ32qi7+=!I;oHfoګfH8(\ҒdZ^Ӽ8aF$3"y/?1ѹ\8^7SHet4ş]N^K[ApՌiaO^ʱ+GӠ@" ;1h.d>!v~65-H`1/it-HzΙ=aD s?n)j McHH?:(7䳤^2-!vͶڐw1c'Q#MN݁Y,FG/XP!ǼdkUܥuPɄ9Di0 @e~^ zQ5x J.?wY^``zI -#}%!JND|;-]j<@*l[SIϦ7`cG>_oȻ/b''蹊7b)=^*9}9= n\ W#!,^Er6)\Y~E0iGA TU<#8#h㒨fOa1Y7$ake4Ik4-MRc$sh{՚6)6u}4q) by{`S}QxE1@<*9(ЎUFꂞtP\iK$"rii.S[<@Ӌc74K x5XF/0>'/s#q+ܚ؀kl /̓1T@#a/uvY#:vq{%A4 -8Vpqm06>@I*!hu^<|Mx -I{jcYs?Gt43/4l-tB @r,'"-/AsV,ݑ{}WeB_[]O!5Lñyv4ļ%jz{ &A s2HG M|&4ސY%Gx^>^n$7/ykcTd`=Zy s{jA7G!oOg'a!Fש:ɃY/ҧiUE]mx1"SSLk4S'X0bRšEffrÂ2G d#T6 rʹzt 97[BB<#Li%Λg>teZ'ey"): 4"> L&3奼B{aNJQ"=; O82Ƒ@w1vw Q%¬Z*y'5t%8o㖱$ssC%hbWy><8Oa lgêH;,{ RN܃yG3E:`R >Sg2yĽ-q5oh=yޢo[o!ر&`ɖLjw9A ۉc':e%=2P&떬ך[UE@po! :gfT[zjdE?yz1%r*: [I "3³E- Iq- 1U66wۧ "'wdNHg{k@'apWpXzMmZ1oi'gEीռe8]Flt/~^{`Mq9PD7AYzbӂ^HzP԰Z~½)MߊV{%*h/O6or{H+oO?nDĪ;V#e/'^Ù;NYI=@t9j2OʥY7u\u'XGH3 Âi\NI4Hڳ#3}XL$h}类ab4^N~$3ȴod(; DpL܎Ӭ|&ς*tе7M_-jUA yOoX&B;%E^|`;7w*Cݏu-Ky[[+\/?p Kh4s@-HTɡ _aP;EQ&t  k7/B5>Ֆ\6epKp٪xptg0F;uU㍆LIYNҰgHe\8,cGkC_]IqpH^`Ym4_uo+hn@r9mZ~=Q 91v!c t9#yƇJ4;i!0-f$X#̰omҚe"[Oɗ}cUTM?,#Tۣ$tكĝUaV\{khԱ,ީ0*g/QkԡVt2Ka؎oQcfRU"$_:BV︺VlX~vVd7HDWa Ŗ:SWxJaw -o(1O^@2 KL/uZWR[FT򲾬B@nUܧF]aiV XzHw/9NhhW+Zyb2dWjsn<4e=Id_ CT*2]ہ{h "bN[C.F3F`~VUdz0x&k>\{Ŀ֞HU;8JضI'= =裨r'A/:;Qq dqqpW}ظ@~DPU";uyIğW]-{&bo_Aoڰ2۱_p¡&v QqԚje'RqW?C,1}?[':ZpƍXO:POb/h8U ULIj't #~_{[@g6 m8鈔MRN M=hEuwĕU.0`tc;?9GŏCq%{ Hi7=g@'_[ʔep:vNԐK+o׌4 aqnKp~ "C$YV<v2_Ĉc/8va4DX*q>M}ʁAJD m??0i18$nð>q2Lk툦 "3궝2`>a R 8)V̴έ0NisXpy//Ŵ[LhDfQNr2J!|ET'Yv%:"mO&;GxNƱ;+UՒvaϤ9{V1[9T|C? 5 PpSsh(+i|I$J3O<bƤC6K~V~W6$:x+`G4\c}{%֠nbq1Хy,;I(Ü|Pj, %/@%{~`uȟ'Uӝ" KQL9\;.-w7R97gsΙT\GX^QK{OOR$V`.Mc鲎~Ϛ Dm^N+[v%[GwqWx? G3@a((JҨ:@m/n~xeSR|34-N=zӴezk=+ӐF 2$ҙe'W(o'SCGLvrU"t*k/^<奞*/y© F Ԣ+.ZR 6CJYW[C~2L뮚쌱'>F=>krս\g"&Tm/3h Î  %@͸ww:yfh-eslѠuf1%dYn~c^P?wBUx|s}=ZۥW|ݘMhXH1T*x-`o#u_Ck/5aa)I1 &R18taKLXfp-s; ޺n`P5:8 q'68hg8I㣪8R!cN|5ۿӎ<]J8Vtn9 &탗Kn Rs@g =:MKO!ôo_~(RPxַ$S RklB)dcՃSioa}ۄ[GOI+\=a^x2ZW-fTJHscf߻*[Ew36l{Y`W\_DE䯼f-%kz[5ͱVdլ>o«T|бuAFO=b:&S:7d${ak)7 ףB$?8jѪQ΢r_SҘrl oHth9Y4BF]K u edmp?ފjIy2qsTiBmJK8/]tAAl,KG& w,1tWҒr2,*pn*dxlO=Q~:%P9㵫XA߬7;-3 >^"Tp[\-̣>1IAݪg@GGg͵~:UM;3f@߀a;KNXWԾFYT!_<ũ21`Laݜ>hnT^;3+ F/8m__u.?#X&WHcR f0Fpꥈslr -= (d9{91 Ʌ!oΪ/gp"tpCZzpٸ!5uB9QWg,\N?1]"g+wZ~]UMϟuh'~A^ctؠyiJ.P$tc-2K,(|dyw`=Ahԕu+2 ;Iz噸LW\͕4 ˕-?}\ҷ&8dH>6xJWj9BGҸ6'e%gjwLZ.*8h1@HWdOXoAp@\ ׮aZxo{&//i0\U]qUFOd]Kx&,m3b[Wb!M`YǙVCz ;sФHF/[X[5O_G>b[ NiTZdέS{. V Qr$`r9VSW;?axn bjiFPC;/f/4ee9˩Rj'RISd.L8uh h2xSܬ_(]ʯEgȡԏ \Kd4+#F-qkQuvEͱM0c9(t[@e4))947|iJoF.:QYlAW$amg6FJ0O`C&`r9L j6T ona |]$x4X moH`+,D^ӈqEqQxFg-*uȗZm~CN8Wdas_ (Qv93&gtC5;҆0L\ KmWb cQVrq5c.4qE\2Ҽ&1 ҙrw&0(s=(rO__:0$r1ژHZ`I})E2@?ntVKͬCXg`H4ooK2nBPC*wP7B>Thg4Y4~3kU@-Y֎Jlv =EuךE&I`^dJ~Tm6I/hmOJM/d6QtXdօhƲ}PQyID{k$FjȆ|K00'dUF|K\ q~z%ǽ1v E[Ћ#4{ZBB~5V @d4fM2ˏ\5F*հbxp01&.zO$d8D25 w׀OT(2m7.m5crF;?Ta Y<8t7jӯ!^r/$iyHbZc@3ƆoNu}q٭ޤy&a@N\ 3k1V4>򖉐IGv7+ Y EVkN@0zJ+%@4D0}}ad)9q>})=ЊgM|3B)$DŨ >N3ʧh>Qgai5rmk'pSn뮴vbtkfQrׂW)^o;Y0Z/"db35DbbSSVaqNȨHIKI5T\@PGl*.]ֱ^ 27GR+\MSXtC`8ٙ'n(O'-*NdŇc41['QٱHҹ$%ݟK\#6]m0lV t;ȫ+Fgj&ku"$r%jt,(8,-@/_O. <]|@31XV]9Ld=6dDhZ$P@Ҍt T P!,'w7u}3S>.3~K/ tث-M7R=3wG_3TǽY;})i~(j6غix Ue()'"l[`V\XOAA X H^YA  >Q69RViX($4%!&64k%Vp"6Aᇕq&!_X|]#4GtJHBK%&1DAcjzX;&$@ڌ|}YTئ`;V\l^ĩe )Rwzu\}|2&L-/|B7Z)IU4 yG)3R?vwQȝik`iY />._W~Xv!IQ.!>2kIE*hkcHj1tΦd&7\Jcv^ʰ{"r|T;_6-[`P}:z1H&^Uz#!I2]tW Đ= 쥘3_zD 5 9CFilك|FنÀy3Jm!\>lѽ*˺ i#bMe}UKx I:O}|q tMGEP ~ }w QUsGF>(tG&tt`g'*܍vI,4,hq\P98Q 1|'{DPʦ10lx\nSY}n`ޅX| E% e,.6݋Ri*.ΤD 4dWu?HpmAG]v|x*'aRhGyvŹT=˄]j4P"`ƔE5]J)*'KVXncsjtrR$6?]n^uG\yVY"Ҙ?3Cdb &CYUkcrP1đPBʚm&v>cbqk.<,.]c=\[]\ڲ%hY/sitB%P@mT{+--͞N1ư,i[JvRD5ף\JFi uu"|hԞx^j?:и}H3C^, 3Ř㼕PyQƷ ˔IlV)f3\awfRMGxN:s [rQCD |GՉ^X d#F` Tb -Jww]D;Lc Dͧ4%y9EV {3H.+Уj3H *>2?v&@T0H FzS).) !F<̓9sRbz$i}4+ϤRۀNN!=_pdL4o5W-y|oȉ'.S0 S Ɔ!JB`X^/*%9НK>8s${Xrb2sMGY|I$Rxߏʣ$`ijܭl\ zWj: 4,7QʝpPBKN.׎ ѐcq #q5>X ĵub3vǁm }\0%JkZ j M/Z/69߼ Hԧe~^r%>ݪ=uc[Հ*0pn^A+ҬDM{DzfiL2x> 3?^/Er7·tzȓʑoaoVAnrH6 3Cz>utGyEo z݋$?ih06:z@~WuNAT1QiJ8l>rBѭezF:||У5wC mK\(́udIc#b\n7ڈC]tg.ol=sG#~'Cy>ǣ=M~>^o|:'ZuTrKrסJ49ؘIAs}Lk-@ؠd*ZdBިP= A Xnl:Ƌ6M"50Y431CkE:dӐk@@paw%(wCQu >Fob4fFYhmU {1-3 Vf;hfDy?,TNNJ,!僲MXɠ<{if4d0᥾CSh? :5eTz6=kACsM[tϸ SI͇ ^+x1#R + #y-&AIJ|[tLTS٩AK~pGoO|-w[+bJ!\ٵP&+Oq_ͻUaP*i_c>HܭHoEAVH>0hҋ\}&ߺF+&x}~ {J痁Zl#d[BwQ?@.?:B@}+̨D! w/N~-+z@h7рD%DK3ī㮉u \DJ4f2$cn/hr}>5RYPȣ6E42]"7ЄzNҞtvzҹI\.FX.ȱG[z88+v2ZO3!=9wA*7u[~W's5D?9|;qrY5ȴ##Oo`= F( uL|$kVSHt$rL8oc2Y> "%*d"nVC13wH&N;ðm+UO_CZ9xRib6>` c#p^x_ *4pTsyA.% L/ɬQzBqλ5*OX"g\'^48|8+AIj̃u%n}T&(Z'U]~s H UЄ'N\@z*i1d)x~tWYMuC-s 0ҡ!x˕IXV?9α'7 LDH+MH@W.cv~PiRj$%SsOpeY /1~^BHܷz4?'PV#B!]Z2^f>2zԟO[|}kR_cRBO\bկw$3Fnˆ*+ax; w%PtwQ\hPԦ" ^gpE'HQK9D?V/ j˩5qS9'eN[H>dTsC`Bt9CI 1}44xu?'n4aJjgK-M F'I0@"{nqejSU_Fͫ=riQ1*l!&W.qR&hl#hjGv&aXWXM(-ވydPp퐽O8DS%?JUB%n1FP:Iԁ;sG[",i= \y_Xjd[QBySH \O:/uA@BO4cڅ} P;s|Ya$#ubyQ~7z L͹&Ab'((nOG}x8Y> .ժx.JBܼN շ VP 0 fEpIw34g'DfTSF{-A]Uo典,*^4ä\ƍexZe@0o͋k 1)s[pWgŴV%8(Ƌ,wۗLАh5yP4u":>BrQ~}2c':yMҘ"n5½U*RsԋP:da/Ҩ l<$ž";1ʓ=5S?R_0A^}TWCoW95uR?rf- nM!N -<ώ@x(:!,7uv!a~͋aVfGb̸ϼROz-{y8"m+mAJ_"L32]vg: Z9Bw8z+'b\.ҡnL; ZYzzJ덂fF;ɒTiLfxCKk"ز3@f~jB^K uE0O?A;mF&ĞbtUܯ}|[=^#]{Ӝ2Mp0ڸĬ6y;<ԲdfԘ {3pPKir .Iʷ/:pѾF=p|QG2 )z6\I{VfZ G 6]b`(`t:~f>W,߭*h[ꫛDiXIvHZ20Lso*G5 sOB'5Heq͐ y,syc{+jZ/^ʎD?3 r?0ى Yl:]X+6B˯lR@i2I&['{kϛQ X:Ur'u{V&aW$j~}ZX[bD]kY/ بE [ _@r,oN1K(0XK.9=o\&Uiܡ ['&$N.d4B;]sǰYϞ>3 ?z'I:{}Iٱr=L!+14L=5f1 J'춮Q\|;eb7a爵*0n{5Y#f:ac1xj/ CBU$ɊouD=F1OJF_nJ36݆C ,F1ۭn攵K2Py6ULn؜}3gzdP^,0-K1â6"BJ 7%4w%AdQF~CN t%)e/5=ق p_TG alz=F pۂfJdJJ₩e1{?U/jt;ݎ<\cYJ+vĿRFzh@ID0{z& “FTݥ*O`TR8p{D`'xҼ#:e:.Hu&]3Qx2sӭĨ>MzreND@:~"le07SXߥVjJSpA`U2 L(xdeG.kG'3ޑ \4/sRXac!0AU`YX>u%YތءUV,Vs@;ط 3^$ZNmh2llԱFQZ/m'3p)%r̙9%%tӂ8clIv< >|3_/GCY\K.ЏSRu:0Da۪?@j5@;rKͼ4uΛg#؛_x&DK5'[fqCԠ) 9N0e>”&fҩÜ/mm1E9^{/)zヤWMV{mc08f[!.ɲ1 Ly[=n(m`E*J%-|lX/a/[N( tGKy`XWYAj kl4.n0y1dϞOBcR"yW#ӐoY1uOP XK}|6s=,g?{+qYѝ"9Q8v pŏDa,C )Ud Y"o4eiRQh{)m:n}81U? Cze*bwUe PhdEPi_ޙj({?C+q/ _S S,b^UwMCՒf nlߟʾou E>?Pcv{<%@L`* 2cٳp`,+ǷFЭm}qDXS^M2dh ظ'5'LHrOWf]!2Zלbk8*- ;loE )&GRٝP_\l|/G{ i`R̃kIdc0d[6?FY`;\w`@HMQsU*b|j}KW=2jaqz4NqMG4 ˠ<<-^"L8 jȤ x,)mlX}Tq D`LHD}W%1m 4KQS}U~/  }.t@D+^fϿ `0Ηb[s0D8('s2JyGiv"hQ1J?쨡l 4 b]vN)1޼a=Q@!̺qQa:RYwZ&G9Ю11wn@ W\: ҙ,P8.rƌv Yg{_Ǟ=;$l#Cr+>~ h"~~-2`PUB;kcwRV61>Uc+pMRLSUg;ôt|O9W\0A BL*aAFNzDF^x;E7%4nxE|no/P0k/qP')jP^R z;2ߩO9C8kf 0XY*ynٻP0"^:~6o>0{R?~Q;~]O"J1'9 /liQ9!>'lc*+ȡ\gګ! fMيR>Q{$*LQf> 2GrBW!X9ۺh=sEQjyؤVY j\Pxɗ|ѫ0 kf,5.*Gn]B$߶+O)УO^>K thJ^De-nJtD <.ƂC?]zdTZyC  9`3Q&Y%dD`C#g7G9̀$e)vT2AabyRPa:)aOH) aUy2d }Zwx솛n_lkijdMm7U: =y`%NQMNē~S6r筳xF\Bf-J'L4__Ua4Q{_(' )p`QM+դB/XW/o@at6y' xWkzEy?|pɱT7Զܱ497CO/o9T͹9/{4$9i6Y窱XlHB >"ʞlƦ,>x>7Te{>sD@?Li,\ 8];OrIO3e'v !!1,yuZVs*86 0}ZeU/7E^H| F/*M]E{4 +jA9+=q\CϞX m( i~ÿʰ;V&5Ҳtf(@>#o LښS*Phy # 70,FѦaZ͜uM;Ex9wRoу u_*"+"ymvO0 (bQ?54@tW>"B:1e|f*дPN㷒Ҝ 5UwreAh|&"Vt0dW b|sc"0o[} (á>ZVq&$hX+XͫwjcMIJZGONW[3q(g< #1ъy e |#{8צ+*9H!׏T3sU:zd6~F8qD:j)Rr[-+E<,ѹGo_y_ CiD=k[. H\(y/!I"_  ?f\kdם5O9M34dwZF;3 "–L0kD)\RyG !z:c]UPpWWߊU*H ~O)y>,]Ktu8tesdp 3_4~x{Qc^hJdnįŇwT<;ʧU#ΌŒP嫯O1:Q۬0K{X){}QintLXa]XEϋ- xޖ_ M?7H۩]Ϥ4O]/K`V )\fT${xQ" NaѭF`ĺ ]a2eUn%ORp@.}]* YZ