libzbc5-5.12.0-bp154.1.61 >  A b|bÜ!M@eeeO%D琺S6| q'8WM\ vzK?}um FC 66SmE߾rVG$SlAL3 Q*2|?ŵilp%ƞa;3W6J?n] > \6=NV8!⇃6n v/^>>@>F-;,&p͞e֓GCaPAjG)yeb z:ߎ4\Q$jc c93313bddf1cbd6ddb306e851e4c56f45320ab3d72cab802c409f6a45b77dd7fdae89bf47f43f7cf258be8740a0dc985ffdab256b|bÜ!M@eee,ƛ&Zڂ|^oiz [@4Z~/ZLz͞{(wYs_w@[Z b<6>RLs >p@'?'d   G<@LPmv    ( 8  ,<   (58<9:>$H@$WF$fG$|H$I$X$Y$\$]$^%b%[c&d&le&qf&tl&vu&v&w'Dx'Ty'd z'''''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|bobs-arm-11SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clause AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/westerndigitalcorporation/libzbclinuxaarch64 QA큤b|bb|bb|baZ0314047f59342e12e757c3adf501e10ba65198ffef3065e5d4aa6e0f1df3f032ff0ab9a11e4c57e26b58cd20d4fd2d2366da8cdb7238cff9a0e121931dd2f32elibzbc.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(aarch-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(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/ldconfigobs-arm-11 16523189065.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-libzbccpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8dac591efb2f2f466aa4b07685658160d0f0969f, strippeddirectoryASCII text PPPRRRRRRI@G]kڒ+ 2'utf-879ffb0c6338fd10fe74e5be8b1acf321d033718d9542ebf9b3dc407038439067?7zXZ !t/r] cr$x#F K8H7f,i m]vfBѤ; `Z8< }B,5vrVNz# 0t|B>64B@'*`E+[p`r㚦,y]XnM7x`]/__wF^3H{0 8j`'cw_41bi[ov RA0G4+ZQqmDٵ?@~yl<0 3]bTM'Zpu\~tmz$7|W )z1JZ{( g&M0Hĸu>#dG;?\ pD!J7 #墻 3p޸ &}Y;Vc⿔<~&gWQ33M5U=S~C3/huj dLu <:=8I}U+p1b!Ȉ:G:r1r0=\v-q'}Usf D E]F)+ 3سx* `fS'ru,2=7v ryr_ȼ/}@Ql4rawLR(_ւ?Q|>9 aH >Xq_iCò@8Qw e"6Y䷛@,(*)h(ǴM 8N3SLar?ٮ߅첪wL][[ئ]ɁIG {j1p(J[QR$IQ\$U}W3[g#&6p\\b)]Pba+<rwۆ1D,F&nNcmREөrLCj[;zYL-wQA߰EԿ~Tv%JX\W ltR^yB\ TYd}:){*`r{B/9Do/!zapD(.܏ƶ>/fy&RdpC@'9fIN͢sD>ЌTI?:\$kIFKQ N\;y#z\6,n-UK,gl>mx?ǿG|V9?+lHG輈mtI}6r6vdV?Y*wjĢL{Ǩ86aZU W ;4Cֵ5;Qd&DN0>^s /K{ukrD7giC k|j 93qo@sr 8O5::Z^iJ/O +]޻cRzf[~޶%;,n hezN3#eX s|eUb*2߽wT9yQ{&5A ;Sm^Img+թTd6ٽ-A;v22R+d]-\+"HvwAƝQh(T (OOLZ呹E`R88<ƿuCGUIA`R?w>X;￧Kҍȋer@i>d0)B?V bq ZP}MC]+bďFo'33^&Ǘp c llΩ()fLg+'4Yؙ|88dv:̀2{ky ĥյ8'+z`\ jTq:Y[0vAwA@IF~aKl!H)׾o-Y+V1䛇dg>ٺvfզ82D+7rLш"Э3W Z В"mq4y9B1珡xW~v#c툧BIhT ތ˩WAr/3w5MFu9r]EqnhdvHM*_Y_ &1IRe5 ^XbIw3ߒR֌]~ w^;֍ F@MhuAX[ko˯FSJ^9lh7$[B kl_簞feb5gEb|$^q3=l|//=}|!5k\ީhnm5"6n'R*IHGx4EAԄzCv?vwd.de/Z#&8!J8jN;+؜E$ 3pHCڢ %ІO9e53oX顁́1ݩW`uJMkYkѐEՅ[T>D\ k8d8硎ԭybv}$]Y/HqAj]CTp4mɀɐ1KזnLt}){*iJQ ;~]mf ܱs9='" zf|Fp}U2gY+@riTގoF*Fb؜m2I1]NJd ԩ k8zt f&bmv֨} heũy. ^ Z~%8/ W';;O)YSF'5L!:Ʌ~vMCiAGD|ɕ#mrU#x@UvpL,:Yw u"PGlqeLhb\PY^v>l!Z2Q{ZPyӎZƊ}Kk{E sC(|~c#ӷm1?陕Su U@5H̽mI$D}Tu3\׈ѕw*FDc-9$`&GËɜ;+ |Ua =L?{iCb@ATcz/7h6B$>vt~O{wSŜ-؇`7,¿z6n#j˶)z{&^#i%,~7)Sk ;ezuзڦiX*b %W~v(Ew`Cj5Q}xIOa|s=0b;l|ƾAҪƩ8Y{W25v'1OPi w.{x T!LmR1=4)HM49W9L,P1EQw!Er2xa>PyԀחtrYQ8Z ܆&pm ˆ$ 1 8\ r+8h[oHO}5ɟ'( Ҧ؆*i0ŕ?xyׄZ4H>ҵR=߱L'C/_5dVizΛsa5@H٫X R jb9tBUSw%h?l _tԚECl=aɫGac.ļOV)9C|Zi@8K;k ԓedQ ˩NRƩ}k? .[-Pb7?~y%~+ 3ŽynUb.˖B^#5@%BY9^I#(N`#BǠ'i5AcH)8-!#X*rAiQOGo#n!i<-&Ŏqb~:-BX8CM.M&:eӸ*p<.sI6a󸩡 e@O;Djh}"eTXlٙa뻠Aen|L'un :5Tt5H=;1 m%FCOYFC&V,yWdp,4ߺʬ)h{aMFTA^Z޲4L5 /"!$4g*}>iY(c `%OW 5D8Xqh{_Wտ}*. .׵AU}ִO,WR'eiCoF1d(Ӻla_K-|a[b'$;m#Ā\0K{ FD/ alql}`uoJ zk4Tڛ[ר!< 8IIг7{mU7TsYv>XBYs.\_8йwQk"#C5039vKPLUgrl>;>l!hܚWmtP*?8weeA~aBh';fvXgi"[+:/*r؟zm#g"fwN. B@% &BAP$e _J/Z'3_#yE)JO"JWɰ,LhgcLz T+y(`Ji-h_G;>; [&[hNcˮbޮ'.&(_}υ z$Znr17w{?ɭ-rrhVm 쮷@"vK4Ϣher5_R\^OU#`G"Ϻ$^Դfz44Yk7y&P$)I\V`ڤn1cLxolU2p?co7,thuojzzSsͩu(,쩽1/hJa% ӗ82&XBQTh5@A{}z`C!'].{0N!Dږ&Nu8pJk"4 5!~lBKʛ?kFOPOD vp&-3bvХ?zW?4/L0Ѹך@zhn>mZFpKu%}N.;iKn$P3)fU{bdNEKǎD0ᄍ=MzrT0_ӇY$sBTtG/MMN`wyXJi0%؟Npy=+3lqS*:X,M>(Tjht c[Su? &UliKDWWT7mH(j9Sy8O4ʜ/?*T+Fd<qΔ' 3ZWM`bړ3YaPn lm,mxO= %s;ei {r-bg$ZR8r)v)öy];#E/4R2% {&$P?Bjv]٤0nx?nzV'؍).w7C< In .MaNvAPr@"_KU᳏x&hJt.;%X{`klhP r w,[?ΪL[*1)*/(]ٸ@_sU,f[7_aU9fԾ# Fݝ&sBk4#$aSLK 8^w%x %# _/!1p_L0D%(>^T( <̃qJ}.$0P#p8Ytd.hSy,Z:9nKtF<]C("4-w7%}0ڻ. \!Ƽ)[ol*u;<1V&Uʜ3ܟ|oI)"c/)W0KC-xBzRٌU 0E PX~CqAJ^)oTi8q1N?'śxX:E9}!|QP"%b>,lz֧9JzXT8&)w=Wd±7r#[to ҡmueOoV:EwlN`+Tˇ?ph's*w4̾Q(ƈes%I#[+ҥNCB]:]-Kp73^_A.T7XHU5mWkHyHMi_6ǑK$\:_! ^lѓ6|`zܖZc[ "V!=7fU!O@oGƌj@ 6PmoZb΁)B}Ќ9 C,z#L 9σq`}|Xܒ!]MXL$tkyc4AZ.+ҕݒy4S,!= 53`/8nŞ' %"'14l߉FD78|@:6!E"*+ͫM}lBȍȑQM[ {$izw@ʊpYkyۨ "e|QYł™|k~*I <9~{rk\1$6D?[O"-O42.ʺ;_<?{ 8ѯf#2SY~5[.&w. %T.)hWɨ9hm%.\\y5_6HgxK k@4\§߃}5`bv,B]oC ok? V5PKd'6RHx5%YDaQW]>4Wiy=BWQ&I rט}UlC&~E@?iFVrEw F9>TDoXVQsv9[tJR\ $<,k>\/ 6vu^D"JJ){US?hYׅ~\(P~@;&Ru85b,E{.jʬVsq:=#lbӈ0#O]9y8K`8<`*~PnwIdU{^62&cs̲XO9`~f@?pY]ŝK3wB xewOYSUQ6K(@m{\+Y \Ob Sgl+ƹ NayU>K T{3\) +yJ}Wo0Qia4kBN!= gjjFpbn1i8MMpYMC =EF}<ΆjA?p+6HCڳohgRC$4B{(چǟuWn['?LB5} ?"yJk z' UUW&CYݣI:V5R^цoBRl:"J췉SݝU0o #hA(+sNh䫃0K_D܄jeԽ+rhP0+hHKlxp4C}Qk-BZUڷ%ީ T3=ܒGuHd2R֝#& &`SӦ DeGePxQQ%i~aҲj<YNJ> /N4Kثz^U<<g4Τ,~S֦ _:#gVSF~`ʼnBTLX}+2E*@AzyPދ~![mt=9Pߜ V"a =v .30~Q ZO+ؕB3߮:U 1{AA0QC[AlB=T?I,.n9}YlsTI*nIٸY'>:?7#I =IHrQ@3}rSwHTc^$$'MxX̿J T6'8 `q?KEUvtqsW՞(`K̪+R5J1ۨ% (ृskqh>Y$A`Psh= ^$۶׶Ժ rfrاȢzv_" BlVbƜYKf$1g9g/)4 0 k! 7Գ@h 5>yW1YGN{BHAX q䮈AUc"'5w`eNs b1F>x/2ڵ&}x"L%NHeO-7 y8.`g9,6$nY7Ɠ`0{X#[r 댜"/K+@dD۷kĎdQ}M?⹹Gk.nԎoϔ/2Yҽ{ɲ\ӆ ++IoadeBIs68$W0"A' _Qc}R[(*7aœ^y Qisirt`斆ijU;5Rl3JOI2zh2Vs2P(_mu; u+.kᖆĪ%3|F>`^(c5I3s=7"`x”9R*b8Omgz ն͗r(U]q=?<ٯ,@IiDgz)kXMP7)$tʤF lX[5trhv40 R"!"ᖒz)n&6,i2[zdSO7_Ź\`FJI6FiIr31ԂwQ * *Qة+ OQ(E=l.C=DS<$a vT#u0p J]<mcUH[*'dl!F?ѿImZ~Ɯy,F}x_(g0XPşp7Zs5={8gT }2Tr.$2lyg5?uRp P+k\16XDigq kO: }mC/7LXhP S9M.z21 gA,ng&UYxVƋb9qFs BbFr^0[ۃB>@ ?C&+ُ+B^SǼuOaբtK@\azdԵy#[iL& œ^!/*aG]Rx7JNR6m,\y EJQ(cs(j>[1fm<Q6 'E no\i@qEݚKMj 7]0Yk!^[(Ux¤`2C5Â?Q3\&: ZIЩ  o6әfq{Nv?LkMLwW#]$Һ Q2Mί4@ 43Xq ~̘Kp$tSߥ"u;;q9BiŘ s̜70| ֵYu%wW^|q7XR0zOisOʬo|e#{|'pdD2vʈYJrsFE=:K?L 4u;<<*AѦ%2Y'C_qZ󊍰Iyo lbb./67QՆ؄`(|K2'փ1XИѢ$m|6x|abmTgHG|dEdY|$qvLJ~!@9J*<+It4GײlnEJ\r.ePȯj2F"{UfQ!AM^:0_ec(8 dRwfwzVY rbN!UaTTzҏv hkvy9V"N CH;v l j_M7sFcYYP8/!/CB/ncGƸ0My&kA~9pK0-Buv:d\j͝ C- }}.H~Ӂ}z~zV̥ituzRgܴI,*AǵEq;Bl^dj$ R^<[7%Tm#0q!JzGJϽ쑦gY%Z2=#*ZXݚ[j _vC~E4b)T/1/|?R_U l.soMspb.QIIvT{m+! 7 27PTQֿW1y6E ,#]GVw&| |(nNIsv P"%}J{ F64[LC@$q&6 ۵cHI:ʋM Fxx͛y%2IrVD!vY[ ߗx 9HTڲaȜ>?Bzk۩K3<^GhCzpؽ a !l)0^a5h2gUgCO a6҂u*?/)ʰ=v>9dPbkZ5s-?ԇ̪p /K)}e?<-2>%FgǴo>(erM`'9 n Щ)459z @@rN[/IOp.*y#^45"`ݎ{a!e/VDcga&0:ᷔ \n*f pcP~J?lUՅ^3YxՔ|xoP\"MΆj蛘ZOL߁(S1Fon N恲 lU֬_G١4\Yo2L-6M[A>*5e*EUvEmkvj\ qKpG%Lnٲ?% 4 cFN<)6(?w<_1Ⱥu&r ^(wqZG^` jB@+Ӓ~{GkHEH(<)[or]aˬ!ERIfA?$6\E68Ix S7-doR&c[XkA1R;K~ rq愛nwCu&oQ]^A*7xl%$`<,5-/_rIX?9]ao,ELJ#["x 3?!Ǭ?,!ʠp5~E+>jD5B9h=Y/P\&$nWpR-nT\ 9гPq {gf=5>>9'&:nd=ԙ*v=m]DLZu g.AqTR"=E0;Lp<\)b85E^RZ'ы,:Vnup3 E>$F,Ar%S5Ni(01+U.'$1a`ᴊe\t]7-c8ޭ8%25$6vD^ 1ũn er]$eUx e$VβKF9#lp{]d@o JH6hY:ȈyEZ {\'-SR'Pj}(iETj {|]N¿u"DX>Z'!oNmwi˼q.YIG!!Y w6B`}T-2:xCDZ@E g\9 ɒ[0'KИ?QK C"GG ǠX>WT)4߬+ZC-'%w3wk G/ZjK0Awp=ڨbUj\Q"Bş0+0K_P1k4 xa]ƓrlP PPc&Iŧ}}Bոoזx_GF`!Nw(% g&`JvƣT-ZFLarTqMC|SZF[ۀkdsI$&bfK)yfE54T{q=]L;Q=J~oS)r%M4Siy\T=i` Jgs!gosn*W!`jw_뀷A> RGjb:xmNәE&8H ?щxo)>g­o<ٷ%&{pcTA%zʀ$N !ֿF4>څg%?G=OM8JGMLqR G-]y%c?M )<?m[7FR2 r(Yp r&nN/Ƕ:N@  +V(kRO.RPO X7L JOh'N1>19&ObxY&M&A{߂l@F dp%Z:Șo@:VO)IžNa܀+бWv-F;Fp?uni).0ZFgk8wLejy2>F/j;xPUU= ɛ%<-O iDO5"7!=ЂL1#ZWVƐ"Ooo[c}DMŮ,EJNi&9N1yw fh#]tȝΌ4  G%|QDKZZHת.t7G LYP9ojGk|$$(S3m*ZF9VcZJla)\xNwBT#[TN1..o(\>l:i/y3g7΅m)o & =Ƅk5> R;~ƲWqR teT!f#'1'xlUm'l.%'s0a %n"=*j{o}F3W3o9H蘯E^$=0DQJ?>`[PWğZvmV@~8"|7#t3R֫p5%&pVo}JޟaMi5`Q?R{Mk^/1Ÿ1"LcZ&<0V*ƺ {wDZSP.aeQ=>ELq(RY,ýwqe+L/!( DYnP !qyؓecOVy@&@lyv=L %^:ZzF UilҪ U|" +n{>jJX c<Nغꎗ[՜++r᳉!◮ri4wgLb!Lubmpʡjb֟ yѨL*pд\%qJoAMꈸًY!P91Em񐸋|Ǯ=,,~bbUvx Z3^R!ӧʅ<ڇ5:*WheѮߡPw(;rc!`Rn,NxiACnt;(Za ]'DbMFdmҖc^( "7ͷ&XG ޟ[0 leo^_Yy!Vܻe~~=ڔ '5ognGGaMeӬ瑹n3Ʈ F~6l '@%2!P`6aFaOyܴ)ht{b֟E\K]xBҼr.ـȄ?\%'~t'Zae)nPJK$QC$Q`UOt-]ɄquI1Fo"WV] <`Ho ;w> ~"N_eZNALЩNE䛯~d rqg #t0΁HR+#gZU:8 L;C0>WHF6]EF@P^ WĤ MVĦb$4uCz !OtG=b mtՠꮠݿjHu61^:»(zggFS- n,%Lx<j- C%poP+6[OA3|YQu(In¬ZOOp6_rN/ѳ(ԯ ј"FIbm-.LIk=5noI֑ 5ƺn*A f~LX\ ew9Cq.V0/Fbfʖ.X|WX$C6:~*AȰұ]Qh'͡q6@8FS[WBAJב4FgKrqi֨kK?k@>y6'b HE4{ <Nthnڬ4+Cp!<ӢH=hx%%XEqfR%1 BK~QE3:@zYѸNFYrN@ ؈PHD4$קv3d?+#@K~<yJKT |uǑ|#XPZ|f/A[L r8Ҵdگc1wA" Ѻ.0NBnX!,MЋpc EO K7ta/!{'t4D2cs=1NK,׺-10|_iY\l3?jBG0yEfs4"H2]!^L=Y\eJ)AhLM*;`%,Х[.(F+]G~Hb't/4.76waQ5}/MuiK{0.Tm=? MBK㩇,$zZʺ!BŔ/~Ux\QE=[ 0'LY2Ђed LPT 4$p-W#u DlUjeӊ80#$UmFۨ:+/>lxg2aB~)jȜ%Kb`1`Yj'uX!;+n OzV$-0H1\|y# 8dP PUU%D'7,p>QfOgj_y|hsB7mؔ`(n|"788 {#z4g6V4gtAۏ7xkKP݁$6JE]cϰ먭thE=N; [ D3DT^ 82,^#.e cڒ\/ 7Tv DjSًZ>C.$J1B5U4;t6%\ăId4-oE uD'$z1kM-)ISS fƭ_t/0+A#Ͳ++6]',k-۶`}&Zed#=eD2I*v7qXK>=ql=^U=&o [f6J eT 笲1q:%xX+ )xZk/^ʺg&B1t3cFuN!BZ#/LHUvŘ8|/Bx>Q =]! rDr,hzyޜn• t׫`qtq/^=P;uyJ)d.ވɉ܉:SȒ4IFxk+ | @G8r"?Geu֊J6jwi{my D6Gm HOcD#^\dTSP{"vf냻G0wQ=}od}Uj~em(CGЭfJ 9K)$1k0+Zmn~H)fAd%S]Г=I-FZ\:ppL\~M*fx7/:;#d4!IRzY,M$9X(z~U[c+ \dhB|ޏ+8HhUE-޸PdTɕ3e"ͅC1ܻϦzs#--p;^qegYּgAOpy*ލp]OGv]]^oj__LnC g>jxWhW`8BcLw&{NY }-\`}eh Sn-z= D%,~ ڋ.6X3G>gfauJ/ )'<9W 5{H!Ղx`_-@ Ovʮbqϲo,Y~=Бd1-`d[P6бw`?&gL6 c?_ܥKLװa.u7ۏ~1E=Og} ƷUZF<\_B;XDil|*nw>'VVɞ gn/ Wޜ@`T#u/&ܹ7ջ^ȷX \ ZD2z&{~ @a,{ lgr^sʂ{CH(J\wX1>TK/!orL}GA9du@`6o*5~>8٪;wS~JmParuͷHX{6_J8QZI=nCu:4L釣 :RBc 9>1z5 %XKR|o@t9, ,x]+Ic?qʯdz:1/}Bmm;>ñ#qCdxo@+OK'G߼Ψ'.Tgqj5b4qKQNf-Lbߋb gum,+']tA]˄AيcSӞNONȌDCK g|9i$ D 4&G!~FD,)k(M;kh󑴪n{+e!j7XF1;9ѴH0kS۴_}N|Zq.9XV+F3;a‡10ՠܺVare3I1;-ৌ: |/C\ۀYvWZtd[9H7!T[>&o6`a,GM!W}Fۘ 5QZI OEwSM3vnP;;߉Oj:f?ҰRJB/սX*ۃ$UNb|}hM*t89VZ|en)[µJnG$27RΚYH ۅXy ! /s^swkGVH(r1ǟ3SF{-ܲAm1i^k%ijB~pS8!LA/o_vk<xz'Ǎ:7!xq#saè5"v,p4mۑ:..R]> w.Y7kq*q55|'p"U ^il,kp7lU.F}QmI9?q$xNh\oQ 6֡n 4n`HbTWGe$UGI;nk rݒv}q~?^O쫪m:Di#ю:'%mq|i[-Wi9,U%;v}c}ĸmJ\ a-?Yj;A} L%>Iip[V>׊LM0J90@L#?\1dr8>Jli@i>G= D:q='.n8B>0, {[#jf!,rkE|L!6xhxȕᅩQ3())htExWYs#;JN| 9Wڋ{E͕p̭&ldv]ʰuGjrZs} x԰Vo[ ˱R^VH伒SM;2§AO7k}@1woFt HZ:3%Mp[<Du6 8uCa '<-ȐN`eS43C$W:KPz.O27ι/gz]xDч3sAlW^֙\>VNg`&[\a[chxCi3F,hm72m o6-i;-3s/FyL!Q_= etUX+a#UO= mJjXJ<&譧q.mv]8`$ޞ /ٽ