libcheck0-0.15.2-150400.1.6 >  A bvp9|ILj+uJ04Miu&.&CCuƗD]Mm\F۴.sSr .l2(r=EҼ/ #؀+pC"?"d   8 +MS\l t |   (8L`(8 94 : >@BFG HI,X0Y@Zx[|\]^b c d!e!f!!l!#u!4v!Dw!x!y" z"@"P"T"Z"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.bvGs390zp31!SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://libcheck.github.io/check/linuxs390x0gA큤bvGbvGbvG^R6eabcd655c5764f94c7ec75cb60da6d207df5fddd20eb7b55b5028567422de50a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861libcheck.so.0.0.0rootrootrootrootrootrootrootrootcheck-0.15.2-150400.1.6.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.17)(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.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/ldconfigchecks390zp31 16519588550.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-checkcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=8533a08749e3f34a4c01528c54f995fb213d7e9f, strippeddirectoryASCII text PR RRRRRR R R RR RFy[,Nutf-8862a21c3a4e9756390e8c55633668eecfd4d283dc1b75772a10d7d8bf6ca526a?7zXZ !t/$\] cr$x#F \Wߴ'y%GfQKI]%K%op?I,Wh] jqi[U72yO"4,&~xǠU/>|kˈ6$RN =Neˤn y\e o/h֣G*/_{kmXˡ1QKpYc}䩙_Ryo~9PUDX_vX/>O-ً5WyFhsJyLĩI#t'ÌGA7κY ݕQa$dSl}Dl~ c dF M)j92ҒC@tY 1-]˿=sELWZ$U(| I)s=md4{l:@|qoLHLgn{Y#Xd,8bL/ R7S+o^MA=ruH EG1V*FII 3(H\pމ璞=uYa9WZ尺]_ SxQ֔5D;ޛ}T]Rc:޵㒌LǻkrDݟoܱe ˯\B>+vBX.vᨐŲ[y:16'6) op`V>Hs]Rhlem^5Iwy6$_CyUwD`{EC_-,NVWܔұwFy::\zg*I-9PUϨE_xxjzZV(1- Ym F $N҇O"HE w1 9)Gn\$\bY~{G|!޴Q6 $kQ -%W@5榯c~)7/x3oPy!V7eԻΝKA61T:*-́dqJ;i:i9h^Cfo"R09C:ȕ\ˮا*ۡї\My5)z짊<]S%)%ױ^R|[rGp)믻8k~qD@n 1QUȴ)s?F=gIZ'I*C jNZVknP n6ʑ2~Je"AN3ͽf.F=EsۑЍt6Jt8;Nja~}ꓯFxd^ lɨqR $Nz/S< N&Qu{O`WBrU2hk^&"!>9ۏ \PMseÿOT)T= =9Ii~Ȋo&5ճ(_b'xRF<Ψ2AGeIp#XzX=g.p({oL)J.}vnyb#ؓ#f,Dw6c=4n>Zc!յɼrބH)2~=G#REj'|Z,-fy~1tQ Ǔ+T6EiS@3[htCtPhuEez. bW- yEt͚/hop\sIfu&|Zo7bz w/eg5ojo̥k:7D9YK@b3ƚi ƘmWʼ<AEEzƿ[򆒋ǸG3/ŋؓOrb IVCWY a?y0rAMMMc3ʭ_yX%PQNzq>pS y$B̈́"˜t Jπ愑o+IR)z!fA#0d*<.ut\44fZ"msU#}jX8GQh|.JV dž~j(\~+C9'+Lj}HbI䮓88C -.Tr\}{%E3YG 4>)LZ@m khѩbyM_pK[ /C,B;B*BywmB~kA&cw> 6 9k*ͯi춂=1"[y`Q$6iEҹnyr#yZP,hU^Zܖ:^S5b=s ݘ:Osusܞ$ULø:X _,] X0ǯfҷzَz8C .|g appd,~4V6~<+1 '([@vxuh8;I}V*s~zObS#C]jußHŒN( Lܮ}~M|r;w1U$5kS#RtC7PNjICY{?*;G)*X#ЋXT G{C)Щu͍Ջzt>-'Gb$Æ!Dkex{ ^<-/"\@x}⽽rJkH/Г8N;*Q[Czs`~(8" 544LiE뾞'5>)n? ~5Ids:E(Erv4t~iyҰSN֘ƒ#11M 4tFkWkÙ2e{8H#_6F[fZ6EzcaL_^ a%[M-M[{>\#@cKsqBe @sNY{ŏ bw9q,sM>;Zf]g 6gCdbN5P)њ%>u$$z WNŨ8jUngئ.u\4NgĜxiڣk+27%Zu7yq=(E.J:u<pS:E[1p8Th;\CO}T'" 3EpPP f>椢Dn[W`#\"v2tE`ҜešXe`BxhШ*?yˎΛ^/ZKvd W#KSc(?.sʾk3. F{)ecml dSX5U?KegQ6)"qSvmk .ڹ{hxAz7inljo jɕ8f(W"`HrF=?ڵƱ\G(p+c{ޢM.s[wx.YqߊT%ˏZ0 q)ƟTI\ jI%ݖy$mUwEpyi OpӽT4*aF:^gޅgm|۱ėַ(n&D5K\Mq_zAؐz~˂: M$&4ƢAmPaE(URrgyQ@FGSa߯KE"< mmOswM/(ougkՈ1(vI|?:o:!S4A?fi09~C]yQ`ce[#mI,%ohネ3>c" psUP@]xUd|b`rٕbJj&B s͎B e5HnqڣUcΦy3{9O2×CrNfp|wS hd*4f0H6VFZ 93՞s<)hD'5NB |*w3 _Řei$ e(bˡ;ʩ0ـ}D@+,STZ|/BQ:wBLz;{+leM=LXweY1Ǟ1p u+U Y\s0fZ' '׺E᳈l:gvٿoU]Oۊכ;aWFZcf`2bњ-vsơG񗷖3gyoJZШ@)`p^.: ;.՝Y8Co=)uC“9Ÿīao67ɿ ܒ}Z%4kzLdC)^&2IR6ۄ+EhWltq˨p =|S+o'}bsgXsE)+XULN~bQk!dՍ9b!jDEȖ( \msF9|a_ Vz#l?pzOt_Kd2V}}sMjҚN#l WP\͗Z/LQx?vIp!<؊;}i0m#lFhL9jJ3EjЃU$X9F*D;3G}+\έ-..ρAw?Ij1Quc3R)`M18ߎR6xfUqF DrOϰ}ʎ{a(pK69/hʑ|C(ڀi=𜓄DQ][PH5Bg<#F# DwWhGqFH}P6T/ 0+zoj< lR:dxtTԏADMwK*ALح!rZ Yɡf),?=L;ubxo(V"ENeBN*okNOJCNڿoVQG_ GkԣgÜ`VuA}Hfsk&nm=~5O~]*S{.2dO}k(ˊ ec,R[NZړu-S*;ޅ?-`JD聖7rT om\҉f]z4d̛-d9Řr<G8›8jm|K3s` O\JSs\,V(kHp+ץ7p2;uԽի D_Jz}wM:^oF[McPA~ "G/C\BBêBj\Nf|˓rvN[4IqBb@@ AۢgT]Ǻۑ #<㻭r6TZYAj[Xx~"=bGEkhpEu-C` Oɇ0G>Iu,0d.@[4OzV}LqMl~؞HLZ>SU m2;[KRnGeUtHQ6}k:?Blfį KH^֠cu>VⳎ ~2N0A f64aR טB]sV&5N&Kv0mk}Zs0Q/uvOUkB򛐤lN'rqt_,`iܚIGW ̫;; [Ϡ]gKy`Q'GѩUOc䖭S l̤5m&R!$J=`y`ݯ)7|%{ab0{x5m7Sօ_k02a(cQoU{KUJ6# zOjԒ 0n)K :bSTt?9=p۱nۖ+'ǥ;|Ίէ6P)'JJZv Ԁ<FL@ 5@TCA:kn7Y 9 kM6V"nx!Sp?Ô/G,hkh~Eُy0 hp$u C(0ѯ@bu^fsK3H{OkH׾y3zп 1*K)5߅S],L-9c)NJcfֹY?1"e ӵ&]T! &iB6) ^5{)T8㳟AW# 5${`[QҏDyftP!%:80.xRhQF.~XqT('V{i⢟zi=ʝ, Rҥ=gFuQ?T 6` rǨx*lwyW&Ct$ IBh!ge,c~ľDtܬ~HAwj8nZjɺ._̲G"鶯vX#zQ:ɭ.=cm -s.&.IP{Z4dKʃxHBs6e)#RƬH.q9WFU@-a1V vq>u:R NĄ1NqL#~-cίG Q-2܃E!nϼD+(5kk7FLٻ=F M`ɴcBD81[Y-v76Y3rEb|ɤ)$j@Xo]CXDm9^arQV*χ1c]e.XQ ē.c!ؒo)Ϻ҃&;:眑~侶~V@LI |㧙PcyEK8`55M WWNx3s~Q):e<9oI\ 5`A-{t Tu^Iy'p}>#?U_멱opͤ栙fJ&G^ q21=|CD'qm:cH=j uA޸:MbO -Pz~W݀1`t[.^\pC[=_v~$_}eKb(辩϶FIY $]bd$h+V:+Yk>P]%k'KPE,c5Cɽ~76=hZۦWs1\!' :av cy@dnˎ^ZoR'kqpt[*Kba ^HQ"wFU~jF2`[ 6~<Ɛ)ϴ(*mdԊUĿ|F80{FM?I)?ƥ&8 e\QAC`?beVؗE0ze^;۶l)݇s gڢuGz|JLu'$9KU5 t~J*fV9Q/̩wWc[c:oXǘ FL=pwu eo&o9a0gzlM^{0 g5U ox-K˸{O*_Hzu&Rb@ -VZ#ARn؝ Ǔe.Eհ'Yg'5i24XX#xed(Z/KF=5L[v3ѮdG)a;MlB;\ey{BZ; e4ݘt@* N6aFÊd;e4t+ݯ{ZrGUZJ,dcWF iij&~0#izN^յiWD˽Z([#6SM)$|g"|lt^ɃTј(òhPxpP%lj_91- 5=l&0Eunqt b19A>F9kc0a}o/p'pmh ^~;0[=14e[yGԪCHD8CeƴOZ 7"e24'+CAv^ؼlա3.&o &sQqܠ6O=r~kaY i<\$+k0^88nΰk*:T-޿HPZvBߛ1e7_ľpG4 ń`X}2I,N{&]1]YI_ڥE{\X6|ۼpؖzF0'$ '.0ܼEߑZi_51sExMj~Vz{gLOJ b`r&gl#wF;nա7 %iDz+kCbSe냴1&nC>zlXS;7D'Rlj{XGLLn]7xT444y2,M z{ jܪ\{2&dih@ oZ"RJKgFbzk;u% ,Ta@/2^.XQR!GOKH`` >A'V505b}D;j[$r|x;DY45T58XJ/K4td @:sB^ ǾDpMLR[e]MmCqsu ]S$q*@2m!r.,bsz ~"@X1P%;7a,vͪ~=@1p]h6/ J^Sz{%s`VCeQ={YNM Â3iދe_ON6CͩLg 06 𖺜r>||(L$?՞ ת|~jN>&Г)Rc5- $y7TcO*pҹ<ñLH0e 9x-+fOlwQ(3 =sA|Tc~c#.DUG"4/rpΘmi<5q$x0m\#O)Jct eyar*rp$8?H)vJj6.{Ɉ)l~=4ȫ1 酘Gh~+A^JC;yb!&ŢșBqNYӋxgdΗq5 7qvCmե"gmyc;.#t?uT;ZH{hM! U ZMdCq{+I)&lؙS )h[{T`;+â$[1C.ܫ'XؤE;͘K!&A8h#5ųiBexsGlzw4bۍUSs`]N0ٜq;?nQsDKWEv+ fvQbFTps5K*HFg "ߕ =ѐ w(E# ath%1QKGB?sTt&}oiԻ%9vN`r{ԢALMFHg"YHCnsA<ҧ)bi·SXݕN*}QhcP =.>i$emD]uF6U ]5~.\5!dOTLW:AӪ?gwHonC(bV*vpLB$8(S:hG*H9/{GU!(vRT?)g\noD5}Y{iD78CTqѷC{_jt&k{S`LX-iyas$sOlQC?&'o퀡?# Fj"GEp2Ѽ}4a<ų ņu?^“HתzD-?z_kxEk׾\&mH|4L˫"RbBR=xjG`ttemL'͞?ԱYXޮ/PY0YS#`m8mUa`ɍG bϘ mME$wBNC$XĶ>6g@Q(_p\64J[ξ{2*i 9~1v_f/14B1N˛6:4r(]oԚ%f趚- ;8 hy&}6d-II^ -sRZE˞} [Hi0zXG@b}.ZI~sC 17fS3+> j(F6P*;~SaԶ6%US3oR|Y-KCAQJ謇imc)Iw JpDT{xn~R`Ր#%|}G,erÊv>1 &-tH"SpQ{e4B!S+pRca h5K-mtX6n B} +pKEy4A6|_=8|y0}1*4\Q(ö-4x 0S'>+nR/x(*J~SUNjkt/!jN╊T`v$s|T* P~A%Q6Gk2EJ"Ke3mIMo1OCfT}MB x[߮}1ۨf@i+o4anl6"1%{c4UJOsVW8Qێ C{.b#7H VPNh [9 V׳v""075,L=\ 9"Jp"hK0RT2:mB[H|!0Ȓ3B{oXRai..<|J ܍1!`Ia:Д$bZ!P iL▛;K1)gfkQ6ョ]2VҪٿ$ˊK@(yRcoIyd7K6lGHÕR# Ь-~0ikaAf珴HyLKc{q=]nkI Wrx{ak%C B=f[ HkGvv|p9'j'"֒n]=0 TƞH{'_aI][aE&v{9Î3R[IEx14t BC(!Ƅ O9.=lmIpNFrbR͆}JG68s+$-cq7v|@הog|s^Etg/5\>W%z*;L_pW&hതԍuI]B\XCDrA/tLo˄o3rx8$V==p)X#*\_`c!p|n})`} g.ISr'{՚gnazu:4w \Rte3[91%UqZ1f%J{ ([ἃ]N998ș{5\U[}iQk8FWi`RY34h6S1 Vɣ3Wu.{GLiY> za;'Y ܜwf;mVcBȪ(yI޳T݀'_5e^ÌrKk 'N f7.[Gl3lf\}*]i:ӦY@w Om^Mv.yv{nx}Isny@#4?6D}ҖS,Cfg? AeV܍|P (@B(Ė>\ Oˎ+/H$"̆?#=-ŒltǢ S4 u6^$]dI yvEURF,\dŊx>wT} ;"-_<{NMEU[׍L_]E*x2Od^AsKZ"D4 #\ڳN4)ė# GnxWZBL!|(Q!pQ@# I7|Zbw{B7 Zrn}ӥYI1>:\u}$RkM,6׫C-nJywZ@=&;_XKh ?ml> wCw jm(š>vc`"O.TQ-b~Gk߶wƫJ~\fZ˜hTv[t+ѡ{Fviz1H5J#;|gxY}On7ˏo@c9֞5}1_A.HO"y~.=06G/-CࡵJ62hEZH(^jT`1[߸+&ۡbws)_96,$sNL/M r(NMVs}2}!ȸFS/#vtQ??p%-PSf1{>l4ĔGuZ$7CR7Yhήss;rN9hBuQcUzȜWjg'UEBOAY(.깹/s wlRTQ=oCiDw*i/6nMM2k',ǙX˕h.> lt䶪8lV#A@hρ5| D|+u1Wk}Ogbg 7xkZVaM"^$ t ם[ߏa28XDwx'sJEI*tc36]Wп|۸h@F=+ϦmS;2xgf=XPeko\c 2(٭+> R>+Y7 5O $ 2P3uwX?EeC5!iiHRS-U*,0\{x*~_ 2 xw'HE^WJ) u\2#Iפ?oktX YO j); 2}#&?Rr7-P<+*;)׍j7(,ugԑ)j8Wt?.ʗ.ULW^C)U=?܂E=mR!Xze~=Om_Uoô7gNl<8i$۬S/9?qy魏RΉUSzZ 94 P^GTq+$=͂|2dLɛ G1oWյ}' fBEKDϰ9T* g;yH0$O m)qH MЋm!0b[? 'tc'U[82 e#$QEGfv4Eě29_?*3\FDG>O GK} CS.C"jm،oqvVAm46 Fv:mq^:e@lOu4FmܷI彝`QReKDlRvY_AW݌\u$WZ$}u6NJ !!Lk)zT)x( !swIlT@\r YI;tX[lV—W΄౩x =n%}s-"#F|l! y/ptŹ,"ү8?i`x:JmݞlzUTᒓ\Ap]\y?K5<5}jvѴ>߂k@:嶇kK5¹ >u'0w^f yZak\JWtPةƪJǮ'C Ŗݾ[=P@o7-iiڞ0Xt)^/ sn "u? .G۩e],Tѯ0OBzY@We^ ~`5 htp:ӓ ՖUH"%_ HeXmX!Gp)>(}],$~7yhg |pƍP0`Lr?> k.u Y4&*} YOYv_[aq"&\XuZ+ (K(퓣ǑKBaa#-vŗR H_;4HqF gA*JY諙>u[fU/che_-;sQ^ n P@WȡsjsA w΍X.AJb테+oZ9=i2TQF&HV*sz[HPQ!3v8|= `2XP #- )7^ȃgXN:Ej zfzj%ְaG=WD~+3GUdZէc9h [A$)i|ҽIh2f#A iF1Ԝbۋ{mM5}FxMM"+ko^1ō43AGڀyaEbv*seIsC|W'9uoUm.)$_P ,^'l<+Y/pa_y5yhbaoq5BXr<*_&`;r3+fy3`“|\E~fQzZIB~f83΍ϬxZQJed]no*Ҕ2A<ZFI=KEҦ')}[[T8yC\z B:"╸"Bk=8܋+<}=^ tATґZ>e jĈ/8][Ff~.ɿyϞKWřkWޒyG/e<36/ .2>+"I9q/ "a3E;Wn9*7R: T\ذ9`MP7 8i Ж͊2Py-KWlm<'82UX#II18ܥŃ' 6kr)mA's$^]_"N٩h`\S545Sd6.\8do1t`{{uTo޶gB7M$dWK=bg|qL=C /j _X`4alCmR)XEeM,^PD[|~L>֊/Gȷ[< Wlgit&31^wciRga #p<>R[vf=0hk0R$%¬ "Bs]0Dc/c!]qVmg'T.!E4W-ji™AKKPڏ5ThҦ}<]U*ꬪf؍T)unkZU3C@=x$w`T0'/Cb,d2@+qC09N1€[YHsfXe8O&h9s5JYì'~Dkެfdb:> 0_g:c*W<=H^vw7 vxeUS"ϩ&aWz1Kcfp(k1I~G`Lk:CAR7ޗA:kmK гozmzȦBwo}#qOD˘t|%Vz)?Yx"aAIy{tj㒏#嚇G*I%nT n& |2Ch./ d bDit[于[t[XI6XNqz/| _5@{0!5e#\bKI4b;_7<4WITtZ}(f hnW!-H#,;ށTQ{FH:M+OQWM 3?8c< By_ܔZzH.jvr̡i13+KH6`r@8bo1lй9"0}'fTgY2wGE剧y-eYWOtB4ǰ2^=!H[HM;C#NoG"ta*f~GwngY.~y`߱^ fxц#C^%xZnA ~ioC?{V] 89\c30UQ[KlkIU7zuaYƧT˹<ٶ YZ