libzbc-gui-5.13.0-bp155.1.6 >  A dk;ъI%z 9/ x(]"i(HrrTZGPy.+HhCv|J;##:Yف";˟܈2c VircB3x(5,e lRƂ9@\v_RD-QWZܶ x?9f~j qo8;T}s-D`k~d8{=w,׫X84QLVw0^ӮV u(1r>H~i%QxP#ća650YΤ*#1(DT gDgIɧ'+Ӊa #suk)n̫ö˱ [9h65U3V@bfe6ccc48ed346d259d9033e8344f36cc0f489ee9d8df8b9cad6c9b5bb3baae8ca09d1117685b5a6d20dac156778064fe81eb69d~dk;ъI%z ( :Bc(A)XX*ι!;ؾ`&@W#j.O'y҅i]edl(UQؓkgI2瞫v'~-X٠+zqzjp<(jd;'c9ReYP[6/c`j➤ZBv2l"<-i#rb-* )(3j\C99͘۲0ܒV0̧Rp>)?)d   ?$(04QZ}      4 (K8T9:F%nG%H%I%X%Y%\%]%^%b%c&d&e&f&l&u'v'w(x(y(z)0)@)D)J)Clibzbc-gui5.13.0bp155.1.6Graphical frontend for ZBC toolsA simple graphical interface showing zone information of a zoned device. It also displays the write status (write pointer position) of zones graphically using color coding (red for written space and green for unwritten space).dk;lamb77!SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clause AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgHardware/Otherhttps://github.com/westerndigitalcorporation/libzbclinuxx86_64Xdk;dk;9651ef2966f55ba51c9803df3f4181ccc8697ba22e6f2304e3614e24bb739fda994158f92865a0bdee454342ed05fffdf5ee21be2a4b281a07a597e56bfad756rootrootrootrootlibzbc-5.13.0-bp155.1.6.src.rpmlibzbc-guilibzbc-gui(x86-64)@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcairo.so.2()(64bit)libgdk-3.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgtk-3.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libzbc.so.5()(64bit)libzbc.so.5(ZBC_GLOBAL)(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.orglamb77 16847492545.13.0-bp155.1.65.13.0-bp155.1.6gzbcgzviewer/usr/bin/-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-libzbccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b3320fb24da3c5dcaa6e41361de7db5f8db3885c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=611554ed31ce4d18ebac55a1027c70faae439676, for GNU/Linux 3.2.0, stripped RR RRRR RRRRRR RR RR RRRR R RRRRRR R1EL{ 4utf-8aea54d8110bd9e057c5975e1d91ff0bf79e50b8b995c8f3da5a892e1369cd27b? 7zXZ !t/#Q] crv9wB67KED!_vHt[jYw v/QTL"a9 ?O=`U6˲epHfC_ u}z >;0hc1*pF^Nh#&Fr(3~L~,/R_F7 a+!Ⴛs(h]V@&'$_nxVZHvAAbex (.JViQMɝwX055jD'0RèSB{kʯ{8&tnlζHh&}uHZvmZy]&{S+_3'@԰a^lEGi{mkb ^lq!Wef}oL[VOr؊4IR@B 1:D=JTշ"1Mk}ι&G9v*ˍ#4pf*~`"W1 ۿw\}π,6 ^, /ōҷ{$t|lp fY%7okM.>`Boqځr(/ PA-~Xp۪p`\lzRw6ƴ$DgŸkMYrl4-2V YYy)s _5I_Ds&nu-6g,@r|mtR)T41I P#;z,)APCEAJ.T@hdTztG)͸S\H^?~g݈pt|>YẹL|9ɰu г7C:@)15$|CZ]:e v%&4fn$d`RGv kf5ܹM^x0GX}YF'5@c+[Fl:`Jq3|6EU'!ȳTRX}wXGW>ATSL(1s\UK.e(CmmApi9^p>p.(1Ӆ`$db~o"cgOq-qX+IoiιC.. ]J#uY[ r|*5'R;[bA泃uG5@; 4:љd<3OFXjNoi.3UmH-g(.b57~ӻߚ 9*U˅bѸIʸs+oԒpؚdaZ$eLo?T۫}M53,OfPPr?{V&/CՀg,Vc9>5BRB-q(ʫ{GK4jSz/$ju ~Vh PjL~\'ICv! JE@{o.pm2a^Uϒ{HTF<8KhHA-qц[Rs(Xo(ݼu`x%>HͱDKxGTc? byӫfpǏ (+.Pb>2JH=EO|]B&bpf.'̄Xv6##Hҝ!c<' F+vgü7ﴭT݉شPK=MryB'LBlE *ɪ/êuV75fWED .F=h^8w5Hw88*MOqxrQK>|zD R.2iD5x}L{:w`:V!p HBYSO:>,4oAX n5hӨ4R^.{TdZbNXb0GP3lb1=Vws}AlGnD 5Q00 XaVR(&{u1Xȡh[j\|a5fʹ:D~ Qos;qջO68ݯڤdzg(g3L U*c tMB2r6 fjP#0TeḏR6xy$d8,C 6do [M%T~>?ڭ]?;Lj9ߦnQ9|Dg@p4؋gG"Qr& ]ڥ0*{:di2.5#Vm=۳UbКWJQt= GUBm㮢TUj\O8Π)L݅4 ͊Fo@+&t?ſ3]ïoKz6~ZPTPN#ڄ>eX"ު[b_ugO~^E.0\eYW̘H=%LWR'(iW5kVQil&k@۫EF طK6X7$Y lQoU3o26~^[pw& 荼f/Dhҷs6GQB8yণ(%WsKgF\);zn- O5R⽵QN͡].ڱ p; i!?)R~lLPr1ա)OvLiI5ZX ;,`ݑ+W]&\.=ErRuWsdkJ$Йlk!앨%ܰ W#;^w=Jo5O“E\] yWDh&$3l|{͒3^I=Gvo@_g %col$*Ev"i BK˿0b8rUאfsFC#?3 G_a4 Цwkh Y?hN}B񥥢v dgaOHF[U}҅DEYT W_핷nGIseU~V^JG0+ZWƼAxq׌ vF9>F8 W^WtrdjsK_ەΤ4ɬoSuR{TO^j' wz?:kN|JC0v5C0'IIl8]=-3 s=3ALx'Ϡ`XC\C}@z!øJ񃵑}yL1+iӅUlhd(!q b4ȣw6΅|VT〭h۷]Ys}\Β.:>F@,@bm7<R{锄/=oeOŚ3 Q kӨUV!e[3A1Bn5(fЀfҌ!7̮1QK,bGwۄTo+*%o.Y3QC42O/r:{Ӹ~?+g-7??#-w04"916C~@ς k^AYFA.-xtJϵ"Ѯ!6C7y/wiɁ&+k@jˢZ1gmw_D~ `dS٧=F8ܢo 1Dܴ%3UӪ%[^WՓ";,,Jr[^YLe}+ 20AJĈlmjK'{/Bx)?#y~j%Lka 5/T<[ou[~l0 7rA%-#ھ۝p h#R6xX4a=\5UJ,k+x-#:ę[$)v3$s|ڱƊl8nk8o !)v߸ fTowtNɴJul^3"x VS \TlfQ"M}5SyIh|Bu  n}b'd;90w8[ A v(gK7hP5ٚ&c#vC_^X7]e||\7sҝ_Ybm;,,ؒ*ÞzRi?Q5}ƺ980q¹ۣikMxBϨrRt 7@;ȃ\}|?FT!;;t)`UOcc" =m5&(n`ѧvF?Ѱ|mVICME;C&{cv 1n9`z[.oy^Q% G5 {r$Jӣr׹]/E8x75x˯AL pv*m3"rɏXoߦ?:C^{}8F-_ Q,U*x&A%VЗD{Y&%ukۖT\bt_>v}&4]uSa7ttFcr-gɟ6kͿѽv%bPRɫud&M)F';#qNB>RtK:ICj) ܇*fP,<Zc{ǂt1M{f13?HXoPsL/ϧGQNB]& ΜM7o XDN"h5ĐrjHSb*Hx W8:Q3aW_YEE cp}ZfYcvA~kmu\V'q.E־WK$&?&gPMG;{vsȦqPL#`SBM*yWXt91t)Ьb HZ}Xř|Uze6?MDU5.\ B u9cOyF֤y"bf$tQpkWG g[Um htՐE;Ibn6b &,LoK9hGB)vD0X\1fiqzq9Eu_O8Uᶭeֱ (\zrd~MTݴPU6/1!}:sZ~W~ƉNIM̑e-pmUJM\+Almz\ 8W|82%x2ۿK;^o \CPm^vc#Rt(>bE k-*aƦ/4vˈqH*dw7Dd8@OeHC uǐ*" E=л 76"QR=1qDM5(*(bHNd'Ӻ7jl%w8O>= a2L{b*  EnYv{06c&(/]`+ ?d0TDgR]U?ByQ Hbj*aŠ7" 3r?#?|H Ѫ{q-1܀*,[=%Wnb67Py&\ hkobٶABr쌽T"H\+KkudT 7ǃF _ 4c\K9 ڏdZvlMCi1dzay`gĘ"n8Į)*hS04>_U}OƖ(>8vϫh1S|RKtG9[7# Qgm:B$~Ylcx#gi^L/&yC#Zjk/׾  [a|N1231N:O;cęSzjDOkpvE-٥A)dbI;DVq4 G[zQʚ0fH0Թο I)"JDebs!5 Yg <ѳ TWJǷɰǧ X`9&ozt܉}3m\* s~X0LxjXVP@aDi zAꦝL[ӓPaiM (l H?tK7Xx̍T?z0U/A \uOnic3 HJ+6WagH\>6̝8=}qrͤY1uTEԢٶ(Y, hDM?K"/c81: Oq& 2' {I ^w!2BOۅ7 0#H KͪJxvaVTVY5ڕx< Do=cɚkUx[|OEc^(;VMe2[%eA|RN?Sk&:q!HU5B5x<5mH ܵTAth˘; 4pymBhq1>:$>^`|&HjX,;I݂Vn~({ F9֍R4EgT|cNPISR γK`utESA7+y-R_m9__8/o8ʓ+4" qeq?8lRR\^Gľf[u (JNu0Px)X.Y{ÂtMcs3:#˙$V1;LjMj$xMϐR*tCdwӽ|cΊcWdٹ8VRAȎب,9UZm~w :c1j3LbA MK S]VqiĩI7_KMP}1q*ygWݜm(mτMxF]VHɏ( wr(QW^ms2Z[cX Τ›&GݡO73MJݍHReR\7FBDOL[wcٵQ f~m{JdC>?B@F7S$+xgx ҆hj3fԎmlUN_JMW "`3B~p+/wӭdӜlβ o9lMYFt;#;V: y/-H:Fc#\P_mg)n$>.q>~0g.,;")GA秢ߧ4nzQR u `2)2ܻZ.]Tt赝,r#Ɩt)t*Nay5V/qAYݽ0|uY>$ @8BT}-1Z-sg_O+< cYq",* nCxkoS"}W'Cjz nVz;tȳDT۠ gMš!L[^@#?jWs1A,IgC*`Oa=&3Mwqq4;^i(|Iů׆gvG9X3{wO*iJBuHۛq T y21g =*E6 v%>(6u^{pɫ%pZ86f.>0?'aaHLʽe (10 W<-~Uh;CMVTP,YV\It7m79 8B׬† 8%.6& d >{ +$~0ENp{o([DzR V?{;~/J0oB>AaSx\˯K9r*ZQ#YesMĪ?;.W!A9l=͈A]3V0g'`$HխW U(w$# dQkԡڜh*3i`&Cb!U@He ea8;. Z=c"I7=k3 _oO$p}֨^(JCעbؒxT}(m A.BX㬮}&Hqؤ ˕؛ ޯ TaXVtxM=STǮȬ F'=])w|f3iql[ 2kf7Ź6 眓~ͼj|w-T1fZ'a8T;†mTW ri+98Y (iXȪw&FgtٚL RdщcjiJ 9EeGˉp%`HMψZ#;!=L&'Ep'sZM:A'|R'& u:y'iV8ՙNߜ°gr~S9 %ݚThE & ѸCd%1AoqiϢ:b ?~5JA<(z 'H˖DFĺ3m>ݸe2⯍hIBFRXu6] QHfoUu$Dd/Gj&™o.>EfP/{ B{vetqJv#`%h2=lGo^HQA{9i>Rğ:tv98^ m{|"A^#ЀS@}s)Z+]tx}08kNmְlrʆ*ϙCo˥m [p4e !7q }2*Nprj?="r*'WVbgWPC)~(Ұ1dM)rYŽBk%89S.k8yV.2> Y Kϙ轰=ˬfdu^~%i6"6x&uڞ4 !9yTg#q@D]v\v\!n[װ'ƴTcY/7TMaa*i拌k/cY|8o_`2- ͅC~ijά 11FN1$B}]tUגsY6عy[]d| ~O<-K9j xjOxFsШ󣟴o-0䵿pه_֖.j$rȓ'bxB+ z(!*z˕p V'|3G({Z`pOY vXJLE0VmאpDo!q7npZbu*(AkcGPю e{1ӘZ*Lù!}o N"GQ;-+tMN2yhf̥ ilCހDȏ9=^Y97N׽GmTTjYĴGFQ]MnK_q7DE7@BRrIzbn8Lu`m|J.TbP61s"kظJ&L]'rV#ShuP |&xc1 *DCM',IlBqnݯ2G,F50Drx3=S=3֤GvUxlRN9Q:hnȫ샡QO_nLJ脵=12$òGuc.+Bho-+eЙr/IZ zHVթ(ǕZ"C>^`<}`Ct>OUL]LB\~r)e2n%ѫ432.VI_F$VZ&4W`l:IziM3'N=QJSq "[ф=|sf*E|`VvE͆Y^k D7`{$wY>^ZSI V @`rRy<4H%QUӮ>߮-ލBScveNP')M.a"Ɠ5+ٟZ2!e|} hSS>݂ad [h^"y<{y@xvJur8ZQX$DI^|[ƹ&Q ~s{6Z RwqZn\ORobː M C;ta wK \ox0Ǩ֪ - K`W(,9pP__f\#v175x<ľ6>B7&3X3lI(Y$*%:bgҾ8G#2v1O*d~_➣x؇;s O(&IhSK_ N|ٱ.z RFܔi_fMJj AQeddmfNc5YѮ#guLy8rZ؄ P/_8! O dr|H3mp0O|Llhp.zIB4"KW#O9hR UdGTl G76U'I(ߌr9ӾmOømfhCm]5("zF6B'PCy~u(HQ٪4>Avd3\DO+ޓxI ?w&² zӸ,Tt4d27n Ll7ز@wuЁTY!&[4}Mp/Aԧ?!}V}DgɯM.C^w 4[ M!\VժLk!꿅B[?H38)M:TWM~\^(_*V҈$"Y*}[gK;'ǚ!25޾ke1 b (ڤ Hj2)Ñfb`VӖF3~Z'gMy-@0YXpQGFRz (C(PCKvUR>[IdxOX(7Dz~`H?grȶh2'$RIEz|75e'κ4_=׹S*˝J6O蘤YX#T2|sN31aehDu&[Us-R 3j'f.\ fVYPlKH!/Z>F_5Up#3'UR;PҶšr kXºs QZy:vfhqge=/5.)o1G-Uq`SeVAی]s=B:r8)AIsʸt1#ZU- {@O ӪzR:GދVkd>\E&4cKS~8 #+[0rDZҵ_@/$i'T+Ev֑c+LbB&j&6aY2)ɯP^準ʿSaq6pIВ9{VCwL/T hδum>joJZwK azY@إ!lWW>-r\(:Vh E9pL;w[$+GFB7A[R-)K\;WRmYk򲡐>29,"YLHJmf/h6CxaR?o"(C,UCmйbSm/)pE)HDHȡ<|VXRծ~hC1B%[Ab,׳tm#"釙x+z X:h9"ۨW!=`|ҟU ;ٙL GC,j&zZyM3漚e}ŷ9&lLޮ*cl^wZ %@gh^0aS̲<3P}Ћ F/iN̕#Fy=>T&QsI/UyEEU xSU8LJx {A'F_\0飭L>,.ǯ%Y@̶N>믘"l;͈l {DP(ك=iOdg^%s-i#1f=Jq[r"HaњL8D]0=3yO}|6fb`Ȅ !D#S-g7N-i0Ug yb!JygUdut^!Z6cNwcndž"R}Vax.އc[>_Ar:q/'Hp /onQv~eYx܀>8M D7zgʉ ic2f}6yfb9T[?䫩#M2u=5c"޲FJ wbJ^Lk+@]mOZ| mm(N^v)sWߍAn51~3'VC?;Ӣ/,wBgJ )b,L/m|DCE1:W%0Cc?4J6.?P+g"m$IUWb]'֜ W(Vuy3q;LvI~\#AmNIЌ=yACrk"_.,f0Ӗxf1N9r&h|57Ǣj38ktk3a.0 O!=gߗcS`fJ;@u蘟Ԅ)ww\=┪&tʽBH\jWs[?@~sr?^|m3$9۷ms~pqpkSuYf@oX>.ɜ~k`/oSX*_Y7}uۤ-.":U_M躷J #xuJ;P(|.i)aysC TЋtO?f=a~ڃev gy+VQ}@@ۉCD\x)}]y|VAn_1u% mȜ=H3yxUQL&f? Εn])"{M,YTx.quGJ*N[ @[^؝ DG (&Idk*&#Hni%P;l0Kq:n='95tPnh<#zKbۢ@_[ ݺR/^<%8#N!nDžȼs$R'IAO畏m!?=m9+yWA4+8#j$ackvè~v>8r-ۚH;z`)C^t|Z6qN;fMK8VEIr` Rό1&5fǗLݞH^0- ӕƠRvJXdr` 촀ܵҚ9J5 B"0C-XOSOml@DuLS[.qK\%EU?| |1z%0F;Z }4/ l%h]̅ZLFKᨾ=fPF TʘT/\FXu^ө́;C/Re=l&_VzK$f7d&ޮa)3ӋU.vUGȪUioSV\0x{ũ*ECE$[2,'oE|v NG*uMۑ[ccP5W 59dM RLW =3?Ũl5ӣr&A~~p$.98J+_F-3MHn*`yj9{ *W]Aa'F=,HcFh=p?e 97l&LY''