leptonica-tools-1.80.0-bp154.1.152 >  A b|j؜!M@eee3AjdT)LȔ`pʈ 9}Jz)}WQ `_#eo-:1Ea:axiESŲƻBٱe>;"m|9P2R-zicqo k\v.}ƒǵ4R[XEװU XuMTͲɪcepv[2\6Estk(>p>F`?FPd % 5X\hl  (  @  X    T  `   0 `   (8 9 :N F9G9 H9 I9 X:Y:\:8 ]:h ^;Sb;c<@d<e<f<l<u< v< wD xE, yE\%zEFFF FLCleptonica-tools1.80.0bp154.1.152Leptonica toolsPrograms for manipulating images.b|jcloud124cSUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgProductivity/Graphics/Otherhttp://leptonica.org/linuxx86_64)`@)x))H(H0)x)A큤b|iAb|iAb|iAb|iAb|iAb|iAb|iAb|iAb|iAb|iAb|j^H6bc367a61ec41735f648a88efad2ec3e9cfcb775fed89cdcac20b109cd4727badbcbe1a15073426271c13406abd5f41d1a6bee08bd2b888c2ba16235c93260d21a267636edbbb3d46eae97d646e6c98809216554e3986822a67c2f94692b40b2146861b92f07e91d0fdda2588245fe7379dfbbb794d617b5d9f535a8d248e3ded927b748f0f435dbdacb9432904a3e19500f4b371eb0e5297d016e0a08170c37febaf3b22749a834b30b973e654180fbb57b4440f334105aa9c7af07ba42fa037962afb7620c97d2dcb5ff7bd2e57ec070871d6b433d79d5d073d6c74824a5a3b686d7fe61cf5bd638b600fffb73a9a0be30f45b5a4bb13200e301a61ee4058ee2bd08df4671ee1752bb8e42b41ac3e8737ef1c52cd235a993ac0968ba8061343d702a5b4b7a200c2a30b7101543eefad8e389dfeb58f6980c0850d7630eb9ba687829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootleptonica-1.80.0-bp154.1.152.src.rpmleptonica-toolsleptonica-tools(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)libc.so.6(GLIBC_2.7)(64bit)liblept.so.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_!d^,-\N\ZK@Z@ZvZtRZ.s@XV@V@Kyrill Detinov Kyrill 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.cloud124 1652320944 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-leptonicacpioxz5x86_64-suse-linux ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=75dd921ee506041e196dabc262349a36fc33e4a3, 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]=f91cc5d626cf49f84f8d36a3ee6edcf2ab3079a4, 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]=d98eaf2036d5818226c71e9666e246c4fa34d20b, 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]=f27a032c269b0fb8c69cd521b3a0b8dac97f5425, 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]=2821b5f285f2b6d437e566f9a480b0a36b2cba95, 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]=ac3699e1dae93000e14a4999f9839b78edea8c30, 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]=e0b28e09f85957d46bc979e094dcbce5812c7355, 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]=4252c485665297f92ed4339d662c62f44e6c52e9, 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]=f819bd66b89d8ff55a6118baeadd28707e66c492, 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]=a2b17f24eb575cd6d05e8e5cd37eefb453bf3d2c, for GNU/Linux 3.2.0, strippeddirectoryASCII text RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR Ӷ)' q5 utf-8068a1487896458ac2429cadd4f6cb1808eec0ee8b1084f27c2c45ce991e5e8a9? 7zXZ !t/k'0] crv9w WmG;أGqj"X5Fz¬䠻hKCaAy-|!Z vOas׵/nl>Reqx37Xb @p h]Lbx`:3"_%OLb;M%}_eKT5Ixhí[#ggNVk<łoƫ "U_]VWFCvT~  +ZLLF15h32h],|~"&]dnqK;D[K dD- d\Ӵ{@E%h9먫3֎);[9PfHmHպ̊{ i@[a^=&O||9-P|&y1,Rjtr7QUa5A%C}מY^dY\xR)a;;XNnOI~5f_YӌX( Eu8Yd,H6nPlKTOPb'󳃥ʠJg[3q%>fd^C-RgaZT1@4͍ofWJ\?)Bfݞk5#>v9~K` v:vfx_UHK~&r /Hm ]Xq'&sD~FW~]wF| QkAh0ʒVe;c+D;;g|2%9Zbe2O} *biCu򾎅f_B +\0w V[qfys2yU 8-+:(1Z_4̫0C B²am3/O\ֿpy& 508Dw+l`~A#of |1c(UT:z 6Z$|ẻO];˗sJeELZi qNv9@ C^S||ݱMW2ޞv4g/B՛=TZ\2T Vz?i6Kf [B%a<Ȱ=n;+ L7BxG mW'{ܫUI%Ϗ8llw825(ye05&}<_Uvj|i 923QZI4E"1/l1*B8JFLj$f{e"XZv{{{n _Yf^0ϧGh}dLhMՕv!yqNY\4 x}|I571H5Rf? 90&-$9EA!p ֐k A%SKbX+a6(ҭ-v ; BpفOUqFE# Tیx+f* KcٓYt&KqmӨ^K#U%?2/xH],&-ӷǶRE<&n]4i>>x-YjBXͥp vhKr:%54tږ$ڨ#AT5IJSZMӪbwZ&r<|vF]ɩ;C +ŏ5[KjANh[ imϲy埢!8*irANv`"'%yLDuW&#ۇ?juoO0o8Iil(g(@8`,fbП ]FH4O|q*/b7U] s[qa 6 )f­*fbiֳÔ8PgP\6ˬHn)n#)%ۖoنidaFȰ@79=|@r}h#=l2$dOyc/c1P@6Sgo[mBs.'Q%!cGWp,H`NPPEf 07{kR$;Ihn+&m sW륜|dmKC~ׅ nNs֜h^g^^0-$o=lJszROSI5ܒ )s5t~D̓8]86_Z}C;ļ",;\d84;^b9oU; 8 {NX-O}Ps<}n0QL|aND0Bt$r`>/[-T?oz_P4Tbo7ԌmP+~A0C)x7!px{w 2`wIsUFvEFYyZ#ιygG412dD]1ݕWaUF.u(V˓](ɣy{˝8jxăLCp#a5\bͱb{qp,OB nA }ÛjЗ%)=2GXdTK.T0 m}BkNv d%Q6 Y\1 ['(P V-j |ϭˇSyFEX&~ƾ"9o92:o#Y+˝ڊJ&*6 )4;2ڎ{1U $ _ Ҋ2XK-Hd3-gКQ/h!^:"CwEFjr& yP%ObriH};܋yE,V{{s#`e(ɇ2^'I~qyp)8uFR`?EQ|Z-d@._Z&#Ү+^GL.*Uehhn_8 Ca[62X9ƊR 5M!80RAg b3c]~Fybw;5=(XL_@>kVd4=隱|C{K0' .2[[ThVYvHALusq(3ےml} ΘSu(RM\ Aܩw 0p m~3Izo4vRA}1dURB0d+ zf)>o_1c&݄DjxvZylCVD #-R͡1E2okԑh?PCj5R4nd;pd_M)x{ o~(!^"<&oDRIDJje y5 &viȴ< B&} svֽd Ԗ"+E znw˘!.8YZFdo hb<7L.ynJX{ (\uNcHQ V]G|]IoOwy7L8a ~] Ƞ f4:?s[@ad+%|/ UPbR[JJ]|( \6pE fUz%b"ZOZ#qCc2lanX'+GC+1ssqsITCp94TiMmKsalyg=8XB,ʷXr7OP٣~'~UD9v`GrL$!נ|/~#v,\bWWWÃ|,َO3@:7]qD 5܎më y6&Pm xހB+(_tX tӮ:%80ܡϱ Tk~rv|^o8܇!ͯ z l}3].O ^nꠥHAu2l锆ZrqC (/MY ['(|>fbBb C\6vD*} SF<@E)Fƒɹ-oͱW퍶 iơb _M ԡ2(G2bu`-2N?6@noqo OI 7Ǐr^Cߥ<߭7Q㽹E<X. *jCq !8*xJvx{+ּ>\E[gFvJӏ$-saOC}ؼ~ a0dlϿ-JõdEF+ yr;}ᰘEνW)Sȏ>p$Ki%cHa+!+Y,?%. Xi0kFl5y.DI[NXpҚv#C&+@ʾ0zjmsrܬ!V}((tnMޘ[Pm03[aq3(:>_y|tUB_x/R !ie-H-+xDo AROo ]K3Ìe.ںqѥ6!} /GӉ 5Ph{z^HrTޤΤD/T.G9:ѷuc\LT zT bPd{MYVԂ8*K & wфri#e݀,siTZ5M ?1;5*}BXT澁(~^Vw.=Yk*]xkHB+y{v͹3fܥpK>+U^/z0mi LR Re*>E?X1VbC|n0 CϑBozOAHL 휤m: gHj0믱5(CETȖυҨuw\}{ b/c­ٓJ}3nӼ5pW?G$MuYv)ϓL\HXb0քݺe< M8ppEOX:H9qQLx(LWs]*rStUNz:D) fw_Jn 8:ij{5,ȉծB_QD6ߨ9횻&ŞG εٱ{Οt!I<ä,sqV"=JPq'I˾~tL-5nť! M-A p8(yrᐕuD}4pԿcDԙ. U_C[k=ahb"P><1LKƌf1z',A7*i K& WxDM7WwP g'*| .9ǸF^8 99 $lo.WAy/jJe?""H2势1*N;TwAȐ͵U.8Fț6Ѯ؁\T9Oda]oF,/]pYQ|Xg? R>g|nOԄc{/[~u/#J@Y+^"LMw9߲0o%?_3 SS܅L6hv1~&>|S?)Ab]F˹o:c5~x)bt{}}6̹Ýz˳=lV;b՜HwAۘyUm .=^sѮ^ 9YXe^Hm2Όz 4P!=P)xZ+Y;9}KS;NDſlTA*wgܱO_vq2wD-ُVo'JpS0f 7mPOՓA/!0 2dχ&ZX4Q1և{P#b_{$5bexuk\BSLT1XT7SC[c"Yu( } /bnV Z%8O̡D5gИMe2JƢA~L̝-H]:sYdp"ҋܝ1=yrr4 Kg+$7gS&B~@{=RjOߖCvV6FӮIĕiUseN^yH {Wz1=QZJe3,!-vt>ɦHjIksv|) Aap^/;l^7 v#oPKU.jQL\\ʰ,x>$%p@w~֡1%|Fؼ8ɆOEŒeGnɃ]*?Z7$%\5#./Qfp{x7@ӎ 5jh!3O6R8,fYV z|2%{ xfEC|Z!iCR.$uݣWSG]i}LKvNu+V)x!pm/p_@qKN3JÏ,{3v> c*9:6e~y6b+>o 0 ^=|Oڊr>)8+G0LYdq/f3>1\GGie\8 N\}D& (￰]yQ[/9r:4 @C+d7Ρ>;VVZs&=רu D=xlo;%y?;AGEV@`DR}63N@p=x(;WfB?|)s(oÄbC%~?1olAu+s6g &R273L8=އ^GWm!r]HAۗdtT'_`]yrDj<=yR7V6(ݽL ( w7ú*jV%+BT6xݵQyҧ(X`(&q'ӜbmKN}夼{) lqc|PMNt,C]Fty51KnW@$יG&UtNAoiԵYw9}\&ʠnJI HhN"ڣH.N-xmz3ϝuf2݈e=mdQ6FQI낚%]'ũ\mA#GAgi_$O+jHmGp\#?t[L _w 0(dc!}0"Rڅ%*;ɗVGNN=XFU٤tV<%[Z qHC7i9!>a3vs<@X 9!?ŇrQ4d#-;ך4 h'źխǼ"0J׏dh ?9'`b* -=cќ1͆GV/yyP.k Bۍ=YbzhD]`Ea[[I=E2҃8H^"OGZ D`/Qvc`eh٫,W@b y>m6Y1J-"^π/Cc@F;wY 33D،sن}EbsJ>j.;]YMD 5Ey\΀Jf fvS,°f aR\p#& Zx@fSSW`(N&d 6{`_\M+ܻxꦄ"mv6Ҏ $#su,"m1 MU>߰,nIue;rӎVNbl@d :ˑ+3g3u1~\aSn#ig#(HBVʹ4Z&νcq3QEDEYqd֤ Ft-#CFzQS* 1zs%AxRD8̝*Ck"EL%~,\ yQ}Ev#{)\%/MN1$ _L[gqnK9e q闟taG[5#Lu+qFbXz.J;~;Yqp:ʨRˠ+I^r5BljQhe39﹊,j8vƯƛhk ĸ>uxZe@ d+-a0:v#HX(վAbr9xNR OXv -ElXm2\'i- ƁhkD s 3(Z\8ӁK<^]Al|AaEa;ԁ*6?5W?lv+:K?#|@i@Z8 ԰(8DܬaÐړD'rvOCG$@AGu7?+(q .P3\MLq~*Gj=濒UDje3Lw'8>\{-~C ;B* YŽ-]qԓ>Tmg &۞C)t0Ÿ M4HcQDcάMJeF5U[+h 4E`=mӫ% %b%/ oV6K7K)rXCC;ϱ?;ԃ1)g"z)j?>-?zR`OBtXW?C'jTb 4UڊX*+k}oqOeO  ӓs qxO)WYL\$Ukx(N= %Fkg]덟p| .ǝKkZU1ԊmЮ jY6͎"rO3 $aag6h755UiQEFeA.%vǾRØqvުd >S=qŸp:&ЖЊP@^c lT{n0W kJtq_]e\M%O&3X9/ ܰ$/-`II|*CzGքg5gVq"6s2C)G޾F|MJ *Ocմ2F32Wv XHt{;WՌLUp>)[@c{.ӻ*}GtA}vGW9K@Tm WcҩZL*hK݋I*_Q>CIMΐ8(GݜH|bhvcm .Rrr\:0ꀾ~nZ%#K?1`օ{hq'lx? 40=!?9As ji"#6c{sRJ,5i{c'qt*  I戣T~&,?ۺGy@cJ(ϣgʨ4YiLT LNk/=@ {*Υ.u,^l* .ռֽfT//}^׮=> >~iAxuS_BF7up]%BA(1'@618pAx7sOKmp~]B\'C&wAG3|Q0rE9G OsKsuR64vO~M7y}V6VdLָ9). >7fQ^2+$yֶr8V!FIUz,{9z(V"80 # Ox k1\/ 9U=w'[S 4 ’Czud8~Z˫fu'$I쑰@>0`;wv|w`eiᮔ뭸B֍O3޹Dt{ 1_faon0I(.!MbZ#$b;b8@".zg;ž#-Yq”-8aۑ0pBMy!Ҕ 4OdBRO-[k/-n,)$)` V YZ