libzbc5-5.13.0-bp155.1.6 >  A dkJI%z 9H%Qy;Rb'x8Û xO ="=@IYb1~s/]jJ`t5|*f4=;D"hL2tF,$[UyңIhzoe |'c <`J$wh̏G-1FWmi )6пy.RAP[<}2SSx+r<6_,`#;ټx#Xi|xVąu 0aG/ܒ!ŮLZ@ H'Dp&&pjoL%ߗtTQ%yf;6!(_ HeS2c9Mo"apqw/ૺULniF$.#5Pϱ-c|~%jX 5ab91734602fefe6abe494b86f9e46d02350cce86ec781b251308a38e27b075d242e1f36ba328ce8c2d40dca7adfe9f89ecb235edkJI%z @.qa8ɞ$"&siB} /5h߳FIx@ψ57; {AwZƫipPŸ3x80voB'(=%?!v_ `&50b ~rˠ=q g! XHN]8W7h:OӨPp s-H.GN2:SPNN8uZ'}u>ΠnO?U; uwyWO=C#8Ψ,l]RxYdοx3dV#b]]Q?3w[> +eV/$\Ϻ LNbF:y _H!N6gpYj&|ɫ%{qӣyIܞeXXX- $Z%J@\&'xiEX+ϑtiCA;6>p@(?(d   F<@PTqz   $ , <   ,<   (894:q>$@%F%G%0H%@I%PX%TY%h\%]%^%b&c&d' e'%f'(l'*u'@v'Pw( x(y(,z(H(X(\(b(Clibzbc55.13.0bp155.1.6Library for manipulating ZBC and ZAC diskslibzbc is a simple library providing functions for manipulating Zoned Block Command (ZBC) and Zoned-device ATA command set (ZAC) disks. libzbc also has an mode for emulating the behavior of a zoned disk using a regular file or raw block device.dkJobs-power9-131SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clause AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/westerndigitalcorporation/libzbclinuxppc64le QA큤dkJdkJdkJca3f841de57dd2921a27bb43b71d9a714857142bff1323bbeee6fc73ff785b620cff0ab9a11e4c57e26b58cd20d4fd2d2366da8cdb7238cff9a0e121931dd2f32elibzbc.so.5.13.0rootrootrootrootrootrootrootrootlibzbc-5.13.0-bp155.1.6.src.rpmlibzbc.so.5()(64bit)libzbc.so.5(ZBC_GLOBAL)(64bit)libzbc.so.5(ZBC_PRIVATE)(64bit)libzbc5libzbc5(ppc-64)@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.2()(64bit)ld64.so.2(GLIBC_2.22)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cb[aaFaF`@_"@^oj@^f/^,-]+]m@]@[ZTYX=mW@Wv[@VVD@UuUJan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt jengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.de- Update to release 5.13 * Improve the detection of ATA devices with the scsi backend driver * Add the -scsi and -ata option to all command line tools to respectively force the use of the SCSI or ATA backend drivers.- Update to release 5.12.0 * No changes; maintainers are still experimenting with libtool options.- Update to release 5.11.1 * New versioning scheme and SONAME- Update to release 5.11 * Increase of the default command timeout from 20s to 30s to be in-line with the kernel default settings. Similarly to the kernel, the timeout for device write cache flush commands is also double the default value (60s). * Improved handling of timeout errors. These errors are now notified using the ETIMEDOUT error code instead of the generic EIO. * SCSI backend driver fixes and improvements: optimized SAT correctness detection for ZAC devices and faster device capacity detection. * Block backend driver improvements: retreive the maximum number of open zones from the device sysfs attributes if the kernel exposes it. * Improvement of the zbc_report_zones() function that avoids multiple buffer allocation/free operations for large reports.- Update to release 5.10 * Fix the block backend driver to always issue a reset zone ioctl * Fix the fake backend driver zbc_fake_set_write_pointer() function * Fix the tools command line parsing and error messages- Update to release 5.9.0 * Compilation warning fixes - Drop 0001-build-avoid-double-definition-of-zbc_log_drv-etc.patch (merged)- Add 0001-build-avoid-double-definition-of-zbc_log_drv-etc.patch [boo#1166503]- Update to release 5.8.5 * Fix potential IO error for large IO requests with a buffer not page aligned. * Modifications to the block backens driver to support the new ioctl() commands introduced in kernel 5.5 (zone open, close and finish ioctls).- Update to release 5.8.4 * zbc_device_is_zoned() does not use a device real path as given by zbc_realpath(), causing problems with symbolic links. * Better handling of sense data reporting feature on ATA drives: some drives do not accept setting this feature causing zbc_open(). to fail. Fix this by testing first if the feature is already enabled instead of blindly setting it. * Fix zbc_write_zone tool not writing any data to a zone due to a loop control error.- Update to release 5.8.3 * This release fixes a bug in gzviewer and compilation warnings. It also adds the --disable-gui configuration option to allow manually disabling the compilation of GUI tools (gzbc and gzviewer).- Update to new release 5.8.2 * Fix SG IO header dxfer_len field to avoid failures of vectored IOs with more than a single vector. * Change error code returned by zbc_preadv() and zbc_pwritev() from -EINVAL to -EIO in the case of an an unaligned IO request. This change matches the kernel returned error value. * New gzviewer tool to graphically display a device zone state.- Update to new upstream release 5.8.0 * This new release adds the new functions zbc_preadv() and zbc_pwritev() to support vectored read and write. The zbc_read_zone and zbc_write_zone tools are also updated to allow using these new functions with the new -vio option. Various bug fixes are also included.- Update to new upstream release 5.7.1 * Improved handling of non-SCSI zoned block devices. * Change the behavior of zbc_open() to return an error when trying to open a regular block device that was not initialized for the emulation mode using the zbc_set_zones.- Update to new upstream release 5.5.0 * Fixed various problems with the fake backend driver (emulation mode), in particular when using a 4K sector disk as backend storage. * Properly set up direct I/O operation with the SG_IO interface (SCSI and ATA backend drivers). * Properly handle the maximum and optimal number of open zones for drives with no limit and drives not reporting any limit. * Skip open zone resource tests for drives with no limit or an unreported limit on the maximum/optimal number of open zones. * Add a new test to verify that a drive returns the correct ASC/ASCQ sense error codes when writing to a full zone (HM drives only).- Update to new upstream release 5.3.1 * A rewrite of libzbc introducing significant changes to the API. Support for draft standards 4.x is dropped. Compliance to the final ZBC/ZAC standards is improved. * All functions now operate using 512B sector units, regardless of the device actual logical block size. This is in line with Linux block device management and can simplify application implementation by unifying the addressing unit used when devices with different logical block sizes (512B or 4096B) are being used. Applications must however still comply with write request alignment to the device physical block size, which may be different from the 512B sector size unit used. * Improved read and write functions (zbc_pread and zbc_pwrite) to not limit the request size to the device maximum request data transfer size (calls are internally split into multiple requests).- Update to new upstream release 4.3.3 * block backend driver: support latest "official" kernel interface queued up for kernel 4.10 release.- Update to new upstream release 4.3.0 * Properly handle detection of zoned block devices using sysfs * Fixed handling of list view so that an operation on a zone does not reset the current selection and view whenever possible. * Improved handling of the list view using a filter model. * Added support for direct I/Os (O_DIRECT). Note: this does not work with SG node device files. * Added maximum read/write command size in the device info structure. * Initialize maximum device read/write I/O size for each backend driver. * Check read/write command size against the maximum allowed for the device. * Fixed get capacity: the code is now common for ATA and SCSI. This fixes problems in SCSI backend when RC_BASIS is 0 (report zones was being executed without the max logical sectors being set), and also adds RC_BASIS handling for ATA drives (this was missing entirely).- Update to new upstream release 4.1.1 * This release implements support for ZBC and ZAC revision 4 and above draft standards. * Fixed the fake backend driver to pass all tests even if the device specified is very small (i.e. it has only a few sequential zones). * Display SG_IO ioctl error message only when the log level is set to debug/verbose.- Update to new git snapshot 2.0.0.g32 * Support for ZBC and ZAC r04 * Added block device backend driver for use with kernels providing SMR support and exposing host-managed disks as block devices.- Update to new git snapshot 2.0.0~git113 * Added sense key and sense code string, DATA PROTECT and ZONE IS READ ONLY. * Added filling sense key/sense code when reads spanning other types of zone. * Supported storing ASC/ASCQ data on ata. * Supported URSWRZ flag on SCSi. * Added flags in zbc_device_info structure and stored URSWRZ flag in it. * Added forced ata read/write flag to read/write using pass through command. * Supported ZBC sense key, ASC/ASCQ handling.- Update to new git snapshot 2.0.0~git65 * supports the ZBC standard draft Rev 02 and Rev 01 of the ZAC standard draft- Initial package (version 1.1.0~git68) for build.opensuse.org/sbin/ldconfig/sbin/ldconfigobs-power9-13 16847529025.13.0-bp155.1.65.13.0-bp155.1.6libzbc.so.5libzbc.so.5.13.0libzbc5COPYING.BSD/usr/lib64//usr/share/licenses//usr/share/licenses/libzbc5/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/f94516bc436daac3bb422f143bd946e4-libzbccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=2dbb9c1ee8c20cf5351090eb59768f9e448150da, strippeddirectoryASCII textPPPRRRRx4HǾB aFutf-808f324a8e327a3a083e5d62394141620b6fc415300952ede0f711c774e4bbfb3?7zXZ !t/}] cr$x#HALfهc…r P -8( O3SΚk*ّ~/1{/gb(!\@^̉ԏ[ᩉpV68!,:> 6jڂ(\l-I4LT4/R-b,KIH,O3E±§8 5zNABY_ (1q-9/ÖYSE=z{|FKWB,CpS5טRgw\YE͑Ѡ^WzpP\xOPl 'pN<9~rx=f5!Tצ(8Q"yGq`aF1-fJ,5zQfr^'օ-<\6#Kb4^Q r Їnv@c܈iZI Ŏ@OaȘʘO({cg(2`w$I i@[zҢW/H+GfٿyY@EH͞pZ ĴrC J^0 h6;:ۨ3zw9c&eoyF6Q(=IV .TOxGl |'7p[=gWZx6Es* jJ xԻ$n7$b?IS_1]u0|hI[ɍUb/0Bkfr()RON " tўX"ʕO&czNh.9"&QԴ QZG6l,;u)8@D&2*st2p n3*zf.C HzA~p߃\=,?a~uB>ڃy2.S8A,CUnI$%ӌ:|ec|ڳU 1~9ښgdGGZfT4ƫe$?$zlLH4CX+8!mg |6h>?6xFB0+ qK'z-f>Vn/uHu !.٧wL8 q2EGM'KmM#ڈ밤!^~]P]7C)Yǽz7<.#U}'hqb΂xW9ӰZ\tP{obj>0r'PR~Ȫ恭z*7-V]uЎnbxL,&\_習>-Ʒ 9UmA^ۣy,[S)/FI"ml:G6֑hԱY'|A!P^zĢC;a;^OXĠR-Ő/g(!gtYaa.)eyR \3j>$I+ 1?Z\%vbAD'Q\: ,L2=vFK llăNhe=} $Um}5bԆyhjIĩC$&ÿhkJhi#έZkkz7<> ҈mQE"ll;R2hO-E8\l _`j6cK*ѵ{ w z|gOzÃX&ܒn8 vwb=qŸQ7${pŹdlwZKNm5B^su^ PP\9톨"4|K 1iOň/z7dԻ\^xs|lRg^8 ڴB"_>ơl^Pb"%Ճ\}RwF9^?.g J=օ1sA4 Jo Qr;TkX$6b/cyAr #?g[VûOA-(-$\2~J!AS,DKWNhˀQW靥jtdx":gzȰ#/^dpdħPgʹbdӧlMbgcJ ?T k׎;xIXG&= @! ўߩ{'kq @TkBQYg $].(|+KrɺR~ͅL bs.=᥆^7t%ե“2W!ޝ_v =ڗ&cLx|;޻~WRSJqIIН<:3*E oWLq _#Xa仐b$iDav,n B:}9EP)Xm]}eM4ⅈM"{z-;FcgVc#z\y".Y$9@#O;bҨ5"*L%?.\VKRzKC})FyyeI6^W׮a@_ RUk~mlҍ-̚W]:} }ӱWKYZ߬ e5(_u_ UIlxZWhQRƙ(r;bU`,CtOf_ɘ'{ޭ}߷Gl#" vR3[(!Q`0`#$$$ I)6?f5AF $m5Mtq+4ZWy|sꃜпĨ^ߊii> QSڃ2* m@ge>\eL#@D#n=^i߅|<+ 'IuӌcBS!O.wyz'^RY//fJ~Fogyg9F~Pwȫ003PNтn:-6bp\M%'!Zx&]E3F~l ^4Ӹދ\C%H;hі%d&C#m<:@?fu&6+l RFJ;k7ٞpm#OQiZ ;Ԇ iƻ'tE2&Gķ6 N 0"lVȮBi2(m*9(PU^c5*5~z0g,@%\;b0:lZL6[Z"k104ݹ*)KGJh`?Hsz_[N\RLexgD N:lj5efA୉F\Q"lzq@{c|P"n6G0N{zP1+Z*3n3OSN35$.9*67^ʑsI=NT[NS'ޠo?ǎG+t;q<1@>8zmن {'!rUce  4x<i=ܚvلsZ@T}5sŕ|x#'.5Yj;l t.I33`=CT3e%&:F%bp^z,\8qHcֺ= U\PY-.YD0 B[:- #1Ԝtm)^WtHQ ɣFDG3`^1??I|QTب)=UإKrvDJ N1?̊2TxC$Z&Iv+>ԱH]=8]&v{|61\n9m["֋ɄK$#Ԉ3j|zI-'q"!YYŹ֜TLHlBzzğS :/TdF*.hV!;xʼ6VpE8=D="2Zv r턪/^:g}G_6*],'-ywH.&Cw9X,CͿhUYZ)器&,&"b/T담"o\`\i#<`[i/ jgl{8uâ i70n^n؉8h#[D|ƐːS=^б3c&`6 ŮYW9q(+h dΚɺk GgWr ):v_3 }J6o:/o73֧j&I̫#pOxKL>f%siDjYnw(6mN\Dg31>P ?l?\e;^/Co$)f-Q]`][S!T0S2*`.mL ܺKoсCFu@+L[LѱL)5zwHY 15#|ŀh` ыJKa}'ʽ'^/ yf~~ؑƤHHĄ ]ܫ%N*Bg>Ը@ E=߬G<0vWpoG.'>V؎ nt2yFD֟q qЂ(\-] 'MYGì 8+H;tRSuє@@*EPfcٜ|6;C) }&_-/ZwT8w$~~ēnFqh=fCۯiJ`lG2fQO9ݴ3pDGSZM/C/ ĝsAnF<R,S֒y,l&Y7S'J5U<%6MOo#BbXXw?=@F3lcrqN7ytuֿӵMgN0}_J J+B<7`t֊+?펱m{ڜ .~&مS}▌zpvYw)xSȺڤײ?3jKsJµ pV&]v i6f4ݿDwN/KX6@tP(§F eqLo_I,`+ԝ5cﭕ&ϗ?2 wW>4`h>ˋ&@"s0l#C]iw~mpi,Z_;\5ڱg]CbBI;K ֜{Sť!d'&zYuĺ>P1亚i:wO'Zl!0=ujvxQ)g'N@gI44^B H/"!\Yr"=MM tńD*:`L^>*6Vr3͞YC,KXc'd>_F͇)sHPC șAv= W$(>̜uPZ9]&؂l6ﱽ46&F -rFX|`0ajKeN+%P׋-$FyGZlU×qM]\y'pAdx1 f)ɒR1 H>Ff&.?6ǸcG`"R9p#L9#kޫ/dܲ<\YOuq$l vG2uh2;.(tunxL߭Pg6+MWaKܲ?>G^Z4,-0l UٞFlSêwP"ő |q 1vv-z(ܲHíT9QDa9Re5An_Wbg{,nn:?Y>+{4a `0ƿp/(\Sm0-u 4~xDMF܀C?hLl̶ Y GS`9{AIut0X[!J;b `%LԢ*6AGm`H6"6-]|"'J,AM*S[4y {Nn&]d$^_.:(h0k;pURBvd/ 5\G8 i*>p곯607#.>@+ˤ>s?[}&`Pg~Ly.Lֺ#H}!_Za=* VmA 眭rC hu`Og.qHIk3b,o8 <ֲyNC[6*mۑkc<o v8SX2W@E7PڶhPMJ}Q&&03c @qoe %AgA7`P9G ;0¼E@7Ot.0"5fVU ڟ$%]3mxi^,35Iu47hXsINmi  +CbYh=y&[b5Z"a^=FT"5=*'{mnF]'j,z{QjX oci׆xN 'h MSn1Cv/u W˽ "ۘ/ Q,b- s'2Cqb!7,K.ҹY>b؈X@8#qgN&"|\TՄ B2k`@ T)>8>\>ħ?8R5 ]G-H5,ϪMBlgj+RɅ&(".k I@Q'!L餖9ޮPcV?2+ B0HUN 9?ړL ,.'p0k&RظHŽ\cm*/ҵC+ Z+Bዧ 0'U5~J:(GXП@Fj6b86]0@DyE 5CGMp,4a%ªzLb\2;}a,tbg%[}^S9}uv.o`4uɲPKϔF%% MTcV 0ä|T*. @}S J$+߿[էa.Y,H}Ee& fwnFN~4?RД˼NRv.&"/.Cݭ9ۼ^s[ډ3(5s?Hޑ( -oɨu|hPa,Bxbt1 W'~%jB}N@- V̐h{>Vctsyd,P2* .%jt_'{kNu~zDgW}Уvl*&>W6ʅ yıS0XR 7RcnX1QI`έ]h~ɀ<_۪B.]?HG G}>U=XN\ɣT̊d2tⲙ҉돵"(cf ?0yAKh#l=sJSLM)0W㕒M^ 1Ah+Gy稾"m|Bխr*~\撯;Tl'׶1ZewH ٤0y:U`tc VHثYƕh.He,dzӽ9L|@&+̦/5sd^,ݱYW>#V SJv9<'?@if} K& 2/ ~f;qS`,K|r,rzu;Ԡ&F[Ś/ U- 'hN^ֳ#5^ Ch_WJ hu6BJ%{烪[οi{ @V"XmQ*˽yb4)L%F( ;}IOVD$RMX8g?݀z6pк^ RU ;M\ )|ysSZžֶXsyA4k4Q P S۫P(m{"E[Kˠ|OAo2ZA~ի?{cš4!QB9Mq!OTmnػˉw9%J&HUmsXV>7-`G: Ȓ׆74%)!mT^A9<*~rsYhGr8I38ޑ뱀A7$Ic۽d9|io,X-|/J-`V?{S*-^+3lNFC3xP8牑ʍNՔ?Sd|+iNtuR0ͼ/lS+]H4pIu?;OT**tG&S/$lݥ<=oZ!*ߒ‰1Υ}$~ES:X.WrQe$N~ntizHSN^~ML!^xm;a>ت7aL+ՙUpޠJVb?+i,3ۍ6ۈ^isc6Ͼ<ӲpڛRcSTKf#qh<41L*:+jg]Vjȴċ)W}iP䒖"qX %EE ^Fd?Ù(fLnϫT!38vOpkp:Y3ب\52۲Oh \ԏSKM$ -+=&&N}`VaZ)Iv,wj.*^v* h ~> i0RKN۞4mzIϤy[ŏ&c)4:?\ IіMQ=G=\wb]-Կ Zu8s:-Ϻ&6}NaZgo$j&~ou9Xɡ-A5U6a'oL ur:lVc D3 ^;~t/Yr_p">IuV+񈎐S"3שi6 Q`vƻcuc״OCK ͷd,4#X/n4R$0<J]F>:#wK"ܝ&JKS171v/qBY檑kՆ;e¾B%`E}%e  dP1CK͠癜NL3|DGYL&P`q.MU3~b-qF]`&C86eit!}lMhS| >YKkja2΋1f; ˈub/+U'l>LIrpDu#~S0@4 [ :U /((F8#" ?vZV 飔|j% dn-% \v ܠiAшa~ekXo2{"¸"RW]y+ 6@ߴ=UM2 nHvGrɈSi9NхWbkT?`M$\ޖ,G| c|V J|(tqP%NBy.^e1%@[YKsY4|OqJ֨A_ f(?WlI|9^yd`y'|k.ˢu^rZA+m mpw6+xUPG /뾩 o-SBjoVk!P!àZןlWH!nK —GP) Il$0٫Q *vO[{JvҟE͚!?Vr"5g #Claڄ5:&;c}Ta4SMsp2i@)p# f-mCSx4x"M&1v~XeU˒0Z127c. goؙ@-p-R_xIT7rӅ X>!ekZ;P°DA؇ ;F=y4SB)@nXNC`o5y@K>P}4dJÎ$A~cdPY#|FɐZiTQQ/p(7eI,-65F Aq?n xj[!//RbږuKqX{S/Iꀽ zT9bC #d+d2x18!z7Xm3"/ q0whv'"Po 7>;[u}qRj]VA j& XI`q$֙FRJ(ls<M"xr[4ؖ[WO?MLPeo HsbIC /qWu,el_u=laB'&&~q#X}w}'.U|(J"߶ChCxA5ZdOIJlG(Ra/V`Ҭu|Z_X!.L5'W fdsvZn3&G_KGr G7[_DcvC2aJZV{:7?KhȤ!*4i鉌ȕN6 _#`0 CQۑj.|xM8߲U яf&  œˈA=ʮCJ4ƫ6"ح u\d=t9,EAhYyaX[=w.Mʹåwb\ ߫kU,b.ajէ^,{qϲFʡ}pGJ pUj&L?&* ſ`4˴b3cuVbe\|?: ZMr<#r"ΆvEceC@L;h8HC+*k= \MƢ=CNcA!3eMKgZJbd&w ^qѼvFF4T=OE*Q_ED[F߭5 N-t?H'ʛl(N2Fd <̀<'_q4 Sj =;7FR[8 ˚P]^ˋ©$#ll%1mhחDnN'䡋:FVpf}ÌCEeO_Q6G'2. ,ReVMϛ@@$)%|s݋ G׳Š!qm g^̷ԛh6nǔGqeϦi9ay#f}oUWk>RVy\7 zc$Vbn~BT4W-Swz4.t+kTn&tnsΉmѬR~ W0^? yp"H=]LL\fX>ҙ$-∰Z&YYMAi98Zt?;qUl0 kVn]P**Xnrp,=jyQuOUTX^ a%jIxOajѲ5$ \%rF?rzE$5`$]d3 )51/uʌ -xZ|&bkdΎJheZ{BvDj^ =%L:9k噚[^bhӼW|E:!3/3>V2Xe|}"+%hr)C,?4@j@f ¤'8( K:xzd5Ժt!HcM_ PM%tU(0 nZJdlȋkҳ <Ėkz<`+î+^.qN.$hukz@9UZYZ1?eW˧Nw|Zζtӆ!*<Ր%Z OHnWaQa8XU̠fGv#&[0Y&`iBsmΨ^\-V7@CtzoMЃuֱXܡFqH^o@k_)Ajv!y;qʋQ ! V ATtxT=U<՜nVIܘ2ipow* fs na# i`k[ʓު-ys j2VCFMIuOb9ɦۈn{(t \c-h̐3|Eh%el|VmE̩e=tQsBz,Vo.P C,0?1o@װr@Lt݌,݁-,|l Ђcv[OM_Վ9l? Q}guۭ );r)d@G^|p3joFS2G)S;&1"۵A%ţ K׮b(̟s][!QKH7H WF_ K9]-إ6;#dUA;ng,f13Y{Z\iT_$@G\TZ5ΠAoF! .~ro Z1 GWT 6/ R.Hד% Q-H>6]tMb'7V\e.۟Ұ{+r2m-HY]g"e+7{kbў.x[MefݨQ\0kvQv`ȿ W?2B(X4T+mnZ#^t!YHxRhդZF\ +;a7IA휰=VDz79]#WNj 7^è'9dX.VZyc< 4`t *ht;bm'x44"ne]$9w 2Jw:ӄib`/ ~my Q-i# 2I6͗[\qf vh%fZ4:'I0<.|MQ!C}㙣(V5{L)!E(WYHX0m SvW|T-ܐՄ̱#E7HO+dh|%|qP!@T R0x2DKly@5l>7-OX\ Y͟hPlKhls^$v%M<AO4TX v&֌bdI\O mPDJowk gby5`=Ŋ KmhS7f~|oI]S b` C7f x(P>&!ϛ.-?0$cB fgP'TҚn;sבֆ,rEf NPe>30cBfګ̉C%I6eO E[4(»;VLt%Y)2=;s/K,d0\IJjh( TU֡4 &|=D1Van*AdGh}=1s8λKͲrpluV' M)e[>~>~N+ؿZpQch}bm9coǃ]Bߙ| 9v:yr'iD E-  d/Aa%q٪s |X:Xϣ|찣<8l F=x?#Y۵8X)'EGҹNBV#鴋}T:J}]d&/VMkQ::얡>Ch۶nWrǏ:$dzGTdt:#>cQ' ԰^ѫ9Ͻ.\^2rfWL ORr$J(wBjVw7f @C+T.ڢa/, {ؤiĭvwB+Qz4+9Jes歉_( ~GIq>*gWu3C蒳K^7>_>VFkV8%KO0'ԙY<:*t(Ϻ]@;'Q`hzz]DWÈSRXp<Я)v|_:L8j2ꌜ9sB)4.:h,$鰢c46!=̗k{aHZxg*={j[}#ZZ޻@[d[M^;0-dPj~BlׁD@֘N<Q#\D. =CH;OOm 6Uo&W'D֛H*, ѭ/%P" Y,jRe[SdކsJ@+&C@|4FZh~8ʋ~{Zd/Y (vpC.U;Jz`5E"e.XenrC+x1&gR2+,>4VTFB1(0 cq/%PƞE6*~z>H &Nlg/Y][fAeCGT'E`ې~D%ΐ#lJ.grHƲjQZ}'rE4NĞayɟ)hAtlS2vP] TpۋLUWbҰGY64 Ypf[o%/a$(,K%/Tg1n~ox}>]>vPfGkXNAIMy(18n:DÜ5gckwfLCdWU_?gXޤ(?87-bB=Y (5sZ/,VKs8;͒.)4e^ 9vZAn nF%4Hzs8 3{ʗޓMaU经7'FIvG :'<pQ]|ˎ@TmF:*T+6|e6EDUIpdr!M6q0]Uϱ^3~Ü|1?G&i2JU  ҐBYY:YejwYcNmm(x1D/va`9H(h 5+wtgtMǷ~+ ۘ=mmC~8Ť".NٵS-ǓxZAy7ǭq-v5e,~ֽŪZFJ |Ua1+l_} K~e{3?ӽ@yBY6ZNMCs+0vx'ms*qK9mdS#ׄ6F,mb [6<6V еrojƎR8u H'm瑰U E\c >i/pFF@\qL˦J Vܪc" k>ɹPUo* 7$`9!GZ_; y njDsEyT3"yd(8Ad -~6՜I|gHĉ.ׁ8.EW{s H*S9gǩZVY@_-%9­ۥ|]{f=w}\uMQ#^[^Ĩ[6˻v )qypt$.Ptu5K*_x||PRz[FKJ+{nܬ*$'X kI]&!LAu<'~nՍw,|=_ҽ6h:9O8y*42ݑ q7|/B+1ab3pQ%LiS1YR1Gxq8'Mc2לj%] tWU:Ai磳mد\B8]|S}ZMoBy)BK**8h3OXz'K1ΕjB{w*<$On,v(uTd>пP~|ϯxv<Ԏ ǒ߽N'c]φC0*Ihi 60/U:A>않|ÉጢJF5$ɯ (xÑ od7W(PI/::t嘫#u.M@sELJʳ+crUQ5RB5Ws FaMk?w1BGT5I|a-RGx4\;[%gr1EpQKN'vZ_؋d75V]IoGC6D0ەSTLZ)͍F#CM 6{;?f;{(#ND:U/s!ר7o 1O&r}B FEJ  XYuy~6Rs:ߕ{%_EGtLSYpfҿ9>>Q|DH{PO^:tiyDh>e8ڀf9  ռ|UT毊5ƙU@SxP{8}q+ :Uզ|ҵvq(/."U'摁=I:lAԌ[ׯPs(V6vQ*q`AJ?W z>)f6<-3ݒ WnRu .7"y!*$ =Z^S9NTQm/|׸N8B:Ġ9b (51QͶ;2鎃Z0bsC|[?N,fgHWbD&'I\-^'ә5ğ'% Dl&H2NHM-#kwHTk$^L "IgR?C$m}}e&D]~s"&pAݐ% PEjR~A$VeՉW2`{D6w*zeyxJ 4̩σ-$T^0`] έH'o&phBU9O5bmǏF'.]"V5lFyf#夽&Ek)UKO}W4BJ6Z_!r|́q"Cv|@H|tÀ hйo^}(l U0 Dn [R6Ҕ07j +<.1N0Hm<==Ӓj~\ζܸ-o -$e ןgW8.uXM4t0G!߼I1NZGR h `q ?b({] X+ȋeZl'ZӲ IniSO3Rv38=Tɟqs%$];xZoɞFR'i ג@LWݪ}OXe0!#<"N.I]u|tT$?WMu/Xc] _"p"!ݬLM>h퀖½G_GYg6!gL LhY {KT*Ei`X-O?@ǸW]bn+ڪg#j29՜7efy v2k( uJJa;.m"c0p)cE`B+jij˰yLq,ciܔOaNV~YnmzWrbo"91SY HJud6mݶZ4HlhMR,hKl SqE~jtv% jmWu4Up`nT'sd *|{dEE2\"BW7R=*/ ngkץ2;-$ڡoC7+cb0?~wrSX<x؜-dKd͗!WjhyCad<F +Jѫ#/qUac1vJȓ FJʅ_bC/V3zeoGt!kd7X I+ 3!S)uy]ΙBrtܠ*}`U DBTrWny ǒ/uo.G.ADeim;lr:6tu ÖsօߔF喔LL)_1Y*VUi`cfQI_5-_A xWgJrS2qi2#V:8hhG)qpvnB?%)J?oÃe)vy$U=虮cKs,b#9s%'ֹ~t 2c],9"9[%U4 jeJc8~!WJװ#x=<"u>(o׶+oؖ2>Y|G3޳I>E2EL*HmzR܀RWGM+QCDΜ@QR n8}xm4ȖyD߄N0 g+*(fôHf@ahY IsVN1T0QR% sMyC@o㕐cVpg#Jp]+|͖G6}>BaK&"3nn_)a쯾(lM?( |BVGQdOkEĬaMf {v5hą4cruManʙvK)f.""bxc/{^U}3d*0㒒qi}bq)uѥ [R5~?!4mdVһ_8cZC+jAjXx(}XAqѕ)VgXI؝ޞ6,P'm=?K,U`e٘JcЈN'UBZEG\R'6-V0 6FQv;ˌHQ\l::4n]ԋ?\^/EYu}y:$_laK-q3EǑ E6"x߅L95\L$۟֊wx2;P}]p 0w&bῚXY,.)_SC?^pEQ-$jjY+Z4i멢VQ5 7 ~t@y;dJH3Bd-etQ:20AXjW4] {HOHw%T)ЊUE-ְM|@(>2xj}ORl[]Tv?h=DQ}n(0꾔g_B.k=ɪneykgUI\Wo*&!o@,U)*w+bAdv}4RpѺ8!HC1 /2kQ܀hKoeI #Lkj>.^tMm߄FmNmO;#P} C!/5vXLش6l$Л)C(u'I,tDfuXᓬhP$F7G*.w`( b>x*@{{2c? ^yc!^grn gʇڲ= {NB9o}I^aM>I 1ZҫQl$/8x%[Hv1sC=#WSAȭo׍.rco/@G(0&obmu?NsoyG޼pjw* ;yg/93I']KyuQRPGԁC`UFӉ&)WH w{?E tޗ.# @;+AV"Gɕf jWt07cn&|M:\`U=o'NE+QcO 5K*\cLF[t\k gD _ ( 5taw-&j YSp:۾tc>3O3O Ó ډT2Db#ٛG5t Љ+#QCo-HAMB`O"=qyiѕͽWΑ5#R*mΝ< }^- @yC|2x:bF2N#AW \+!A4[ڠ,NNO"vm3ȜwJɗܹG'\HgO6e,;J|yA틆da>+0Xܛ13} *_ZsM`MEsl#|w ?zQnK)R%F>>%o8&`;9X:v[6Vpe^T aD2նjツ iɋ(VQ;?@g`QZ~8 YLJB.6Bv4*>m0uH'!atOed;ư$r|G& OJȣ"<+Hq9~6+ޚx~I(4#LK1LA*/A?ߕ[jٱ#eLg~FΐpR?1FK.CQzG|z5]Fk!5䗑sHn,N=HTcz^!{Rպ;g QFٷ;376t+椟v_qUWl nsCxeo%p ~V_ g\e܃5l 7 ?\4{L~SXaDt1 BEѐ"p>JdgX9NWTW1Z.+Q([$gd5=>}b赂%7c1ocWVnm^_Y>UUDykՌ HeGiEW`3E܈zP\H`<ܰtvl]9Sw2I K젃nut˃puyq?υRyWEk>`UI2"Lj PorkVAXf HY敺)\& b1(wrBD`W%<,Ƒ7-1w`Ghl2}qڄ ,^nJ,)~y±vh9`ǻ,@SPkLK*>;ưZDf#JtU%GJԷ2|]_c:2-O)[h~A2u#meo _fjO&N+c\BiXP8{GGyV {lYfy'3_Yu<@ˏ#fa?Okx@6h]aF{D4v@c dRsCۢg Nw_+;,<3}}:8hAżϴBIus(@JA(gd U,NtI9@gm߫;Sh+]P֑輤L1ݎ`6 uθH&lzz`;v|jTVn p.UM1< LnoŶ YZ