leptonica-tools-1.80.0-bp154.1.152 >  A b|jB!M@eeeV !2:p!w>4࠱žYS%/Ϟi&,ݸH$-ZfTgy1>pgRۏ1-EijvoJ[iFhGoæ.z\_e_uM1zEKORZqr^,}rmue}@"knJP/kj+pRVll5,QB¸Td*WSuFoO&e8|I#9d5f162da1ec0c7fa3df6429e79bad58bbee4b0fd397689ac203680be2cde6dc7dde1f75a83e3f2cd4e803f10a462771f1de6149b|jB!M@eee΁Q%л C6bR e:& \inۼn|{h4$]^wGڰroHDu\ 5wIw?U|Mw9i$9y^uD"nP~U3F7[M40 7¥vkqbEVV/p>F`?FPd % 5X\lp  0  H  `    \  h   8 hU(t8| 9 : F9'G9@ H9p I9 X9Y9\9 ]: ^:b;;c;dKyrill Detinov Kyrill Detinov Karol Babioch lazy.kent@opensuse.orgkbabioch@suse.comjengelh@inai.delazy.kent@opensuse.orglazy.kent@opensuse.orgidonmez@suse.comlazy.kent@opensuse.orgasterios.dramis@gmail.com- Update to 1.80.0. * Improve bmp handling of 1 bpp images and sanity checking of params. * Add function to display all rgb gamut colors. * In Makefile.am, use option serial-tests to avoid races in testing. * Make md subdirectory and add ax_split_version.md there. * Simple function for hue-invariant mapping (pixMapWithInvariantHue). * Fixed bug in limit of ptra size when used for sorting by bins. * Use hashmap to count pixel colors in RGB(A) images. * Convert hashtest program to regression test hash_reg. * Convert croptest program to regression test crop_reg. * New color segmentation by region growing (colorfill.c). * New regression tests: colorfill_reg, circle_reg, ccbord_reg. * Set maxima for all allocations for common leptonica data structures. * Don't fail when downscaling 2, 4, 8, and 32 bpp images, even to one pixel, invoking pixScaleSmooth(). * New functions that select 1 bpp components based on their area. * Incremental addition to sorted array of numbers. * New prog/fuzzing directory for oss-fuzz based fuzzing programs. * Ue of pixcmapIsValid() with extra argument to determine validity with the pix it is attached to. * Use lept_stderr() in all programs in the prog directory. * New program rasteroptest() for thorough testing of rasterop functions. * Removed the pixSaveTiled*() functions. * Stubbed pixDisplayWrite(). Last used in tesseract 3.04.01 (2/2016).- Update to 1.79.0. * Clean up auto-generation of files; removed 'register'. * Some fixes for issues identified by fuzzer. * New source files: checkerboard.c. * New programs: replacebytes.c, webpanimio_reg.c, partifytest.c, rectangle_reg.c, lowsat_reg.c, rotate_it.c, scale_it.c, dewarp_it.c, pdfio1_reg.c, pdfio2_reg.c, checkerboard_reg.c, underlinetest.c. * Convert to standard reg test: heap_reg.c, pixa1_reg.c, smallpix_reg.c. * Improve data checking when reading image file headers (pnm, png, jpeg, tiff). * Fix some bugs in pnm reading. * Fix inconsistencies with the encoding type flags in pdf writing. * Allow tiff to write images with colormaps. * Fix errors in PS code; made some functions static. * Add code for animated webp (requires webp mux and demux libraries). * Add "partify" application for separating parts in a musical score. * Enable tif read/write of gray+alpha and rgba; filter out tiff pixels that are not uint and compression by tile. * Apply consistent formatting of static const variables. * Add programs for scaling, rotation and deskew, named dewkew_it, rotate_it and scale_it, for useful operations on arbitrary images. * Convert pdfiotest program to two regression tests: pdfio1_reg and pdfio2_reg. * Remove all use of strncat; use stringCat(). * New functions from removing outliers in sequences of boxes. * Generalize pixAverageInRect(): mask, region and range filters, and subsampling. New pixAverageInRectRGB(). * Fix int overflow bug in pixMedianCut(); required new heap accessor. * New pixMultiplyGray() allows pix to be multiplied by an array (or another pix). * Better routines for counting color. * Lossless conversion for RGB to cmap with not more than 256 colors. * New histo based global thresholding: pixThresholdByHisto(). * Allow most reg tests to run even if external libraries are not available. * New one-line gplot functions that return a pix. * New application to find where corners meet in a checkerboard. * Add utility functions for painting through mask in cmap pix, creating a hit-miss sela from a color pix, equality of two pta. * Proper handling of 1 bpp colormap tiffs: remove when reading, preserve when writing. * Deprecate three pixSaveTile*() functions; removed all calls to these from the library and progs. * Include auto_config.h explicitly in all src and prog files. * Improve input data checking for bmp files.- Update to 1.78.0. * Various improvements in handling boxa sequences and transforms. * New regression tests: boxa4_reg, string_reg. * New function for copying a pix, filtered by a boxa. * Modify histogram method for image comparison. * More careful attention to invalid boxes in box geometry functions. * Better string and array functions for search and replace. * Convenience functions for generating simple masks. * Allow pdf writing of jp2k images, in full generality. * Allow writing compressed ps images for printing. * Modified enum comments to include a suggested enum name. * New program: imagetops.- Update to 1.77.0 * CVE-2018-7442: potential injection attack because '/' is allowed in gplot rootdir. (bsc#1082748) * CVE-2018-7186: number of characters not limited in fscanf or sscanf, allowing possible attack with buffer overflow. (bsc#1081576) * CVE-2018-3836: command injection vulnerability in gplotMakeOutput(). (bsc#1079358) * CVE-2017-18196: duplicated path components. (bsc#1082843) * CVE-2018-7441: hardcoded /tmp pathnames. (bsc#1082749) * CVE-2018-7247: input 'rootname' can overflow a buffer. (bsc#1081631) * CVE-2018-7440: command injection in gplotMakeOutput using $(command). (bsc#1082747) * Using a packed struct for bmp headers to avoid crash on some big-endians. * Fixed a bug in the prototype parser for xtractprotos that was surfaced by a typedef declaration for the bmp headers. * Added some basic pixa functions for rotation and translation. * Added an iterative method to find rectangular coverings for arbitrary connected components. * Enabled read/write for standard jpeg compressed tiff images. * Enabled reading for the old (deprecated) jpeg-encoded tiffs. * Fix range selectors for pixa, pixaa, boxa, boxaa, pta: Now, last = -1 goes to the end. * When reading tiff --> pix, insert IMAGEDESCRIPTION into text field.- Update to 1.76.0. * Modify infrastructure to fix outstanding security issues. By default, you can no longer create temp directories and temp files whose names are known to the compiler. Also, prevent "system" calls, which were used for image display and gnuplot. * Replaced remaining sprintf() with snprintf() in prog tests. * Added non-transcoding functions for generating pdf from jpeg pixacomp. * Add control of jpeg quality from pixWriteMem() and pixWriteStream(). * Fixed getFilenamesInDirectory() to properly identify directories. * Prevent size overflow in calloc for kernel; cleaned it up fpix and dpix. * bmp reading now accepts negative height. * Simplified splitimage2pdf; it no longer uses ps2pdf. * Remove name-mangling WRITE_AS_NAMED compile option. * Removed 2 deprecated write functions. * Added these regression tests: locminmax_reg, speckle_reg, watershed_reg.- Update to 1.75.3: * See changes in the version-notes.html file. * Fixed a stack based buffer overflows in gplotRead() and ptaReadStream() when parsing crafted files can lead to denial of service (CVE-2018-7186 bsc#1081576) * Fixed a buffer overflow in pixHtmlViewer in prog/htmlviewer.c (unsanitized input (rootname)), which could potentially lead to arbitrary code exeuction. (CVE-2018-7247 bsc#1081631)- Fix RPM groups.- Update to 1.75.1. * See changes in the version-notes.html file. - Add leptonica-license.txt, version-notes.html, moller52.jpg to docs of the liblept package.- Update to 1.74.4. * See changes in the version-notes.html file. - Add BuildRequires: gnuplot.- Update to version 1.74.1 Version 1.74.1 4 Jan 17 * Configuration changes to support the patch number in the version (major.minor.patch). * Removed all remaining pixDisplayWrite() calls in prog/. * Cleaned up and/or promoted about 15 programs to full regression tests. There are now 95 tests in the regression set. * Over half the initial coverity scan warnings have been removed. Version 1.74.0 10 Dec 16 * Leptonica development was moved to github. The master is at: github.com/danbloomberg/leptonica * New modes for RGB --> gray conversion. * New functions added for displaying a pix from a pixa. * Split out sort/hash/set/map functions for dna, sarray and pta. * More robust horizontal deskew on multi-column page images. * Improve webpio_reg test. * Remove X11 display for gplot; it is no longer supported. * Remove most sleep calls, which were put in for gplot; no longer needed. * Removed use of gthumb in library. * Removed use of pixDisplayWrite() in the library; still in some progs. * Improved test for endianness in makefile.static; no longer requires any local files or building and running a program. * Modified all files for doxygen output (spearheaded by Jurgen Buchmuller) * Improved plotting of the boxes in a boxa. * Replaced the slow point hash function with a simple fast one. * Added pam (4 component) format writing to pnmio.c (Jurgen Buchmuller) * Improved rendering of pixa in side/by/sides. * Better utilities for pixa and pixacomp. * Add read/write serialization functions from/to memory for all the major data structures that do not already have them. * More serialized boot recognizers stored as self-generating code. * Cleaned up generating an adapted recognizer from the boot recognizer. * Simplified temp file naming; removed most instances of named temp files from non-debug code; use tmpfile() and a wrapper l_makeTempFilename(). * Simplify and streamline multipage tiff reading (Jeff Breidenbach). * Improvement of Otsu thresholding. * Recognize outstanding contributors to leptonica over the years. * New gif mem read/write interface that avoids writing a temp file, contributed by Tobias Peirick. * Use double arrays (dna) instead of float (numa) for set ops. * Cleanup of gray quantization functions and tests. * Refactored connectivity-conserving operations, to make them more useful. * Provided methods for measuring and regularizing the width of strokes. * Removed viewfiles.c from library; code is now in prog htmlviewer.c. * Better debugging in page segmentation (pageseg.c) * Deprecated the pixDisplayWrite*() debugging methods. * Added about 15 regression tests to the framework in alltests_reg.c * Final mods for compatibility with tesseract 4.00.- Update to 1.73. * All lept_* functions have been rewritten to avoid path rewrites for output to temp files, which were introduced in 1.72. * Added grayscale histogram functions that can be used to compare images. * Added functions to determine if an image region has horizontal text lines. * Added functions to compare photo regions of images to determine if they're essentially the same. * Added red-black tree utility functions to implement maps and sets. * Improved security of tiff and gif reading, to prevent memory corruption when reading bad data. - Change major library version to 5. - Change programs prefix from "leptonica" to "lept" (make the names simpler to use).- 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.obs-power9-11 1652320808 1.80.0-bp154.1.1521.80.0-bp154.1.152lept-convertfilestopdflept-convertfilestopslept-convertformatlept-convertsegfilestopdflept-convertsegfilestopslept-converttopdflept-converttopslept-fileinfolept-imagetopslept-xtractprotosleptonica-toolsleptonica-license.txt/usr/bin//usr/share/licenses//usr/share/licenses/leptonica-tools/-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/7b5991a84eb164c6ee2b8a76fc902ef4-leptonicacpioxz5ppc64le-suse-linux ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=35c332aff7bf6f3db5e16a8e9bd43da9e2a40059, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0ea53ec47592a41ef7e0677ff3653ab71ba42e84, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a7e222c9c47d199510c6133527fdf34c75dfcd59, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=59f0c71d2eba727e95f51a4c1996e37dcd26b369, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=98dc865e5f8eb9c14dd6a5173dfc82e0d50949f2, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ecbfa577096922b3d14648df6a007aeec3fc046c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f6e5def8470a764e7c2bb1b94b09103e2910ee72, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c19047493edb54808517926070b1beca0897de29, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5e8d70d8d468dd5389e7312b8dcd803ae6fb5a61, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ae7e54a302312a14f2c7dab662cd930a1379ffe2, for GNU/Linux 3.10.0, strippeddirectoryASCII text RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRWd3SrWg7xutf-8dacfe42354aa8d6fcfc63e5e541b84d592f584c66a47b2961388407d14bc41b0? 7zXZ !t/f5F] crv9w Wl/j8WyS kWd97nxء/`)6YsbUvC~c?`lJBku~01 YT07׵1 EU@.-(`{b +mz}I|'ɰm%e2(*5&Es)W0nBAMJFU?TZCDץV4CI6=c a^j F8z69̕S4 uQ?@P?fg߱^:EᔪGU˟ԓniW駿?'5L~k oڀs ϭ=1dFfjt%6qoMxXޟJWR)OB=q_j_c`wid #P=-,S[LVAu2 D8zC+@mj+ i^ʰi݈՝>hdd7Kht]-_8z`A>J`1AYJ/5d\敳)_, &ta>MQ5R{2U[A;CJVIC3Dg]m(sS5qS++^Btɑ\5|S,ia.'^rW!v<(w%8θv@Hx{TzIҰ[SB`t*#qv:?u~xsH/`f(^cޕ*+*6^DgۮFz&'*/ɇ ws+Z9U頄GnJjN&+rz`)ǖjVO,wըs3r(cg.Ypiu@?l'^6i Jqo91_5W? vq?# (R/A@]|>qnv{ZZq m EnalLjDOcU/smnt6~-xh}m-⻤ZC+.5Ѽaj^o/<70 @qnbgIsT=Aѳ׷u343ߤq0zwɍIb}*b2wS ]cp瞹k糈ߔ=Uf۰:rF!Iv|k7Erdpо/naZ.eO D]OA>Js&ZLĥh$gSzh&Sg8|\(NeΈTo>o[ VR@K> r(ZpD$WyO9C\E7G#Pᓶ`YT+²A ;*?a %3cgZor:wΐi#GI ʒ]sHxaѩɶuPڣQ 3;µCj8N+k}'~~ uS7cT "YGy }MGFXbp3y] b4I)D~aI'P=JW#tG!qkeLaRׅ *ن9?5qhҥӒmKNqwlz ptQC+:jVeT1آљnwo6逾>ќ&Bz)X,M } b l҂.57)mrB79gZvڃT~;4@lcMPo,H t@JєWݦ MT5& nX|MPqA w?D朙uMP.OYfӂf]//&|qGC%jJH+S|x c34?s*qwca7}tQ!qUo>7%]{rT\Vrm߯'*C~E6+uo ^ \抴[貪LD׀~p4I4A|Ƶĸ&o|[2U|'[Nڥk洒W HˀzOL_׶Vh%T9#_rFsN.O<9oFh0n?c)Є ̋Tfa-#p93q],**cAIn<H4`w( pb d=]j_xyh" I;`RB8ok, ӱ"DbD  )4smqQuA^-w܂鰹p)a>)aIEޗ2M8C1CZMGsJZOjHʉN* b= 2뵬D1dd o$Ezx+(TM"sJ+axvb3l!n|fO*shJ.U\xS 5w"lS^Qс́@ rVĊ״X'5Fb@Εx;D޶ 56"hRd jF^nm y])@+<&{PRȗYl#O\k EVh>ͳn,VEh$ӓ! ?f^hDi֢sQ_ynRgMIcΥVհ #Y+g #*j%w0 Ӯtk\0*뻍үEӬQ3ǩ@:1L%08/oR9a;&rW^б"騿*#sՑ}xPAVig80#m5R('Ep)+F߷Gxv%CgBW CY],yVhF%~d_i1}vNɀ-@ vJAJpt)a?&M7UY1-Ý΁0{YTr/IݛbpW;uf T@2 QSx{+M9`JⳢxQ+/u.b&B5rR{kJfԕbZ_&!y;goqCA!8.n[e M퐉l+H9WG; Deӳآ5L2P[)4&XUV3F7҆-sBOL? 8#׬\Syui=rt¢3 a܆XSTVX 4vJˬb7Vt]an֓y^oT^ -p63]u<Hp­φ챴EmW4rm:׭kpe]xjsc&kY!9BkB\jֵ0$;`ԟkʌvDl\y疟augBGQ כ= EX7 ),ቋ!%pB2GԸ?@! u gܐ=0"0vbYp(D?"wjn^m[VqI 5^d?hԪ<~|j$TEt qE[y(N՟~[*wb&JLˏœ&D ~~qm}a=̻6RAFB>>"~ pOs-O5w 6~Dz]ĝ)%SǼjiL#{'Hƌ)B%FBNGFN\uˁUaZ"_cMXvHsI3-(x!u!O;[l-$ &DɻOf; \U"e\߹v"?n,l+]`cwPZ(8a4FȂ j|IƃEer&_]Z4bΐ3J WX{iAlLӫ8Ai3#잌yӵN!Ϊ>QW@;YC$77l ɯ8 941tܮcqʗƿl@j440s?],=8> yj}/׃"IZޘB\mRpGoZ(܂Pۿ@6<(l#hflHicoHRܛw#g#$n.,p6 I1C rtxBwccFcܽٙe$iƯ3زw xR&ozdy%9 B?}^3Sջ}|]A-JSv!d53 `jD] vNlʹ0fz ?GXu f+&S-fZ9d0[$~a 1?F:$HI.cL LCXZR3uGHL6U#E{Jσ7Nf\&n֭ <1fH9hϺJ}aT,#轠u1Of$UO"3^Ė<ԳLw>Kh N]l3a&b-mVDŒ2Κ34<_+{EZj>pb6c{E{=HpMh cw,^i:̯J `M;Iq,M\[PM1$%WVLۺ >lƫeERsM,S U'$zSF8:y7z>ҵG>7&:  [n] =۳@1k.aF$[;9"{/׉]w u8mh0z.$=3A sw{%/}փ@!1} &97K#{E.QK#)YI$_y,[k:v0$ײnB#2&Iҵs*Q3FtQ/nŪ mLdqS#ږcwFC S(k{KGY< hunKG|CS#(*d^hQi מ -s?9m/aOx[iÈ#iaOrJ_s.g3v2$gB}BQHxwgrpc ^uK1LH{ vhbN Ԫ;OslW ]DfݲfQ# rq<@0͗t^&;$*ɸh0 0WrO\oOI3G{4< bxۢ<| k?CcNIVȐ>I+{#mq'6VINp*t!hóKdA @s~Wbz:޹ԳMMpx#D j}1Hx\&4f>}90HFٲ&~;|S_.2d98{q)ɇSU3\trHN* Z*r%fUJtvm E,,Lee @S* [{q y@j:nJG||gf4 x"Kg5/зFi6ēNR _@`ڭz;ew:}h2,w) UOXECT%E\tlN?M`5~ecl}|--=^ ]&ԙ`dM7A{bvsˌ%t^؎v !j!tbvP ? Ɋî ^ڳ=LFvX`Iy+Azr:aF8"6LWQSYzRKK+a)HUgfU'~ c7-&ZbQD?o9H 08!r QBԝhMM  cיѫRI]tN](-Z NV:[*Z; F[r\H5^XRSg#y ƴv8{:߆.q ,>"qd"3u- m|"Sgsܾ%u,q:+pqKB+߱2_^m Ha+nXCPZF44sOCAbͅ߾"iB_e+)X`!n2c/* Wn\0}\?,7eph:ƾ<03ASqwqP T\Bu`n W$eu';>;7? 5X" &bRI2}ͥ´C@?Ξ1-[g[YbKf ` _c#87ϖuOOgFi*!ߟ~P@y{PIWz"-='T8HQH6F [uxi"HTމN0i'x8.(Mۘ[Cp(I$gۏ"[ 5&=1+Q?:۽QAG we;C1O(P)&Nx>|A)}q~sOGkιgnNbKDrTyr Vb6BGX%Sz8o[ ow 7pkآMyݰDMHY$PC ։Ko1KX&LGٽqgC0;9geSkhc0,7se27JQw~]lZoFrڹ澇 ֬I0-i:mnPY]dK&jd6ghzQ(Mucf?M D٥bEdu-|[%= qbůP-rWêbk~REɸ(Aov3r;κZBQ!!앜- Qz5ҟРߢLhfD<딞 kUUELѓ@ -Kum'LJX[~Gzc)YS77BC͞b)- J@aP<4*ϯω0z6kyuO^Z DW3J~D'Wje]-yN0u7ju(}gGk >@Ig,:b?2N:YGwWJeN'W/WtǹN QϙOvwokR0"4>nFo /Xi?|jd~K+cs,j󀂯OǽbeG6Wl0(0$]OqO,=ONf_9r{!M P(lVEuɂi$1s $*`caX,%Mc'Ʉ5bo5xZJz {|̏(2+{C!خDD]gov "辴nޓto`I[m6{I p&6"8$_2Vf4#0Ұt_0V:)^ҁHJ+ZF)N6zeA9@l+h<ÿ˅hcgn:@S=Y^ř2NAņwłu! K">'D/F,1^_/^?cXc?@;mƑJP]B&bڇ[95to,Ëy7$T^yB"-W`R41>3$.+/æbRD٘]mҟrW]Şw2`3b9=1 dz̆daUfdy5])}!Pycɀ3bcU!7hp1v_e=@:Lm'TIƇ[?f#N7sLX;x2l6p58$;_ /]K BfF~!T!ϧŴD A ~ߔ|w@OC1.@gC[}v Pi^A{Uc/Yu~GM=Tގ~5IWKf$=q8+vP8PTj;EWԄŽFw^řMNHPPQ׉H>- RGfwyy0I3_RMרEF|$,ʥC {b${󫁉#/k} [0yifz((["P;tjc='rut",_˘]Nm]2 7ȅr?vN=饠}h5{D G.)pM-hlcOE&=rw(Gճ.-#Tϗ9c|=7FY *U=P2Zu(F;`"S*b$zwךz.=5*fՖ'1vsˏ~wPG \o31{xʮRJj4,&'ƴlTɘbI8х֧[S*BP%jXW2:Dhu\-hu.$_O-hrE`8ǭ/A5Vπ`ůlohjACöӗ?j©<^,Ci)$cZK @o5QXU=95mS/*y]$;;F@R\p4MCyә^vveCx8b-hCjC- OQI`Is_.~RhT] 0]#DO$A.>tb!wc2lC /Z%>p c|ߚV9~Ĺyo,t:nL`83':F;o*rф <{Rއ8ι"_VY 8o[x岫u'<ߓsJ"mďO#wlJKUXE{Q`:ULnpk/FGց + R r:z~=q"}o LW H^ʣ{lҽʩJNDyAL)%.9i]j2ƪ*v4Mmɿ+'l,uIp(+hg?""٧m#PIT&#I\ +w*4sd ޥҖĕm)v-(zz9ܖX!5:ޒ\~9+Ay$.MUzTctp;S=Na u>*;͵x'^g Πby4%!#xbiB# ,?K-2!cvb1W`$.P?=Pc8;9CGHC`3Ρ``[JuPh5"!l) xH )H0 R;z(N6 *