libcheck0-0.11.0-1.26 >  A [R'p9|~h({$ؖkNlo4)?ςШ !B kb1, ׍e-UK876,qj;4m6<(.dP۝פick@GH_d\cc|{B՗wѕ&q Đh>Պ6~QfOE2u$M~&{f\6\^=E[u$3űf"k4,[VVZA%))IHue!=ZhP/Fef2666c69b9ba1f495a9270eefd7df13702460db9aad63abccbf383fc70a4807d3555164790d5d4d84e471cb8322123c5e356f24d[R'p9|bEJV6ĎB?'d"nhB<#FDcS#7jR/\\^a3PvqB46}L%Il]e~S8A۞hXj3c4;]+D/ɾjW0CO-W}4!b)w:Iw#YNA!<r*Ti\鋆:Zϥ 6ٲk4T'I`>pC3?3 d   2 9?HX ` h x  $8Lhx(:8D9:>/J@/YB/hF/nG/H/I/X/Y/Z/[/\/]0^09b0c1*d1}e1f1l1u1v1w2Px2`y2pz22223Clibcheck00.11.01.26Unit 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.[Rsheep16SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxx86_64pgA큤[R[R[RXUba10700ad320acebcb935f7cafd55ff380fbf2db896f13da4af78097b3cc8313a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.11.0-1.26.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.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.2.5)(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.1YX@U@TS@SR3@Rz/@Qo@PNNtK@KhKepK@Iavvissu@yandex.byzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgjengelh@medozas.decoolo@novell.compuzel@novell.comjengelh@medozas.dedimstar@opensuse.orgcrrodriguez@suse.de- 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.- Update to version 0.9.12: + Additional unit tests created for internal and external Check APIs. + Check now compiled on Windows using MSVC when using CMake and NMake. All unit tests pass, though shell script based ones need to be run in the MSYS environment. + Check now compiles on Windows using Visual Studio 10 when using CMake. check_check passes when run from Visual Studios. + Always capture the start and end times of tests when using NO_FORK mode. Previously the end time was not captured, resulting in arbitrary durations being recorded when tests failed. Bug#87. + Added additional configure script checks for support of timer_create() on the target system. This allows for OpenBSD to compile and run all Check's unit tests successfully. + Added a unit test, check_mem_leaks, which can be used against valgrind to test for memory leaks. No memory leaks were found. + Added tcase_add_loop_test support in checkm. + Add support for logging in Test Anything Protocol (TAP) format. + Refactor Check's assertions to be more like the assert() call in assert.h, in that static source code analyzers can use gcc attributes in the header to make assumptions about the flow of the code. See feature request #29. + Fix ck_assert_ptr_* causing const compilation warnings. - Add check-missing-includes.patch: Add missing include in order to fix the build.- Update to version 0.9.11: + Check's unit tests pass when compiled out of the source tree. + Check compiles for Windows using the MinGW/msys environment (without using fork), and all unit tests pass. + Check compiles for Windows using the Cygwin environment, and all unit tests pass. + Check compiles for Windows using MinGW in Linux (without using fork), and all unit tests pass using wine 1.4.- Update to version 0.9.10: + Support 64bit int for __ck_assert_int (sf#3599471). + Add equivalent uint variants for __ck_assert_int (sf #3600433). + Detect if the system has a C99 compliant version of the printf related functions for check to use, and if not use an implementation provided by check. + Updated HACKING and release procedure in Makefile.am. + Detect if the system has clock_gettime() available, and if not use an implementation provided by check. clock_gettime() is used to measure test durations. The implementation for OSX uses OSX specific system calls to get the time. For all other systems, clock_gettime() does nothing. + Updated documentation in check.h to reference new check API. + Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from check's unit tests. + Fix implementation of putenv in check's libcompat for systems that do not provide it. + Fix implementation of unsettenv in check's libcompat for systems that do not provide it. + mprovements to the new Check API: new comparison functions for pointers: ck_assert_ptr_(eq|ne). + Test timeouts can now be in nanosecond precision. + Cleanup compile warnings (sf#3579199). + Renamed Check's internal list functions to start with check_ (sf#3448601).- Update to version 0.9.9: + Measure test duration and print in XML output (sf#3521371) + Added contrib/XML_for_JUnit.xsl (sf#3521371) + Added support for setting log files via environment variables. (sf#3576713) + Added better pkg-config and subunit support (sf#3417041) + Make tests/test_vars.in bourne shell compatible (sf#3472578) + Added ck_ prefix to mutex_lock variable, to avoid name clash on Solaris (sf#3472574) + In autoconf, request system extensions to generate 64-bit safe code (sf#2803433) + Fix for mutex deadlock when killing threads (sf#3564640) + Make XML output well-formed (sf#3575642, sf#3485651) + Fix buggy duration calculation (sf#3575451) + A more complete CMake / MSVC patch for those interested in pursuing Windows development with Check and Visual Studio. + Added instructions for improving the speed and output of `make check' when using Automake. + Added a chapter in the documentation for selective running of tests. + Changed how the message pipe is read. Before, the whole file was copied to RAM with realloc, giving problems with huge allocations for repetetive tests, the problem was visible for a specific GStreamer test case. + Improvements to the new Check API: documentation, macros that allow multiple evaluation, unit tests, and new ck_assert_(str|int)_(lt|le|gt|ge) comparison functions. + Made the new Check API primary and use it to define macros from old Check API + Added checkmk, a tool for reducing "boilerplate coding" when writing unit tests with check. + Added xslt link to xml output, added display of iteration field into xslt stylesheet and moved it to directory accessible from web page root + Added longjmp to fail function to ensure that no code will be executed in test function after failed assertion + Fix dead assignments and several possible NULL pointer dereferences.- Own %{_datadir}/aclocal to fix build without automake/autoconf.- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel building- buildrequire pkg-config to fix provides- Add pkg-config Recommends to check-devel, as required by policy.- Package baselibs.conf- Update to version 0.9.8: + Added CK_SUBUNIT support for outputting test information in the subunit wire protocol. + Added code and tests for timeout scaling via environment variable + Added documentation for testing exit values with tcase_add_exit_test() + Add make_macros perl script from somebody + add type to check_type error message + add contrib dir with xslt transform + function exist testing support + introduce HAVE_WORKING_SETENV to protect tc_timeout_env usage + support running tests with multiple pthreads + partial MSYS/MinGW support. - spec file cleaned using spec-cleaner.- remove static libraries and "la" files/sbin/ldconfig/sbin/ldconfigchecksheep16 15272719670.11.0-1.260.11.0-1.260.11.0-1.260.11.0-1.26libcheck.so.0libcheck.so.0.0.0libcheck0COPYING.LESSER/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/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:GA/standard/6d8a387974976c088b8bdea2adf48cb7-checkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1dec50fa68157cb4bdfa03c7846d0f287cc1cb5, strippeddirectoryASCII textPR RRR R RRRRRR RR R{4N ]g"utf-8e443e48d32ddaec45154a9864595ee860a1b626b1ba21487d930ecf4a16450ab?7zXZ !t/]] cr$x#ɐagQR!ƾ'S@p@(NooFr5Qa#UwUd 4I?˩󒭫^ k#҉쫛JRq;q|y b!Gp%aYIWϣ(J%@wouX7S[Ј$\ZiiR^YD?=y%_oOL~_nFJO!z4#*q+(&;q +J)=C(h}##}NsÚ¦~tsc B?t@Edf-spqGȺA}t:GoraUxErhngNrH/ق/.~TMj:xgk B^Ex C7UdЈ++ŦR?:Dńrg]obu0LNJCHn_n֯dk@kM!V19eRuſjoN(W@ _Lz Ƨֳȗ,-*f韀<kZ+PN^H1r\zyJAm2Ǿ0M7Ȕ݃gMW>CC}ΥS-\ P_ecܥ{J_sGѿh+[J`lPKW+Q$qY'F>WGoSи亣8C?5oE9|GYθ\^b|+BR0H+_sa^x(G+GR%o^gӶw.l5kYY0Rz^iZQKv1d˕Smiy98.g)*$E4sM; FAW45dڽŤD 2AP++Znkѻ.{|;Nb:pԃ9D4}z1GGA#yΙ0;cH-H}:K>5Xb҅Uu X>^!jn0{HOegqv"od;IΚ_veB{v_w~7H1S~[r.kF<-ƻ%"Tqv 2K<0|kC|n&eEsgoa 8v">s2| =tQQYmC/gLN-Лjhu{a) 0]#Uh:DF/R2 )Q/P0!ݜ\=e {kv?,]s aoԘ[ݦ.scn s\E+`$h/[,+ \EhpD:v˕W- gVPC_[oܔ64g@a|1$;~6sqRw?52f @F/dXeF)Fjͫi0@ cpAQЛ \`;{= 풎7,t+C )yW kRz!,ei(|2V)Uo1Sm$;V k 5e"׺Yt$>d=⸮D菝WhH|\rc81pٕTTV{ u1¹VQ7OUvJmտ{0S]@ȧ!ɰفd`-$睸z]_KX))few0LsB<#XCi hܴ}.gX fO~V ZcNJ{CqxF]3||֊k{y*vL{K.%4m1%A?lsOz1z~Xn[ c m,^'&3fn[M=Ӥ 7ˣ(u3uP1{ oT}#A]dTwi^vm-m~=S,v }Dg![5&s:G!qz8.,{gJ8 Y(ìu@C-;Z0$Z'3g +*-?1Zb%8Xkdž\}hĠJ996c&R}OIto+E@jlގ9 .LҘ-*k̑+mt }m0$Z8܁fC;Yxey5+Z߉`\`!3gT֟0 ؖOY]B3Sy³d+ >kPY5q`W H: x_,׻z9>Gf ` EoJ=A|U d\vb)JtJ?+֗WB'Q"Y>8U"~Ɣ}+JfR@wcn"|M-X/\x11> R%4kkbX|յRJѴԑƤmfmq/0 S,>Øβt[ݹ6`u`nBmbK~ G\W_r}#%|T=c$xe !e%%r'P+閕Dl(嫁ר^JWL̞"[3Zv=ZbB|LN?ߢZ`9\FCf<~@fu k]i&M: CF+ io .[lXDơ^@@Z%) %F'V||{__ꢏʘ<nH⪺X* e>oz*|f9mqG8j(4oW%a ͑?zψZO^οJk~^ e!QܳRzkkh9]FeUƆb+6Z9!t \P k:Ѫ{8A6Ọ:\GƏUe=MQAVPb }ez߶Q #YV_N S5-)=.q~]tR:ɱZ r*fli'`֫aOChc5ׁAD:;j-ҦA BR!k^uK&l{}޴ǑTNSxlgJ;w8Z$؝"AׁudXyjY]Ge*gl+u'0ԔOHյAsҴ7 >q 1AX9qiiJcW?ϡӒ/η,.IE`vK\-El1b;8o-'vS'aׯl<۟lNCl{z^.TN-DAA6szJed9TK?'o D]0D>15VeXΖ`^ITd ( taHۡw搅iș~51\NH| i\4VTuR_ U|Շ߯\ahx.3i Wil~T@ň$|uV]ѮNZK1%D#:-m0'!ܷFќj,J+1v7˪`<(8Xt.{8?bUphMRXuCT< M8uР\ߔ`X%G*9"g]Vb!vKĩj̦MVZvpuA)bAi Ul{((Ǔ+~6 8mz0&l8HmP)"d8]MG`iOr#3RьAsg;8| pdSݑ֣i԰kT2p_u8{ڹ$h58+&@H! zք)P([5L N479:)ߛkPzw["V*+& /pg>gs1' `(ՐD96+M(}9 l _ 7#nfq 'VϾ_85h jъyRҼZAJBH[mY zٛЯE+j0H"R#3 BD9ݷП2VYX|#2^YUjr7n~r`)T~$hXts7407KB,wҲf0pI NlOxa41|⫭X=g$p>K:]HzBƼU:͕YqW BvAPmYy\VaBעN!fkbЎVMb'دsTe?vY`*+*e~xyx| oYa(׼/6@UxW;f:4t D*yTւBC`3j\07EkxRzq! Np.C[?c)`ljH+/oF2 F `ʋg_Hk#%/`oD3B)$;:+7^OފՈyzۚÐEOQ\ X)v"VtMIWDsmU]וחuߎ]_VQlL(SOΨtSV?Ϥroige>52'  O\}Xel5 cp2h;ܽ԰M-~7dZ}Ԥeh0RpO:Jy?bXDRXhįE0].USUʓǟ=VwpD\tO׽}߂@5GaP?̗ 3EBm)H9aO1zioK{ˮ-Pu֝w$0ǝ׭Уa˳/|E3PX*vCqEagA5nLR%RL$WM$rgAwDy07h$Vkf8yl#T5 W,d/ʏV_s!&פVC_:s/؈ȡJ1yjplHƙDS2^qB*Zx_/EiP$6-}~~+<OdnKV{Ĺ֯X Ru,cjY%=*Ə'>^̬9'oiտ/nNKUXSW+nGT+Z3O;;9垛{q$L#6i`DA8^ZV;:L;:hЙVm#D\xagQ ?QIcC3T/QTQoY:$_Ӎ"jwx6 `?T/'vme[ybQ~R =B}I+JՖlh<f ,&Dx0*ӷzQ:0<[Lñ MA5|  :Lsenh¤g!З[68 `!be҅dLU+[A\L[( cG!{ڤV!|)9V;P[ª?߉Gx۾}qɫ<AuU|?Ƕ] vn@MremTV&1D~>͟ |;$fzf'7Dd2bZxKKw#֭V 3k 2݌X,^,/ niuQ'4+t^zSKuສ]N9v~!)a*yG\>@?} 6!>@t|p(XyJ8Ȭiጺzs`@>=g5)~wNuݑB2ukWY[8V% x>:ݱϑ1_01&/ņvzjLEX9~+2-vc,4}@Bқdsx6Á𼞮w5>ۻkqH35kG0dcfY2Kl_l"T[e-i`66tD`"@wM :U8ݿk['p*Ιe(7 RSkQ0vn'uU bx^:5~eyQ6C YRɥL7xA[ O6QJmQ1t,ѕH.y[eՆbl[xh q>RELG8TFB!MF=UzHw+jDщV V. 47%si\q)BUpW)r_IA" ib ]:hP 3Ew /4iȢLCkb~И]Wjo 7CqE-zAd#RB]H3"erB/;~ExGf{")wG"]D8+$'64Hd7p z)<$_*B|Raӯ̋QS7vKX6!ٗ5##O=Eq~0x&I /ѷ!P]*'-beTsʃPLWc .']_BIR( @Co7b`V嗰m鍅 [i0YՄv=zYtظw =mZž_T OR]]afX=`ҕ\hQSq+,X狟0CiERp*Wʒ(&^kkuNEB-/+j+ !iNltQ([erdSDS .J=֣SSrR-I@0GKě ؜ͫgJ^ٜ] fa(J8̱);'zis.ZH88gΩb~m[y!ʭd$wyA?cU:Vr X̛1c 'jRKh$)F-O2Mm x\6q MUtJ:$ڳ9^ ƾLeBh6||삃O=/bT{Xw.4}뷷gϺ)EM׬^I_ jJ#w }+}idDVV^&rMgw♌FWRҮy=~p9/͒l$&ٮzw6^emj/w 8D xv]֗^TBP:}+]=&J@('b!2_6Dz9+>&XmMBO*?/=D}Hu|M q?XpM|V$ 3RORso81> !l؂+Fk$!}R'  ļ"8C%gz *wA,bBL+ㅲBJ[((mm֊=,$G0G!8~q{*q$_c*w&\9HF"q$;j c'9ig%t1EsE5IjxS&DTv\ nQ/\"J 40R>F ߭߶ I6C.`l ǜ@BK~(_+<ȘNc@V$wc":p4Hahènݾȇ$RaS|%'Sԛ\ JP3b}~ԇ fk [MeZ \!7J ru(ʚO6;0L )_o]t{b1){x.kζq$ʵ q.:'Uabm7qzH[5j,?x⌀RycZZ8,nV>=py9D#OoeL) [&)"%3wSVz̡Aط׊WrC'*!ƦBz*˘fmrlPA>r5n䆠6YZsaԒŢCh13.pjUQoT[%I!P̴bwSFz#|Cp2[xꀈp ,5°4QCo p紱e*6'}!$kgsXY$ȡ@ΕlE[V䨮?wP. X+lFAeHm9MLIpOC| 2҄_x3qm^G`vA!h>ZZAP&"Ik% Ma\OOVmA4JSXq6agh7  LhY_ty !Vo *9RE_o\,PqSe ZQWM2T\NĘ [ї!GTwL.Y}hdhӻ&F+c^-E┞mjFl')pp !> Ѳfڵ/{U2~"(>jz" i%zwys KkK*"*rrM~~>uiZ鳻+ڦ[- P"@Vףyɗ2onkC~ ,[e~e1YeS9 #zViD @f WM`wv0ˀVaz8-1[L[1b8'hBKjqonvg mpk+LI .fm]4fĬRBi ) 2q)0%u.2txؽ](`%O4k Akpdٯ_DBy> 'wv}[m҄}@i{XQdʻ(ɔR~ͻ*bR`&C(ziEf*<.rs2#<\d K%k!y(su@OÍT+p1mΉ!~dzY<7 aR37[?| znozy f(k,v,U0JIC"]ҌOBðz # a.Tl+u,MhIJ]\Y=o#F ǒ:j55 Ft FC>$)M%جk6DCޤ\$_pNߺ9LҢuѪ 夡 D]:, 4F:oOT@fmZ|4ٷ #Q1oeiN)hЯ(K[ }Ugޜ,9`vd< -C6t23t#54xſDXm;3ҹI#e^m6~d!NNO2i#'M7"C 57o<"TqU(9zjtHG r! xf`3.K(ōWb`Pqqϔ{ɧn4wF92O\P6AvdPǯO)u:t6I(!>+f@v#sT#2b 1Ԏ䁍#@PIT)?s: 'DcH}W_*k.k vmz Y b`wT'~%z7+r*p+)Ц"-_ƭ?hGy#"["x|u( uv7UER#\`wrrbÀ& r M+Hk; b3x ;܈׮WLD&˂л*#ĜMƿD^SjH: KY´=p-+H'{jS;Qe~ܦcƋJ, g1R>Qvxr)[,C9U8bXvⷥQX8Q6|ӝȐ;ie>uI .7xŒ_#?i]NPY,qFՅV OY{>Cw+gB\YL\]ЧWIӠ|fOk09gR#wԯSF"?ƮsG |>;GUO`> nKbO;kξX ĝ6* iKS[Pǥk_Ix0Y]ZUr&BJf0a{.L`3<ޞudKMt'l_?-\XS%H*stRbt Ɇ`NΘ;D*S G Q(Avzʫ8`WX؏O^)GYN)Jت><[1O4y)O $1҇>,$$7% I{>az! & l~74GV*/#M&XP]μ=UܟhJ n5FPȰiSCBZTjf ꒣mrGSO5!-Emqx0_Nիdx2wit! ";5 LJ2"= {3#܄oCZKs(e"'_k=3V DLdߚC$ 1Fx`F{҃f5Dt!!~oRխE`6ħl C3tB3`4i en?6X]vaTb_}-I&hJǧC|8ϖ YocqRzO}]CLEEYrSOƾ5X Zl$CYUѧ㊦ͷKW *)@{Zt =BOG)dvAOfƇ⅌=s]cdw+;:&3 w|l)=Ң@9jح oW ~byA'{غSB` d4}~ ~cۙrI~;#LS.TYrPEWZSM^ZBHf'4_5J~J@ 8j|4GF4ى/$H#]/|m+h-dsUA(G'R "Hd8PK{Z)jǦN"*p6n;)`gPN )6]~&yAC)th%צkjky&혋,=̘I,h9'To4-=ôs¢t#CfTb-xPOJMoћrMiFCu&av4s'*XF9HioTn(KHAϐy"KҢK[\ iLfA&r a x`| )qQ8Ľ# eQ"j1 ]* m@kVR!9esrIڇ*n}Nn-dc0+ZbQvoP H ѣIAGΉJ6]Ř&1 ) ;歽SH7=i.T^~SD?v8Wo+IXHJY~yH o81Ŋ= oȀo4o|P{0Rap͙g$04/8W17 s`%/*1kd)SM/214[0f^"v<>GwNa$ ߩSxOA1'/751/6Dr8j i{;mٖ~+~i?{;ܮ5¾U`5r /LWq8è#)v;2*Gz]A&]{a*YOZђ µ=/@9| `ؑ%dbF^W lj)e0,4աJlp..4Mop-&GAA,|-TbJ2/Y&.f$F#yß_ZJ $rk:H'}e=?@GEz8= ˮZʦЖP<Ͳ28#(1 :RkH TĢTU Z!5gA7<.]`BBwi‚9,b|we dda, q x{0!_Y6 &# J6WW҇!/>:zY͵(E-n]pDV*b*zN9mT}7Ef4Q0C,N˶JF/z ݖ'5 aŊ%y:vYnӔ,e&+5k-jo;6xGOE$F5/l$7VUCK[ҭx[Ȯf%vUJrX]J~H0ZPRcѳ/? 3[ҾI|aMnУ2o{ LqMR^HJi Ndt#OLCai F !0Ζ_ QZPnpMs9bLZBUcaLn\⎮Brb<@8>3gB@9)`̒m"S{OPITP pajJS0=T`&P/f*c^gYIDd1#!N )(cq [ 8lE;Lr&g?t17$ƫ=uGڝ7ܠe6l 帊Iր;(0=%B"6q@^=PU}5.S¾#)q1(Y L+9Z 'Xj%H^xA&D r~{QĬNI\ lbU;?tzTr &ն~\vUKo|h_?⬳_e +J]0,;#BQ[w5ЫQC)ي &)t[PS58H~4#G䄄HI:Lp.p~"Lp |!BϽ3sU6Bx}."]:pá@|E_@I|UW{} 6IYGW{Y wikV9˒l0t;ޏ.PE`X%%˂(^IǶQrGRGijC0|PpN r\B+;2)c4ݷvBy.{0$hVDYFR# pig㈎3jdsʿۛ ^Amg]cG(y]='T-\e,EDⶣJYlNJ˼S7၇*Bx@*lJfNUaOB'L˙EMԫzɕ:hxN, 9ݢM!QZãmM(G\{ES׫erwPcܒ7i6~hY1/x_] ]?&#$qQ'z{HS5fTiPfq,`{}Lg ASkBRyPjqET΂R_9eWǃl<> dP/_/=|\dFz_cux(6)>L%'o]Oyhp'">p9'+k;I4ӞYwWB%)I2>qaTbO:%AJz>0b݃9qob0HzKpިɸK3=@X3EeRnwV&.2Ղ W̔:n l'HWZ$KVj|vBQ9"̣ۡ?xh6z۷xK6gFW7?/6&Dz #UƄ\LgQIJsCkjja% EQ2=5dWf0"^uU?7OSH( O^ʋ1ISq{I˙O# g1X/ZcҶ8OkA[ ys1o{D>1ʼMh3,6q7+-H\kgm">ZUYZÐiC[Wߙ…Q] >x9}aed(]?oR-e%%:Ļߊkg CHARsT[Q]E4{/nsBb>.La+ڨid?n\U&ġf)qmh4A(JRFTRIS.էLXcxS5\^ܾ=$.,kQHr6)-if- X43b>nkFL,X%chBĻ'!W/X_$?PqW޺ ~K?~RvJA]pVֲaG&atм'Ay8>;vX]V!cOi'bW5H[P F$s^LM.H)$Zߧ}ف_na@b0@Kʸp%gKpih ^Q|n/@[aA Mr6iɸmy"c2ߪBPխʧ d:heAAO;e!tK̀؃4)e"mbMZ P-+ƃEUGˢo3>{+_),z wٝ=I`i)Hu?^GSS_LGG׭vڋ#Hx{eN0<2傩ZݽJ#ƹc+Ow/@^8N*]O}Sp#fO4q8 ˢ&>"WՉ5\oörYPr*5I~x*#Ҙm^4ڞS;vMs'Xٺ㪴 RNJr/LbcSZNpoK&@'? >1WR䧂,b~ QNQ8x">8^ӋFqiiU,Ӆkj}b0ezPx,gCxVݨEXʮkr 3h8'YYތ1 cFo N AM0!LTUFtMbB|OsLʤqui1y`#yy{4'tb{qVQAWL3 A #W5_$21h2'/z*ɒ9ήR-yOIYd$ U1bCGA%sQN|Deo&srXk9XjF8j+x\=}K ٯPmFe(kիsOJǀPͺ*4^ҡy3߭ hN00,I=IռS_B$|Dv$C׬LF68]}@n(f<87<7TC1^lrg )wܥȵtEw_%a>td̾"w% ,*X.A'( t!vhzerѫ|JبA+SI`JQ( 3z agT HT>L,mJ.lį[ur NĬR↠D?+LB&UVeƮ(1sF }'W l.כdpp6`!3.#)ZVKaPv olhSQomJ=`%bg |19N ʰӑRkO{ܽV-?˘UX&|xZ~g!*IguQВ— ʴjk \Yw 쎝NL+eW',qST Ҁ~X/5]uIvNYխ7Hb|Rфb uYpԟMenmfI`6r"?/-svڇ@FxfhnPɔOoS+-VR8I}Y΅|p_1n|e,59W$; YZ