libcheck0-0.11.0-1.26 >  A [p9|' z|]O7< 6, 63vNZvSBZAF;xg.L@iՔczyopúzMVѪv#ǎ9vu.Ɨ$+M毸7aؚkҭ3G2o^ڵ=b[@OS@]gt^|gY#FyJLJڤ ?!4p9-qDFx1c8hc[M(K閍O>b8d2e8f462ce1258635cebf2f523cbc2bcdd0c2ace91e584ca4a48f00ed281f616a8beeb9846a222c6c140a9e09efbc5c21beab7ԉ[p9|Hfr 7-8in*~o)X:G`]Z6 ϷN4Je,_vvMJ ~8p'* '$}"U`FFal_ >N唃`Z69x|jǬ JuYs7\&eȵܪTae8LajwBظRK`{`".JB9E+[FHv|j@;! G}o?pA|lsĒQ!jw|;(7lr ZH# \ $>pC2?2d   2 9?HX ` h x  $8Lhx(894:n>.@/ B/F/G/4H/DI/TX/XY/hZ/[/\/]/^/b01c0d1-e12f15l17u1Hv1Xw2x2y2 z2T2d2h2n2Clibcheck00.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.[s390lp5!SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxs390xPgA큤[[[XU3cd4c953e5b31d8656317a6036b2b19e7adb248ee858e3a6db1360ce8fadaa16a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.11.0-1.26.src.rpmchecklibcheck.so.0()(64bit)libcheck0libcheck0(s390-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2)(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/ldconfigchecks390lp5 15272908880.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-checkcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8df16da6c732d9169da9358b873014f0151397e, strippeddirectoryASCII text PR R RRRRR R R RRR!7x$NG9^=mW͘ ÛF7YW>/%9>[~ܧH} KniyXd - {&y0ӧ* NʵEA/:zhF 12ʫ҃+!Wq#|ó60#}Œ&OD`LG"dM8)rٜPkmll΁]$Uv7}McoGbHh-_lī[jbVlYO$ރ(HVwj''Re l6g {ό /{w{k([XVN()V]R|pXfz6%4V^rVsl5įޖ0v)zXWr?Gajosݝm ?} _c}j@ ,̴= #O|~Guٱ NX>;17VU@d'69/TZG)WXLOM2ߩ,fjKYl8:*ay$ u2V4)m wy!!iyIejؚyؓ_Fnpv0ђkP6A:cfX*$5Pui<,[EMXOMaKU? 1lc0GT'2̴X ?v2 #1j\[l-Y\xŒsAmM5*fg"EBHd6$٫;Z6 iy92w^bbRHݾJRׯMInd͛_CB^n^Z&AiS٫n y%X[eE{ m"9QqDmO^A*$f90 wDW YPVg`#iM Kڕ'Z J}Z_ŕ YC}5rGRXgX,W#-4 /PȔ=8=Uyp*Ogv =X%!B$JGjڝ$5m5:z3w0zϽۘ=cҗWi+zNn-GLZ|PԐCy;v㌺cQ?IkialGի<FY1:q3&rrԊcqwݭFOW 3؉_<C~sLn!$%VXLu 6oxOvi8pTv,6Mw]|;?2b"B a/#?(yel -?.ooX'^ _9ĔzsD;_1ڨT?H=³NsQ3& }e;B| mxVJڎP%5+nS5m1"BĄ(0Ą톐U ¸$n KO"6Xzae^d\7!nYa~ܛ*eɨɕb?o8D`]!?GxP} }p%NaA|$O7 ?(ƜW͗!VMfS-fHE-iD:\C~./ud E.SV)i&^p4s6bTS'YZ NS4`!29G,K+h*W1Y9u< x8ygpz+/`9'ᰁQ4$]"/-VnAo&ӍumgF}K\pcUxjL 1r^|n5tm=12^s@i΄TT΢/9_#p/yPX3rRۆqeϘO1fLzO4Z6PAA83xҰ畫7"}  >)ׇ/b{`=4S;\I;*;͂hxzkvH+"CU<ʘ[oqY^*,6p,ϣJ?r\a0𘷉)`^gW0O{_=A].X1/n kt7~)kHǜekъS)[QC#z WSfO7Iن融pk=ۼz2'*iX[dtT3MiI9cTMy; s޷ξ>n kʹ RFרe5͎{sI 8]. ʕ]%/kv=̕%9u.2g`=vVN>Efz {BMNEw8!Ɛd2ka0 ]4샎8$+5)DaC$ۆءM!eOuVE>ܬxwfS> IK>i0 u8n. lUZT;Of`` s[b<)Rie+c&Jcs eOB#{BZi.v6H h1H,{z*cK-y[tVWzIa+?wgvxڹ=\rա^L%YqXVywD s&']x*BՇ8WV:>W"b3B޳lZִRO?J>J9D5G#V^tD5V&P61Tlڮxғwab|̢duEf?9{J26|AO;={,bc6V$<D5ưL=ɢ|d?wυar2;*W70Eus:]aQ"oԣUͨDw~ 67lCX.Ug=]^k (HyшuVֆ(1O&qiHBFa(NMbDH)%49dNVh -/3 ә]"/nh#V ,較T[ZfJ]o(dC!ڗk\}y:/F=CдJ-n(Eй˓+Y$ϷC 2q:+CUN7POܴ̯uUlSh D v%fp}5It`]5X 2KZIq$Sw'%JM?e4d<#ݠ^/ ?ku L J`&yTF&cPLt_X='ȫg|-`y*y3M?+!B<`:ɸFmk4r=w?|g{Q_IqYS_g pEԕ;m_js14GaZD̪-7 p)|,,ʫf1wؒ %iYȓ3֤>QV{O5XvM,,4B|/1s^k[MB8+$ l;㐌#+!]gIocP{D7IRb`yM/Q/s A'uMgx )8&CURwڋf @+3ͼZU񀠡'%(zykݘCG8bfISP> {3 olI? z…ڶ? A7 l΋4iӒ KTOϜec-ٴwN5:2 T2)b$­vO]dK K{埯'sz r<eem+"my w9™ 0+Yf9>e#*@0c KͦC/7biN [2+D-8QŮywaרx[vOo!YZOn;MU Q2_p{,QdWfx%MƜdHZy5涱'Nb$|b/I|y*aboٝFVqdq҉M^#p̺#U:O߫GBBU/U?0İjq~*X7uɾ!P vu*FHP[W\',6 Ngף3Ɵ'ytPtnJĵǥ2Ŀ'`&vS5!wօ[CFrçAVʖ^A+eYCE59~Qi dV ~Q=EV24C&=p/υ^I-s9|9cvr8`ފmo0ͽ78j"0FaΦ3?W& dR^ B=;cF͍b{8a0t[ZV*Ԛ XU?3euM%(?oASxRئ#~pL"wpԷrUV GqAqWtɷ@$Jsqiu%`P( 3YKA6aa֔lU`K^E\_\4j"zaBJ-&Z@Ґhhn蜆A;wblQ!g'{!{Vbz+KAC{0ui2eMCAg,JucG<quNS%&<1XѩeWOu"M~ ' vWNVaY\I{WaDxDjj@^TA0"הɍ_EfpBy%zd;ty NaV†H[|ˣpo0pRckm%eeIY7Yzf14b_o8wx b2 Lqã8&z/'Z8b_;!坚PF c&~6Abؠ?H- \N/aAI,ug,R[M|m#J6rC탈s|04b @IDP۹6Xgp)Ym+H*ޘ599$SO0&w2`}vs+jl?&O؝Uqm4gZ ?3Z 3qy .A^ƬV*Z]<x a+"r)Lu0]wAo`,c=0M[B7ߞ_3L:y p^&`RP\DB4q.ͦfd(ɓtD c]{UQ V`Kqw|ϸv]=X^ERTvL /oTM+K1 Fbc8皾1Fh+M᧔Ԅpn&kރ ΂"*k(g"zw`?~/#c"< * \S_؀>(5 {\{ڴƩ~O#K%qBf,fH̞ 5aj-uD=ghѳWنxKmT`N;,!ηm?][3l> 텵~lJn" k6LoAV Ž 8HtQtމ(;OFGLns]!fڶh;C:- F b?>΋L'6D6P*KkH;9cɒt d7;aќ"J DR'pDtzӒbV&FP$bvQ`ΟKB^lwuE  LH\aHh{!b۰ 98Pf,,O`œ̆&s<8 w V. 뱵 <NP4@>& z wng؄F-8`< B1޺!A 7*}̭\Ck7HṐnF~T}:wa1yE͉3W|vh`SΉtyP-ic*D™qfi8rQx箔axWm 5s'W*y."wOjtv/]^;LSJrUY(V?Ii̛tW"A#!D5jRDPH`PB9Í7\;g] ṵO`Z5/Zt#L ZQ !ACfQ*Ј?" D@׸Ēf;kDܟ_S )ހO&T.zkftnduK<}~G7KX"FE:X‚sT+8r6>s_9M6C+Ch+S وO߿vr<ǜt&,HJpw-YTeg9 I Ãr7`L Sc?8% F™3[kS`=Ia*(͠ǥ;s5 L8K=W ?<[;'< <.r:׆G($, A.@@[HOSqPx+TKl/p ({ƕ 0/L2:U:+"X*C4&G'U;88Ez[UݪSyC=aE\ IWKeˀmݲ<E%UԵO@;eygPdB~)-z4LƋmP!sE6YJ.@ pAQAʊ= P€@]n'c96jβ%kS^ځ%XvpsRQso#,\Vg)+kS"nҖw/L 䇔},<`;8KM;?s~V ,6zoQgfE2CXvok~ɍW~J unK@\NteE2!G=]v8i: t)oIJZBw|w/`[vb7"٧Er,=z2(}{ @N2 S25K!'߸ISJ_!D-cQ$NR!,Y=dūnJjȘfǻUpA ^i(ʵ N;u^o/d%L>aNSEnp *=B9v)50>U0@~~:6ٞ5`'˫g_G d }#~B%Duk"zvzF`G#h޾0[SῘ93*Ɵ`Fֳqd}aRE;Lx 1 [N&XsV(hĒ}>$ꑨ~'.*#d@W.ꀝTt_Uk?tILX6 kW1D&EΣUm Lonje8:lfxNb+ X2%hQI9rߏ{Dg݃f7zSJ_<9Ịu"p}mzt@獷kD(Nļh@Qu E?oׄKsF’%yP` 4}G"Rd)kU慧zTJ$wJm&eg,&Fs1Et gy%Y*;{ƏѳER:C"bjBV~6NjlDu~s 7;LZR3R]Nf6C |mABy{0ö́LĖL!DKPo_Yj\]n\cdmL̬!lʎeVW3e 烚\-u,*xC+>ψ^OHqrT 쿼s*r+am_GԑTǢf?̇Tx5i I3E''rfHH~=!D$Ho.94=TܶL29=fB?D%zM߈d 8M'Iq[=V+`*_}; =c& /3=댟,BZ7HRv'q0dicE}/:qgvؒ$p@6W:Vu1I[;=MkkM?X 4i;v@pwKd*ķ܎uL&}/ 2ܜ hiBY){RB,OmQύ\A=1A!Jogѽ1F߈ Rj)༴HWhkuWJ tN} d(*q1[H\U*c!ePB2OgD[7ˡ +oS^~)1z&q$&}4ɁV6eDz&ЃW`D.;"wк 5S1"./qS^?r+~i,;Cai<6!?r4p )";3*;TBBy|/VǘpSXP=i9 ^sN],7<u:cd J$@3_pt0ͪwkDaa/oũ"|FGMt q4< )1O]z8mp Pe%j}>~g`<:fo? icq#K~n&違$M*M.zǵNKqtLGI"~;NeZ5?=~Vn;WP.7̛uC_/~ I+p3?.PHmm: jts's':cp*e/J͍o&}7P# ˿TE "y;6|gq!E$kѓ3baк)(J4X@]hհe <;ZX5s #g[G)[^OWRCcUVw37bَ e,. ӹEF,kZAfro-!~if6 CO3O$nM<"rEFz \3$s쯌|KƘ0Z 92ϧ_؉w<\^(=T_=' ]N}D*>#ou)g؇%[ξ1HXqˢ7gBs&d9΂3r/Bygh$sc6gWN(!=BK Vz6(#\wfLv@FRc'։YӤ\]1EdQY']Kr*%c#$p\Pَ(yM*gL)-܉]0 3M`sAa)S8uzE@hy Pj28#R iOdžC`z@ɠRf(0jhǞLqݳ^׫vz9U0bc#<\8̈Ҁu:ĠG!ʸ֡&?,'^ʒ54+cpC6F5y<fbg`Y;ZF  Tޚ7\xy o/Pa-~eJ=/{&#g3ǡSt-`4D܋4&; 6[ZeN٦4Z x L}z@~rz>~#WZﮣlGR\mSL* /3T$l9FOx3KgrtW_uwTߺhM݊zqv$ZuCؕ{BY׫ t/Ks+DXro[+ܐq䅅 n:8PCu"9c;hI"= #4sy+˯jxEǵSO.ELR0\{@fo¸u٥:F'$f9L|mɅeRѸ=O+B'Y:?tMh/Qn`sK#?qY@(+ ~@AFɈ69y-5BTG\ݽh?X IwrӔ|B5ҕGϥâ_Hӓcv ){X bQsZN 4jeOhWr "Ѽ3Lԡs3/LVK\|'c0s!p"uI(%^'x)l ߢt!LӈgX\ڂR?6 /TSVS%P,oDU]m%Jvqdd͘Xl9fq@{nÓK$':/0mi2De*N)W}bae[,FHc3"ˑ;l64`'a. X^Ũ.1:O) {wtC_IX5b .*LGuvͨ\zRea˒h7?%BYK ^!i4#u k#@i[ʄXD1W 3^)_v|R7\6/i\;eQVxz'efUpK>Y^q&lpKSbu^M> oYZţ?ہǢ"KOl73)\Vେ\4zN$ORt7Q6nlz]LKYY`ofUtACKD\$N8\|hUGXan\%ن%5Ka6[x7eڢ|L$fN`_E,PYڂe=y ȃ$Or~:F q8{%UO:Yeoys0PHK)gjSlkҿ W m2 FTQߎ;8S@=L! tB^h)ae)uxaW?.zi3zA^ʭld÷Y٣6 4:Ms`M>£KuxJap {Z*3gt>9Tlsdufk3UH;DG*˧ԫ6?e)qN#h&/] fnMṚcJ(* 'Ubv?֋6ycI/Mȍ+и?ʹudP: 4%+y|je?`ߊL_4f]w߶2,4EdurmcGcTݥf`cAT&^cI 7(Nњ!_Sn}Gw,$5 '. h?N haxE>[ӿy@:!n&efkN!+f gzkǭ)w%pm/vՐYh|`fJ2oUU(llE9rndM+H Qs_ Q10e^B% l.dD׶ !e@>I!duT `W:8.%cBˀȷz~o˒p >ۻoUqC t_Xϧr²{zX<[;pk`XѴBfl<ڠ"S%\ F@1x \FD&6QCn4HV gp/?\H ֤ދ&كl_`kw[oyvK٣0M`k k@} .!dr{lA?6ևXDdi5}R!O4l|D*BIB6G%g.3IM+2^16,Z]w@qhq>޽`X݀ Cs/AQ&AYNvqtwrS!'wir3Yk]N S]a' t?H{N4ӌjf:ǔWcttٺgcM<޾E#A9줠 ЪYz܍ly9 ĩ>[i'M{>iP로 j포ʁmH6VJzˋ>76S=d~\Q?IoB[QLYz&V;Y2}ةM+4#';%(h(6աj$@훉[>DX3\J,I?(ާ[tߛlSw9]T c[ْ "㶋T\oq9'QX\s%qEl90cr_d42!d[6"]CЬJbguoY;W 8Cx¡O,G(->uBj€A X<pP˓);Lbи!ңڵt:?FmZl\"hG,yh5 QE$ Pf*_~~7J`~0%,f)Gpjjc*(x=k(jg~ ! t |.cPzqՌ&w1ag|_%9@JQ$PI%qLLvݲqu//<K@˄Gwe_a#P÷K)94j㊦ޟo 60=`Hqeɱ`Gv0;A_E,J]ܐt_l}.a&(L1uhJX֣iP[Jj NZ̴fSF #*nE,xx*SDcp_Is˩E(Vǟ>?}h%q_iR5R`J yWv}'j.ʰȟ:V#~c",joXD7Ek/9 !#EK]=UvrOʓi<#PI(/x*J6ȡgA*trnw(PS@o'XWE5ވ\RB7P2jaC#>L:MؤI}.v7uVu7iC=g؟ݰ!8<N3@eXbE?ʘw+D}c7*r*e#AcQ}||y& 6X(Ug~] 0 Ge>D|7QQeX:yv;;30fӇt#)3V1i}#yV Y gl1.eN`z yR` gf}AŅ,CeSP0ns6F9(q0+'nCSI!A]L5,J dIh^Pi$YѺ] ̅O@4 YZ