librepo0-1.13.0-lp152.2.9.1<>,q`\/=„^D?\D^cmg^˨ Sr8԰g&5@HV?=Z$8yEa/ c~H^s t>k(QnS4ף\qxtEXЧS #~S+%ġTHotG=R= Ft1yv.Uf6599cjT@ LZk]:\3%/v~[-5 X1nX0+m>uO^>@h?Xd   ; 39DX b l  E L`yT(89 :>@.F=GTHhI|XY\]^bwc defluvwxyz TClibrepo01.13.0lp152.2.9.1Repodata downloading libraryA library providing C and Python (libcURL like) API for downloading repository metadata.`\obs-arm-7openSUSE Leap 15.2openSUSELGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/rpm-software-management/librepolinuxaarch64 gA큤A큤`Z`[`D`[`Dbd88e7ae4977ef2e5b828794bc64393f302d2077d8da0d885e66a952ffa9214239175535789e72c54c171d6db139b14dca6fdfbbfdaa2635ad2c6c94c34e1e3bdc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551rootrootrootrootrootrootrootrootrootrootlibrepo-1.13.0-lp152.2.9.1.src.rpmlibrepo.so.0()(64bit)librepo0librepo0(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)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcurl.so.4()(64bit)libglib-2.0.so.0()(64bit)libgpgme.so.11()(64bit)libgpgme.so.11(GPGME_1.0)(64bit)libgpgme.so.11(GPGME_1.1)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libzck.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`x*_H@_>e^$D]]@\\ \g\\\V[Q@[Q@ZN@Y?@X@VHVHJonathan Kang Wolfgang Engel Christian Vögl Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Jan Engelhardt Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa Neal Gompa - Update to 1.13.0 + Fix the key string parsing in url_substitution + Fix memory leak in 'fastestmirror' + Download whole file when server doesn't support ranges (rh#1886706) + Various fixes for mirrors without ranges support and zchunk + Add support for pkcs11 certificate and key for repository authorization (rh#1859495) + Fix lr_perform() - Avoid 100% CPU usage + Drop Python 2 support + Add support for working with certificates used with proxy (rh#1920991)- Upgrade to 1.12.1 + Validate path read from repomd.xml (rh#1868639, CVE-2020-14352) - Changes from 1.12.0 + Prefer mirrorlist/metalink over baseurl (rh#1775184) + Decode package URL when using for local filename (rh#1817130) + Fix memory leak in lr_download_metadata() and lr_yum_download_remote() + Download sources work when at least one of specified is working (rh#1775184) - Dropped validate_path.patch to prevent directory traversal attacks (boo#1175475, CVE-2020-14352) since it is upstream with version 1.12.1- Add validate_path.patch to prevent directory traversal attacks (boo#1175475, CVE-2020-14352)- Upgrade to 1.11.2 + Fix calling Python API without holding GIL (rh#1788918) + Do not unref LrErr_Exception on exit (rh#1778854) + Cleanup zchunk-related error messages (rh#1790625) - Fix typo in changes entry about version update to 1.11.1- Upgrade to 1.11.1 + Create a directory for gpg sockets in /run/user/ (rh#1769831, rh#1771012) - Fix bcond declaration for zchunk so defaults are always declared- Upgrade to 1.11.0 + Define LRO_SUPPORTS_CACHEDIR only with zchunk (rh#1726141) + Allow to use mirrors multiple times for a target (rh#1678588) + Allow to try baseurl multiple times (rh#1678588) + Remove librepo xattr when no file descriptor (rh#1690894) + Fix verification of checksum from file attr (rh#1700341) + Rephrase repository GPG check error message (rh#1741442) + Add sleep when all mirrors were tried (rh#1741931) + Raise logging level of error messages (rh#1737709) + retry mirrorlist/metalink downloads + Fix lr_url_substitute() and add ${variable} support + Add support for one-time URL flags + Fix API - LrHandleOption enum - LRO_ONETIMEFLAG (rh#1761779)- Upgrade to 1.10.3 + Exit gpg-agent after repokey import (rh#1650266) + Make sure to check next transfer if current zck transfer already exists (rh#1706627)- Upgrade to 1.10.2 + Fix librepo isn't able to load zchunk files from next server on failure (rh#1706321)- Upgrade to 1.10.1 + Clean up target->curl_handle rather than target->handle (rh#1694411) + Add an option to preserve timestamps of the downloaded files (rh#1688537) + Fix fetching repositories supplied by SUSE Customer Center + [tests] Wait for server to start instead of doing arbitrary sleep - Drop patch included in this release * Patch: librepo-PR148-clean-up-curl-target_handle.patch - Disable executing test suite on ARM and RISC-V due to performance issues with builders- Add patch to fix fetching zck-compressed repos (rh#1694411) * Patch: librepo-PR148-clean-up-curl-target_handle.patch- Upgrade to 1.9.6 + Fix progress reporting with zchunk files + Reduce download delays by using still_running correctly + Improve error handling, cleanup + Simplified lr_perform()'s loop to prevent busy wait + Require libcurl >= 7.28.0 - Drop patch included in this release * Patch: PR138-Fix-progress-reporting-with-zchunk-files.patch- Upgrade to 1.9.3 + Replace expat with libxml2 + Support using python-gpg instead of pygpgme + Fix major performance regression with libcurl-7.61.1 + Add zchunk support - Drop patch for backported fix that is part of this release * Patch: 0001-stop-requiring-attr-xattr.patch - Add patch proposed upstream to fix progress reporting for zck * Patch: PR138-Fix-progress-reporting-with-zchunk-files.patch - Fix RPM group and description for Python 3 subpackage - Drop Python 2 subpackage- Fix RPM groups. Update descriptions so that librepo0 (which is going to be installed most of the time) has something halfway useful.- Backport fix from upstream to use glibc's xattr instead of libattr * Add patch: 0001-stop-requiring-attr-xattr.patch - Use full author identities in changelog entries- Upgrade to 1.8.1 + Fix memory leaks in Python bindings (gh#rpm-software-management/librepo#83) + Fix HTTP header checking to work with proxies (gh#rpm-software-management/librepo#86) + Change connection and low-speed default timeouts to sync with DNF/Yum + Fix max download speed from repo (rh#1227921)- Disable running unit tests by default because of random pygpgme failures- Update to 1.7.20- Use SUSE-specific groups and tags- Initial packaging of librepo derived from Mageia packaging/sbin/ldconfig/sbin/ldconfigobs-arm-7 16195111321.13.0-lp152.2.9.11.13.0-lp152.2.9.1librepo.so.0librepo0README.mdlibrepo0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/librepo0//usr/share/licenses//usr/share/licenses/librepo0/-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:Maintenance:16150/openSUSE_Leap_15.2_Update_ports/a841ac73226d89963d0ff03d1dcf0ae9-librepo.openSUSE_Leap_15.2_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2a6bbf59d78baf6cc3fa516f084385a79cfaca4d, strippeddirectoryASCII textPR R RRRRRR RRR R RRR ӣ~/utf-88c8097c8a18652a040fac23dbb307f5c498bd6db964b1782d6066066de5cfeef?7zXZ !t/>M]"k%{U}d)' MX {ɤ:Ca=*[ GFRZ^3Ɨ:A {vXmdxpwp}Cis-z`(櫧[@n,iڝe=f@Ç -x Ѝ%td"/RkFFfL4Lh}A[BյJw*kb lzSh#}u\H8lYE$)'qSz~otÓ4bN_)zD,Gv}花w\ mώ葏'X_|$q] A"^#@|8Ap*qWKg"X<1rEPݢ{5mDŽh7nm&-24妬H d ϋt_t94!I5,O:l4e?zQ&zh-Iiw5J>ݮHy=AD@?%Z1>t.Oxn4vXNg-Հ7o>ԭiV3XOYZCg/K!q7d_gĞYl%yլ>ZJN/v&Sk1`i+6 0OSL_ɳ琛V#\ױ>8z<δ7a8\>Wx`:63ģKu&w½!VIZn%glfx F)ww 'm1pgU-/q}hTÎDW b C, ed_תM1oez2AZ 1N)Czk+,ҒUCZ ~!; (JlJPn4P$5@FBwۜƖM_Ksb*' NƂZYOH%\?B 5nCFb.[r/Δ /PlkٸaЍۑΘ:6&a l1F*TʑKث A5e.ش2#q~ߢќ1ӞazSg<]EV_DJz0wQE Xz-36@eZ?OcA~>bٺX60ph9T?_Jq6sԿh\}]#lS'-o:b"Ei \+RF$I<;HA=M]a?mL4kMs.TVqAv!3M0j DDA:惵cX8xA`t{͚zXژ+MPR#(h."ēP.ir^vhs^]EZ kO":tE@ -, ,\`iդPnwLT E20PgPũW= O0hԴI62·p) SlL],0ԍFEnw& &B?PN~dC?ނ{#;0TY;rD^kd3rSyjW?{ϝ\\0]5(0 ;|S9sgn?tZR摭4 y(3/v.%Xb5u]i\:˒!oL泔<'m!3:F=j{l,ᯎ>K1mt_gKjW6Ld<rMj wf|*oޒHSxm,#z@qJsTٽL*o<=4$/֩fi1+ZhJ{unYFWKA fIz5J}tFwX)n`I7;W,Nh$>HVzpGZًH@}q|гqj!O//a%Rp?iK|@7lMarWҺ̈Da jx))Ű|(<4 q&: T[?;_q݃nkm\Mf42|뉯%g"zМ Un#x[]o/ @ޅ8(*3!ht xɆ7frg^v"^'~Z.RBak]l*lN6wӥ7128c)֏.TJ(n: ʤ?fa3p9'ھǓѩ" Z|)XI Չ(q;|ZV IlI2vٙ!$dhei5dChS $FlmZE%0ZkI>%P[67x++π껪>Fm 6gL$ſ,mppQXjMž9V]I~^h )8YX{e%Iiyka"{^i{[DBs-67)7NA68pˠzpmʡ*֮.qA>Abm1oW獮W8 K8/S"VTxIp1 ~ Y4} @%]k`n&F! * HAjH=i&~Ԁ¶w۬5Ϻ7;"e%81_ "F5 4s]{`mFO]O|rODx-UBJݦ)ׯ|>A;o}ʜލ v#*q$^`[klۼbFMNj=XB[ZU=Pa/EicD.(U?T0u\^X5„nu>4τEʷ?ѧХfW$tVHo}MuHtaDz~_'0Ϳ*mYre3lpxy>.)Ap^$:i51K2-o},h8_ka?D+\^D05i6-iKּGJ>ʇFS\Z/[9X\jˢ=y2a6r#Zy* ,SWfLj(%[!ֳL&ӧ5LŹ-,xOոal6su94m 7.w81؎k8pqw Z hqsTd [4Tj4_x>Y,WwaWȚT( F['/uSz yO )WXQ:C/W֏QM]=O"Ę+qŽ%\S?XΑICSp[9 #bN)ľĠ&V:8RwָsC]E=JOnK T0Y꺈W"{{V*:+XԻ%`q2H.Qm&[AG=uM~oAlx D!Aеv\2k^\@^?)INAT𠘦lkq{Q3o[$~7-Ds%cf pCopn41淙Y7W>\iQpfeC*^YDNѸB<ƶB1_Og?w/vGxtĹF|e??A/(/BK&쭨09-(UzZۮ%іS Uh [$ ;%dK-ڿvo {e&fC5j>ZT\O*'`Ɲt|5~mFwr@qd(B0 =um I ige+t~7WWd#ĝINIܓ$xx2u +(gulvT'JY{R6)'G/'C2=bi'?mWx?C I)7O[uXwCޓieۖ||a__#TdA:u r=x<2vu-[?+3#Yp;mԕWyeҁnwn)ZEUaClA׽Ee71L)@W+بC3z..ƞ`1S?ؘMbx&]1OP7X.DHk ڼ5b%EUf@b_{+"N)Xsk,N-zv> .Őοԉ_AJ]w)H^eKt==Y.=zʈs{I욆1\sxZ$iS>/"M{*?UiMe-CU?BI])< lH|Z͇ko 0zK98]0("#۷̉`0zSe2ㆂs+'~ d_I4(V98"֦n1CVgƏ] O@Q!g#́S?|@/Ӣ ~c^ddUBщ6 R+\;;QiOd j \SIE)Ȉ!Pjy{[_rgwG8XR[:T,94܉,\@ ; tb~2~zZ՚; &Ja)7?\|'Vc>\0lyT oͥoA ;;uV.׮f¾;|nW4[׺%NJ-WFI6mW |i 6GӠ'bUčoVVAiZl^?}d~Xgbd:dF+Ez#K2!7:6mB01RˠH.vQ,v.ƚkJE>.10mˍ!Qwkm)fѪ3~/9ĭLI>ASjrt bpVL(A$abh3K%HSkȬzhJG @+%-ƽ|x,hcgz5[IPv:`@z-QA6~[`pWLOn[R i*$#Q (Rx |c{ѐYhٍ];)=+4ň`ur( N腝 ˤ!Ehw|8y8rensfZxY[YP!tCui yF#p،3C}Cg]w&j#+=Y$50,va}53OZ&㵸$p`ҹKJ6E1;R+U3aIlx#Cut&60#{ԫ%Yn{Noh4H9%N;nTT~d@PLmD@Z-W_K  tsKc9,hPp%a7A58+4g\J"-U4biی.& !ᬀdN8c#+Yo^1~ r=&[UZ?"var0hw:FXS:ћϟNXXDԩCd s+P}Wy<[k}U,k<6m ) /p\U{-UK 1KP*A'MdJ' X|1>$m Y+Q}f:3k7IC!c%-6 TDWd~ 'g?us)9z èܰlZG'gnآN][)4g[Iy:Tt.6eeE|JPi(,(pM _b9Ie\~>E2 ޶ RFM1NI fq;%P0ȯL`׶-<;3vY|] WHAWɜ?P`^qD|q p b&i4ƉjJ;bf/T\iɝ~͒0(I(!\1%5E.aOzdG^>Y/%ȕ芋gEb.&)QȂןj$5!6 '7+ ŠdŢh rt _2Dt?4ɉ\JMw8U4fFYB%<;lHO8"Ә'EB~f]M ^G| tWLv&{ n v4 0-54!a-nF1Bz{?En yq8\dѝ :仉p|-ΰ4ߵ%.tiܝW.Qx0('V*:J2|-e)Uv3~3b T=+ Ykiz}iV+ZVF,>~UOn.;NJ098vSF]06~DF jhm@&=eW£oi2*eHP\ ]\Q-FB %! ѯt}?{[cl}Q.o))mI~^@WM؉&i/7:44&܊ =R q8`2])]x ^$J ${wͽk^>$C&᧜v;&Q1f9 %U)vGvǨN)niQ9iCLLٵ] IX"x} H1M;S:[p ~Uےcp3 7ivy1!Aā,夘d 7 \ѰfI4YiIpH %akOa տg[;qG nGC^]${8OD| bA:YJW[w Le!S_ؓ& l;DŽצ\wHMkN@u.Ga(^10z9.~]OEB69cq T=zLH\oozDV 6ɺAY,T Ooy|HZp+pzJ>H.5~w|E&K5Ktz#iZ^T@016/U}vrmsUBQQ{!̵ )QəL@c. Ln72Qʻ+3ToL"HUT̄cA:# ƽ,_d\<ήH(<!u#TљK ~Q^Pq^feCni$`tH+ ݓB_ -W(}yɮ=k4Wxo%Ӫ7A9y?Cʷr3*bΠ? tti׫Q2-V^ ÀӜeƚqkT=AqiV2jiέF wbNP 箞?3T]d*O"Ub?*rdϟ3YnEqZ-QܭTHŃIfPc)2&/ok^F⟀0;-lG ,=G4DX{N/M=B.N[Y@J:Al[(I0$5J<+_oסY[Bu,zD!+A-எ6 sʮ2]I=#!r#7a =Br4}z FOL0U=0̯.uK0+6Yď?A%uO/Ri5[MNIH7I>P5tq,Vžk(/f+~Fpq"&wMO\[VgRsz*lÚWگW&X b!M%Ԉb@ z.)=q<Kbړ8̮rY\P7]m/3Ë-r׌2gpcG}Pd@0BQUǑ9ݬQr!i㵁'XFPpJ:/,톏 gV*-xT}`@.vg|2P++pNÓ`|i?8[ч'(qR%P̑R0 '/k"0B]1Z=)O7'mA ELAx=/K,EeG 2uPӼW~T`]p ĩQ=\r#]Ihd<w;U& Q Y[@$l gAʥiC[`d teMqq\=xkV}fr+޾p`=cYJEhG\(Y V8I ~$e6Lz!*6)7. {@5dgFh) OΪ[\׭D0bG}_(lXus ?xX4lWkW@zG v iksja (&uCt'{U;o#~hrO1gÀɓhLwSNL559TMD8E0YD#hÙ٭U/Xن4htu~PoA(3M9V?fN+̖!5EJl؊T[*WQ!4:<\ 9/tNy 9d5fso]]5 J*KXf>A#!m/$=C:v蚥FAhIWLhAY7˼<㡚pT>ΐ䖅MN bQ~\lLF/ynÐ'{N}FXSi_ ]k&]nSkH' .",Kgg0Q3u й yO DdZ^Yڞ)7ƻ=;Ⱥm !*V&RKSjsu%}LfhT~TW*-).n&l-G+mx,q ZWԵsm-I0:gR/SU} >-7pxg"y-| WP΢lSf_{^V=CתH)ZZ݇n Y;n?7!JQUz&f_YI/y7] {stZr4NJ2%HT37TR`ٟraLC_ Aק= M*}:t\&虪93Uc}*-)kQ]ڱc=oұ,ר 9"|;؎vUkB߹6~r?R Ww c͠~ͱEC,r-Rk1d;2>IǑLSMW/ff'y6(D5fӽB b]^{9voT_O6h-2WY1O`R_|Dh8 甉֯[8}A {Ȋa[bbMtZ79 4k!z>U#Σn8qVgqޱPyѠCan ( v9eWKᄊ]d?rT ^mPMClm_Qht`B0?"ق7z<:i8%и˿A\G| ȫ$MUT ,L+ePx;W$@ *HI=BurT_۟P$}[zIb=QDP|篫N帨ժ)u^닪Q**E{80q|m)Ftfu1т!>YUaRaj<1_*!3DA) >f2jr߻_ OǗeC"eL?95=ެ-p+ԌG\q|ekԘ@:_c78&Zo1cq'5=7mS}ID8sZboʫ[-*4ศejĿ^xb'egK"),B&%j]E|cq *H{򎫵ᡀAG&}Qphi5BP܎ske ("qg>=5ɫ}Mّ5H+dgfxs-9V(v] vOt@-D?_>ʧYhFed-iA#|oFW l&%fb:+$Ga؏4Q\K$ JVO̲`v|͟s;JiD[çp /e dԙMS# rbJvv}GqxD3^zFYܜo&V}oø(5dZ?'ֳ^aL橴M̖]ȘPBiWz2)S*séL͢9/_yP2P#˩YH =nSoKꬌ/L崄#Db(~=bK2YODf\y}C ZDuIXpmQHh)۫`Jj՛6 O2tr D#Q, ћs8v:~)A7q[aKVr@3B9{J𿳔h1(uq5p!,_PBkM*I]LWnm@Ogl1"q/lʦ)+@ !F۪ITQjoTϞЈ(JQKu֋rJ/,T1~ O\wV=kH.w( tu+r'~+Vt)guB>ݾ-å']۠?Yn !_Kgy<%Ѽ7hl H!0}dQ/UP F+dz\1Fuŭ~bWcpKkM90 ! V)j (e#[=RC=uvRg-Wh@D7_1ڹUp& ;֚XsǑ=`^aN5L6bꨒUa5KBדP P*!OR5bB`8hPP~TN31?-1߶|N+֧-5y=K1կui:9]% N$zI i( ߏ.MFx<ʌkU^u]e"2J"dQkE1 P&kE$zD*u @(.n j3/]Ѽp!g8f1GRvT0fv(gTH: $!$~*<_홄φ:ta9VHA`\gOԊqO(y^˷[{` =+I nE͖7=dw~zk!x4-s<Ș2`:52+ SʬC]˰{UKԽⵀ"7k EiMus˓(Mg= ^4R~Ʉ_u\ Ygyv2 nw]㖿'axa^th݅VԁGl%@4{LeqsMk mC$հ */E"T a&P;WQ,` U|b -+c @O`KLcF,4ަ!w` 1;]l;:xJXt2UfV#uQrăpF}8fZJ\RT(z48 W7hBٺ^ѿDn|ŷ-BKA3։ݡ06u}J.6aq>!`4C{̧w^V0e1/W&7`?*Wp?:!+ʁXජ$o]QBf*bh[p[}zJ)k|݌;EwvkV Y݊ZgyfQۛ @qB`wMv˱ߔ}/R?.Q9#wȕ7qmb̨a6 B⢰eآt5<"0͗ fd'd0'o"SS] 5 'w_d0~KBe!iȒJ(5D(y0RfÏ\I}uUr]Μxb䨿l]OI@kq8'VR̊ ~8 n_:Xfect"jYecQoExߣ&Q@Gk ;$[NWL\X,;Al)YweLΚg'4;,¤Ӣr8J7!=Ҥ˖ˌ{j2{PlexSĢ'"67.qqUlد3r Uhxm$h)G$[u=iF]UrDsQQ4,5<@ ~z- -߫ҎuOK5C4 ]_o ӟ([V\DM:Pc+U5O؄RF 㶤4%r7#9ki.cJ1eV&A5x.]&C1p;<ʁt߶A2ܥ)",ippeDu%x{t t\{]-.-)P,;eP/Ũ0'<]`InfhyČs֜;u)ꮖP ԍ:*`U~9&vz~C͙j*,Q 룯Îb^?{. T98֞ 'ϸg`$X g*WRƙG;CUE `,8؂GGdV(+hU[ٯ 9MѪ\*P& 64tN#@v_h&B55gp֦@xT7L%M[}sZp ѿ07-Z|{jSzzG}V,VB, )Bx&S%k jl.$ٶmL(82jgN8j1 kȜ&͉Yy! mlDZj]do )4x#[>J=(vοH&&>(rg\O f JqaМVzt[3K .Ubt F[j,1ba`lcLt=H˽N|[EK7Tw1Ҵo1RQ>0gH۩"HAX Ü!${(nuL)$€SWxR@*1hb«'Eؽihc Ze(>,Bl:pR& [&eA!UĚtB nigw3t̂47tf5 rxO9!ݐWHBmZ\Ա%g0APK/7X糂yƫm#HIQ\t B+br*]flVR<@\^V}}Bx!- P&X*T1{pmTBmf+AAu|3éO adG-{GC6eڠYc[qqϪцӐ8P҅0JIð KQ,!覬:vs@~6|1n%R.%q5# 5]51(NSo R4O>Ì5@ojp/+/{1PXivd)*E6uO!| ֲ=uB#ל=8Y_Б-bhz:`.0&-)Y/#fUVϸ,l.g3'.@7BрMiod0hM-Yh=7 K9ةw6 dYH]j]A\eij97A .,"29h7 #T ?0X t.;m>Az5Q5/IW g'lA.%rwQzdnןMe: d*b $&.@Z+@zp&RV*c>9)_xg 7RoT*kPPKWU|S4Zw n<"-`((ecaUM/ < ^+ϙRf4,k"}V$Z Uom%y j/dbZIuv2͗{n}~C:x3W;18v L)o}nE鱐q}LMR#Kiݬ+W9r^N)Kw_JU)r%:dg'zyN%VA7SwsT0I"921Gc܈}`vZ(l;6{N &3(qq2o { #?ۖ6&6J_"~Ϙ*}PH8|vF{*f=l4f;߲F (aDgR3m#` lu- ?(Z7L<*WyZN{'EX-فXMB?ƇalH_OXz O͏HՑыMwE]2`̫pk%ZZ>99K .tOdp7I6uyRcwPXvF{˵´5I" <]c^HM2&}V.[~HBG3!ѫYgqOK#TA !Mr Z- wHF5aqo(JOac;8r_bz;^z.x E^{I#rs*uԊ`j8kT'fJ,yjXja"ы!&`Uoq/*QjX|͚Kf>ep8zBjO@ZS(mcelN[q7V g5fڥY#e&?(IP c_R{ lfۊbY cŭ.IYĠЩd;ド6E~0b]V*i#ʬOz{v*iE`kXZZ2DZ5FQ6?eQQ ; +F8 \p hPhUM9]#s}a+jW8-SG/aV?4Bm$e^uak,|EgOw_X,.>a/P/[qdHߣ|Lw!ĺơ!ۋPe ||Y;?W 9D "Q֖M0=*kV/=eƻ`?)}5]DrK[1cdb{!Saɾ8WZb>"Ok#gtj?@gҿ ՎEWq5x* G(!כDyoUh %ffV ֲU5ִ# x$ YZ