libcheck0-0.11.0-1.26 >  A [sp9|5Pnt,:8{GV\KNPjj-)$eVx*_Mp`w 8RV!ŭbA_scEpN1yilnG1LCd^#?PF^ kK4K686 $s]qA#FZɱ2S- likduNU0pwxN],9ZX^n,si/p6p; [V.zgA]qѲ͸Ma123058e753ac1c1da7097c16fe0287a9b9994041f8442fb0befb4dec9766102390c3e36c66802a9f35e279e18631e40d942bccc97[sp9|/_\v2!O>Í?sk 6|@$9HvݷOYr?[%PNbiQ* PXXU?q,/)뙬U,RIo?5F{3FH*0euHgD@VP) M E~'%?*d[hj  " C,z7)t^t@"cqg学1 ,ą}_&A<]6XYٌpJFɍm/9t>pC2D?24d   2  =CL\ d l |  (<Pl|?(e8l9:>.r@.B.F.G.H.I.X.Y.Z/[/ \/]/(^/ab/c0Rd0e0f0l0u0v0w1x1y1 z111120Clibcheck00.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.[snebbioloqSUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxppc64le `gA큤[s[s[sXUb371a55c715fd6843fff173b72ec34e627b9d9da610bf144ad0ab7cb714bfe24a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.11.0-1.26.src.rpmchecklibcheck.so.0()(64bit)libcheck0libcheck0(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.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/ldconfigchecknebbiolo 15272805210.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-checkcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fbed27c234512f5bb22f8b7c4da2d3cb8c4171a4, strippeddirectoryASCII text PRR RRRRRRLΝ/T%utf-8853e4661fe604e401f88479fd2fc17733e89cd92dbb4b497b157617fef27b0fe?7zXZ !t/tg] cr$x#ˮt',TǿEcÙoXANƿGZnM\NOM ^tFh?*ngP"bE0y)0Y/怄<|Ef5Wgs8Ge8+"^Xtd0 P>>\duSȫrx5F렭>?.>UxI6.Cңcì'Z*-oSрc,@c Q9 ,oJP\{YY5sF(Gu} pK:i (bT, H7V~_;Z,MpDXQfEģյcB9Tt.ކWCZÈU~W9Y/0?WLXt /A/mEYE䯿>p7q{n["(+ߎ u82O DzN9 af|0m0o5$@o@r,!q_VmRJaa@D>s6eddtvxnx嫜eJ+_8gܙ+ <疅L D7S">Π\ T6{Ra."]n} JU V;ڌ#&Aҁ!@t`ڥֳ,5ZNg߷X#2'sWyoV| AbP#kkdgu@%Ol0O@<̲K8G/C'eB6@i e *yL1 mu"jE]6i vg(c {9r-ךwGhr>37I|1N򋍙PAqaNJ\k_gQX.;9̐\:+^8; 0D :Lm86>Fǡ7[C=t7y:Q _87Ԗ|4ehh].bDٯE+gB#5\2L6qx nj@* SJW-qxGoS|L^QVx2\Uug۽& 8O*e1=߭Q~m 6j{b7~^ ?[ kkͥ&P<=-nMe xam/:_ɎMV5ʇ9t5&bw.6qj&!JX}e 0\a}毷-x`z3i>vEStAMfGSi6Aszn1;+Ja,3uR|bwOK޼?CMV9qNk\ 3FWyz%>fHvճhOlu8wPd=v\׏ٖǖ&P[wg䀥¥0v21J>֤ϸ ìg:EP_jH8#2l"ӈ_VC4aMT^4_31r1Zg/Nr$D3Dj8"ǐꇞ1z1&]',Z(D)]fJ'"5M:\&_23KNy )=< MPt6*zKǣg}&$?h%*5xHY+` -tZ8mh>$XX/;Ě`FE"<Ӌ)v,& J|FKDwJ DC_ѩ{oQF0B$yakk6O1*>}]3]jK6nMi}qKrd۶!PgoS͗ PVڶnp#Ttsoɡe ^drwإ؆A::ͅ:3d_0ISv%= $N h9A@-̇X8Bl,Mwi2#FvhEgH#!FaA$ +ڦGBrӢlXkW'ҁ*Htd/:uz aުP&"I@Gka.[>elCSTEyTw*j :gt@!w]ԶA9$OI>f̯dxrPَBy&ۈmQ˸W,rsIg֣H5iQָIoDƑD9 G1"le.rt0ؠT?r$mu(SKR}߱haT~i@19C \B$#mPBN mDnDcWJzx%46x(p6JAͺAdw<9#՜C=6;Q(܁޺4QW4H{Qap ûy#[GXe9=Fr(D>¡q9zo8GNG]r}\MNe)*.Q*"ަ2ܟ//X'sd )T=rxbz5Ɓm6=gH#~^Nj7ρ>=|QAȌz 1M=y$[P擪SS a@Z3N,}I%Z@*'!Y\*qxϛ@S @0 K#[Ewf@ Ţ39;O*I،h@=0w6 C맀eDEH0e<_&X&#:*l$|(c [uk.3|eq5,259z2i= ayb%jQga!:jMx$>2a1H:41⻙['eS rWG y4a[_f'<YWV 49#dD?kjFn7̏kՀ钯O%BOG1͎דvoDvEMw52M'T jh9rVyߌLUAJ42-2: DWvšphKabn*s)K}دVvF]|rzh1X(zR,.lVKn11hz,i2K^W+hncI F]& wr!!g[*)){aaNk A뿞cPDQTUUkXVF7wދsf59TZG%zV]]*V/ i̬w_U ҳS!7gd/WE|/ /cO'Ӣv!ӶPzlRiɴ\a~|7KxvSǐD Qr$ʯ`AT=q LQ3ݍjΌo]f4{b~Xu1_"CIvƫFKyg4J+tl@Y` צal ܶ&!TӪT=Lrji Uvfaz6-!USOȫBMߧrugwQeNĥ 0J8^S>u`%3 >9Y .iJ wvX/N"B/!/m1P'`3xF>;eꌂ"LZR;֞Pcx]d#𹬄]sbtqvqm ޻>fXNb$% ۄhE6 &krlw##C#pFQ- i<`9[kA: 24# wzZCϑۖw`9NgTT&FR88=Vgp9n8|Q}LMX:j`ѷ}^WV]s|v a#!4tzN,̖gރb061EgP.T89 'si+5winq8q3g 5 z%,DO^Td0a5-_<&](_TS-kR[sr/ZM_g^ {gLO7]pEpX&qe!dt<Ư (C1VrC]eu* K_E2GЕC?C2x cyZjAN2/uc qS-3mqq[aYIN1Ǚt:1ٜB~Ex$aY0Y^!s ħPt?ԀtE/Eb OrʺX#]( n0 H;(P4xk>r\iȋgtax _CUi}_ѥu? 4RfZGw~wBIy.JaWn'~`G?]GF,c$wFJ( :*]d9 gv6>T X]{YlҕČa&U=LZ(W5D:Ͼo_YKĠ/y7cYɬ5Ew_2KǘD0]N.P PKC~G;O$DbKd|vH0߶rTk?v&3M[)ׇP#'kp_H4%ށX|4D>yBR6玅4 #"#=LD)Sn[ " 3O&Mk$ta[s[(b:@2q.h6@݃<+f($6&@;pzXݔ ~uݨ! Zq#"ZcQ$n6Nb,>\4 -K 44\}j~Q*@ 686AԓdUHAkE^팜p茝p/A,N']=zg$_N)J#sŽ%7B q\7żCo3C؀])pg$<̒)G_3 j¾kޔpӦ1{KƝ (e|' WʹrZ;?HkCk}ȝbx,hI{F&5/N\!<_ @:Nj̈́PxG/X #;tM,jR w4@]M,Do0k43d_+NP |fB8 {%܎XIZ@=Ch8XBsg,jDJFBx%󣙅rRi$x7c4#}TGnJ6fy5POTBlLݭq4NI(;>V"AxIh(1GVF3J{&͋ֈL;u`dM7)H Jo ߖH)AW!-0eH˯/l^Yh؉)wQJOAt46:ÈKZπN-i $wq ]Xrb?gGQwg1:%kp58 Q$Q2TAoSJ| C fʖ ȱs)?HힾKLl]\?)7֍j e=@.,ޞ$Uft}x@3"[ Ē1 ]P/F8(Zl 'LVi_#Ɖ؍}!#AwɂڶbNY)8q:% UG L9/K2dR8WX{0|rq$-{hPHG}Tq8/ DQz(k#e$`tre%W9? VoNpT')T_T8_됻P}@=TX 1Gr޶5MYZDkf7̶/̫'̢A]I!&2D{x#U;*_$^tp"^(MD'3FsVWsEZǔ*y|I1z%k5b&%h ; AˎM#|z' ͱgZ3 'd͝W>T 6I^S!?Hh|i 0GECLjG4(>wam|fz &|wgp7 w-Q+Ά[{B+j}± fYm h§J_QQ3'hQνB{ 寧oc}M3!S4b|t`k5C0by􈝆N- R2JN?{|K*X50WT4<Mف P Fa%~ ӍM u64hgK.+|) aɿcM5/=֓AKjQP?4ve%Qz={SxP8JLhT!lst,<%V;1yI*wQc+?8j30B4a݊۾7zFQ).(|{S|:&pSF5jQ k11[U17ҮYqGSI*;[2OXwnN"G1i0?vY A Oد7/鷵@>~5v,,P, rb&%i5a- 08Ep#G-XU'_L\{?C{nh_H$1`~_σhkt%YzwHY6N[}R `UqY[j\7ݮm?(c;=aJODo{j$}a{ ;Lɡ%(oa Ox mM#<^wU}\1˔<-E,5SWֽ?Ҁ,gID?}Hy;]f~R^@ku/bk %ԵGl_M `XT1tq ƶ9#5@}/S$IKuYl|dF1U-O脻s԰Y>$E; ՚s^TxEPtTL54$M&3vuǞ>5,V'6"uMAOQ$aLEg"tLD.f%yog1GZng(Afaiw +;dn? G?jW$; Ȏ7J.;`v|4l,؇З̰6rq xN^&24"WVZ\oq22cxp )MxZ6=F4I z*a :B,f6N!A_19)hߞW_iGO1bgX(ubX^HVc\];T+\1="2CR Wpe D+\jڎ#Wk~A7Ku"Z$GuSsҴ?ʒ 򝻔=gv0/)~G]WwڼQ 'V1N˩gPM~%nUxbNM 2(] |MSJZZK/o${~P7N)SJ4o^ 1wأg‚uyU/mn GCH-G z O.}lIKde)B<)2rgsgl#_i (BZbKx/Lʮ̈́lh;m] xc!CgJY rr52 |Tlڢ;+t9k$<%OLF3QI. =eއٴΦ l 8XZ3HF\PY^2}Ӓ槊Mh/Yq NЁ%93t,?gdm"^#ˆ4֞`JrpIйRjy"ޠ܈t83p@Ö9.AmM$?; O]fNQ'YKjzS>!z9mvm{= V1KC[mx6'~ĬlUD˚2RAOed&VX H %CF*΃_5[Z|_S&,ǵ#*JZ?MΠ`)##_ܫgzvMI؈ѝ&j?p]IXFq[?Ql;3q/k_Ƈ _+o#e|-ܼ`UsXv5_VW~Ô L/%Y1!A|–$A{6 L2QLv Ж-]FeQ} +3}{&[fhOWy)Pw0 dMhSZ -V7l擮ĝͬ.Lp2s (:�h a |)9Vn(pиŠ:,AJuj_gĘ{JI=MDu솸PST@`Ͳ_BNJaaKѻFSEs„=o~0qϫ>DNjH~RlJO6w*ayU=e̕5oQKJ߸&_q =(i7(Qh"\-J@'\es7a. H{b[=lrg]'*Y:}U*z N&Dù'j0>ak4|iZđJgM;Ј&&*?gYלdOF^A'%#yLqA#F uە 4CP_#=~Po\63Uc )W>ghLU?0d'7|ܕ% ~ŴVnd"9+fMF $/QYRs gͬ`MScGgsrnA8?_؛n6"4Eu [#4_U =KP!rT)hC3Jb!3v%=rZ阏9OiΏ27QZm1bM\||P?#Ξ4NS{w%skLp#^»x( do}M>:st4YS5n}/7xbۃ.g\rf/]#Rd_!Pujr-˗<{"- (hW7mqWqUR0rz_%cl]{!I)[mxyO9d#AP/mV|E\I'ϐI >,ku$%7OL5WIT+'ٗ)>l «n DZގhs.v#pH-!+cgUCMd:V OS\萬;>&zyʲNGZ&2z54JDpbvP-e%+XOl1-T /et,HPp~y }}9--!(Mm{2,,ڑ08V_Q9% A0ֱ&XrGx>Y1}W2MXr5/Qm=Uoi_! |\h3]ڑ$'~ҔC6>91+q=wj_O6?o>CȄ }wXj RFS<Ѧ8t/ PwT+/"(4a+[Iv9|R$;RBnpxž{1Y#s6zwjfP*^EXCK<ڭɗKfʎ ϒcJv欴nl,A"sNf» 'cL]0.Ґe#yzVFx#^~ȝDg(T6 솇:I'lbw =¡ŗ䌖@65&:ZgX:7/os(sk`TƒbL^UI HyE8w08}꽐]%!#Hʥr9݇p4[Lt&HE^fE7`U=!>1dO:}zn~]n`% ~*>n&;EPZUH d)#m9\=*bvv! clʃRP{tMUap3*yhcmZVK_b̼;[/@\G=q/#^6vz𠇵jKR?$ xXq/ JT hG?ha3yK d+hLn Ut]sR],CLJ] &ڳ ~Z:LBm@Z%1cx+-o6{}ޢK7:F gɱ̞)UGv$+ӵd$v?SǓs`z0Tǐ*4oN3Iȷ%ɹ-ʻTQT$>d]O[Rvm?jȈ'cZ a ySlWiXεtxF]WHکmɏ:s08%œ^/m?S*GK=FScT{A-B@WZhDx & 5D8 fІEt1`V#fI&BfE@036MdWyh7ckaχ7ݼQ(ɉ@8ןN%qjܿ(ܺJ|k!bzKĻRX6\d4EK(=0|k9vܮt"RrxzQ(qs}@w%W1GcSia] 7OI_kPҔ(K/`p%?$h1X]u`shM䢓R#ˣ ɣxPR9$ϘԿI&=|!lʚm ΤoT[-[M)c rȝFmd/sb\Ү=vPnl^#+DL>K`,O\YkD,n|AMĻt|k_"Ψ׈܊ű+Pa,$SFyڜ8ݿHGޏʇX A}&A6ɭyȏ-q*S_&󱞯~-P}vͳkY$<&8tB R]ܿ`t'2P2PؚpM=j/z~9쟜J *m-H;֕rO[d"jumHXKhJ+VIЁvm]?LOk$C5E@!TFcLS ZzB!Dh~ת8!a\m-7FD`M~3yJ+}z:_&IH<(db%{H Kws5L˚Ц69+@?>K%yn&=JK֨2XurDILO7V ʯb2FkQ}=ң,J|-(vMB?S4+Rj'thB½5Wmx,`Q(B@I/jdhN7G- #"sp1 ;[G-SJH.2ɯaˋ)ݣ7?<+,Ż׈kF>KЋNb.f`jdġlq%wҗ;%5fJK˙C8h/KEKQ׍NԷT?ߤD@d×)Rk]@0 UOo1rTIqHz-kap{ BX%PKXBcFS5Y_! .#f:W'y}śoy16ȚT[i(]km$:V@#3f&~{JK ̒<=Ǔ~?4,ڱ$She? k%Wt/hُݱV Ѵ*B Rv۝>+rz,spNFɏR( f8Gx7aK*\w쏞]Hc'oɦo%$f"g!9I<jRϜ0\BZa'˥-aaq % 'a""% ukkq~&&Oh<ݎ.0 {E33@_k00E[m9\0 ϋש0xprJzb5?kXmsȒVp BĿ;94 ,{H%MP+O!0Ҟ TW\gfgl3N*эIΎzF ͧ2"xęEbN{;JQhdo#|KO s(暶eq8tYۏxD*p6ҶPL^F381m,FGzpA-m`eBB\u^]yF֝CþUͶ }[ z/-20l, YDv|ߐ@!g41>$fG-C nuʗ<Յ NPȴhcW6ĎP*s뀩p;\N#egY+&X*~)" i3}dē&fU߅w毒u &Ll8t̎ !k( ;9pyDhKʀ-CC)&&+aYyws&h-@Ȅɿ!1N;|{ˈT-j> 9mUĂs_`;7oI'ǒ6Gp{)6y`d՞'o+2dPѵoT<}rHyofޘ>!4|clסa>"]q5+I)s[>懄Br7ȥtwK 'a4 忹Ͼs ؃Qd7$D7pdPӐ! m)x:h(VyHc*&)7䘽e8#8,z\}_y EQfV_Nn]+o5+. !yIб[jJsݻų) un n #BD,Ta.0FfSs5q EKT#lmdWf_R9>⛺qACEU5*NF~z1{g`S f#OPLp)Xt B]afL%h-nxZbi /p.\kȀܑX|q ;E*ZU0=fU] 눢 cO%+e=ur]c I]JhYD PƱMO7I !nѻa3bS϶+M?pH#;qsPۭ[cқ::v!Bu|Ah~ ^mxۇAkWJC{:/f<8YIȀe'&3L2u~S@,<ΕuW״b_ѝ44RҝY>Z nzZGkf惞2B 票cr?uHǻ`<Ժ~k>}mN `R=(&iQ4i7LuCi:YnOd Ǡs.ׇnǣXu9C ?a窯 }Y|Zoٵx=h]9C@CS/d}Tǿ<2ٰ#"+ S0X6PP1nI*5ߵ˂Ija5qu:5*q5[=$PI&(^2Ə={1`HJ)GE97o)~jxFd#JŚbezmY,DF6nS7ނ)xnq)inOkG\QF *WJr o}[^_$$2 ~nʲRk Lf )݌mˑO(4Rq%8\ 4J2cYk"ė$lQÑ7C,8.Õ^4V P᜶L Gl{Ir̘)7e8l1m’9]>{gx E*83wu+]<fڞ{K~,M@ťnMnŸ}[W~ۿCscJ~݂Ϡ:ZrxAt>5.}W}~ %go.r_ Ƽ$}5"jƛ+Ux-' 8un9jĉ(sCwyU~ K҉cs)6j> i]U<_RUJ atO.<$nW^ bssx#|8:s=74/+r?rOiV=JYRv=%"^/g=?}ς"ֹlCYf8w['li Yk"!E=G䎪nBbלpjPώA7~[A6bYʛvlFd"QM:,rӬ[҉6 \ Xy"$$ŵz4nbaqi=5d)3R6zAu 2OgBJ^Cm<H^T rT-۶v}U_SK֭d?~3;q a:&摯B5#}S^'ϕhcLUBzYʱ懘]eW>c+"67ihDa]'.~ ƩBRL6 6Tc "OOшeM5㝳FlRHmX"\{VzT`Ţ풪0e7l7 O{-#"` 2]sJ= ү& ie] ^J N=}exƷ׹BHHDB`Q=tspS+=,=I}H^eM߲F^>J(cϊB$AͿ %wηJyzࣾʕdVbn`3i[<4&{xDE=9Y;P)zaxu Cnᓞu%! :6>9S`rӀ]Ty3a(grIH8pt/fFdgRp79sr[@[Rͧl|\B UvY3 NI gJwP " Zl-;ܨe^/^}y+ty94"s|ZkD vb<5N՛Y{wZbڜB{!O0)-AwgFG7OŞժҸx킟BihaF~+߸gTvZa.e"^.FaҎ@9j(U+tÖxq:28etApĆCȈB8B>^炜R;W5^J%6~hB gWFɅe339ђj;^̈́BcSٓW.@jCiUݳ0J* q!t1`@^bLbqX4ۂl[A金 SȥYܢ9Y;uCjΖ!|; "/y==XDuZmH Dug$qd::`4 YX 'V*1Bĕ6L'[Gt'g H<`GxՍ<3XvxAמFRFg ̏z HCcAGFx?B-661?v{&;@Bsֱ}ϯwuP5>)ԡZm(E$rG^V6ݧ+SyFϳ͋p8w ]I+dҁ;nD?*H!;U FXIAeqhk"ϥuN>EU u9}>B޼.8#?OH}{ނd_.)k 3D0Ztj6R/ԫdO'vsrq(4Waԏ!֚Ve{1e$z@8yC&7yL}N'o5O9Pvئ:Hn!qb|99*Q fBvjC_a<|& NE8@3ZBy2 T!6}Kr`*I*їqP$O Z͚y/ mgXVJڎ&)qӭreY"HG]1TL#ޏ7{ +fH Y{d^#oW<*q2hdN}'d)* D?Cwm^=C;:CBcI%<21ÉPf:[Md29Ee]0q8SǶ%i1,7OR57~/TK9!ܧ̏7(bUMf,Cz5X1w+rMq[[| -`8B-COE'4쯃ޣxKȇGwo.wi;W~֣6$IFikM鼯 xL|r}h<L+Yst_{PWny%j٠&14X6C A,\mJـG<%V66?k&΄1}yL`c3ݤ7o/9o}*uWr h$ɾ5pN;DrMceTp D+qm9\1ŝƽ=yW inӻJgfCZqθ @{5D)9o3H4 YZ