libzbc5-5.12.0-bp154.1.61 >  A b|[D!M@eee%e.r:TSmnKΡdi~ad?'o=*v C8 qIfT@^w5ݕB0AH?krsDk?6 8݉ЁIAzyhD1E$.*CrC8>?0Q/#F-g 17$`[>N!x LJ%5rhݳ M_(±Ѵȟ7\MrBr°-A̮>HpW Oj5\\CgR[}Uwm6+}T"ӻjuX1KI[*K@w9p,@H~܉c"ns"&htF:BG4(>p@(?(d   G<@HLir   $ 4  (8(89P:l>%@%F%&G%<H%LI%\X%`Y%t\%]%^%b&c&d',e'1f'4l'6u'Hv'Xw'x( y(z(X(h(l(r(Clibzbc55.12.0bp154.1.61Library 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.b|[:sheep851aSUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clause AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/westerndigitalcorporation/libzbclinuxx86_64,QA큤b|[9b|[9b|[:aZ7488748cdd21f8ec8790d465f697a469ed1b5f3b3ac658ed9663b3d74fd40e80ff0ab9a11e4c57e26b58cd20d4fd2d2366da8cdb7238cff9a0e121931dd2f32elibzbc.so.5.12.0rootrootrootrootrootrootrootrootlibzbc-5.12.0-bp154.1.61.src.rpmlibzbc.so.5()(64bit)libzbc.so.5(ZBC_GLOBAL)(64bit)libzbc.so.5(ZBC_PRIVATE)(64bit)libzbc5libzbc5(x86-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aaFaF`@_"@^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 jengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.de- 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/ldconfigsheep85 16523169865.12.0-bp154.1.615.12.0-bp154.1.61libzbc.so.5libzbc.so.5.12.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-SP4/standard/43283ba26f0b5a0bef1bfeda80326b2a-libzbccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19760323ff0ee8ad71cdd10d5c9a06a27ebb6479, strippeddirectoryASCII textPPPRR RRR R R RRR RR)L1m CMutf-82b7fe36cbeb19907bc75c355eda518be91e9c8e4309410adb7d4fa588b8ad6c7?7zXZ !t/4'u5] cr$x#FқIR ӷtU b}sϑ -S O]Ng%wNHHs @aF=$AmW}6o<h:dS٨\?TTEJa ["䬒Q,~ eWfW#&BHlv "p[AVj%?E8T &_6:!%h><`a'}u~=\ Tm:^YNl^-2{"T|=Roc|O_9~";Zlɶa`dMdg~;kGbF|&C)ac89kon^ލx,5^GZgy<{^>٥)ǀ-ϟos6?8`ՀV+{0(K+Gأ餛*t) +\2`Ad*XOz7f2y,4v\ASJAJm.vhL쉎w p1]cJGR] 7O!-sտIm"~icHR$5M$싰 ߹nEd 9 z? _?A]R^M \W܂e%Ů+]Є-=ݱn,ifP2NcJ́Jm.9c+2^*|칥 (f=zϒIkCMR(UO=gDS(Ͼ% V:߬q|b aHto_#Oi 'PS_v('=޿T`_B@& iqtU?hiLs*HSrj2o&U˾\~YF"8Fa?IzBU׻h# [8$ 62L#*3+"57sgXhxՉJĔo3zykl 5"A4GLm|پw,}}QDxoHl .{nYDZҵ-\U 3Gzu9#$56SV|$|1ȥe&9~OqastVi8HpRPE*NN0EV@iljzǞ8:__|[oC)h8/K}zb;IIY=Né"ՊR5"~!9$rTYbx[4WOV%&Da[`:]ZtXLsD#\)ESj/"쬉cff)p3TA5LN'룪eQ<86 p;X{HpҴM8H?fxgRM^$_*)m%w$6O|@"5-eh> EڞX&̚/o~dA %6<O0}GnJKq&'j[j/wJhg=W Z[E4qv;}P'-^=5LHUDi4y"stWDi-?꽭#I(oKK.kFhHTw )S5Qi(=XıPVzGN29UBX pSkv3Ԙan=9^vp&RrtX>W2zqTIH#u*_Bg˽ fbi*#b :.!^SbK 7"Ʈǚȹp ,傕´8z=H:O5y Ҝ.~?>1y @ N iqodEI,r]gs~fÚteoIuy l#_|(ipg)QU"x+a8:t^u~#zBiJA Vy^푥ֈOf1%֔$%oahixύ:u #)Q@SP&Z38QA8&&y%ptu-ITqK :+h {GL<-1Tl'tq1~i %5x8z)3G]|S.$cD5OYj<:^!!/!1m,g? l/F-!qC@(';'/²ýx<[ rO_(1ǫ?wfkk60#XpmMDIKAMeI=#ФX,Hyޟ&UZnϧ ҫpsjHIMqmА_@նe(&Ix<렘fڲLQ7)ArXN~'Ju9ݣi*廊a9<̯XK(wRh1BS?U<9J8 {ݖ &ycefgrQYa|>lcaHjb]Z83㊣|U}F7H_ջ tv:=u%Ď iXb)}!AKh!އ)kI<@cNh]'NjK#$Kε MT4ݥd6]1XXUVl>iOǠ:,:o~(k+\Q=Y+r8'f윩kUW A> d)w 4ṞoRhE83k,_5kD/ku՗v|W TQ{ T_:DZLT]$q "N=nPK։DžHM+硳=J}j}G˙#h"QVW \8lj8Yewc-DDUBL9,ٝP8O DxTʰѤ/[Gr]i߆l|cğnwv@]2̤\ŁɭhDk @(fv2?Xp@H_db'Zɶ?fRou[&kiGmh>)]v2bc3,c=\0VfTnX gh݇$qnήz xFez{]]: Oӯn(A I+:O~pOPGuBY|=*b~vgf}0s/% 4ϫܭ+v:3%rVx!F<$oKSRk8- ,3pa[;=1UNnL @ o+0dG;HrXkr(p& ,ޓqe =jXux @}= ׆# .+xj3 y5䤮cұMqGO\a06Ň8ZpQp{/:rCx}bIf;OzA @soWi;':BCLiO B(>Ȼ8$#xp(O*J}!1$OTTLG,CЧT7"(ՙ'6 \~I޼!ǂFZA}1B#I6z;yX<l}&]@M\ Nxm z=V%?j .߄*]\hRS֏lp%*oĵ9kX`H0ؼ[`#OejjE֙7%by i6xVJ_p+fm(AkP]Đj)N*vM K bv|?~8Jx[ƪ0(r-00ܙnQIn^'M\D/3]\Bpٹӫlj}vtܹӁz<`Q+# ˳:NH̕SWk*t]Tr|QԥB:~%MzAQ@yVZ3VkLRevLQ 2YE}p<4a]篈5|>s @[Z5Emp#K7& $7%wzgo`hDoR*d ;H/40ruM"aԱUڠ h_`jhcs}7&E2񈕺``:?=qb汒 (N8!OII ɉ2yA/X| 'N‡rn)Wz4^ >h0kir]g=#}(k16<eԽT~.mӮ,{z#&ss{iH`zrl{΋#B'edIѐP3Ki0f7ۍ {[+`t~f#Gt 5wks(urI*^0FQYnQr qעv 7kkDBOQB(4 ˡ.2}&n|I?ܓFB~!f꾈yhv_{HX.!,U>Wڒ:3ȫ 50fZՙD'zSY;}+~46?GcezVpnЯ5預 tśԮS+pR^|]3k#M<5?d˾2k|m.gK4Ür[ȼuҡo#=3?v'ThRz+PU*Ƅ`F\G=/6G|.vƑ$I"gaޯhh稤従'9.8[99φ=g }ʁK:vl1g͡^Ϲ7\_a/j U:*Q"_0xğ?$icQX?Go&Y;.YqPVL8(GglRPSl}] ʡ` )H`W&KZ0)1zxW ,=Jؾ/6qkL]mbn@& fHكӬ-mpq/AVvAJi: pbaiPCe zx/hQ}BqZţxGU/pM!/>@:s6cߚO=8mFm];jC>36Zd@bzan94z=5ƤJ=NQR>ҽ+5+o>h&g&@eiLPhF6rxOh&؈= UyC(M Bq2[x-/ZO&0Fp>]LZ1_:!ԃ>a\[O}')qIbK Oi:}Y\C/ʁ|S6*R@T`,UK.pNQ'ILB\=:,J @wf&OI=ʎе fUaKbCn7RB%cP\WLe{*%`K_ \qq%'6t<\<ôU/x>{$ ހK>GT<+΁E7#{WSEqE9EGDH%Х`J,878SMYKrB4[P %Z*gp`oNsYhu+,zDfg+ *fiX}݊Oq[IjJ2Ԗ]mq5f$3 rWxD jzle2 wD#fn*`@{K9R Cy zmk)(Wm_nO=""T°7I]ԑȌ+ |8=BD(]]QsRx%H:TxwNϖoȥ;M0.u㨾s,D4]"ݯR;dk%,.SoLp*[A؁0"^qITffyo(-p+X)0hGCFGڵ~Kk=i#r&(7XV@v}xg8_͛\"zh@;$$ȱZY)M`nגz%\!w0GϥTC--U%#8VG$U)\ JyR5R`ݡni ]hrmS3FVX '=P<.<ǪZ0i<d |WzjI'օQ#Cъ;@HSgP;nD$-&0<$,.^ʎ42UUȖ1m,xZ1#=Uoza7!aj{:_8 @s6AhkFvΐ ߩNjT".-2v-H+ jҥTuNJ^K?|7_A7NGȔ⤍ua0;Zmr\V|a Xg" OQ.ƒrz WrbC^[RĹ2'b + 8hUÜ<7ƔAsmik wl4D,bB!g.~6iB o]r v)/ MRInyTr16'1-]]{alu|Xs^f@iI)٬8;׭qi22UI{5c6Up|Z6 10JLUd`*¯)ܘ)!؃nHiK6AwO?Q+m~ԉ|I(f͏@8R_"Y&gf_(.=2E5.Bu9@i+YĹsfmuo]֞8jJ[$R;S)#=j rD] 5l#5+:ǟu㗳O3vPrHJwQ ѱO( YŌvho3bOn5榹('zu[tvnl-3O*Wd\:9f튂\qs~אpv<"➔50jЖd?OF퍰GQ;7qy_bںY9PS%Tf3Qxi 7eb[{)S.#R \,ddnȾ*BIY۞T'G/^;$ _܈YgaG3хoT`˒:UY"*ˠ4ĥe*o J1mdo 1ۓ!H|(kъOftܾWN3IZyr(b3ZIܳ{U؁20)뢝D~ vXMʼnax^qjqx~A(55tؙ'_o?Lq@iCc'qaV ;dB@7(M?߃Jk[a1M sSx~A5vVwݴW5!:x6BX&h\p'p bsdK{"}dαxQ>Ao3~Ѷ18*0uς3q_Buj;6 NY"s\m)!\pTϦRu*c 9}\vu/b~X^E]2tbǫl]D<3yʋT%t;>O NB8ݼm iR~2s|_!m1C'1wotЎ/osDW*@5+{.4#lG]dv.}dro3Uh/Ll=it(^;hF9qY+h#-iĻ s$Ĕ3+(r>@2M3Rϖ9xBe_B ߉vt&:^)'D@L 5F 7A[PZ/v/ rH ˟{et/@H+1X\4.J>!&ۙ := )I-򂌻>*#cDWȻ.ijR;l:A μO'q(!񪚩Y[qL?D#@h=|p~zh<~D#(= ,p"~(Vzr%I˽ ?Sy?hY:UJ28c6%^Lx m9jOYM xiXRQb屮'nj 28&3wc8"1lӅ қ'SpqXtʖ!{{T1SQ d )P5kbf,a>~QPCjph~nW'=z)g'S'9iթ9gf!fm1nvڹW׾YC4 bO;Ahc>c.m#Ֆ`6C/Tpx+=H:. NNSo%*1̰wuwJY$JdԺTbYȏ(Ѱږvi=X~|DAiEU4Ȃ&+:J!5Ck\4\;e9[o퇞/[OaҚ bT "ap!"{MVCP+yl삏PF#IסXd^/8]rޜښPދDRoYưni z[#;߆ >g>^*;,K tA6} G_Vǻ~ad']̠%TFROYܽbVnTE4&/(CK's{Y+sϦk}K:BY `@.[ '1 c.CećQb<UY_\9?Ecv/$Ip.\M!pyʢN༖M ZĠ9jJOA:hIP;bCasaY$EƿJ!M;TB *:<|AuIN4L(ub-4m)]`2$egN~`FtAFb tM- ?N!Zdǩ:%F]UD[B=p cJ; %sٜٵO^)pW,Jcɒ<7,+qbֈېrҪS_6+Be_H$췳7 `~u8qR!ȋGMlJ tN64M-F'M\Fvּ*+& Y"'!F|B*!JPoubE"恗K;Gߝ+z"Ǻ۫~s8>t\Ի[kؑeLȮ5)TZ bD⹭@]V[,2ZTQXB['([m8'gUwzy1" qI*Z# ~E 7ȇ^^V}寂*1 ;.vP7$}kq9Ui$}Sϱ?6Ml/(5r:\4)MBURM]k {տMEB?rҫpx\'>˔,(w/̩\[!c K}u ߽1 -;usFeA| ݂o)Ab{|lX3o\մ%c %zZY 1n[ bo<c7yP;5 a6vZR>db>M(룽"v2\X?z] w_#zF;Է!EپO1uM'GePSqU*G # D>{qwB$8ѹ_O|Hk=,Yr՝q`A >Zΐs},|Ǩ'=+FS&O/Z):92\oS$n)K6zb)G%g9 koc ^H?!~H7 {XC*2)CЅ?kc`2j^V:wEAG?17SUI_ [~W?KiD{=~%I/=)aVzC'ڇPDynU_GZ脄?~mz`L"OU=ŮZ/~ԘQ9oV3g'-C<6ufS25s UuCaPn tjÁ{( t8XcU<ҒW2jD^0~Fnwwq /',x@ FFXQ+3\ydl߶M뗶{`F(jhhnj{)KIp;a yӫ#ud3Rwdʩud;~HM@CyA:%О*DUh̄vP=aZSZ:w{t׃m_\#{2eA)ǵRŲx" XD+UHW06jyƐf֣eFs31A_= Dm|X!u 4:n5b֍ީi,P{uE_*T83MLFuI4~/R8 ˭e;aP&&"TChr/z&dX?V9tj  vgߓ$KP⪐Wy2rɟ7^+%k҄Y{Ȅ7\k&aW 3dtxHdMއ+ѡ:TH &@ fhx|ENYrzݹ*߹| 11 X&wH`Jb SI}U#jFAB;M>K'OfͿm4PE6XQ.i ePF97<哶>m('Dc2(c! zxS AY1[idL)Gky-{*007wg> 8 iSԨve{ S椎݂`M)OK :"4 FΤ5جY&[S) NM T `cIҒټICf3ϳB7G8 Q7߾B??#Gf-Bէ^%}'2g-B+5ȿjo% OV+3lm2cGAOAеIR{5q{!OB~r8;1pR8Q.uW6TVFu\ *DtJko آA@ǣ^j!r\īLAahQp$XOykia^U>rB"s3D;L(]Tn2ۣEG2}ވ!BVYut!=̃Nt.{+0~'>?1Y#&{j_vЩ~-UњL wu"9qnR3r*p8\נA:RѥfKpVq%ا|,^?_d}=) f9I٪%k܏Hq Y%De{ yOMϔ{մ-N:m( v_iW%ps_E3~&}OQ4nָMn޹#}m;D[a/G)(!3G$(ͣ5:H^|r_~UZ=n䖅 gOU +CgpRC?Y>y+lijdN>F+}Ij! ^SE>`)KIb/lB$GM)G%ʃ3rS)9qs[7B6xeT |ȹ>`>ZwE4>1zص!븃b9uudjacG,R:{=AVJgig3$H0Ie,¦upo\. &(0J\c\I^BT:Nj͋q{}C1Zk:4ěDLL`~N@j"YrݕѺz$v&׽*:g/XHpJ+RĘpHƖYL!kk|$C R#Gs[V$H(vY{&EǼ˿}b.(rH]3$?'z̜B9—I6S"5Bn)_f%Jt\Nڕ~]&Yft֢(hk]Hܛ 4-3 l۷$DM'4H\"uȤiKycه FWң%pIQ]o5 LWk 5sp0=M*;C#y n-u< AYY{X0)H}lr=Ͼ7ѦtUAErE\]Inirv9"0DǪ$:w*XU ٴeFKl\&(Hg5Φt%臱P*ZQCk&PU4pN!quj[uIrV37sSހJ"tlucyqp8cM߆.:'}xTX .Ҧh F8X:YӋ8wpDlB{{"&ykCэ_NZT ?1[e+Z Z钅V>NwK~n"!)#yˍ2iQF{WW^ o+W".IE6aa% E֤%PA S].;7c܏4rJSWQ튻5]xVV\ !n>QsfBjb#Žk/x2w;=(Kl.H,mBbmI R턒|KP_f@X2 4VFGwKcgs,$+  3ôVQL]ngk@;tДF$0$X# zJXs}r]QE`DkU{e.ƥhn )yP26y9 zgwّ3$@ *pe>r0 Jp/N!P(j,ad1/&#ۛ*T*xUVӄD:?Kk^;+|({6:(̶t4"(hEFA#e(2)%*ò7[ LěP,,HzM͋+' ' rBj#DX6M&XMwOC5D^čv6nWҜ,O䈀me.=#5( -BBNoN'>l/-GM-kfMm>,T SigU_a=$$]Bc]2yyg wn,u)Q5AC~Lv/$茀?Aޞ% 6ـke͉6LR*(ܽ1nc\dW_ٲdYl.S! 3K^=Ywau)qnaSg~XW S놕aIfB42Ym a&//Aarn_Zab}4 jI AtAL%)Fоιc<ը#uzcnOUmZeO*l\C7q~eθ6Zu1']x-]>lB33 <*7U]-w[m4{F'g(!]cg~PH@h<_dɔ2Jq G72$arblT:]^T 2u]dڊE|#IF PImOR,9 %i4w-dz_WM⴪l9m}Y_I{%n857o%ՋMJFyV2Tql;LGuyԜ9 m kh +27)_KY`GO:?wfp]} 5D/1|G1=Owv-S Q^jI 5<z8, rZ1fa[!rdh0z]Oa&w2f)眘2q)_֙8Y9h;O T0vɩm"4gCqRW`9~cB,)ZPie'ydI P/uLSOc ُٷY\9+γZI;֬ڻ!ԓa0?߃_˛eJ.ke߽Ј sԨZHzn!yvfZK7ИUա,AݒHΟ暷8AdpChFȅv_igmǣt̻KMpor~4vaΣSFt"=g V϶]7j('j<[ȝOѽĽ[XX$ѷFqzԋi_jQqy' JGoNςtS`q^4A*L`?&5<.eReu^T|\+J])fWG0]nx5cpx&nip-y/t SNe7s߾B^=MOyctqVԠT6n@;ߤ#aMN|}ԤYUF#Ff$)ǯ%zc(JG~jU-"挷ZJ/nͦ$ ZxL p{HUML֩}2_5>N-VT{_+7Y!*R#9w+ӟ)-7x6ǒ@+GݞV#7:!*9ΎT6ٵ.\saSxd4OBg X%v:Y ѧ,0 򏳮{}#pjs|fbt幌,>bV=u4C]wV-ZK{Ш>kgeP8qgx?IٺVH.&NԇT?^jW,|02Imc6!ά,)>r+^U؁cj#V'w}EQяl2cAnc% ؈Qxg솪^ oήV=?A'$UymZw^N *p"sPҢha2Vwv *voy~I#I x>VYYW8P;#~뜀:{\nʯF̔sB{9\:/9 EN3^D8'Z}Po$B.ϣ7w}8"JIMxf1H-"&[^D0א&IWܪEv>,10mXC@%_c&_mj].":erbH?>L{fm" =]Vx~KO|'lZpO e•5E`@~%:zػi#:x2ޗM_$&N)4 ٿ+koK>]G=y gnƤoMDES]Sl4d:r?;UGCbd%LP yx-H? u;.qC&|O[3lub͙V5Z- Nۊ=8cYy0GX Y Ǔ=䴷g.HUTt:[ODX)#hg WV't৑w\ g,YTr{|.!2'z^NI#res%{ KWix5QV۹䊫pm (?Ŗ 0f#(@S[Wc:0.w< E#h]T{9Ni|H>C_[>p0y5.<Թ&| &6wy.YWf= _|yf!(8m㴞 FRɲnfۊ`4gضTPB?8ӹj,1Dm  |: 'wc "C\nMĨbOecSFV6 ݄FpS\[%ݝn~'W  L-=J&1K.md !a+JSW4#m⼯bW VQSsVpEK f3eS].O*LDCle2.ϲ߳NF'TQ 3<aDD\ty'VV.D3^{$3ƔLv\`VWIL) L00ԪDkw&>ا>0(+ےB;_pML l<_K^,%ߺ5=44&hl%69C̸.{ultش/(bLkε(1.>z~ʲae s}ҵoNdXSѲqi"Ȑ2 =ư{[ RҨEi ى3[{)Ղram{1 ۜ~VtOzQŊ= ZZzSvC%e3~FZ]yg0h䎱Vq5j$TDj|덤T&>.Wiz"At[QN±zi_)9 1iY"Dz 3[1rV8( !ZGY4 wIԈY~.Cvg"My-U[sbE%KOOb쪚_å>\GؓZRodo9><% rsG.y8OxP=&)_5z a.uAF iDs=k "EIQkYegM&3Ʈ=-Z,O!Ƅ8i:jLa\ aqx[9,uj¶Cd)Up}] '!5$ehC gu4%͏\a.&Q;6k]*VyzsQnO"x{9kC&]I߇H@ܜBu&w4bucТT%tyw +"N] 9ㅲ1|K%vTp+3FfiR%f[gφ|dzh7%\^N[~-5oMDMw8]:.nVqnhsVg,<(ۤs̯\='UK'EȲxa@{Ҿi#74﷽[>OcM1g8})L ]vU'r[S9 { DP{K#?5l, gnJ(I)<QAO}a.$xC64T)o'l.pз@<Ug f,֕{du)>k$D"J9|DӍP+ƃu@a][Bu͗ICrSP/kTga>`!~ ?ď<04n,Rz8ZkHsa9d.WφBG™D Ȁ!i:(;hG} ]vdQt 7@1i["կÉҼHRXކ=`K)3m4=NkT n MONc&p]%!3?v5WPZbhJ#Dp:׈ʗ1ϳ$|\q~ۖ" %,` "˖O(tt獹V1+s>hlYI`f g0Z lZ n=Ve:urr\u0x4&h97ɀ6x(3}UZqۻ<Ӹ4p'#}2^ VŽ21LM¨ V'n!If1 ~:1 7z Vd vH}u`.:&ٱe ky?A. v132X̯k6,k: 03pE912~s4Z`gvۻ] Xl&ְ!7|A&0_Љ#922{lD=pHPxEvKn@gE֬'_ -(YBcrK-/k|W%W1Be.h$%mnM᳏[lߝy*Yi3QE #oǞBL>!NnE]oΟ>f"ɽͯf54Gq>"y(y7!ʟ2C0Q7L< jS20U\;QmU*_hH^DO?1}!;1Y]|;c3NWq 4Q)a[F} GKݬaJ*vFXe~:+ lj+KZ3E ,B=@TTDFQRGnc÷?=;]@_)[VɍnVg}y2i-?ӧՑ/u9ָ74LS 6q=T .g;{ >]vncy(jvhGoc08@YWc)6PuF9ø0Jeچ*1zY2uq| DБB왰BgD0ЪekF/G HҮQa^HC;2b4+ķ]x&N _!cj+'A'!ieXZoNBvovDl[ipbJmdkIQj͍ ʼMV)Vo|Qj/8AFA%v|FV-z6N_erF(zjm0$L FFH)ʶnC=h Y(ڮjdmtAv Qƻ'` [:2zȒI*0֤u(192H\6^uo~tGwv 23`Fgry52?v^b6|T K%z6㧾͙4kFP%F|@ eXvBlM0y3a ;*@,)^dw#wPggcĠZjƤ3 slvudNd5KtrxHz`±\^AgB o@з^/C|@K vZdRMdf ;)jKtg4d ;FY3-A-m6>T47T= u:7@}ȗЦ&Tk+$tBhU}$L Xdo%dǪ@kȒX> hL@=@A3FXN$޻qL7܉_3zS ڬaIx\l=AG ] ia(4CH\HUCO~㉃6G͞.4 4+lj̦: 1KLxtNq|rCM#m4 @y9g}yIƕx/{m!J SM+<aec2=Rbk>O_h;|_. X)i6yr+Ң }Hԏٗ@mYQMix@{H &Z: Az Q gY/cC;+BINPGq &6:b7!PLTcH{`tdjYװ^=\ۗ,XWƀahൽ at񶤖2 п`m9'DU8/l,CJ>_Fn8:J@Z@Fi'#oݒ߱/>j`CK]qlU1? f/Ubj2KF+/˔W+O|\[y`q+$յTw9 9;*^K ^QsbiWOE#TG>U3Tf,N]ٲp뛁zF3=ʦn~ ݝ0w:5%E'2CYN l=!JAk:+ xQ o<)2l| LK8 Tw'_g9-bse,rs/} "O^IzE.y_Ě6 v 'gn YZ