liblept4-1.72-9.1<>,Z͸/=„g.42 %e xbK&*BnR0SJg`Zύi9%t}X4S3tbϏ$0r $|Y_v-u* omA7Lhq}U([5=@X(Lϓk u=K C'e t *4G'3#pa[5'^@'jdq$1jlj 1q͌W._ xQ>X`4)ZQUWhC 8=mC5UGoQ@+o'$Ix><#?#d   Q $, 0 4 < ^ pxD(898:> @ F G!H!I!$X!(Y!4\!H]!P^!nb!zc"d"e"f"l"u"v"w#dx#ly#tz#Cliblept41.729.1Library for image processing and image analysis applicationsLibrary for efficient image processing and image analysis operations.Zcloud134$PopenSUSE Leap 42.3openSUSEBSD-2-Clausehttp://bugs.opensuse.orgSystem/Librarieshttp://leptonica.org/linuxx86_64$PZZf04e043735fdbec1cb7bcc0b32972233liblept.so.4.0.3rootrootrootrootleptonica-1.72-9.1.src.rpmliblept.so.4()(64bit)liblept4liblept4(x86-64)@@@@@@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.22)(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)libgif.so.6()(64bit)libjpeg.so.8()(64bit)libjpeg.so.8(LIBJPEG_8.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libopenjp2.so.7()(64bit)libpng16.so.16()(64bit)libpng16.so.16(PNG16_0)(64bit)libtiff.so.5()(64bit)libwebp.so.5()(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2Z@Zz@V@T&RQ?P8@PO^@ONp@N@MMTMTL,@L,@L+@Lq@kbabioch@suse.comkbabioch@suse.comasterios.dramis@gmail.comlazy.kent@opensuse.orglazy.kent@opensuse.orgseife+obs@b1-systems.comlazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent@opensuse.orglazy.kent.suse@gmail.comlazy.kent.suse@gmail.comlazy.kent.suse@gmail.comlazy.kent.suse@gmail.com- Fixed a buffer overflow in in src/viewfiles.c with unsanitized input (rootname) (CVE-2018-7247 bsc#1081631) - Fixed multiple stack-based buffer overflows in gplotRead() and ptaReadStream() (CVE-2018-7186 bsc#1081576) - CVE-2018-3836.patch: Added additional bad characters, to prevent command injection by invoking it via $(command) as described in bsc#1079358 (CVE-2018-3836)- Added CVE-2018-3836.patch: Fixes a command injection vulnerability (CVE-2018-3836 bsc#1079358 TALOS-2018-0516)- Update to 1.72: * Better handling of 1 bpp colormap read/write with png so that they are losseless. The colormap is always removed on read and the conversion is to the simplest non-cmapped pix that can fully represent the input -- both with and without alpha. * Fixed overflow bug in pixCorrelationBinary(). * Fixed orientation flags and handling of 16 bit RGB in tiff. * Also new wrappers to TIFFClientOpen(), so we no longer go through the file descriptor for memory operations. * Improvements in the dewarp functions. * New box sequence smoothings. * New antialiased painting through mask; previously it was only implemented for connected components in a mask. * Better error handling and debug output with jpeg2000 read/write. * Implemented base64 encoding. This allows binary data to be represented as a C string that can be compiled. Used this in bmf utility. * Implemented automatic code generation for deserialization from compiled strings (stringcode.*) * Regression tests write to leptonica subdir of in windows; in unix it is optional. This avoids spamming the directory. * Added new colorspace conversions (XYZ, LAB). * New source files: encoding.c, bmfdata.h, stringcode.c, stringcode.h, bootnumgen.c. * Removed source files: convolvelow.c, graymorphlow.c * New programs: genfonts_reg, colorize_reg, texturefill_reg, autogentest1, autogentest2. * alltests_reg now has 66 tests. - Added new build requirement openjpeg2-devel for openSUSE > 13.1.- Update to 1.71. * This version supports tesseract 3.0.4. In particular, 3.0.4 has automatic conversion of a set of scanned images, either in a directory or coming directly from a scanner, into pdf with injected text. This is something we've wanted to do for several years! * Improved jp2k header reading, including resolution. * Removed src files: rotateorthlow.c, pdfio.c, pdfiostub.c. * Renamed jp2kio.c, jp2kiostub.c ==> jp2kheader.c, jp2kheaderstub.c. These header reading functions parse the jp2k files, and don't require a jpeg2000 library. * New jp2kio.c, jp2kiostub.c, that uses openjpeg-2.X to read and write jp2k. We now support I/O from these formats: png, tiff, jpeg, bmp, pnm, webp, gif and jp2k as well as writing to PostScript and pdf. * New pdfio1.c, pdfio1stub.c, pdfio2.c pdfio2stub.c, where we've split functions into high and low level. * Fixed memory bug in bilateral.c. * Improved reading/write of binary data from file. For example, l_binaryReadStream() can now be used to capture data piped in via stdin. * Font directory now arg passed in everywhere (not hardcoded). * Don't write temporary files to /tmp; only to a small number of subdirectories, to avoid spamming the /tmp directory. E.g., for regression tests, the current output is now to /tmp/regout/. * For jpeg reading modify pixReadJpeg() to take as a hint a bit flag that allows extraction of only the luminance channel. * Allow wrapping of pdf objects from png images without transcoding. * Better support for alpha on read/write with png, including 1 bpp with colormap, alpha (supported in png with transparency array).- Update to 1.70. * New bilateral filtering. * New simple character recognition utility. * Improved dewarping functionality, in model building and rendering. More flexible use of ref models. * Better and more consistent handling of alpha layer in RGBA, though use of the spp field. Ability to handle more png files with alpha, including palette with alpha. * New fast converters from jpeg and jpeg2000 to pdf, without transcoding. * Made bmp reader (and pix reading in general) more robust; avoid size overflow errors. * New text labelling operations; depth conversion of a set of images. - Major version changed to 4. - Rename liblept-devel to leptonica-devel. - Drop liblept-1.69-no_return and leptonica-1.69-giflib5 patches (fixed upstream). - BuildRequires: pkgconfig(libwebp) >= 0.2.0 - Correct URL and a source URL.- fix build with giflib-5.x, leptonica-1.69-giflib5.patch- Add liblept3-1.69-no_return.patch: fix no-return-in-nonvoid-function error. The bug reported upstream: http://code.google.com/p/leptonica/issues/detail?id=69.- Update to 1.69. * Major version changed to 3. * New copyright (BSD, 2 clause) on src files. * Fixed bug in PDF generation for large files, using a new double array (dnabasic.c). Added several new modes for PDF generation from sets of images. * Dewarp based on image content now aligns to left and right margins; works at book level; is more robust to bad disparity models; version 2 serialization. * Improved sorting efficiency of numas in cases where binning, which is order N, makes sense. * Fixed fpix serialization (now version 2). * New version (5) of xtractprotos, allows putting prototypes in-line in allheaders.h. Having them separately in leptprotos.h still an option. * New src files: boxfunc4.c coloring.c, dnabasic.c. - Build requires libjpeg-devel.- Add "leptonica-" prefix to tools. - Don't install test programs. - Correct leptonica-tools summary and description.- Add libtool as buildrequire to avoid implicit dependency. - Use make_install macro.- Dropped libgif patch (no need). - Build against libwebp in openSUSE >= 12.1. - Removed useless provides liblept-devel (no need anymore). - Added license file to leptonica-tools package.- Don't build versioned devel and tools packages. - Use full URL for Source. - Corrected License tag.- Fix dependencies. - Run autoreconf before configure.- Devel package renamed to liblept2.- Update to 1.68. - Library major version changed to 2. - Dropped no_return patch (fixed upstream). - Added baselibs.conf as a source. - libgif patch refresh.- Don't build static library.- Update to 1.67. * build shared library. - Dropped optflags.patch. - Patch to compile with gif support. - Patch to fix no-return-in-nonvoid-function errors.- Build with RPM_OPT_FLAGS.- Initial package created - 1.66./sbin/ldconfig/sbin/ldconfigcloud134 15196305411.72-9.11.72-9.1liblept.so.4liblept.so.4.0.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7840/openSUSE_Leap_42.3_Update/1cf07e4e9333b8543cf8ed5490bcf1bd-leptonica.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=19d9175c16dd40550d35098c706b195be8c0660a, strippedPRRR RRR RRRR RRRRR R RRRR~Y{_ 4?@]"k%Q =do% >w/#G3h3[;Ea^E_{/T:bC@ޓhDa5ᵽz(G%ˆE5Di[oN.z={}eߩl'bÏ^M(.ºrW(4*Kb.⤠eoŹ*iX?4sBCaVv1m8SDq-by2藐) zS7Q_PЮ" -}'#cs۪7at:5..S4KiC,k,O9t]ƒS^\sJG@ c* 4Ib"Hg_ 2 OF@M1ퟛ! As],_3HZ5#UHG d/)yj.19#I "\`11UV2 <ݕƗ @P>iqK,"Ѡۺuv\ ѐ"k׾E:>0hOɰ2fFO'2_B,040D~n~67$|EѪ^'6 )Ѧ҂͐Xw?VV7 i6< RRnKՠATT"Yb:mvw0lYXGlSm"iJk0BPz:v tzNhXԔ6<*lMH@2g<#,'F '}ą?E |p M. 1 ݀e ސpZ GQNJ`XL>8/5S7eZxݧ5 Oˣk/tV96l;u1g5#O\{fij^_ Y*]?Zu I/Y}Op'}~eI)teT>WWEUEop&ŭU0Fp?A[3Nqؕ 2pԉˋBڻ$ƅpsT':U=:vXaB o26b3o^N_,O!W;~Pa];,lTW`.ipi AYhJh`d1n,7x7[ }A*>'{~CvFP_"9T)t}=lM0EERׯ *͖C@Q|$g o䐫=E(D+904@+j]3%R3veG>j%ς>zH?>m vSk? L;7T7]ԴoGœz#Эse?@ea=s _uDjX,SSP_Ex`~jGrFy}fڸ_x#lH= IƉf휍fJnÙmkW9FԶ[`bi/EreV^S8OҚ*!ŵ+)*ۋer;_?T$ 0IT7'lu0y4;#pt;#~{HY veO턐,4aJFLj:N%M¾ZUU[ 'I8h. e+=%Be$&{cAqDw ENK^TC@ڧWU!PN 97 vz2p%wH. Ww@Ž?.lrF#<,ظ- oJ-zVXHZw#vU/i&%BJk+kDF-o3M@+0-ѷXsNL4bĂ!9(AZ ,7Z"ZPp@<\:a#$yK!*agjQ3 !o&;y'~. ]$5ʃ;\$Bsq\h"R~u=g8R Ƕ$`;#2IyH!vwJzWt+{%i ##0CI0,9 yȱA PjSq1zJ-7:bpP3&TZkÙqcRKzvc5)v1iҒ65g~<ǯA~6VPb' eZnM{_K=!r=n\| %!bKiH:X@ A3S`=uީ c:i{dr 8pxxIxF;o, hx}@&Q; +r~=OR_ZDjrth̍NgŇ+hgGkkp3KgLZ:\1fy9`A]w1xz&4#XJ*b teY]FeꪻpQ8 j'a[`9(](ϮpnT=nm^euOd?+֯9a3rjMc4' h1$Ul?j/kqWIj96vQ4i3Nyhu&u֒'o1I=P,1ڊ'09q$۫epJIś1cb<p-)=/wdkFԴr=s#VaeHGlh*%@4ۀf<"PlOxVM+QCWy aiKcXبξg!NYO|ثredO?P^5P? `hdw㋈%/ [܂AVYjRynStl OW 4_Sb㼀Nܛ|ߨ:"u u6ofIWy avs+b$2\obCLR1!`8Ia{wt %D'L;HjI쐀l -Cr&>-q͕gHVH_|:bmsP%@BUakQ)v#qh0mB33 xfl ÓlnUgۿ|LB jPCqa죷rJze^A%3Włi%zgj\;g >HN@pB,i4'IsA ]JWxˣHd.Ϋ ĚC(TdK٦d{2) ;j_5VTfr&yE'HM.~Ku)7t% VS*N(EĠ/A7iUφ"YTٴ &{A 0+(wIlA(/2P݀w{URDz3C-DOdrA)6 0^1FmX6HDg}¸\yIڞ~w#XVX.!+v/ i* T ,L]PFDr ܞnB s%>/`4M 5Ui~J֡.R[|(/#?T>d~$jjU9(U}qAR8^>:5](}~3wa}pZpRHׂ)nvb-Yԃy1Ѥx-w p1BORVoVS44u# DO{8h!#^/tִ/Ww!`d:>E{M)K0i>H nd2N)nuA$ddB'hs:gsePs~V;Q;1wg Rᠾƒu@f\{=Jɺ; w (V(3ٮ.EL' 6w Tyz]I 3 X' kQrʝ.Gg0|6`x7H{flY.WF¦  kVZL Zp`^i82g*uϹ%)ll !ȺYk`I9({Ld~he n^ JZq!zqr&HqCmB|X^Y[;hW/Qp5Ά[C.>(; ~J -撋T wDQ8gTM g`tKhx4ZUFTk6MJt.+`^82v>^Q) %nB䵹qJ3#m-:K܃1 Zzj=UL̵ 2W35!qG_s-( &m/g6^Bwĵ3~r^pS~;0Q}WDPU(Y$ ckD?~%w(e_KE#-v$'at^/Td$~D_[جX Ԗl^xYX mg/UشYYWl^ٙ󽝐ʧ튫d1yr ^Ňı1hD7?g!K$eۺxv>1NC!~v@_H8=1rz(D"̮\X;YR/gq`gq(?`a ު`:F|02b!R|3Ep-fK#z Xm\-K_S!`~Kw-Od2`n))C3^`VngŝyZg#`q8Ԡtqϼ:x.=q S.PZJ;tϝ`[80g)y|IwHYBtֺNJ6iJH=2,&ǁ lOhTED4K7K0&q~L=@5c1::IEun.GQ0${bp羚׌GD,ډ~]E-G2}O|:6˱ hiaE8(zڡ-(ZL1"jm=w39-\M0A/#L$jt%l]A)D]drT離bCAICI4nFq'0V$m$O"]^`4@>ۊ& [DBa%x 0ZTml)5Fd. pr򲾉+NE_9Qp5cA/4&.y!/ ԜDcޜ!\8Bc#.\ 5+ t!-̙Ƿk8:Tԋ͏ r~g4JM)dYKFdR4(4:"d=C Lf$LF\ߨN؟/ܟ=ZHioat~Մ*ϛ\|0TB1}(*#oTO~luI?=U,hla4?^q"; ` =TqػGJpʑ3'oPh;5͊Kn۪\#?G.Zg2=X3QJR5+bt{,ʩߖG !z'}v:]b|Ox] 7n;88hcUhEaa:[sp BۛQ?i]0ŊhMyR  RrL5!`udG)x縠 ~jIWm< Kr HDKY_><>iL;f'C}MDyx?(e"0M7pQ\:;B#Poh@Gt1~5WlSoQb3*/h oѫRaF YcWaO!L6j},RsJFdGᎯy0p[8kѲz-F8 \l}=8!b f<t%ק/,)㔏j07Xya_D<J>֦:6?2Dm3GI:xPKIe r4x*j5 [hړ9O&€ŗgb7/ q'Z`(S8kPp D1˃aZ]4ߑc@cRΎ_+3ʪ $nHo oC /yTfOW~,?;IU~56Q.:[ e鲁en-c:&?Um-'N7[CBxXAMX ^=zҊ { ?_ 3i,zy hv;*aҒ>4Y-/RFm% Zc"82hޗtjdl̓ڑ!GqyS;Aͱ$>ebF^+It~/}R<̺JV5 㶪5?x,-82h_+'#"@k'q@vOd$e=k" :3my9Jx[v̛bQp<PQ>mTjmo:!Rx k Li=@c8_fΛɥҔ@ji$s@鷆bquO7|AA؄ 'C8"RaT;6uK"L*Gnc?0+f.zuV*?Ob C.|ISSĮeA,EЙMER$B\*$qf}?8,BH c`V?ެ=2xo=@0lWmʫI/:"H])'+*):[RS[2R.M_c!;@+-` [v^iBóhQd$ Ɨ=wn-)hƹw==֊5i[ܤSuK@.PC1JQ7^Qu;JЗxr^> Z =KEl9ǍwĨJ4,!<(ǾŴo A~%rΡ3WnˀVM:Hhߋ\$5Q?7ʨUk #2S;AOjU5BߓjzO3K0L %9GvhW|]N(t5G  Y,IF~"_w(\ Sd){ 7Cc`,8!(/NzGQR-f/$[D7|vt J4SOg&?7]0G%;c^".Jj@cF3~Ui7OCtE,?VDŽu&6=ϸ4XfdIآg-ZJ7=yήIFD%?1ai.%v0'aFM@]E6ʍ90p 5gU[z},V(v.7g=\o z.2xE]}> ugD7E4K]4?G ]Bȶa L}T\wM$6鏕+h`7Ģ֑ux VI&/8 ; 0dYgWބy# $Aag@ i 2\|U<:C9K{,C)H.y5(){ΦZœ  #Y@ 36qWFmpǎFT2ʹ<Inكi=(w+gfsfFFSRSm V!=`~xԤﵴᛇSt=/[xY]קa &%&"\mgl?Dt'ơ#`Ȗ5XSs\l  q$\B[F{j7"|QwPM]#' &wA7O[d &mߗB?E@o]M9@/"Ȑwh* UV[V.H 3v۫0fNt+q=_v㞙~3l _ӝF޳g(kMX$M#YIɒ9ЂjA>3(3ӌ:lPY?2S|Od}͓%HT^y >RJ31K&ޏb_| óIJ(5۪Z,߀Sp7 TU8ƾ&)%*Ed;z*IHi :"'M ;ه`Q Խ| Gqs>DY'M82V!dii("m8k#aucyR[e䪨?]{$%T]Tfոx JCT\yR%#{PЦJ Nl+~Gr( dC"ɷoEI5,nmc%9bHHU5or e%de;dP5Z@r7HHd]x5bCTF9s~g08; XQޖ<Zy!x8 FAMBӑ}PMAk쎘i^p18p6Ie}MI5ӡۑtQ #~NMNjIp8I1Jρ֙nrK1XՋԠ Qc+_Z҅䛺3Zχ:0/j+sf':DUӺFKG(eQ}Tǂ2bS# e90g0doH>e`B%ɘD u*#NkS[[Ӷy.1~O}B2Ldix6@ fE/ 5: ^Ǘkҿ#G\p~5B-$S[Ow QWBsCji:Sd)K>v~d}"h$1]=$ѯaX7+T k}g"ͩ,LԺ> 3Em"@C'mHhoxG2nݧZ,}*qCȁ}viE/(~q-U_2ŋ˫% (.p[.bNヤ4-Å o4 Hz5A;j. -sI6LaF꒏FN Aη));QSg7;~ fEpC]:EcWhUFd'*^YMmYJ͒GހD;^e[J4;=x{s_6p6&nY]T;\}d36&!WkXaiNkgm!?6Fߢ;rf$&#e8mg JŇ^?R9(?=/Iښwo7j13#jvB6Y8WN-W78} e7eZŅJ*@3D zk4w`wLR?^IHxX}"@ᢤk{C4Tn:"" lMOV^M;8K`k~3k\aG)YDjATCpRSEJ;],i/;x||е铗GDc=:sWURK8IX߈Gő nIxqó ~#AEOY- 8ݺf ,yV_\Kּk䈔bġM^%vʗ\-t%,ła4A"+ ؽ9j6.SWYE 3Rq-,)_=?j`S /cAKK*>O$vweǬ8}$,A4%f3euuGiDPv0#_),FGr1V?.5q[w I{$I{T<=`[!h&v7i.-7fDhHϗryˮP tsLTRa+Ř^6 ô#t}u_sYnz~Y18Ҏw ҂+ʪ0:- H>`ZYv$m#ȄqR~Vt{`LSBɯB7r`8-v2B, !!N )ɶ1^קWǸK8p͖`M[;9A,dpHBLޒJO\0Z'LmU$m.ʁ=Hwzݬ&~!k= ]%T*C#V1ףۤ;5pAXm`h%%0_ ƕ޻fݝ5')3Y#=Fܫ]Rim5 SHJ 0ހFs٤X85*til@<|9Yas1plJ&~DTT p d=0.$K%X2/wkKwlfhEshLTbeo'D|c .t3†*ݙh8V|lu$]̍}{ҦX`M篞V:d4>AO?Վ*L`z5CGi=P؟mNT9(1ZLZ)yhWU}CFtXQDبLWvjYY0@F^^K˯H a,D(GymrH? 3!xږ 'W%DƺkS*l sOWA FGL@t_i`r:v)|ʲk1-W]:e{Ulj#ML zd vSqŬxuۜ9GbڅmGg%}JH ')RzbCl`z >[}wHmm+G͏\ P Vq%2)A6G:n£Y W![kRsYB%aqkc8"J zُ)J總dg٬BH[BOMA|EKڌ)}m#s\L.]JʮcXA BkaFߘlkų""˷rݵH%(.e =hoVi ?9~HdeDWeW_MfO%1?P~€cmo-Rxl8L;cC1o!Tt /+SG_e(.=6kw!P%8$&lg,,W?{!~O#_5)j>W$ iҴL-h^JQ\8X D,T-;EM {.Mh<3 fSfyt{E48iwB1)ߓdbla ]w}Ri;0%KOk,E)esl`q* 5c KloQ܈9Wvq<~ FyUIWGJ]XnӀB1Kp{v.̇8luQ(8Of`{WruJ]ICb{V _zJ/8pAic!+yTaJSN# ՂQEOk>q=a;40gԃd3 Z)}8޿S]d[ݫ6Z\oҟ )Y D sM3J0 y_BAJa k]N[Y6N)>RCG00pU}z1JQH? 1$tv_ꁑo2ߺ~"$R'e_?`WFw_`| ڏLy5\v`FФu' f]^c͏XN9l׏*qF,hR`]@W- ք}Gֱ=K,*xk)2fOڽ؋Zx=y!bJEv\mV8/j*qn9bǗ傜e,%T(>s1!S 9Н$GkeVf+;+ !-{vtsNIO肇 .{ Um7XC33 ;\KV'K]F+h(Y~5GkS٥_M Lȩ#Y !|Rg $iZE@\17RK&^9JaX)st.|WQ4>[ l!5LOhTju7ʿ/{vv=Ќc\̔tqHIH'bŧ36/ ; _8H4ű[/l9UQ4%ʒǴ,ܾhkcȱ%1A-Xӡֻ&˙`j*zj-6ӭȡvc~m/zy;?^ -J+m M/U#n[3˰=@&tǕ ]>AbÐBvr#AO$5j0Vf< Gn3lcmms6~S"2 .띰9rI6&, +!. 6PW<t8 a"uf(\meMj .DHL d =>`2hȀ J4%,8sLl6[IFƟۇ۞P)$``D7^g̾{"G. 7TsHYoCO"х3'/ A]yBW&o>0%2(ڷj]Y7}vTY3}Q1nBL]9pp$=o0qZFs =g]~o_خQ2!Ve8N)d SazE8srY^X?R3W8l>h v/D(|E-^}SD3~F1ot2^ ?p#@rSB eǿȑVes<#ENu`l gC+k>A3Ke`4*2RWΕlxwXm8Ճ tׇ' V.on˒z5a(OHaº$2糌+њt$5}m& d-[k%5IcQ??!H /y լnÖ ؽڤ(v{ !01_@g%Iֈͮe$qf*pWZ{+\JH}y3 m+/Z MK">XŽiwQ 4+])\Nw%}{L׵uBU/'9Jb]p<8tj4`\e͓ϥ E*e6{U ly %e" Wa4@p'k T8x0VҸkt öC- p{G JxpMvۉŦRJ{ s0ċw ?*x8C2B>.l_ecb;=R|pV| "Z]Jl6T]в_xP̽]7#RM#p1RrXݸkJ*_ ^UL+qh¾էy n^7a_ mC8s|bfo*M]I.Ao`D?ٵUi'\ I!FuZ.; -8 GI鵙X?Q@{t\o#]RT;G XJNQND(_?^+w yUE\O 5CffDـxa;b!r33;A*Mʢ&@̒Wutx.+&,Oԃ}r!c5g=0w(1T͖$!~1eL7Ux_i[ЧɌe7x_@Th_&sxK)EgƧm26tC+{hʥИCi׷Ux9.|(K.<|`di@]BT01 4LB^5 ē2Gƴf(ijD_yex؀633aWht]ġʆ/ gTy+C\ME@Uy ؏LS З /&MpN:uH{攥sť-8sX/)GwE$dYcu5:?{'`g""<_WU1O+@Xj֮5_Zi PK!XXmԈ^#D=ʞ7M$J& {l=WŒQ:ccI8;+=nOn( (5tVYf};U&g48Jf6&TL$Y!r Z$ġasMqJ-%Gb)k/޳J'n]ЅQJ1YΨ)E{nD9DF4…yS(s:VB4 Զ^ƪgt͇8 2;1׿&|iX#6i91hqnCaB|ꄸ̔֟>M,iEqѱ wGͲKQsmoyJfME|1t`Ci`Ӕlwn٣ֻRR/9oؽ:LJA&kENZҝCꈙZ+Ic {޷A4ߋ@ᲥŶ_wrާ.n7\ ש.åI3/i>>s`FZy{X(@u:q&O!'![]>@^`8Nn乗P@tS-8fcL-֫?"וܜx6o -cO: ZH 0[oL w6 Jf(%BvEɶ~vX;δk(|hXRQz 1Z :`@U(9I:!.)f] aAt;@^ FC he: ߥ?3$ (]9Oa5u$F Bsڍ>5ڰ:d>v g| IEL\@N{kYs98_-(NHF*@?<]_lm/ڃ=Eߘ+;R2YpE2m!:5\D.Id=k&09|PS\,w1|A.'DɄ=W؜;EyF~!B kg]/S2Vx/[`joFbէH,>bKBsd-׉Xfg-L њ3xi=Rikj1j)7K*Z{N&o }i![ (~;sý 3R&n)-gZFKnv ln< CMbzap!m{n|utmB>=|^_,xǛ'}gxN9;Dh~魺$k^7nz4 (0¶bǜ˨BcZsK߰jk 3 mR8=9`jt4Jc.p*vNҁ˭'= wtVUrmA%3d8+7@x}QNǥNܺp 1ǵ݌Ӗ/phriUSM܌rSw+錇U2l^\1Gz5^]ġU 'm9/}6_JFn5_;9NBHikiA\ăޝ:g,;X6i?躁"6;5W-8(zt-jfL ^vUAލ(2_|P'N˹DHC yIDgڎ@4#37̋w?v+sTӷJz Z݈KrdE ,'ڮ*\pX5<'1=Ֆ$ȹpjdЀ%(F9c:),31a/MR~'H* }hj t96zi,m$?"%GJX)lI hU1T7a-A%mdp[b|$AXet^ט9<`aL{XzS(%'bܥ.1|'QE|Ё QYS>$*ǐ#lju(p^-,έXFx7Χ?HԔU2)Q̑x1Tm"4v%gIש$alXڇ*L'=i=ؐKRX_[b8 tmdy&ST3 N٨,=k{sIAӽaeqSĨ{s%fq- '8PUkNds'>eXh6dC^k_Yk9G5TRSz4<]@*xq&{_I:S|71ϬF To*/XGj"X^wrWK0؆Jb=P 4Ug5积#7LeTH/g]Ihت{UqBǁ[G8PF͋7Fz1JdB^~~Ұ v77:$q`h%S6~vZQwb=}޿}iO{&ǫCqpV .ϳ#r"[ҨGRb= 36\](OՉjVl቙\}]MkSR@;8r>@zg TN|vD!f*Ss++wCR+[XWO6נ QW\}%fT%eqYhօ/v]B$9=~/;57AcbQck~.>77o!@wE_cD[b>>B$Q2{rӋ;UZGyr|tzd9`X|@;:5Q u:):n1sV~wQG_)vVIO_vfK&]5 t <"*hxAҫѡR`Ի,lvFIBڝgG;-Ž:3GT4QRTb|Qxz R[evؒ3SG4\cNU•oe_bF}c7k}Կa3kAqTI0I Ͷ&GJW!9f0QBe@)zM 2¾Ng@ek(ockž'7EI]!F/pnb8 ֧%; RY. :ߨ  h w'fuC_1ZSNv3n, ;L]7H-RS?7=c[y~ZSe%\(w7X ϟwrH >ocB/PY'',6zMmq =?LJBeRNe 郡.:mЭQ=R,* \Yަii%#A {eKDz8ދǧ !J(Q*":qѸRUN]V}[ѻ-Doeg׏Ѳ Pm'gO塞VeC޽Z3ʧ#κٱioS+_;}DGl5dXw LKڄbiyc}u!O^o0=Wį?MP