libcheck0-0.15.2-150400.1.6 >  A bv^p9|+KvwRkmd!C/oDfE}-aW/`a' 62ϰѩwCj q3.ʲ8o*V[6St[i.x8T^ 7 YU' :VlB N."# _\=<M0?:>A^-dCAFדt myvIM0! =l\LwT{]-[q4uUI.LH]84fd9493a23281e4a3c622a79edd7f275225872d909533924f7ced11356f921cf6877eeed7489c0e05147e186336c2f2a4b1c3b6bv^p9|"p`i/Td,7iШ l^l.+r3!i$f>SmUQGuDNLlDvGqRMbh:WN^_\pH3g/-mLF APZvj@E"M=7F@F|b!LO H~}~t8X"qEK. T_'vnsh\dtП$,z<9Y<ۻiXLlEHn[&Y,msii;\Ôd3S>pC#?"d   8 'IOXh p x    $4H\| (L8T 9| :E >@)B8F>GTHdItXxYZ[\]^ !b ac! d!ae!ff!il!ku!v!w"4x"Dy"Tz"""""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.bv1sheep54/SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxx86_64gA큤bv0bv0bv1^R8361a4249cdc2c579cd59bc2e8ce30a4d0d019b3038101f1852b5ff4c92bf3e2a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.15.2-150400.1.6.src.rpmchecklibcheck.so.0()(64bit)libcheck0libcheck0(x86-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.3.3)(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/ldconfigchecksheep54 16519583210.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-checkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cdaa46ce0d15c82a29260bb87404003fc992b699, strippeddirectoryASCII textPR RR R RRRRRRRR R Rar0") utf-8817e957849eee9c45f29bd57c756d5f1947da13d23f7fb8c4defeccf9b744cef?7zXZ !t/_] cr$x#F @YNPAqQ98bm)o2j/UDrWxT-vY j*2,t(uqH* ;e^»\lLbT.5-M~%N?}"ڰLs0 9vGiN lP; _:?ryz)ҙۨ ,֭}K%* 9lTWoU1_bdנ`XiME-'te+tQ=VBi2 $˨ :̭=UQ$&&"BsV '5:6iXD<,F$`es ldEmCo}!~1+"t5wdg5]]qP4Q@P9r{mh=R$qÄEݏjxh-|l{WuER~;qԱžGIw槠$Ggv?wU ܞNm%&FJ}b4Fqi;_8LUhSʹWMWcGX@\@zPwQ~Zq2N@=|6TZl8钽cxP9: T*7tuSUhp%~2p֢:NG}I_y#Ҿ7*3N4NKs~r+#Ku]ƿ3;Ly)dc65$ !VY;vmg~lqrnt@p^_Xh8QA#bI`5:djTis[^m~cMxAnaݱ{1&nxk. Ɏܖ̋[ ҦYVb% kOUce~W&8:!m& yoe'6 e(cX4 B W01d'Y?@q +9vh5x&1oY#tCo&w VW c>jt6b5l˩fFMר,eSM(9ހα: Lo^Qy5F#(D] \#oCt*jjAsFǔQ7djub-(غHF(P$A`['Q*5_ f'/LfN [uzyq WU#'ZM ^GpWZj(KAþs$ Y"#+p #D;~`)mTD*~'%j7 ixH"}vVs@Y^f )01@%*= \QVy?9!Qw0neUY Ǽ&&Cw&\_:|!&fmH*Z Qrx/Est/kZR :F|rCKGR6 `8M.oI7g;ɄkmIձ-q7 Xvb ?EbT`w{M6mpDq󺾹]UɫH$e HEPuiB.Z_˅cWLߓ>4z铮2ܚRnя[T~OQ гQ2Yw@54NfNE$w5p BxV^C0JX+^:U18}w`$Tܒt_cxk?Q @rSr*؜ 簓Ϗň Z>3tH2gj[b7E0QY+'lR}=ֱҔh1oBFd dXTpkځUJGWT%pj.*ѣN<]o:D7=7aՏϕEOl$:J;*W?"i%=f 'Z}`~9-ow?@gBkBdV'M+?P B偨'ybS=C! I(5j;IjR=U'[$731b}>(P.o}:O?j%CxGf|XXR1c~4+\7JnSe%"Iȿ痊5#Ȉ,Xh`¶NsI <]x1cra{Φ謖2| ͵ljJb[S@Pm[G#S/# j\#>. HMS-u}1`E(U4\}Kv0hŌ5vWI.if1)Eˈx"eetP*P[^:"6ڑf.ƁC_Va)iPS\zro>>|䘫S<>u]KLYny@4i&j(~{;y 1"G2SNAYZ:׿Ә7\b/54 Q۰I[ M;=f KT؞l*jZje9/QFGABgZCN#c5Ё7C95xcvf&&i<1 WDvw2^-t;;58)٧3pQEU6$x Ò;4?Ip䅡Q.d:iN0X8@7 K C/4X}q/ww|ԓ#mU]M,"9Xmh}<>?@ψqzxu-,ӃN0pLܫ26(1E"Jެ@?{1=%R$*q"@5p91h:mDalo_pISH_+2(dR;0Ip *40k5g2?"K\շEvq?%8Ig@W>dFdVy> KO?E)@,,A *S%sQ)lHh^R>J.t͏W4 svVd #i"wq i@)!8=N(`l2 V65 ~RO-Q6v,A"bma(@@g^@61n|S'^5bo' :J=J jkVc]*m gZ+qQ0zR b)P;UpfhEO/gdN`P=aTۊ,9Ά!r!y5sB< 1 #[/2ׄ(-f(.K-6WxH_C] NI5yr+!/z.,n'DlfySo-Rjw[[yG I”lOm_Vt9n}?I97Y H$J4a@8 Pp pmQo;8z_ >0 ӱb+8MɁ ;|]=P2O)ܐU4Nh b){(MF:*& O)}CWl*g)\6= *i$.-M*ċc9Ihπi`[L؄v]x'6Gf"5FC#U>d~ʕRh`E9g6EғCUPF4@LG(bo|mG,+B1j-bӦ!P^>EuKh5mb=cV?N: ɅJΰ|$@dr (>)QOwaӞ ӪxNӴ O"|@<9ЬtF; ["9w g<2hkRFƨHQA1g}0?P0y˳>X7qsAGOT~c1SrF[ȥw'[BAIdcЀaeNof 0|5plgE?*NLK;w=ȋ_F=Tg)]a_@_uxܣf#淛ك ẀsRhL&*>ZRzuIيOk͡nhNDXf}ʡi X{o(vy4aegw9K~p 3A ŎPZ#h\ 'ab:V*"&vX˾fWȈd{i$C5U1-z-'8[AseU#ƙsea/LZt )ST*nnNQҌ@%Ӗ쀔y^'4<jP neΐ_uPr]`PAm9>:NU^+N `(xH&"?x!=4%DF ]jڿ_ukG^\;w @ڭxyX'B=飁&ɐI='3'?-K{8!~p[5EDQ!0,ƃ`B߶{Q=.FYJn_$'rΙN"W,@N]#ɬ#Y/?l )8:df6I_5UUG{s:dmI[/K_.cᴱ܊Y:>@-"^`uΓSQHПnѧcJ߾l]vcėL8;9{%w*:R}$ Yz-lOJ5QGoFh&lLqBV֟ȘIu uC4)JBBa.&4ҋ:LH (zR6j*'|˂u)# u#dKʎy!pi{>|rX#_s'2X|'#(Nq}癭5WX5|4whٛf2<'g /iɻ@q l?w3$Ħ懿zOSъ2h QoE8G;(rUq~ fU򪑾e}F6+6.}G-\O$`SR#5<8\Ju/ZJq Qx9sEb@N`6Z[!"-7FuAA& O*1C<=}ѽA ܷ6g0Y`(rcVحb[teaϺ`ߌYF biW~8-Rpfx<@Il/q{CgϺǥeB,8% ؞ i\nGپ Z6J2QJmT""S1O"G9(Z%w@0I! ( q8ᖪǜ)?y4Q#i(KJGd8rCFoH+9,ZB4ibk˔TlS梡c Sron ̯9H@C ހ*܌>m4m̙/Av2&$Z:^xqK&I ܤXz[8 icL #>];%wb>gXac6%i{2=o5Uaj~iv"C }=kӐ|Cw^|A@G=&ڦ"_1XtIً8!9O__YlOC!`XF8cAЫ#2\o-?d}px.;R)m!ʥ -kbl)XbV3elG=)`Zhz55U8H=[#t6 }xjGBDuPpu.TXEFаo@d"i}|)/Qɜf{ڴ1S#Ʒ!t:1b߉fu$ӎϚP- \rF6 97C{E3>sbdU܍%gP0\4o38.̛ SGq]g vU0*ӕ ~mjtݛLW2~yÇ劉 >bp'u h*ܛ;xb.Mpn(D*^~rx}n[N5yg^FC1)b1Jcж{hKSKF3 ͼ69Nqa WؽQI@BͻϙS%d(ֱDžs؝l?kCZs/\ _ 8;<4,ӲB!t[N:Am÷簣1$%M`] i5h*»?Ob3E{_Х ba*|Y A w= g"u'qC7jSmV;Z져fؗl1X!Srh`y\kLv ;L0 c0Qו#Sd9>x+?zy_hT1x1 Owר+<Ԟ9~uĆō2!0jqrYɵ"HWh_ WMgꯨ+׊#t! "S 8ه-+~T ӹY{sW)]qVZdIhJ5P`͵Ԝ7xZmnӠ3/=n9W9/'`ibtB\)vl:XSW%}_)2O\@?%EwOM.8B<!tdъj#M'_5ty45Iy D0a_D2@Oss'zR;Rn 4 )fZni'q ۉψl0b>2WczwKRП֮wC"s؝g(7OPʙ kHňlD=ƭ!oq5 ^ꙅ\#?A`jݴH;-{DKpfQ>+ⅉX^y^ sf ;1AÍIiV4ɘZ&=&7&> XzNC<9TMCkhN47#2K2$1%AmySE{,ʲ6Ynzv5 ~cݠf3Wvm-C+(gv[ԺIxXxq8 uS3IroNB̨ (W@I,-v"b=4>9R@ #PQ1ܢ!葀 57H[ޟ~pA{5&_|E!G^ u;R؀[46x/%1)a7kQ\dxub3-l-I1Lq¹XqCQ "Wj^7o3YY(x^"em6&eA3we/d!ȅ2w~T, $leTQ{%N~Ql!.u,i ި+^ /m ʁV\Y.]y2lrfs7) H52&R`h" ocܸ vq&l 3Eh/!.0t|21đC( m:߫8--]y?p9_jDW1#:csT!mYPo B>[ɉaO@ kpǦf!}7Ό b?D<&H; yuƇN x5hUM\F;Yqϱτ{ } ܜWڌEUNh4 k2Y6PVCB 3#l1ؕ<(ڬ)x0 縷9δ2͈Zwl~L4CD\uu dC X{n 0827fהH<~y< u-bUu/Zޣ7h;T~y*{X'|sB ^Cǣ*slq)ٽeLű(,< 6s'Rla/ʈ\4U`?Џf D2Պoě>Zד8;Mp>B#b>(>]:~+K~Z^^;X]u5\^T@u (W߼<Uiv71vdOX۵.g gJC/5J)^ 2q:= .h)58 4t 4z}( CW Ċd)(m }ܭHMƸ\,{4Z*ݗFy{"w eV%<#q }S] ImNxFzY~W Ak3vWd)ܛ`Έ|͛/BAMbζL`ܨ6U(WH"nC;ɪNvǔm`h1樆Ή*|o;} 7쿐t`? [r}jfsbAAmz8[4^&|lwÊ 俠ZvSM8,Ƈ֢ߒTPB9g1v!&AR'n\اB7c) ~h%?'8ͼCtp>"o _%_m#ܾ Bs[X[Ke-l=jR/vc6*u)^6)X_SN&ULy#!)ok r zZMazcdxzV"kEE"fl fs OڽHT6…I!w}k9^O\ 0!3&MUUR9dER;!}{]kTaslZ vm)[S|Y`zt9Amu0TCz[nNN`M=M̻Oq. :Z|1D<.D9avn;ҕni="Y1;f H@s㳑?n0lNciUѯ%%Cmc}y&"m2(qz Oпe%884SJK4ILSI0WDg}"t)Em ub zE?6@bU]SQ\ mwZN%Wr^J^is[*v>a|EEZ^$l#0,>7qrpI'IkR<2-x;|J1B*DPˍ`81s#9 j76ZVu`QZq=b do;!<)O}l[r"tBBafls)7fńS[wQ|ׯen*>g (f_-O\6KL_=V$aQ!đI5Xm-'`*= u{\UٰȲ ٱdlu_d!&hgH1ٚ>%o gÂk6K+0(bjs# #%*sػo^;qR$(|ӏQ@,WX4 gQi~=K)m )Z3ZIx.?X4`nOzK7M{ҩܖm&|P`B!R oyuUUU@ L:܀\gkc\~+EUT7jM?೟rBtAQh G:d.Z]T{ˏEh"(N1d?9dYZbV+vJ)Ұ "4̜F`ƅ3a]A#Q.!uX4~C'xo˄6h Dzԛ`0[ ]?ymR3x,̚QsC=N4%U3 a?{Pvgnuz1i.orHVk{8i<+3.qĕշ3OK5G*A[QeEBY$IL҄_6< |M K.F 1*'DlB4x+p0j!?#TůIH^'hw1 rz^a-Fd u/OP^_HgY ^luN;s8孜/ * iŒ{9SjKx/pG#)Nl&F,;?XC6ZxER3| .V35~N CV:1 9[Kd(qR겍[' E!}bG (I!GR./ LlOPQ D~Y[3#Bu9q5N ce,sUӔ @_pIpf mQBݾy†ӥy|`#yÞ\$I L.?-mjWX3!"t5*{B]liMZOjf|ёr% uk_*7^NY"ۻZ883vgPO6 1I=p,'3>)t'+:@q}=9g"itme١*$aj~PҜo}:3C!9x 8Hcp=K$>`İ uiye(@ւi;rV8wc쵌mBaO\^MY](F=CGi`6YNXbA\!O:)шmFȕ_o>1},&J|C LbP|s 2n";\Tpgg5o* ckYp+۞ wb/1B/&́$'W^A_ fba.$ߏ).{+$2KnxEk?ۡW}Ȫ⠝"Q|Kyȧ9@L[Ӗxӯ5Dյ(07W#vv9?]DP"Z4{i:㼸>uBtD/牽-Ú Bt!񻵶sn0K#kk8Ak+j@څ4*m|q88=7%OR!QwBq= njb3oINQOli{ IdE,*3='l^7~pe'y*|J#|IЀ>2w*H0@V MruHlgsHث7EcPFqM9M#wnKoJOK:++E+sRHXs~KS-nwW 4sm2 >c:nD>{(blx)Ƽ(>]>c;G~^Pt, -/LJN+S1(<^p"+8hW/cxw^M^!T|OV"psW Ia1+?)۝O1@N%E%gJ]]TzK|ܠ+ly/c/r)Vɔ*'([3_ONpэuiuY(1d˃M:*lʤ΂iN^K: ؼ.GSiXF{&N:Mԗr@ HJ:i'QMzCu팼zbc7jh-JtIDTd2H{ѩ} ?7 e+&n. *\M?Ғ; ?Vvʊ=Ļ6%=5iҫX|bG{9V=jǮԏi64GSs*н_21YXnUc a w&hn7A2 -*+XAOP[5GΈjK"/Wl5@ |MG&пPt%s>ip0g5:cBh?A'kYnc} jw3|*7_= @0~I 7Fqu 9GUYNsi 24c3u.TkĒsF~`~zrU{ZT<]@@4lc & 1 sw}mhoZ0< %[`'@7\HzhR+CmĪ?t@Xqzt>B3ِ+寁Jum8:ȥt3:)74Ė9) C;闻 ;6K, ~ 0;X]D`Ln%HC#gO($ 3 eL;ݪKl:Sgՙ c%$bdv+1$Zψj٩KIR\[[6@!_ -$ӜO, M3;LwMxIe2^L?~0o,H3RH Vgxw72. Ye {^!J"ћK/gF"?w;pO|߀M@  5O$KN#fy7UP]9ec@/@5).jvW Տ'Yx̊xNAG %ܔۭK=;Q]]4ztTvB;^b7Yi~ՙ> g}_20ɇ }@h'oj$^ b^st(nq+.Z ԹUY-#Čh'gwRIy'qf1~"qvbi&E}in `T%]0*# }^pp̔+P 6o.<Wg4]2yh9$cU`=:[A W&c$K^~BFOۨ~CZdԸRA~5t9iuŽ#ܨEׇiMJ0D+/}b4S鹉|T r2sH#Q)sgPMFN<`kUd28/"vJ$Q4XyO7E R9ӽL9P2vBGHs!N!e $?#JZxa(;}m5\mA@,eQ~z3jjQ_"W1=*]v@R2+Șw6 vѧ ZſWMڲ%H׉GV-I0` !t3ge+g"9!+5ٚ9\LpSbŤJ9*o5K!_?&\HSj~5y<%c՜׏8֪6y^Id1n%B)_70MŰn= Nb`lc*dg~ gRٌB.)nw~3NK(UƩje a+4y"'1#͐ m0Ġ =LfV\ ܉>C,:qOJuMv2Y+aZYr64pz?5h  "A$!<{3e"zPPȯNiw{SWX z 3݁AoG[# ,z/[uEN`B^U>8XvRq"ֳH;k|HT}950o[TF &҅{(i2=T-4K.Yy[Z:wf} 6E55kKtX >SRZh. EWK'ؽFkP>t]&xB5{c029kq88eZi< 3abl*ds]#؟(/@?ؑ-9pjz.mїAޓT62f` V:n"  Agv;ChֹUr,l |B>ZEz[؏Ez^H(^ׁq{i7ojG}s8~RLZ{R!MU(jQ}`_\Z"ㄘ~#3?lBQ7^/&5J^-gl9`۝쓁;X-EnVEڥ}C2 !P&}PBHe,03?cu6& Ќ~ʮBW2d7;3P`hzI=iv J#6+Gj˭ 6Ñ * mklr:E6HߵP"z.e BFKƵ~e}+ND+=A0j?Ґ"N%..^6auRK5#MfJ*g9B(-\_ryl^TB D;AnGg.\ɖomy9`d"\W,x'&UJl$Q]U1Zc`[m3F\y ~(PJ4F B@ǤJ^2s]E c'caf -K6VxS;|5'fIj&=9Lq):l(DlՓ^)ʏ+"Y51:1>H`kbgn̞ T{hYgnoVZDFBX,#E0͛=62Ƅ3VF儇M{ xb[dV33pb(h[y5V4"qD-`>ʏGml{KZ[U0Vf$왷ry4 LԬO:UhЧՏw:tJT~D2m֦ZEAxA= &{,gi튾:2ZPK|z.0k&ZAM69쵕'Y}̼"=4DjiO,6t/ǖd@C]8ӚDMBokp7@YX\);l>+TqGk~13wos m~6QG(4_t3vq9ʥu Wrl<.A/`[q40 >O0Q$G>8E7Һ6i 6n,#X3tY_\̀Vzv}ai o O/.s$*I:l(ȑCWl `H`ZwW't324?Kv!˺TN&`agNٖ 1q?z;`2c] fȩ~3*MC6Vb|W18\Ĩ,»;9O,ZE swiF$Sxk q<pu>"}'gAH` sNV^F)ĠPlOERZ22bPrmk4To@Ge+iҁo DFm X7Pb&/ x;彣ԢA@SG)[l`J?gQo~1:<Z:-7z~'w"N75@2KuݒnΪ]Lt"`>^DafuwAL,ֳ8E$8Ƚ7Ygp@؅D%i\yUS%M'$b{Q5U6f1 G+{̴F%UC|mH;uYqݱ&@@,dvY313 8g7gQS,oqOPۘѡx,PI>JKeQgلPCEF{A~Ɵ|r’t? JI:8YE&4K<^T:Nh2Vc)]h) ^\GlR Xξ8IηXR5s)a9+DK6$J)U  *8dGWzpq]j!ܩ )@31(r"m$ݢw{gz{V2CjݏqH=4`z{>6>AfJ # 8$ PniyK@_wrDaD[K({rVb44!x5WSX_f+CK8ȉ|ow748cG[g*I(dz!);9Mphh5l˘ne'uԥ0ƼCMP}B )ȔnhDh.)arb7A) w߭w?/w1H)Dm'8]{FG3lQx$ G"5BRpm&* YG4u\[Bݗ/ 1lph "8p'u@GY-b-T vz:őO㌴i[[u]?S41UbLTrI:X!.i\Oe*[wb1}y>cN3Iyx}`j+ \PB2M_r+v}3Aɼ CS9JrsV-r_*2˞>>!3`~l5x*ug㼒7 (#_K鴥sQ (5NxwDdQ|xa͌-_ [ơu8Up7?wKu}RɨxS4pa:oPv4RvbVEcYS-tDp OM.SrCUz9;0oY\v_a'Rm\[Mo'Up!q1&N ٍB?P:3կGnvet𸎧J1Z_LdZn~.CݻVpu}`1$f,<8PߧU?'Y`3#Ä> U2"V~ᐣ:\qF%V$". ĒНZ t]Uu,9ӿ]n*2ƑStLsqj98HpKjaL}9`~C_~ϕby JMΐyLFU彯70`QBBiGwpA5eb[6cݐhRC)ι@;+++pҥAshi^"GCU-]:n&>OB}tQ叮Ϡ:_1#z%F@{</^\Ar%h儙ޫC§d7Xڨnh:?=X;rd5.^"z]G4!1"f^gLTL'J5hﬠ`οVlCQA yEa1EGPܩ h&Z CCnp$:9KQ)fMS0hO6G?&},՚_7Ƅs~FIqenWcO3*+UUl=,AflX"Ұkij%¾<+x.*go ;*~bX M@9DXk $fl/7N5(Xp@2бx˻/x$ š9!:f3gAEsENF>^DCE~.,Qߧ׏*Rߩ[=^I#3Pj7]u hBΘE(TZ(MKQLzZߚVP/, 1G*'vJaP.d`N!̾Н,CzQs S5s H|5mW(1"l;5+"IFѭcfpB`ԢuߑMdl(!'^j~^% TuDLRk-5ԟ ߩ@VM'8^^t#7v:A$l4x_ 4Puouc.?;'!W)^# YcduyXdL]ӒT CYW[|D.>zevSs*R*LK<yWݿ{$c)5nԮfN W_Y*#bWpv[77ik $/fl=9}#Z@>Cq~2׺'nc {uqYIGͷGo kN"W†e`ڴ)rw_rhswn zg!SM'=4]^U9'"k4 ҙH~XO>5*6ZE8E`KvzP9Kn!mM<$- Gkaκ6/l{E2eo|(&"|5-OJ|-SW ,>A͠^hL5Xcҽ*"^y ,btVjt^b"mPR ty҂Z#)