libcheck0-0.11.0-1.26 >  A [p9|_-ǏB]ENy4tMf)]\)EIڋT8a[)4I8/֨Pm~D͚~~`[]9j*\9/5NNi8ͼx|}X["7LJp@>Nw藇hq%m0A+85dae3b604e6f0ca70aa674673295b7a0648dc4e8e0a874de10dce9caebd7b067d3d206200f6599e6ac1751f24072583b01ceefe [p9|  AmV_+ơqUe=(*N?f>2b .yg²x3`Xo_dq+%}VlrG[_hj؁wy7=m#vI;V_eǩ+8$\Jg$JX(j۹Q3'p{ՄG|so'S\ec&sրcQT% Ҏc[mQpC2H?28d   2  =CL\ d l |  (<Pl|W(}89:>.@.B.F.G.H.I.X.Y.Z/ [/$\/0]/@^/yb/c0jd0e0f0l0u0v0w1x1y1 z111124Clibcheck00.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.[˶ibs-arm-1qSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxaarch64 (gA큤[˲[˳[˵XUff2c44f895228db83e9f83707783fa030407d1328a997126d84dc7bb7459a6fca9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.11.0-1.26.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.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/ldconfigcheckibs-arm-1 15273030940.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-checkcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ef9cedb8a6e731a9fbd0b9bcf51798b1f1ff451, strippeddirectoryASCII text PRR RRRRRRtAOLdrwsutf-8ffc322b400b4553fea4a4c599b627a143735f1cbfaf3f7a4139546abe2c72bc4?7zXZ !t/t[*] cr$x#W)J7Ŏ;Sztb!OܢB뚪D@2$\"tVd%.x*X{c sĠy9R'Py8F/RdP;f)suY 0x`OSbL*("Fh |_u(oȐs m堩\@ bk$le9 vt|OBs{EiQ?߂'gC 皗I$WMh߾xHa*#siO t^Mx(oyODkEr)Xj|(Fn?$TtA2Jt F֨9x~rgyw}Ylѹ@퇤mXfDF E'C3s o(hPG~A["#BD[{g&.*j^SZ:2msz%󶮣㹞,}x)ԠCoG tq6噹;_:@. b*`ax6S'@C\P M#?O{q++ UZ~ # GVۼN84BT&iW/6,9FE[4e6 I5ic ,6mG$ lE'|"k?w.C'R僱 QaRXs𺹮"-<ԼJه6}n5'&&Eӕ*ֹO9\/~lnab芑GpտKa3ڸ>GK 3VV .M/V3ҫ:vp\؜aBHdsu}}6hݍh0lU}nFs["4ӫ*}"FH+P(8VR!=) x%\}+r 5qtK*iBKS7QTES"cǍc V'Npӛ>)XigH>"1qQ.k@"@ =jrmNǓX*'t >16 lN{Щ'U, M#`[H#7zXޛO9zN 샍n1`(ב9l7IG@Qt-y$KG; NH1be4^-)H!H{᭑,[NSB}ywuʽ@gHytX?h4$_m3 Fquь1#|рzBV.x_*15Q^ZNȋ{N彚/vac@ƝVk,ѹR^Es-ݕ{gA* QanWfH w3 ͌kӄ|j4l# 6wsfzhFX’B_HG!Є-ZrVœ?Lyߏ{]9CтmOLїQxx2<tC=yEq^C|jj4~DuagVEUlda~GI8,F.˜>"cy|E mxjpivɘ3jqʳJ9Aɶ`+TB>C'PX،69G[_u7?zoTe/B>fSe Hx):z (wNQd.NzfaSQ4Aho+s5VTK"V,82S=:wF; r(YTD⎴S 55-oj,qEH.Sc  ωu/NS&4"߳Z 7*@c_$U$~=xmm(c F@LzFqrɔPmB@;zZw)dtML"b&Ov !V*z8 -#;q7oŽ!-N·A!~ Y i, _/*sRۋD{ z>J|_]١ѡ_vk#qnߵ23`Qal kj??%t8ߘ=.A|J'r4w(p}w>/6sRu:E'T17p,Q$cߋuL;gsp-m'`WǕ C 0醼QWF\F\{_j_ l3s-"qӶ^pm?$[u34ڔƞP﮹D 4ܖH&.e$_ #68/>FBK9×52o@ypG"`!=gT9} ՙu9T^_&r祧t1N? 8.D91uR ˹ $ JM߄BrfK,d#,9RTm) ; `%p ZЙ._rq94xU: _c20H>I,kS*j+p|fUxt a!3m}ײ瀄+@:'q+ .Z')T[R%tRh|4߫ikNL^J KB-G^İAD+qUrr/NJ) V1WL͗L$e{dmmZ,^ݼ=CW^4,&Kr*]U -TeIgFVBBA=(8Qn"|jj3qV!ze~/Sг0 `s]ؐ4PO7}ӿM鿗˶i*;O[0yO (J@G[!'8szJ_=I%] j.ģCe%8]z>+τR+}8l"Ko"5(wj o,x8B5ێGNxy/s0R_[Uױ\=,4@ĩ2*3,ksٸao"[<ц$,@(|fy Y GK1IFxߢR Fzad>g;;^}Y ZS&!-`o@f/Y;mP ӗdpFq#uKdڪ-u>}e@jr>8ZoBF{iL0jv'vD.&Ś ǎϠS-&֐)T@_:u Ch?RLE8M7K'> P*UZÉsv/L{C Hf <,G SvEOTS{0fF՜[slz2E\N\aLqWHBEB0C m8L0ʍǪP| a}\דb7E{r,g_o! }"xQ(l#)'|zwOrs1x0K@%"*;|K<]p=6m2$_!b+xclbH^ dK_;PY*ܩ:b`io˵^nwD2-v߳tYWliT~GbW+$d /į7KE /ta_z)f݂pqwe22euFek o`,Le1"t 4h:%bUj!4|8)m0֕a-^&Ճ58ELR,V.ß)}[ڐT5q_5[ZGaP+ۯ/WyC| ,F@Zsur'u Sx=9O;8YMQOϊ@B*-]7ZK]t {ZƖbLP`3kT({_HhȐl~YP bi#!,Zi2%Dp4F7\*q0tJe ѓp ZB:85Ytf)Jl>P|u]dR ysBXyfl1CX˔lGS\ɲ.ظqzJۃ6C_A/˖jcƻMۚ*#ܹ͐Evc)!,A:,mc5VyLJq 6gԂK#3mh"AJ^yh()C(/f] EƇzaQQq?!xԍbq=~i"/ 9 Ðt*̽M(gWUR ))ȹqǪ ~?g@*J!q*bi&,*Dln"o73;^.Vש /(89\ua<yD O&%w?1l7yĥMk _kA^C0I/!O9zVO_0?|7~Ʃ:^LZ(4D AwPǙieқgO\ПԾL[H"\0諔ZERzD 1[TMF=FF$lrtޕpYTq Ѝl}#cHGaV=)` Ѓc{\$y2ʌVG%WYrwaʦ/ + H4LIm;4ЄRЀUJ26!9s5tYTT^H|Ay#o+[htBv@֣f{ G"Iȳ'kfh\k R1POxkNuh,WSpQhCJsrʿRńa/p 6긧߆}n}C8Ͷ'?. .U1~S)Ml0”)p+ydȥ7mvdz#n$YR5Hȁxξ}D#i7|1j㴜nx"$Ik7zԻ8RH5朮:|l`YaHZ!EYgƪuROx$8FW37D<9kC~gƒcƏyd"5yN o*GkcQ!#fvр8G#O܀) /^ [*˾SmO/jfL`ϕvMg. u?f<j_,҈I@ ]y2»Ld~Q],y@nQUۈ_Q!&; B*[ eFK6:ՉXS ѥ1=4:ȃ!^ wd"9|C]T:ș|(އ0AK ֡-yVy["*z h {:IERBNM>%"L9x@$Ԛ;lOFBݪ*[[?\s}8 5Dy- sumh r@n)BPSD/)#fyէzmBr|Ta͠ԫ@9EG/Q9 ,:%pd, c|.7Ůo=n-i4ruDo!Rp?f#cWz*n14;-@ D|-k{ f 6H|D 5Uq#H}o0A2ɺ MeWR:qP1g7M.#(3,C!a)Ě;ELϩ?U52p~A:.чVHPJmit 7eʨ&jď ,Zfn @x`SKlLtod휻's.8dl‘ 098@!d MID59F^ 9 0#TaSPsP`{~8<")K{K:Kd'漰tߟ=ʀkO/R,~6teeGF W[\3*QC8qV=q*S;]g*.%d6c54c͂, WeC**5Ucݍ ৉c7>u;SWU_$ոv0`fE+J_g டMxYRKGdl I4598Mˠ￈=ԇN煭? zlSYTS7)aם[Y5cs ƝJR]Dϲ`a 9VoYߟCaz;ޗɦyWBD| 4j6q0Љf"4:P`@.wزqzq  u`,ޓsqÊ.% TK9c?8Gwܯ ĉhm@-f!˯m@kӸY|V ;$6n=dgzɇ~cð2ێPe>֋'ZXBW.|<%/<q&ܸ߁RHe&w7[iΐ:}y[amX(?R#TA*DΆWP8[ؕ V4>h{oƒ"ML˼t+nf +ۼ5$a=nfWsަ&'OK#+ג{ӚA(=Y 9x%#- J ցՒVUĴYn洨 4H6=D]_:;hvM54d0Rpo"DldBb963Hi(,GB .ФPXB }uWU./~OkX(XR1 ~$a$ %h&b(RY?AdriI1Xif;48m Ux*6 9D lq|u])ZlcGLT`\-4S@YQo_p =oy*~ 5{Qiͭ@X䚖PQtgG`C8JEn 6If4Z 8wnĔ|xi>wk qz,qQ +_i|s ⁝zL4U{  0YS/^,C7c2J1>R4=_ho>cIlOu9=g"K-Rvߦx"ŋQ\ڛBHHޙ:bWu 8JT5qPJm +;4bS\Qw黶phRR}=]_R,P3嫳1s$ؠ (K1neAmhvv'~NFj>l\X w{bXضEb3̿ =hZ (5H_Ks=Br0yAyq?V"Gs R$>͆];\ D;g\дz!48%'q.C5] inbZL u*tdPS'(eb(O[1qm0Ѯ k[t["̎{ԅv֯GI,;THBȒ$1D~Nb =1v<@gG6;%nQijy .̷X>4!{pI c\M / iX mU= =[WqdzܼDw*'W$[ DSoH eEm^`$'k/Mi+q `_Z5+g侧nU/E n+]?"Nu2`uRب3ƦIZy)wUEB;S/OLԓ׹@f(*Q!0y4E^7([) $YtG>y)\;!Yzjd?}If˫G/ЋdKroSPks6= ,Y`_&)tB<,;ҴChqsiTtfBe8m+N4*v>'+N\!qAꡔ#GZ<(yifoXg*`HMS\޾+4Miz"BTq?m4|Z* ,dcWK!ܡwJa)H9hVSz~SDp_ɯHFc/ kcuVq.JrQ# [*ΞwR9~smBY2u plasv4Hy* T$wd iz%S\גU ןb|barڹ&ҰAg& Y 7cwjhNуRȖN 8Bcб++UVrլi_Wiꞩ@y~ӗܫ.<}í$\I<tzAQB^|Aėo8=(@ &5"x 70؝]$hۄk8ѫc°D"u ,;8y !N,m\oh^hsnH\Nky+aю _NvVJF7<ۄp^,ս C`'03'Eqd韟(LO-އprd q)3~~Ԇ4iV`lr{a摠(2B_&Hj8R^h WB8 dbQ Ɏ 7ahx{SR8![nM.%\c)I>EOct&&D݄8ZC_9Ajtz[#سw6GO5Se&}f WYN y4"x FiiRÊ)a*cߓ!b.ϓPsQioL*dK?n lEKZ#7Ud u˛XH3@Np)$,FSG؊bIMN՛.MrV0؅O8+XWXy2@J9j@!pSX_wJxXG`eA[Ƨesu^P "VQ`w'G3^ӦLL,w%w>/ELqirG=m4 ֓|s3F󲓨:kGBXpfO}X1$2ы.轡3F9U:pXe:NfF9n*Ymt%p0#O^5 tO0$1ٳl19S#.?&d@{P'1aF\Ck'scc:?=QQaLLZNRjw0ZRnwp54b; =wv>ɠVzrB/"Qn%8(5E--ӡ^|x岶{$l[+ð[q[ԝz뺦R!X 6֏jԓl1eT!ؼ1UBU冎P䐷 k.:3&vL.my /iRjufGa\~&NtY5%^]12pټM`KB/m9}BEYK}&fk%H߆90Ok쳈Օ~O /NG>vBNLL#]zΫq}~SxhKIP_D}&sp -j>P<Ӄ)~n;SyS|go|)@y'KTxAf)\v O';M4pϕS)H9x?{N4LTJM]F}jJijz,V,#YR )Sj1-PHBNu%L~WyH&ŔsOH]mw˳qgo`a` B%:Re,>?'ziNُct}%uQ1X9ݽ]La+~n3qZp$z~ǩcI|&YXs(d{D 1T_DfobuT׫cqk1@+CKȤ.:-`!"ra+R݄Й`)3Tp1X{[{:wGy{ c2QW$w8L_D65r)~e)u}yBp4|:6L`J&^jWAW9VP*7(Y`%^7>K_ `i>$UusȒ*7me2ɾ28fZ+jk[F~s6gs:kC3(¢"Z#۩$CD:mG8FLTUEmt ˕x;pfZ"fT9~jlgbhr &}x\$̩BC;'n}Q&[.Dz{(ިcCf g<H~OMu ؊ 5S5( Ce K*GIK@QYV >R>{Sz%u3ۯfSr?6Ze@i9RD p׷ \[.Kt:s?_H=oVŋ辴-j9|-aDeY֗N4TɸI;QK\~7pv bfDIjLpL8l#`]xF3J%6K[<3̟Zkw YbDa"%$(|Nx&<!nڻE,vwH_i5GŰl77\Z#:#vęUP[%BB)}`rX(O9G jX ]U# +wgleh֑= v+}{*B@f3EM@zc$Zn[;#WCU,e/2V)b<9'L%f襡;-I/9IN{HK?$kq "3({[Џrr##+Խ愢|ԞAN!1_>{mG"~*D"ᾒPEGψYW)GtC!'B5)Iב?go= Ct -aD͸DJB_2Rz`5qF6rema&/aɴ.: ,">ܖ=ɐn30[{s ҢmVb/&OyalݜZR = D|P3F\z[?!8麙͕o_ޘT(r䅻jM"KƊH]hk#V4J]r{{߷֊Q6Al=ŭ_hV\#T <^=Y2|J5[|acOu)2e }4ӂ_G}Z+|m+,]6WzbRǢb.>{-![Vkxl*\\X_;)TM@hXjO $nz߷fguږz Tʵ=EHN4y^<13AY?9v*cvlZP@uh\f><@QLJbBr\5Ȓ*E)A1LQV˕9LC)i.>CkD焗ѓ| oa#%WQoNzД&>qz2Mk+*-znBG~fO&-[dz>Z1K*\خ|&Љl0z0f321&zxM=]v90,OP4&IZ 6,]Uζt 7bt0 {z >بvR0k4'A2P1{P2M WT7w r<9 Kwj?ecw`tWae煡0\QeV7jWaxzSYHNcjKtRoҼUl!g5(Qu+#9O+U#|"dyh~([/+=k˓!AۋVӸH/dLޟ :%I_D $]/ 1݁,54OPz5}oh|hk4q$ k&h!TWA˰+<"xB(g Iso뺖B M RIbד7x&2$kbjd YTO ]x.&Y,[oT܊xހ(8n7UP,Wѫ-nvuHQSC5mtoֻʠ'Shi54Ǖ/COjqL[CދiʁXZRٓWU_ww/@o<)"3l ܲWJ` I7j> ǂgFo'l2%\ \@Z| TN9&P*^d6Xny\W N>T2kyXhcWzlǢ[Q;d 0Ӆiթ3]qNnuSbL}%S["y]Ӎ ;vL &qrx\'+q>쾃B]Ϻz1a3@H]Epi"rÇ<<#4y d疖=(Mx#diGm2QcB~άBJ@B VfC~4 Y[ ~w[͟m *T $bq0WRw_ ɚM 0%A?`7+cM^ywʏ-( ʩÛ tɩ_ 7T0׋ifUz8f=`ӁqC4XV'vO´Q%|kFqa'0ognxY9s\8'y $fTJHz_h#L{Uj) \u nޭ!WDa@i1SNvɘysD/9 ţ- sMZ=^=2@zR:h/|uˍԎwj#Fdw2v@4LX@D؄< }JcVnS;؈ZdQhhB(u}f`9W³1XC֣5a !S(e]t̀8c:l՗h!l j|SGxL46s?Qvl"[" 3<2z]GoR|Ї6Q`9p #%<|=\@  llXڻ!=He-N?n#CY2zO֕!#;a gks*HJYP:z$;2^j;S& Z8TvxteYǃy@ϋdo<7o{ݺoex<7 ph$$-VJR JApo1طFe Jy?U34 2Ҩ) >|^|?0~J=Q%} )fVv$؏J[2KX5h {n2Q }\𻹀6.;R?.e0qM[ŚF&$Y?\"v{XoPDpghIaȨkhwv٣5Tȶ9LaK{MvYn@5g oN.xƪ.Eww7;X򦂰RFsNWz>ZD{ap23.`tD좂"=5}׏LIWJ]'xKqR?T Qa_Jٔ{{_==A'KjG.b jR9Yup*1x^q&.tM.y%xQN'yB:69DF&PԒ(]'|cMUOU;Z.G;q,Ob@ ׃I0HTYNű1Ţ$eNY5"@3'w7igٝZI<%&:f`ɢ,s@A=uZ+HV `t(aDIZ~ݏ-KۥPuzm@/ *5 ~$y\FxDrrwQ$'r%p"#13ZT۵t&s%!Hr{7kcԮlz#6֍ʉP 5UzH)żzE ^˗z/Nh*3un:먯opuRZvu"JeE!}e00DdV}V?^f؉9žGY2fњ+:ݲ; Nט'T)ܽVq4B~Yʽ0fZ},{C[E dPD;57Ȫ3-yAJ~3[m3y@UkBJc>'5LJ"cemOBWe.V?'a{zېrtgO :Fud'pJZOMܺw\-R>JqB_!pRK44={ep+GE;\֦m=k{+me2Fdٔ+Ԉީm=H#Ħ ɨP3HI`KҷL]b}@͗SKu]n7Ӡyi?=U3ywTÑeܙLPKlQcM`vńC<)BbؐUdD,4籂@mVb]ŢvQ+iZСylWP^Dm0.4Xj]Ώ噐X@(|!ƞi:DrQ~r]$LПNn=/L/!Uhxز}m*,m `m(BEWwE/.H[ ] @@| /)bK')i-?g=o 7`ۈ&G1)Xω횽ԖZK,>+eQL[Ao"")n &DK[(cwբ(Z2{/G]9^A}S_v>e2w&DlaQo!ٻ2*u'Zk?y6?XP!؃Ŀi]OEXUj\t[oM$'~pBuW&ݥϤlf_X[ xi#xCf l=<~_8@iFMi K'5IzÂBAiEJ#rs ZA>HxCި:p%L5x6~\Cryլ:Fڏnԍ} N^Kj*9c;Kƨ°! ^<9$.hb'ҡA2N4B0̐M4`e4"u ;ꎪ4*'Ŏ!ًךO v)G,2ּ%V4 N̬ ^V/' l<{L':ai{p:W3WY`AfXIL(~3l/tv^=$lvW̆Z vYզN>*Cւ<Ǵ[[