libMagick++-devel-7.1.0.9-150400.6.27.1 >  A ep9|77[$|#^ON|-#"1Llj x9E6;7~rC kO(lS5R8_Xx=vX( U~,)zsI:5 /f243f00af213c779ef2dc860d24ca7a0c5015e1505a630763872d4cdc14d03b09554173996d6d5085b5da0f1ff19793f2b7a5339$ep9|jIZƕy׹Gi NsSj?eATŹD["EjxXY`z$]¯c@hdp9aH\; CJm4qF}NP~:Yo5ۀ9<{rP ߈5oM3D~C5s(kq@4 WsQ暕Kayɼ^^It|~n*a()#brMp .lbR?AUWK? qbۇ`>p>Yd?YTd * \PT`d} ** * X* * j* *p*B*@*H p M ({89:$FOHGO\*HP*IP*XPYP\Q *]Q*^S bTcUWdUeUfUlUuU*vV wW*xX0*yXzXYYYYPClibMagick++-devel7.1.0.9150400.6.27.1Development files for ImageMagick's C++ interfaceThis is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time.es390zl32SUSE Linux Enterprise 15SUSE LLC ImageMagickhttps://www.suse.com/Development/Libraries/C and C++https://imagemagick.org/linuxs390xG b. .Uw  ;7 O+<&p c |. * system() is not supported under IOS. * accelerate subimage-search with FFT's (contributed by Fred). * malloc() corruption fix * Added option to set the vsync option of ffmpeg when reading or writing a video file with -define video:vsync=.- version update to 7.1.0.0 [bsc#1187501] * SVG no longer hangs when handling class in (reference https://github.com/ImageMagick/ImageMagick/issues/3818). * Bump minor version (reference https://github.com/ImageMagick/ImageMagick/issues/3768) * Raise exception for invalid compose:args geometry (reference https://github.com/ImageMagick/ImageMagick/issues/3765). * Added support for reading and writing 16-bit jxl images. - modified sources % baselibs.conf- version update to 7.0.11.13 * Fixed reading and writing the XMP chunk in a WebP image (reference https://github.com/ImageMagick/ImageMagick/discussions/3617). * label and caption sanity check is too conservative.- version update to 7.0.11.12 * The HEIC depth image will now only be read when the define heic:depth-image is true. * -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520).- version update to 7.0.11.11 * FL32 no longer returns scambled results (reference https://github.com/ImageMagick/ImageMagick/issues/3614). * Ashlar pseudo-image format no longer crops labels in last row of tiles by default (reference https://github.com/ImageMagick/ImageMagick/issues/3618). * Optimize CompareImageBounds(). * Check image is not NULL before dereferencing. * eliminate uninitialized value * Differences in computing linear gray (reference https://github.com/ImageMagick/ImageMagick/issues/3571). * added support for pdf:author, pdf:producer and pdf:title when writing a PDF file.- force --with-fftw delegate support. FFTW3 is a BuildRequirement but not detected automatically.- version update to 7.0.11.7 * constrain sub-image list. * -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520).- udpate to 7.0.11.6: * fix portable Windows build.- version update to 7.0.11.5 * OpenCL will be disable by default, use the environment variable MAGICK_OCL_DEVICE to turn it on or select the device to use. - modified patches % ImageMagick-library-installable-in-parallel.patch (refreshed)- update to 7.0.11.4: * support caption:split define (reference * avoid an omp deadlock with policy string- update to 7.0.11.3: * Eliminate multiple division by zero exceptions (reference https://github.com/ImageMagick/ImageMagick/issues/3339 and others). * Use -define filename:literal=true to bypass interpretting embedded formatting characters and instead use the filename literally. * decode HEIC images in sRGB instead of YCbCr. * Division by zero error is possible if crafty file sets film-gamma property * Check for overflow in thumbnail coder * Prevent compiler from optimizing out buffer clearing in cipher * Clone properties from image stack. * Set overall image depth statistic in Composite channel.- version update to 7.0.11.1 * bump minor version # * allow reading multichannel PSD files with 1 or 2 channels. * respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212).- version update to 7.0.11.0 * bump minor version # * allow reading multichannel PSD files with 1 or 2 channels. * respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212). - build against libraw [bsc#1182229]- version update to 7.0.10.62 * -trim not working as expected (reference https://github.com/ImageMagick/ImageMagick/discussions/3172). * possible undefined behavior (reference https://github.com/ImageMagick/ImageMagick/issues/3195). * sanitize buggy ascender and descender values (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202). * dng:decode element in delegates.xml quoted incorrectly (reference https://github.com/ImageMagick/ImageMagick/issues/3156). * Extract GPS info from TIFF images (reference https://github.com/ImageMagick/ImageMagick/issues/3167). * Revert tieing MagickFloatType to double (reference https://github.com/ImageMagick/ImageMagick/pull/2832). * revert configure script for validating JXL delegate library. * the distributed pixel cache now properly deserializes the image attributes.- update to 7.0.10.59: * strip EXIF marker from profile * add --enable-opencl to the configure command-line to enable OpenCL support. * generate histograms by comparing pixel components rather than color- update to 7.0.10.58: * identify the convex hull and minimum bounding box attributes of an image with the -define identify:convex-hull=true define. * set the quality to 100 to produce lossless HEIC images (reference https://github.com/ImageMagick/ImageMagick/pull/3116). * properly identify SVG images (reference https://github.com/ImageMagick/ImageMagick/issues/3117). * duplicate operator: inverse range parameter working again (reference https://github.com/ImageMagick/ImageMagick/issues/3113). * Fix rounding error for CSS colors on i686 (reference https://tracker.debian.org/pkg/imagemagick). * additional checks to prevent integer overflow. * Fix rounding error for CSS colors (reference https://github.com/ImageMagick/ImageMagick6/issues/129).- version update to 7.0.10.55 * revert changes to the default max width/height of image. * replaced jxl coder with an implementation that uses the jpeg-xl reference library. * added -define trim:edges=(north,east,south,west) that can be used to trim a single or multiple edges.- Add libheif dependency to support HEIC file formats- version update to 7.0.10.53 * CSS colors no longer require commas. * eliminate possible arthimetic overflow (reference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28849) * support display-p3, Adobe-98, and Pro-photo colorspaces * read/write 1024 colors Sixel images (reference https://github.com/ImageMagick/ImageMagick/discussions/3018). * return alpha bytes with stream utility (reference https://github.com/ImageMagick/ImageMagick/discussions/2862). * percentage -border in x no longer adds one pixel border in y (reference https://github.com/ImageMagick/ImageMagick/issues/2978). * reduce time to identify PDF/PS/XPS/PCL image width/height (reference https://github.com/ImageMagick/ImageMagick/discussions/2993). * revert patch to ready gray alpha TIFF image. - modified patches % ImageMagick-configuration-SUSE.patch (refreshed)- version update to 7.0.10.49 * correct previous patch to read planar RGB TIFF images. * Repair unit test failures (reference https://github.com/ImageMagick/ImageMagick/issues/2959). * support YAML image format. * use generic TIFF read method for LZW-compressed strips (reference https://github.com/ImageMagick/ImageMagick/discussions/2935). * possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah). * set default system font in policy.xml configuration file. * support portable float map format 16-bit half. - modified patches % ImageMagick-configuration-SUSE.patch (refreshed)- version update to 7.0.10.45 * added support for the farbfeld format (reference https://github.com/ImageMagick/ImageMagick/discussions/2664). * specify the bilateral neighbor as width/height rather than radius/sigma. * correct reading of first row in TIFF decoder. * correct rotation parameter for SVG transform.- version update to 7.0.10.43 * add padding to AcquirePolicyString(). * revert memory patch to avert possible thread lock. * add support for FilmLight FL32 image format. * remove Linux shell artifact from Windows delegate configuration file. * fix shell injection vulnerability via the -authenticate option (reference alex@cure...). * support DPX 4:2:2 sampling. * Release ImageMagick version 7.0.10-38 GIT revision 17815:bf51a3f1f:20201114 * add image settings support to -fx. * better support for TIFF YCbCr photometric. * verify TTF glyph format before dereferencing (reference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26932). * force single HEIC image per container. * Release ImageMagick version 7.0.10-37 GIT revision 17780:47a8392ef:20201107 * check and report if profile is corrupt. * do not add entropy based on mkstemp() unique filename.- version update to 7.0.10.35 * Prefer ffmpeg over avconv. * Support median image statistic and median property. * Add -extend option to {display,animate,import}. - modified patches % ImageMagick-configuration-SUSE.patch (refreshed)- version update to 7.0.10.34 * check for linux-compatible sendfile().- version update to 7.0.10.33 * miscellaneous clean-up. * enable WMF for module build. * writing PDF requires a seekable stream.- update to 7.0.10.31: * Add support for APNG (specify explicitly, e.g. apng:animate.png). * Add support for WEBM. * Fixed registry lookup of GhostScript that now writes the patch version to the registry * Add endian support to JSON coder. * Regression: MapCache type cache allocation skipped * Some DCM images include a thumbnail- update to 7.0.10.29: * Eliminate infinite loop for certain SVG styles * Add version element to JSON file format * Enabled support for AVIF encoding on Windows. * Clip path in 8bim profile is updated when the image is extended. - remove ImageMagick-set-correct-colorspace.patch, ImageMagick-inkscape-commandilne.patch (upstream)- added patches fix inkscape commandline [bsc#1174272] + ImageMagick-inkscape-commandilne.patch- fix bsc#1106272 - added patches fix https://github.com/ImageMagick/ImageMagick/commit/029fb3425ecf82e8b30c060e38a135d1d3e76bb3 + ImageMagick-set-correct-colorspace.patch- version update to 7.0.10.28 * Distorted clip path after -extent (reference https://github.com/ImageMagick/ImageMagick/issues/2414). * Paths in Photoshop EPS files are corrupted on conversion (reference https://github.com/ImageMagick/ImageMagick/issues/2413).- version update to 7.0.10.27 * fix regression when detecting the libz delegate library. * Add animated webp blend method support (reference https://github.com/ImageMagick/ImageMagick/pull/2351). * Add support for OpenRaster (.ora) image format (reference https://github.com/ImageMagick/ImageMagick/pull/2342). * Paths in Photoshop EPS files are no longer corrupted (reference https://github.com/ImageMagick/ImageMagick/issues/2380).- version update to 7.0.10.25 * Remove UseCIEColor setting from PDF code as its use is not recommended. * Update to the latest documentation. * To preserve compression of input image with the tiff encoder use: - define tiff:preserve-compression=true. * Add support for the -white-balance command-line option. * Discover hidden files when globbing (e.g. *.jpg) (reference https://github.com/ImageMagick/ImageMagick/discussions/2239). * New inverse-log evaluate operator. * Ensure that float is valid in ClampToQuantum() (reference https://github.com/ImageMagick/ImageMagick/pull/2219). * New pseudo-image format, ashlar, e.g. convert *.jpg -resize 320x320 ashlar:canvas.png).- version update to 7.0.10.22 * fix wrapping of caption (reference https://github.com/ImageMagick/ImageMagick/issues/2178). * sanity check of affine matrix when drawing.- version update to 7.0.10.21 * new image property, %N, only report the # of frames in an image sequence, just once rather than on a per frame basis * problems converting CMYK to RGB regression (reference https://github.com/ImageMagick/ImageMagick6/issues/83) * Added support for 32 bit zip with prediction format to the PSD decoder (reference https://github.com/ImageMagick/ImageMagick/issues/455). * Fix out-of-bounds vulnerability when reading sixel images (reference https://github.com/ImageMagick/ImageMagick/issues/2143). * Fix incorrect parsing of font family list (reference https://github.com/ImageMagick/ImageMagick/issues/2153). * Improve checking for write failures (reference https://github.com/ImageMagick/ImageMagick/pull/2081).- version update to 7.0.10.18 * Colorspace change will remove ICC profile (reference https://github.com/ImageMagick/ImageMagick6/issues/82).- version update to 7.0.10.17 * Free up memory after a ICC profile is removed.- version update to 7.0.10.16 * Don't check for incompatible ICC profiles when writing PDF images, instead the user is expected to provide compatible image colorspaces or strip the ICC profile with, for example, the -strip option. * Clipping was not returning expected results (reference https://github.com/ImageMagick/ImageMagick/discussions/2061). * Don't write a ICC profile to PDF if the image is gray (reference https://github.com/ImageMagick/ImageMagick/issues/2070).- use --quiet option to update-alternatives [bsc#1171431]- version update to 7.0.10.13 * Black artefacts during quantization (reference https://github.com/ImageMagick/ImageMagick/discussions/2007#discussioncomment-13546).- version update to 7.0.10.11 * Disable "random" OpenCL kernel. Previously the work load was distributed but each started with the same random seed. * Finished implementation of -distort rigid-affine. * Enable threaded PNG coder.- version update to 7.0.10.10 * Correction to allocate a colormap of the maximum colors when color reducing an image sequence. * Write to stdout for mp4:-. * Allocate a colormap of the maximum colors when color reducing an image sequence. * Label was not centered properly (reference https://github.com/ImageMagick/ImageMagick/issues/1879). * Some configure --with-method-prefix methods were missing (reference https://github.com/ImageMagick/ImageMagick/issues/1912). * Fix erroneous "insufficient image data" exception (reference https://github.com/ImageMagick/ImageMagick/issues/1883). * Fix an unconditional jump for the XPM coder (reference https://github.com/ImageMagick/ImageMagick/issues/1895). * Improve unrotate value returned by the minimum bounding box (thanks to Fred Weinhaus). * Default inkscape delegate to version 0.92 (reference https://github.com/ImageMagick/ImageMagick/discussions/1880). * Set monochrome image depth to 1 for Group4 compression. * The X max attribute for certain fonts is zero (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723). * Multi-value of jp2:quality does not work (reference https://github.com/ImageMagick/ImageMagick/issues/1873). * Return EPS & TIFF images from the EPT image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37781).- version update to 7.0.10.3 * The -charcoal option should ignore the alpha channel. * Fix numerical instability issue when drawing lines * Improve mono font rendering (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).- version update to 7.0.10.2 * Fixed another sizing issue with the label coder when pointsize is set. * Respect explicit image filename modified (e.g. png24:im.png) (reference https://github.com/ImageMagick/ImageMagick/issues/1835). * Add support for returning the minimum bounding box of an image with the %[minimum-bounding-box] property. * Stroked dash array render properly again.- version update to 7.0.10.1 * Add support for returning the convex hull of an image with the %[canvas-hull] property. * Added option to specify the preferred version when writing a PDF file with - define pdf:version=version (e.g. 1.7). * Do not throw exception on empty draw path (reference https://github.com/ImageMagick/ImageMagick/issues/974). * Fix possible buffer overflow in ComplexImages(). * SVG to MVG requires transforms to appear before clipping paths (reference https://github.com/ImageMagick/ImageMagick/issues/1860).- version update to 7.0.10.0 * Label text no longer gets cut-off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37621). * Prevent heap overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1857).- version update to 7.0.9.27 * Make sure we can grok this Fx expression: 1- -2. * Do not advance when substituting a NULL string. * Correct alpha for named colors in the Q32 non-HDRI build. * Write Group4 compressed image as a single strip. * No percent sign in lab() color. * Introducing the -color-threshold command-line option. * Handle out of range HDRI values for -statistic option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37589). * Fix improper casting when computing image signature (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37594).- version update to 7.0.9.25 * Adapt to a change in command-line options in the SVG inkscape delegate. * No percent sign in lab() color. * Support connected-components:eccentricity-threshold, connected-components:major-axis-threshold, connected-components:minor-axis-threshold, connected-components:angle-threshold. * Set the alpha channel if the write mask is not enabled. * Corrected ellipse orientation when computing image moments.- version update to 7.0.9.23 * Report gray(127.5) as gray(50%). * Support -define connected-components:perimeter-threshold=min-max- version update to 7.0.9.22 * More work on connect components, e.g. keep-colors, remove-colors, keep-topids. * Initialize mutex before locking if its not already initialized. * Support 24-bit TIFF images.- version update to 7.0.9.21 * Support additional connected components defines. * Refresh cache morphology when writing MPC images.- version update to 7.0.9.19 * Alpha draw primitive no longer returns a parser exception. * Support 32-bit tiled TIFF images. * New -connected-component options (reference https://imagemagick.org/script/connected-components.php). * Make PNG creation reproducible (reference https://github.com/ImageMagick/ImageMagick/pull/1270). * Refactor uninitialize variable patch for -fx "while(,)" expression.- version update to 7.0.9.17 * Allow larger negative interline spacing (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391). * Conditional compile for huge xml pages for RSVG delegate library. * Put "width" property in the PNG namespace (reference https://github.com/ImageMagick/ImageMagick/issues/1833). * -combine -colorspace sRGB no longer returns grayscale output (reference https://github.com/ImageMagick/ImageMagick/issues/1835). * Support Jzazbz colorspace (contributed by snibgo @ http://im.snibgo.com/jzazbz.htm).- version update to 7.0.9.16 * Fixed three failing Magick.NET unit tests. * Also support svg:xml-parse-huge when using librsvg. * Optimize -evaluate-sequence option (reference https://github.com/ImageMagick/ImageMagick/issues/1824). * Support Fx do() iterator. * `magick -size 100x100 xc:black black.pnm` no longer creates a white image (reference https://github.com/ImageMagick/ImageMagick/issues/1817). * setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37379). * Permit compositing in the CMYK colorspace (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).- version update to 7.0.9.14 * Support extended Fx assignment operators (e.g. *=, /=, ++, --, etc.) * Support Fx for() iterator. * Optimize Fx performance. * Ensure circle.rb renders the same for IMv6 and IMv7- version update to 7.0.9.13 * xc:white no longer creates a black PNM image (reference https://github.com/ImageMagick/ImageMagick/issues/1817). * Sync pixel cache for -kmeans option. * Thread -kmeans option. * PSD: only set the alpha channel when type is not 0. * Fix Lab to custom profile (CMYK or RGB) conversion bug (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318). * Fix Build failure with MinGW-w64 (reference https://github.com/ImageMagick/ImageMagick6/issues/67). * Inject image profile properties immediately after the image is read. * Replace pseudo-random number generator with a Xoshiro generator. * The -layers optimize option requires a fully transparent previous image. * Some clang releases do not support _aligned_alloc(). * Support -kmeans command-line option. * The -layers optimize option requires a fully transparent previous image.- version update to 7.0.9.9 * Build file clean-up (reference https://github.com/ImageMagick/ImageMagick/pull/1798). * Improve semaphore handling @ https://github.com/ImageMagick/ImageMagick/pull/1798). * Introduce HeapOverflowSanityCheckGetExtent() method (reference https://github.com/ImageMagick/ImageMagick/pull/1798). * The -layers optimize option requires a fully transparent previous image.- version update to 7.0.9.8 * -type bilevel behavior restored, it creates a black and white image. * Support Pocketmod image format, e.g. convert -density 300 pages?.pdf pocketmod:organize.pdf * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). * Update documentation. - deleted patches - ImageMagick-targa.patch (upstreamed)- version update to 7.0.9.6 * Increase the maximum number of bezier coordinates (reference https://github.com/ImageMagick/ImageMagick/issues/1784). * Santize "'" from SHOW and WIN delegates under Linux, '"\' for Windows (thanks to Enzo Puig). * Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757). * The result for -compose Copy -extent on a MYK image is CMYK (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118). * Fix potential buffer overflow when reading a fax image (alert from Justin). * Support dng:use-camera-wb option. - added patches https://github.com/ImageMagick/ImageMagick/issues/1792 + ImageMagick-targa.patch- version update to 7.0.9.5 * Ensure Ascii85 compression is thread safe. * Santize ';' from SHOW and WIN delegates. * Add exception parameter to CMS transform methods. * Output exception there is an attempt to perform an operation not allowed by the security policy * JPEG and JPG are aliases in coder security policy. * Fixed numerous issues posted to GitHub- version update to 7.0.9.1 * Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues). * Support trim:background-color define for -trim option. - modified sources % baselibs.conf- version update to 7.0.8.68 * Support animated WebP encoding/decoding (reference https://github.com/ImageMagick/ImageMagick/pull/1708). * Text stroke cut off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36829). * Adds support for lossless JPEG1 recompression (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36828). * line endings renedered as empty boxes (reference https://github.com/ImageMagick/ImageMagick/issues/1704).- version update to 7.0.8.66 * Support compound statements in FX while() (reference https://github.com/ImageMagick/ImageMagick/issues/1701). * Eliminate fault when trace delegate is not available. * Properly distinquish linear and non-linear gray colorspaces (reference https://github.com/ImageMagick/ImageMagick/issues/1680). * Support XPM symbolic (reference https://github.com/ImageMagick/ImageMagick/issues/1684). * DilateIntensity is channel independent (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36641).- version update to 7.0.8.63 * Properly identify the DNG and AI image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36581). * Added option to limit the maximum point size with -define caption:max-pointsize=pointsize. * Corrected JP2 numresolution calculation (reference: https://github.com/ImageMagick/ImageMagick/issues/1673)- version update to 7.0.8.61 * Issue with -background and -swirl (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36512). * Enable reading EXR image file from stdin. * Module is a reserved keyword for C++ 20 (reference https://github.com/ImageMagick/ImageMagick/issues/1650). * Improve GetNextToken() performance. * Heap-buffer-overflow in Postscript coder (reference https://github.com/ImageMagick/ImageMagick/issues/1644). * The -alpha shape option nondeteministic under OpenMP (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396). * Correction to the ModulusAdd and ModulusSubtract composite op (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413).- version update to 7.0.8.56 * Unexpected -alpha shape results (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396). * Converting from PDF to PBM inverts the image (reference https://github.com/ImageMagick/ImageMagick/issues/1643). * Heap-buffer overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1641 * PerlMagick test suite passes again (reference https://github.com/ImageMagick/ImageMagick/issues/1640) * resolve division by zero (reference https://github.com/ImageMagick/ImageMagick/issues/1629). * introducing MagickLevelImageColors() MagickWand method. * Transient problem with text placement with gravity (reference https://github.com/ImageMagick/ImageMagick/issues/1633). * Support TIM2 image format (reference https://github.com/ImageMagick/ImageMagick/pull/1571). * For -magnify option, specify an alternative scaling method with -define magnify:method=method, choose from these methods: eagle2X, eagle3X, eagle3XB, epb2X, fish2X, hq2X, scale2X (default), scale3X, xbr2X.- version update to 7.0.8.53 * Fix -fx parsing issue (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36314). * Eliminate buffer overflow in TranslateEvent() (reference https://github.com/ImageMagick/ImageMagick/issues/1621). * Clone rather than copy X window name/icon. * Optimize PDF reader.- version update to 7.0.8.50 * Added support for reading all images from a HEIC image (reference https://github.com/ImageMagick/ImageMagick/issues/1391). * Heap-buffer-overflow in MagickCore/fourier.c (reference https://github.com/ImageMagick/ImageMagick/issues/1588). * Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- disable indirect reads [bsc#1138425] (https://imagemagick.org/script/security-policy.php) - modified patches % ImageMagick-configuration-SUSE.patch (refreshed)- version update to 7.0.8.49 * Add support for RGB565 image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36078). * Use user defined allocator instead of `malloc` (reference https://github.com/ImageMagick/ImageMagick6/pull/49/). * Add static decorator to accelerator kernels (reference https://github.com/ImageMagick/ImageMagick/issues/1366).- version update to 7.0.8.48 * Fix transient convolution bug. - deleted patches - ImageMagick-montage.t-failing.patch (upstreamed)- version update to 7.0.8.47 * Support 16 and 32 bit tiled float TIFF images. * Convolve morphology alpha channel fix (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36086). * Text improvements to the internal SVG renderer. - disable failing averageImages test for i586 - modified patches disable also PCL [bsc#1136183] % ImageMagick-configuration-SUSE.patch - added patches https://github.com/ImageMagick/ImageMagick/issues/1580 + ImageMagick-montage.t-failing.patch- version update to 7.0.8.46 * Return HEIC images in the sRGB colorspace. * Fix image signatures to ensure they are Q-depth invariant (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=35970). * Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- version update to 7.0.8.44 * Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- version update to 7.0.8.42 * Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- version update to 7.0.8.41 * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Honor SOURCE_DATE_EPOCH environment variable (reference https://github.com/ImageMagick/ImageMagick/pull/1496/). * Standardize on UTC time for any image format timestamp. * Add MagickAutoThresholdImage(), MagickCannyEdgeImage(), MagickComplexImages(), MagickConnectedComponentsImage(), MagickHoughLineImage(), MagickKuwaharaImage(), MagickLevelizeImageColors(), MagickLevelImageColors(), MagickMeanShiftImage(), MagickPolynomialImage(), MagickRangeThresholdImage(), MagickSetSeed(), MagickWaveletDenoiseImage() methods to MagickWand API.-bsc#1133110 - Remove jasper dependency from ImageMagick- version update to 7.0.8.40 * Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * The -layers option compared pixels inocorrectly as opacity rather than alpha. * The -preview raise option now returns expected results. * Initialise ghostscript instances with NULL (reference https://github.com/ImageMagick/ImageMagick/pull/1538). * Modulo off by one patch for -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).- version update to 7.0.8.37 * Fixed -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789). * -draw image DstOver is now responsive to the composite operator (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=35650). * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- added temporary %pretrans to ImageMagick-config-upstream and ImageMagick-config-SUSE [bsc#1122033comment#37]- version update to 7.0.8.34 * Associate one lock with each resource. * Report exception if opening TIFF did not work out. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- update to 7.0.8-33 * Fix SVG conversion infinite loop (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35591). * Initialize primitive drawing structure after resizing. * Fix out-of-boundary LocaleLowerCase() @ https://github.com/ImageMagick/ImageMagick/issues/1495 * -trim is no longer sensitive to the image virtual canvas.- update to 7.0.8-30 * Support define to remove additional background from an image during a trim, e.g. -define trim:percent-background=0% -trim. * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - deleted patches - ImageMagick-montage.t.patch (upstreamed)- provide two new (conflicting) packages with configuration [bsc#1122033]: * ImageMagick-config-upstream - provides configuration provided by upstream (no restrictions) * ImageMagick-config-SUSE (preferred) - provides configuration provided by SUSE (with security restrictions) and use update-alternatives for selecting configurations. - remove code for < 1315 - deleted patches - ImageMagick-disable-insecure-coders.patch (renamed) - added patches + ImageMagick-configuration-SUSE.patch- updated to 7.0.8-28 * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). - deleted patches - ImageMagick-test-FITS.patch (upstreamed) - deleted sources - input.fits (not needed) - added patches https://github.com/ImageMagick/ImageMagick/issues/1484 + ImageMagick-montage.t.patch- update to 7.0.8-27: * Mod patch to properly handle subimage ranges (e.g. image.gif[2-3]). - added ImageMagick-test-FITS.patch and input.fits temporarily https://github.com/ImageMagick/ImageMagick/issues/1478 - remove ImageMagick-clamp-after-edge.patch, it is solved another way (see [bsc#1106415c#10])- update to 7.0.8-26: * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- update to 7.0.8-25: * Eliminate spurious font warning (#1458) * Support HEIC EXIF & XMP profiles. - changelog for 7.0.8-24: * Support -clahe option real clip limit * ShadeImage() kernels can return negative pixels, clamp to range (#1319) * Annotate with negative offsets no longer renders slanted text- clamp after edge [bsc#1106415] + ImageMagick-clamp-after-edge.patch- update to 7.0.8-23: * CacheInfo destructor must be aligned in DestroyPixelStream(). * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity.- update to 7.0.8-21: * Check to ensure SeekBlob() offset can be represented in an off_t. * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image.- update to 7.0.8-17: * Support -clahe clip limit with percentages (e.g. -clahe 50x50%+128+3).- update to 7.0.8-16: * Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%) * Check for modulo underflow. * Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS. * Added support for the -clahe option: contrast limited adaptive histogram equalization. * Added support for GIMP 2.10 files (reference https://github.com/ImageMagick/ImageMagick/pull/1381).- update to 7.0.8-14: * Adding coder headers with magic.xml will no longer be supported. * Adding coder aliases with coder.xml will no longer be supported. * fixing oss-fuzz issues- asan_build: build ASAN included - debug_build: build more suitable for debugging- allow writing PS, PS2, PS3, XPS, EPS and PDF, disable reading only by default security policy [bsc#1105592c#32]- also disable EPS coder in default policy.xml [bsc#1105592] [bsc#1109976#c7]- update to 7.0.8-12: * Added support for arithmetic coding to the jpeg encoder: - define jpeg:arithmetic-coding=true. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- update to 7.0.8-11: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add support for "module" security policy.- disable PS, PS2, PS3, XPS and PDF coders in default policy.xml [bsc#1105592]- update to 7.0.8-10: * Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the dcraw delegate when libraw is the default raw delegate. * Restored thread support for the HEIC coder. * ThumbnailImage function no longer reveals sensitive information (reference https://github.com/ImageMagick/ImageMagick/issues/1243). - remove upstreamed ImageMagick-filter.t.patch- update to 7.0.8-9: * XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative. * More improvements to SVG text handling. * New -range threshold option that combines hard and soft thresholding. * Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval. * Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217). * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - fixed tests by ImageMagick-filter.t.patch https://github.com/ImageMagick/ImageMagick/issues/1241- enable i586 tests again, except t/montage.t- update to 7.0.8-6: * Improve SVG support for tspan element. * Add support for -fx image.extent. * Fixed a few potential memory leaks. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Support %B property, the image file size without any decorations.- use "BuildRequires: p7zip-full" for TW as 7za binary needed by ImageMagick was moved to this package (see bsc#899627 for more details about this change)- update to 7.0.8-3: * Apply translate component of SVG transform rotate. * More robust SVG text handling. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Fixed an issue with stroke and label- update to 7.0.8-0: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156). * Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151). * Properly initialize SVG color style. * A SVG rectangle with a width and height of 1 is a point. * Fixed memory corruption for MVG paths. - consider test to be completely broken on i586, removing: - ImageMagick-relax-filter.t.patch - ImageMagick-tests.tap-attributes.patch- update to 7.0.7-34: * Added support for reading eXIf chunks to the PNG coder. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Improved clip / composite mask handling. * Restore SetImageAlpha() behavior. * Fix -clip and -mask options. - fixes [bsc#1093395]- update to 7.0.7-31: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Missing break when checking "compliance" element. - removed upstreamed ImageMagick-draw-circle-primitive.patch- instead of disabling test, apply upstream fix introduced few minutes after upstream report was made - ImageMagick-filter.t-primitive-circle.patch + ImageMagick-draw-circle-primitive.patch- update to 7.0.7-29: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - turn off drawing primitive 'circle' test: + ImageMagick-filter.t-primitive-circle.patch - dropped patches (upstreamed): - ImageMagick-CVE-2018-9135.patch - ImageMagick-write.t-pict.patch- security update (webp.c) * CVE-2018-9135 [bsc#1087825] + ImageMagick-CVE-2018-9135.patch- consider urw-base35-fonts [bsc#1088463]- Drop buildrequire on mupdf-devel-static, there is only one occurance in all makefiles mentioning MUPDF_LIBS and it is always empty - Format with minimal run of spec-cleaner * Use license * Sort BRs alphabetically- Remove BuildRequires on dcraw, it is not needed at buildtime.- do not run tests on i586 at all- update to 7.0.7-28: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts - tesuite still fails, however: https://github.com/ImageMagick/ImageMagick/issues/1058 - added ImageMagick-write.t-pict.patch - added ImageMagick-tests.tap-attributes.patch- update to 7.0.7-27: * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts. - remove ImageMagick-remove-test.tap-attributes.patch as the perl testsuite fails in bunch of tests anyway. Waiting for results of the upstream bug (https://github.com/ImageMagick/ImageMagick/issues/1019)- added ImageMagick-remove-test.tap-attributes.patch, removes failing test on i586 https://github.com/ImageMagick/ImageMagick/issues/1019- update to 7.0.7-26 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- update to 7.0.7-25 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- update to 7.0.7-24 * Do not refer to page in OptimizeLayerFrames (reference https://github.com/ImageMagick/ImageMagick/pull/987). * PerlMagick unit tests pass again. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). - removed upstreamed - ImageMagick-write.t-PICT-signature.patch - ImageMagick-montage.t-directory-exception.patch- upstream fixes the test by changing the signature - ImageMagick-820e636.patch + ImageMagick-write.t-PICT-signature.patch- update to 7.0.7.23 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Add list-length policy to limit the maximum image sequence length. - added patches + ImageMagick-montage.t-directory-exception.patch + ImageMagick-820e636.patch- Add explicit buildrequires on: pkgconfig(libwebpmux), pkgconfig(cairo), pkgconfig(fontconfig), pkgconfig(libpng), pkgconfig(x11), pkgconfig(xext), pkgconfig(zlib). all of them direct build dependencies but not included in the spec file- update context for ImageMagick-s390-disable-tests.patch- update to 7.0.7.22 * Support aspect ratio geometry, e.g. -crop 3:2. * Add support for reading the HEIC image format (reference https://github.com/ImageMagick/ImageMagick/issues/507). * Fixed numerous memory leaks, credit to OSS Fuzz.- update to 7.0.7.21 * Fix some enum values in the OpenCL code. * Fixed numerous memory leaks. * Check for webpmux library version 0.4.4. * Fix heap use after free error. * Fix error reading multi-layer XCF image file. * Fix possible stack overflow in WEBP reader.- enable ImageMagick-s390-disable-tests.patch also for ppc, ppc64- readd ImageMagick-relax-filter.t.patch for SLE15 i586 - enable ImageMagick-s390-disable-tests.patch also for s390, in addition to s390x- update to 7.0.7-15 * Overall standard deviation is the average of each pixel channel. * Support Stereo composite operator. * The -tint option no longer munges the alpha channel. * Don't delete in-memory blob when reading an image. * Support HDRI color profile management.- remove forgotten 'exit 0' from check phase- update to 7.0.7-11 * no upstream change log in ChangeLog, as usually would be, except Release ImageMagick version 7.0.7-11, GIT revision 21635:0447c6b46:20171111- update to 7.0.7-10 * Fixed a problem with resource bookkeeping in AcquireMatrixInfo(). - update to 7.0.7-9 * Encode JSON control characters. * Added support for reading mipmaps in dds images. - removed unneded ImageMagick-relax-filter.t.patch- disable failing tests on s390x [bsc#1062932] + ImageMagick-s390-disable-tests.patch- update to 7.0.7-8 * Return expected results for a percent 0 -chop option argument. * Tweaks to OpenMP support within ImageMagick. * Correct handling of GIF transparency. - recommend ghostscript [bsc#1054924c#25]- updated to 7.0.7-6 * Reset the magick_list_initialized boolean when needed. * Fixed numerous memory leaks. * Support URW-base35 fonts. * Removed "ping_preserve_iCCP=MagickTrue;" statement that was inadvertently added to coders/png.c.- %make_install only for sle12 and higher- Update package summaries and RPM groups. Make use of %make_install.- updated to 7.0.7-4 * Fixed numerous memory leaks. * Maximum valid hour is 23, not 24, in the PNG tIME chunk, and maximum valid minute is 59, not 60. * Use signed integer arithmetic to calculate timezone corrections.- builds for sle11- builds for sle12- updated to 7.0.7-1 * Fixed numerous memory leaks. * Added -define tiff:write-layers=true to add support for writing layered tiff files. * Don't overwrite symbolic links when the shred policy is enabled. * Support -metric ssim, structual similarity index. * Fixed thread safety issue inside the pango and librsvg decoder. * Fixed bug with writing tIME chunk when timezone has a negative offset. * Support CubicSpline resize filter. Define the lobes with the - define filter:lobes={2,3,4}. * Prevent assertion failure when creating PDF thumbnail.- fix previous submission - remove ghostscript recommends- Sort the header with spec-cleaner and convert the deps to .pc ones - Drop --with-pic, applies to static library only - Add --disable-silent-rules to see the compilation output in log - Fix graphviz/lcms options to match configure ones - Remove indirect-reads switch not present in configure.ac at all- another attempt to make a libMagickCore* version installable with another version [bsc#1054659] + ImageMagick-library-installable-in-parallel.patch- updated to 7.0.6-7 * Improve EPS aliasing * Added a new option called 'dds:fast-mipmaps' * The mipmaps of a dds image can now be created from a list of images with - define dds:mipmaps=fromlist * Fixed numerous memory leaks * Put UTC time in the PNG tIME chunk instead of local time * Fixed numerous memory leaks * Properly set image->colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. * Fixed numerous memory leaks * Don't use variable float_t / double_t, bump SO * Support DNG images with libraw delegate library. * Reject PNG file that is too small (under 60 bytes) to contain a valid image. * Reject JPEG file that is too small (under 107 bytes) to contain a valid image. * Reject JNG file that is too small (under 147 bytes) to contain a valid image. * Stop a memory leak in read_user_chunk_callback()- workaround failed test + ImageMagick-relax-filter.t.patch (patch modified) on i586 with sse2 enabled, the Contrast test in filter.t fails- updated to 7.0.6-0 * coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif\0\0". * Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy (reference https://github.com/ImageMagick/ImageMagick/issues/407). * Removed experimental PNG zxIF chunk support; the proposal is dead. * Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071). * The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081). * Add support for 'hex:' property. * Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501). * Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063). * Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497). * Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500). * Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering. - workaround failed test + ImageMagick-relax-filter.t.patch- updated to 7.0.5-4 * new branch, see https://www.imagemagick.org/script/porting.php - deleted unneded patches . ImageMagick-6.6.8.9-doc.patch . ImageMagick-6.6.8.9-examples.patch . ImageMagick-6.7.6.1-no-dist-lzip.patch . ImageMagick-6.8.4.0-dont-build-in-install.patch . ImageMagick-6.8.4.0-rpath.patch . ImageMagick-montage.t.patch . ImageMagick-6.8.5.7-no-XPMCompliance.patch - renamed patches . ImageMagick-6.8.8-1-disable-insecure-coders.patch to ImageMagick-disable-insecure-coders.patch- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support. + ImageMagick-montage.t.patch- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelog- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLog- updated to 6.9.6-6 * If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866). * Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304). * Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921). * The -clone option no longer leak memory. - turn on make check along perl test- Updated to 6.9.6-5 * Web pages were broken when we moved to HTTPS protocol. * Restore -sharpen / -convolve options to work with CMYK (reference https://github.com/ImageMagick/ImageMagick/issues/299). * Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296). * Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797). * Added layer ZIP compression to the PSD encoder. * Unit test pass again after small SUN image patch. * Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments. * Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).- Updated to 6.9.5-9 * Prevent memory use after free (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245). * Prevent buffer overflow. * Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30256). * Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and CALS coders. * Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252). * Prevent buffer overflow in BMP & SGI coders. * Fixed incorrect padding calculation in PSD encoder.- updated to 6.9.5-4 * Prevent buffer overflow- updated to 6.9.5-3: * Fix MVG stroke-opacity (reference https://github.com/ImageMagick/ImageMagick/issues/229). * Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team). * To comply with the SVG standard, use stroke-opacity for transparent strokes. * The histogram coder now returns the correct extent. * Use CopyMagickString() rather than CopyMagickMemory() for strings. * Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).- updated to 6.9.4-7: * Fix small memory leak (patch provided by Андрей Черный). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. - remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead- updated to 6.9.4-5: * Most OpenCL operations are now executed asynchronous. * Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). * Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). * Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck). * Fixed proper placement of text annotation for east / west gravity. 2016-05-15 6.9.4-3 Cristy * Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202). * Quote passwords when passed to a delegate program. * Can read geo-related EXIF metdata once-again (reference https://github.com/ImageMagick/ImageMagick/issues/198). * Sanitize all delegate emedded formatting characters. * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from Hanno Böck).- security update: * CVE-2016-5118 [bsc#982178] + ImageMagick-CVE-2016-5118.patch- updated to 6.9.4-1: * Remove https delegate. * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder. - refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch - believe or not, correct license string is ImageMagick: http://spdx.org/licenses/ImageMagick.html- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch * add new policy (TEXT, SHOW, WIN and PLT) - rebase patches (p0) * ImageMagick-6.6.8.9-doc.patch * ImageMagick-6.6.8.9-examples.patch * ImageMagick-6.7.6.1-no-dist-lzip.patch * ImageMagick-6.8.4.0-dont-build-in-install.patch * ImageMagick-6.8.4.0-rpath.patch * ImageMagick-6.8.5.7-no-XPMCompliance.patch * ImageMagick-6.8.8-1-disable-insecure-coders.patch- Disable insecure coders [bnc#978061] * ImageMagick-6.8.8-1-disable-insecure-coders.patch * CVE-2016-3714 * CVE-2016-3715 * CVE-2016-3716 * CVE-2016-3717 * CVE-2016-3718- Update to 6.9.3-10: fix imagetragick- Update to 6.9.3-8: * Respect gravity when rendering text (e.g. convert -gravity center my.txt). * Return empty string for %d property and no directory. * Return filename for the %i property. * Fixed lost pixels in frequency space. * etc. see ChangeLog- Update to 6.9.3-0: * Don't break on euro-style numbers. * 16-bit pnm images have a max value of 65535. * Fixed compile error when POSIX threads are not defined. * Fixed memory leak when reading incorrect PSD files. * Enhance PDF to properly handle unicode titles. * Fix memory leak in icon coder.- Update to 6.9.2-8: * Gray artifacts in large gif when using -layers optimize. * The DICOM reader now handles the rescale intercept and slope. * Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. * PixelColor off by one on i386. * Added local contrast enhancement. * Fixed bug in SetPixelCacheExtent that made images all black. * Added 6dot variant for unicode and iso braille formats. * Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. This can be disabled by setting the option 'psd:alpha-unblend' to 'off'. * Fixed issue in jpeg:extent that prevented it from working. * Fixed memory leak when reading Photoshop layers in a TIFF file. * Support gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering. * Recognize label:@- as stdin. * Make commas optional for coordinates.- Update to 6.9.2-4: * Fixed accessing subimage in a TIFF photoshop layer. * Fixed out of bounds error in -splice. * Created Manhattan Interpolate method for -sparse-color. * Don't round up for JPEG image resolution. * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]. * The -caption option no longer fails for filenames with @ prefix. * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME. * Added extra checks to avoid out of bounds error when parsing the 8bim profile * Fixed size of memory allocation in RLE coder to avoid segfault. * The -colorspace gray option no long leaves a ghostly shadow. * Preserving image origin in TGA files. * Support color compliance for TXT format. * Limit -fx recursive to avoid stack overflow. * Don't set image colorspace to gray for -alpha copy option. * GetImageType() no longer has side-effects to match behavior of IMv7. * Swap pixels for -spread command-line option. * Fix ModulusAdd & ModulusSubstract for HDRI compositing. * Added "-set colorspace:auto-grayscale false" that will prevent automatic conversion to grayscale inside coders that support grayscale. * Fixed -list weight and the options for -weight. * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image class of Magick++. * Fixed reading Photoshop layers of LSB TIFF files.- Update to 6.9.1-10: * New version 6.9.1-10, SVN revision 19269. * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081)- Removed duplicates - Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other libraries do not longer contain it, as they always require libMagickCore to be instaleld. - Moved documentation to the ImageMagick-doc package. - Removed executable bits from perl documentation-examples - Added configurations for: * graphviz * lcms2 (Little CMS 2 color management) * jbig * openjp2 (JPEG 2000) * openexr * webp - update to 6.9.1-9 * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). - update to 6.9.1-8 * New version 6.9.1-8, SVN revision 19167. * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002). - update to 6.9.1-7 * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).- update to 6.9.1-6 * Cache cloning on disk optimized with sendfile() (if available). * Add an additional check for end-of-file for the RLE coder (reference http://www.imagemagick.org/discourse-server/viewforum.php?f=3&t=27870). * Respect resource limits in AVS coder. * Reverted change to 6.9.1-3 that skipped palette-building. - update to 6.9.1-5 * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)). * DrawGetVectorGraphics() now returns proper XML (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751). * Support writing EXR files with different color types (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759). * Prefer PKG_CHECK_MODULES() when searching for delegate libraries. * Throw exception if frame option bevel exceeds to the image width / height. * Resolve undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811). - update to 6.9.1-4 * Support 'restrict' keyword under Windows. * Added support for reading a user supplied layer mask in PSD files. * Added support for reading photoshop layers in TIFF files. - update to 6.9.1-3 * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). - update to 6.9.1-2 * Avoid using a NULL alpha_image or color_image in the JNG decoder. * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).- update to 6.9.1-1 * Skip empty frames when comparing layers. * Grayscale DPX image files are no longer skewed. * Fix integer overflow when scaling a 1-bit sample to Q64. * Account for differences in image size when comparing two images. * Set an upper ceiling compression with -quality and jpeg:extent.- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.- update to 6.9.0-7 * Line strokes appeared too thin. * Keep text in caption area. * A transient bug for the write MSL element. * Fixed infinite loop in HDR reader. * In the PNG codec, check status wherever a function returns it. * Check lengths of certain MNG chunks before reading them. * Small optimization to pixel cache. * Additional coder sanity checks. etc. see ChangeLog- update to 6.9.0-3 * Don't read beyond the end of a tEXt keyword when checking for Raw profile. * Fixed enabling alpha in 32-bit BMP files. * Added support for writing 16-bit TGA files. * Improved performance of dds. * Fix ImageMagick crashes while read EXIF from TIFF. * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image. * Update progress monitor for every PNG row instead of every pass. * Reject input PNG with dimensions larger than specified with - limit width and -limit height. * etc., see ChangeLog- do not use -march/-mtune [bnc#904545]- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog- update to 6.8.9-8 * Added sixel coder. * Fixed buffer overflow in PCX and DCM coder. * Added support for reading/writing the tIME chunk in the PNG coder. * Added eps:fit-page option to the PS coder to set -dEPSFitPage. * Support xyY colorspace. * Reduce noise while preserving edges with the -kuwahara option. * Off-by-one count when parsing an 8BIM profile. * OpenCL no longer benchmarks are run on every initialization. * Don't clone a 0x0 image.s390zl32 1696574357  !"#$%&'()*7.1.0.9-150400.6.27.17.1.0.9-150400.6.27.17.1.07.1.0Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hFunctions.hGeometry.hImage.hInclude.hMontage.hPixels.hResourceLimits.hSTL.hSecurityPolicy.hStatistic.hTypeMetric.hlibMagick++-7.Q16HDRI.soMagick++-7.Q16HDRI.pcMagick++.pclibMagick++-develAUTHORSNEWSREADMEexamplesanalyze.cppbutton.cppdemo.cppdemos.tapdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-7//usr/include/ImageMagick-7/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/examples//usr/share/man/man1/-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.suse.de/SUSE:Maintenance:30954/SUSE_SLE-15-SP4_Update/4d748bffda723a9c8afb2a1a9ba41e90-ImageMagick.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPRRPRRhTle__utf-87b21f137515b975c2427119a7f4577f2b878ba2cf116a08a47370a39e6716926? 7zXZ !t/C] crv9wɅ+ړJTV<,ú!ovR\Q BiABq|Zx#6ƹ6jDܿ@m˒rYݎƲ3tUR.:N2c}ZlC,u! zkUfro~+F)l}!`3Wtl |-/}7"Rqi8fis@7eO8q'U1%EV\$iL6_M}(e#[ud'Xο2` ;?-+>7˨J`ʡO:*X/{DըiYB~W1͠9 #Pfsr} V.jQ]B [D /zV锌nO3}GReuxO*H=B"ToB*JGUiЯb΢w]1*_[Uq;Iشd(Xu3 (!7OSl oN >] :;\QM6Ir,YYطʏ&]9*쭉-=Kha*D\`cرL%yx|Af"Yc -^9jI̮cied=O(jh-ݔw`琝¾$\:rC-'("<&,י'a﷤Dں eů~Y(iFzN|˜T!VU:4n/ΟCtv]Q{SUYԂ)q]!tUNbQ))rBlJg2N27&{| bU2vPߪ<Py`Da9޶^BgZ#*%͹ x7lL~ܐ=Vz] eQ)o ީtmͫst` ntp|Rq248C ;xRX+^02Ȩz.5Z+*.\v]L'I ԀT%-2-N+Pl(Ƿ;_>Q)i>kg7\P].b|Ƨ.p)&5y5uں ;",w(@̐InCt4k2wZhlI̭ AyQ[s֕r-5XE ^Ͻ^o?QEѭ+ZS4OìGuN{0ACLT33 pTZl7b0ߔǁN(7`'P®/۲!D1D'lyw]ܣGF8h !ͮ5ٚeA,*G5BbAbt{"ca.-(Kʅ(“ ^Sf=m5{G[}Y&^^VGl}HOyI4͑,8HjyR081BI] r1a%1eJYc=BzцdLKM>Y8R:}Jjy:;D| hd!IN RڒgWw{أ*&HI:MCTΚ& "`_0.Ē ^>Wb{^ %jꓬ;Sggy%ˆ-V߄PTkxʘ taZ/8Z QXĉ|^k,e2d}@Fy:\80hrWaĤ> U U Ԑ(aVj @DR>u_r0 :_*bؙw8M90nogwܬ:dp̂cXHO9Z-Z$ A8󿘀]2BDdB5t\:=?74 ʌb,>Lɵ/YAdEz^cV/3U jfΫFTMʬT]1x#e$ǨM` ˮ+Vb؉>0£f⯵|oQ K%3w8Yk6#t`?L!@ātId0C0gx•|Z**̡2{WcI8_tvW75u&g*wU"G_Jۄw9JRäP`+4}`  (XX)RO3ƚeQc%{u1)q_G3py\th|r5̹ZqKvId KITD߉>:AH,j2rHl"0l#2.92qaI[ͱb=ʢ*aPY +IX&v^]W3`C⅛N! Qyt8N/b|J.K-L p`.])D&CN[1xvtQ 5픩:%:з4>u!peLU:1Zm l}S 3 >\{ {ny5E=E`[m_7,DW e$.?y .5Ԛ~nKf>V]! !Rsm7ïka>en8҃CVG\|}"#xΘ7B4]n]q4 v@қFt6-~Mb,aH.dDouB/Q^6|k M~%(몱^"j +0h}}3Q+HGʾ=F 04]!j~ ˀ B_>SٔdR`ftxnZ!,ܳd pjK 131#ӂJE@`eB>oVDt5ղJ7e$<)Mf^zO{]}v RνVtdL5:XUbYp\k<\+ymV r+ `;Y CX2_.G%NW 2ETcR%04<wPvd0YA^Ȧ(!]Vt^-2]H_\$ dlӄ /`E/Б9R#1w[AI;䉱 S>#dSڂĿjhyjC o ' l"'#_G}=I/NN>CAm=1cZgKעK̾u"KEVf%M}yܧ+*{K->"ӱf1=֐_p,c^Cy sܠ5U~f왩cc~0].eDsu2Ƙ+"[\b:{VgKeQ\=WEa37U:E{y&puJ-u[b-=,Fڃ}?CՊPv$|PJ D&/9x3?BsdW;ok#y9'UpԀG{`:zT/} O1{^*u {Maf{UhbhOrF;Sy0=^ȥikW$҄+M0bT[3?}*[XZ12v,bk~ofwc{gp\w|P9'7 ,ЌVʬ=^d {h"}]Ȼ|JEW#7z*MB ;I-Pҩ?RN)tbuL-eI Oq2n< 1$6@O}xSO0^xD**p5tr?~@{YVe2fS(O8v>-ǭM=&˨. 0O&uxQwptR!mIˁR69s;:@.g@ FVzIp$hU@mkh4>Lݥ ` < 30hr.<U!Eŧ8l%f؜A".jlJ2պP$[MQCMq㑃Dm0~B%$6_u.GaF4FSy:A2QP6"lu,CkF 4,r3m<~Eb`t3b\b(؉8$[ } >m`kc$C_E߆iB6"5ہUp}T!U_ )W'o)&~b&a$.p7Y\ma?K-%+HY8"Wݮ0g@ /:G$͡&ցercP؈yB-0+*(Jv']:)MLxKOz>qaCu**7iZFI#%)H@}`MϽ[(K;Z^&fFTe+ ,wRLų"iC"uL$͉:] L)w0caT(b Nԛ=Z5. %?&iRX*yXR>=dwS1>O[Eg󗔒}ٛʌڛ<-vlQᏟ[5k:N"I[nvJ{XqG+er~:ro`t D2kFp7H"e[ׯ<НE^M,rO[N<\UOTw)EnkŹMifE}Nf@i?y}g撸T~3ڑ 9o(Ag'#eCeE8U2ycb=; oÐ,D@Y15WCFGYY Kђ4bu\`Oż*4_oOaԸ ʤ?aSI-[Ę? rB]kQ ^hբi4Ͳ U^k 5KUZGXЈ" 6\=^kZF_CDсS+_H2}3/3gsczGa~t4}[$롴YӼr ţ},B򢻯폍v8$VW:fZ|OOUPO.p0o⋚a?2C[݂7 Pl[kA\ >o8`[/.&Ǽԍ Y`Ԏ,(< '99ƼbZ-izב.~mh*I9f3yֳʾT\ 〬zyP[:9 2Hd@&;ND3ܷ0 P. E]q e.1# خWߋ_PRw"Rͳۂd@[Iܚi&Tfyѝ=M?ﱡ)%QEQ‘%C&ܖhI'tS1?#]qāvԘUTEJ̢p٪IGƒT iG;OEnKV!n|0O]1{x2(Э RX|N>ẽ s :_( 㴒9Ov,.hb q wU"RiYpfBa=L GZ`Y_[%]x9}v&PBT_N YNlDuԉ\MJR/s )4B/mbrYK[8ȨaЌ՝_wƖ!MK-'8Xf^fi} Q/#Wt[tE$R *9Yx 55wPɛ}i+\\M졂F&R-$ł8*S?sUn^$}Ox0:aJg 83we7PzBm~CBwgUO2dh!ƀ;"Ec|.*/_kxӱ/vg)!c‘ Û2وؚ'jf3?~`hwR1 qQn4u]dRA/Fk8XFX*EŒxC.=3{LR[g*nroId*9QhY))Q{3]r@#TS䇶LX]$XG}1jfERG_淊Yak0_& } % 1(娓T 0E}a`h kmb*UމYI"m!$͎z0C\p^$ƾ!@$x]Wl-&#B-z{e0EXY6%Qz[u)@ V"[~uw4h~GOċx`O =lsASY;Vɷq\*75ckMGmE(tI8( es'H ?{ou tA7b9'%v[;ګ!(_BGUgixqRGwm]UV6SoeZjXɆ#kcZ>atwz>"?'XFVX~ :I؛YlvKmTЀmlOwϘ0jz6(RD d9t f,fŢ Ϊ{6i3Rg{Μ)6lh<+Gk!1X{H3k1.x2&1z\%g/GhGЂY*dF7 "~5˛/Ϙ9m@ "'HIl>t8 DczٿwckH (M!>l,_96hdzg7g_Բ7:o76h83Z]>e?NI;\׏OټrbO#c*ypw1 z|/)2/>]4 0\="dX!170C[^jZ-rhC%`:Y| 'Dc ^QUr޹&гezTYA=qKD#Y 񆴇]l }FIH[FTr4#|CjEܦY O@WN}I˛a~Qi)-) $]0c{{{M"J˩aцn?.'O?^OލFTqC();wQ-:r87,n:/副n쮷O3ss'M7.Ss๐^LC >- ;nXR>P^ӣ.--"'yͲq@0kzQ%g4`r2qXab i?|aM,Ƞqb*G@w6Z\LHᄠ"VI0d| g(rNWUʼ Ó))-D&' l (8ןzxgoht:Cp[SW[ȟ$Oh?6שS1D֪T UzoP&V0S\ /}FȨ3i02hAT\ikg8E;roަ\ͅUmg2VϲR˳ben=*#ڷZ^OeEA,.졁M^M|{wcLڪ[S/zϻ2u<{Է9w:X]Њ6*x_2}^=/6U:9K{&w;"sY=q@%P\S}! ݓ|ϞPfpJԔfGH+nʉWԶm6|FYsXE(膝0?;x]M7˄c7Zyxhsi/ Ҁ'!-"ymsY}pI}̈́z/TcO4-/ktuJۋVVmo8o oƵx)pV e}(~a~ꃛbѢ F!.F\$#)VXaxD#N g]ChH4PuW:Gُ|R+S,"hաZ@*F^uKWU[g%}WW j2t4 >\޿gsLu@d'!" }7[!tm!|GKoj9od1!~:9fRyLU{Q^n{e)1Lu-\2ӣOHSlQ h~¨@[,23?E(-G_f4,M u8|Ν6\By/-e8aW6_dzB$v.rOgRtj 'Sp ʢ١=(N3Þ̾G/ ; ͵6ZhS_橰nx$MlZ0銒?aT^wT gqrD v% jMF_[} er A^lRKr2PkQ: wju%^GCM71ʪn KɁ_t9TҾk9$ ۽zc?)WجXOg`'`#~՝^$:o|E&FSj {]_Jmj,Wp-P(B)% B 9!J< t-||>i2gKT9L\Y.JE"ଶZ}2KͰ%\<ܔ4 my smr%(pgPkn%.~a0O0/^ژPGL}fO9{s ƾp})̓:$l !G~|,IgvmH"L+FZy / #Z嶨A P^//j`X;pߧI j Wշ7lC`QcTWG7^CLr'B\4c= A~7ϟMm T oY"zY $dy|C~"$3$L;. *,&W|*] e=g|>\;~pcZ"zݬ% B.Kv( ZD4qZC~ənMVPZ_vRZB 3:FHFHEf)M4&2mm>y6g|Aj3J8HZ[[ȕA>\`?uߙCje|Q6-kbN ̓rc낮N'˜KXhZAK[* L+`QBb )sUQ31`Ztj8V@bD M*7^tjWe9|Kh)Odcܔ̚VJ*O@0qWzȣ3_ O(yv]s 'b>T{ԁl[pXUq&{&3L5_~EL-"%9vZ+eo"d9nQ$𞗨UڻFZ{-x^zɐ=:FkKZW㇥@K`@F:c=|bm8=4(Cc"v'?nԷBeMh,>&cC=Atx7I@<2Uu4 ZWT J4sivT[ZZ.V*KBj?榱R%sDϛ%5lOSlCZ [q Fۑçf!$c_X_C嫫mu 6`6%u˖PLR`$ێܷA! )+UZ::0aѤhmڿrxn]0w[KqZEχ%C =2K6)hP!tᘧ/ԅ8<Ҝ<͗ ABt/.г >?#YV3"_h6FYަ|gq26 DՂ  D| 5&?Ilus$rZJjFMꐹY}pիTJ=!aߧm,IMld开_8]:m73Y(ksA>ּfy I?A҅&n:~D(OSTьKUyn\䆔)cF:&-f+)%+=J3_vmeg\[ϨJ?/ϏQh_U!GQ2IBn*>e&8/W#V1X}_\)YmziWǚ EyR72f[^Kr[aYoD2[+gΟe}Gg0@_vP:dޗF4: ~yh(Emy/2omJxz]򁆭LC;֟EE2q29-AW=>z<||KFiEb[&:7PZa 5|14Гջ6 *_]ejTGĽ0+߾KeFb@bg?ft*P4vҷ{FNp- vFJ uf]_(W`ҿXUǒ .:ޫb $8 vqt53߮c"P0I$^29)̡Vuyë8ZD &Vp &BB=C+ߎm];McG3kϭW'xNnR%1 P_?;6{m\rURSMBN氼s7rkE?-i>pÈqP:;B>:@؂{QtqT~i"k䬢^0g}+&- LNrں+#~$Ƶx :q=-d'Ο ||kR¿{oP~'s"qc2Hu3}X,jSr (zMGɌZ{\[~Vz\|l,`ß˞Q+v?puw?Jym֘߹$LU0"."c:d ΚٍnI=X7w20 '~e\㻺%7hb)cC.d3!@V):5eɈ@Xy˅e/4%,T#c'6-hmXp¼ YMV4؆9Yj1CI&5zf,׍]DŽ{0$\pf+q]-#>8%SSQg: 3SQ_G#7xa !)D7 Ԭr04= V]z qJeP~!m"\~"&?Pa,zMO55(rض63IL:!W r"n}U 3Sw`뽍-r2A903bǠt1+̝)LŻky*_X݄e Bu6(GQ&"ȝd N<鋩\MjŸ6 ctSCpL&R@=<%O񅒎␍I@&J}|O@a&Ӆ}n ؐY@v G[,Sq P >eZ=^hkrow-P[@V{8DA钣- e3FȯPK-A*!v 8$3wim!ݖ"_r]_!>vefO2Ŝ#g@ԘnuN~qdzL|y.vm zf&N _邿0p4Hs-A(=he495$^"Sr;$(*۫(qY1Dx>dlN7 SdP5KɽB;MMFOžv^1\ ɥ;wRH WdXRN%G M%B͐{bn;qXjx -3*h~Vv0O$")rHI͝(q/G/f`_̀YCk CY]D!葺~Z, &bncH£dVjuN :@-J>SO\3Y E߃eرZRTl4<>T)U1u&тrQy^"*&<ٵEpli;^,G\@f`' EHgieô. n/q3E,k{c\Cِe߷O-*ZNv01Ifd vԒr8;I@0[\6a+"!@х'y C|M$zL']sxԚ 0ʞՋ-y-d&>f㏯E̜:K2XY3`1lS0’ !za%u:x[<WէXDΦOS[lEf (S-ϰ9B`M&-ɾ-p;!ul- U$f٠2 $U'N~*JNyÕRܪxj}bfM!6xeƟRr G ZNU4p:4&J{%z2ڎfq6C]=ܣشJ %6†{@W꾶~ǣǬ>'$GHn92()S9D lΌ NA| ׯ['&4<яt}[!f!qҸ!4 9oGl?,__ Z\pRil<̡H1d-S£T$V H*0֙/_"gf miQZqnd例l GdCLg󱅂D5}FDj}l&2mt!R݆ݮeT(2-@~O7ѧb㓘Q\#WOCd:It79&Pwz:#ˮ*U9ӥ1:"m Sg+],ᮢJ%N*ůà+4⥡yy 96( mb-V$2L%cNFP+ѿr[OQZR*S473*JN$~O||"|T̯F-.^|*9jBNG>kTzO:@jf WPRl @_B͕b,@i.ox \[suBܴ:Z`0aP٧!ޣa{ȇ|BwÙ,<-r~è%+$n~ڶŪ]DuxsF;y:(绋߾}PHjSu 5_]R6&f~?9ʶ:oi|( wes3Yv͝dt6ꋋҮ0)%pc k_3k>\yfޞxU|~K7K"b}Y }$ß=֌9fzu/-dJuA`1uFZ@nKD,!oX&B{TSZ LKQ<MMSo%G-?-a WWIr\ C;~ ⛷穗7i飖x{A3u&`qn9#l~ tQ@cep!Q[߲v6s~;{Pӕd1]P.CCIdktxjuݠM͏v+˧d^\jdLJU w~ 74q8M ~gr܅TѫLJ^yq"Qj+9.χ&{f,γbh8%{`܊sQZ$4,k/T+J4 (Ą%wYz{t,!)>kXzeOaF%Q*x 1<0y!YwmK5 V(Fz(*)NH3><Đ8z҉n8 85sDDSN/ a ~툭:xEP0O~ͯ]MbǷ<߇ oPYKd KJCՌ #o] ` \(#`ا #m]3ZCaͬf+{3Fx莾_3[yFBہprERauRpqe!ȷY#%/Dn8{'|RI ULe% R! d~,gU-;h]COhaB}]c a2. iIZ9L,Й\m4z),j+jihy0/"5*_*'2`#|":MҏܠwH#r3i Mej8*SjUcqJb[XڢvJ8;mV/l~}"2͆F/S.L1bE+qĭ @Kv3{6@ Y/Hx-ț+7 `L4>q!IiYas)mV(s/ WsUЅ|o[ZQ,JZc+H!ۮȪ[7?0 3Dk""jA25{BQ0-"M;zdXzҎF9L&(߭/ݠA_N0k˓!z韰:ca1|lQbX@FY(NAQue+ 8U(;D̤oم3 :;m4E#ei,e3^›s] 1Ho+74 q2jd e(4X4njj+N堕e8CUIՃyF.(3um (IdzL]B d 銋rGMuud!֏jfqd>ƻW-7=nRnM9 x<{PXO60>kK+rFA%P¦Io7cr/ (HIIiS[r?z L3lei}vCM|k}}J>s}8ITg!ƧBB|('Rcf,WPej5hmo@r,MG?1,GW+\#$^H NGAC&_eMYz۠iXs Xr(xx]w,4dȫ@4J#;=/=t0'3Kސ_ܶ}QYZz"Hm 35'UG^pTV95#RxOa; 拡?[Gߵ@sdw!~Qnm:]^gq0V.<ȄdέSo}:I{Kk}U:Ǡ9ܰ?yV?oVhLԛqGkcH&z)?Z7;as3[fs}6 Z jƦ=rBVT߿!K\VC}{Dyˮ kQJg0 _||kW- 7ND N FUKx˛$?āy$F P5KI1lkP6JaZWhmo2{$mv^䂴5l̰z`)>:3+/$A[tYՎ6B dM z6"~wnqk"ZBĨ0k\vB$k܌^z{, /`}OǼ |Ϲǰ@5 NL}SiiADco^۷5lҨ~󞗿e1D߉|=2!aH`!DF|1nxֵq0n rė|E?4Lgd!,ْbԺN5޾k_ȃHCD!`i $S~SۃR{tY>h^6\ťEG`q߳DYd];el]?-iV|^_1evk ؅;J:W8Ls8o%p J;/ۂUvO'P:HKeA-5RVr]<ŏ 4oO0nU~Qq }is2Sy ᣹3Pd7bBGNVXaѳ%&ख़Y*AROde0'~ bvˊ ! !p">+q^WaimVɶH1q!r 9<SfLy^/T^!LxMFS_[ V,Ħjo!OgRsJǒXE@ʾMYwW&k@DR"œNYQlKtRQ P_d * sr}eA7H .S9āRwM\R& $al $_Q;|XZ'7Ш0 G,cv1S;`3|{>;˦s]:9ؽvH?C=z۞4>ڸ:<,\Hd{TRӮjOZP<֗ (67Mݛ![%Ar I5GKw|,'U`JntsxJ/̠IQQt )IOXWP n@ JxR-5f$sE}{ɭо^fRuk\)M'uխirU}-$ #|2vtgd\0jebaWƇY yp^ix^@MW9E B&?+q\vu_JXeVCD5AO~<;)$0lni\ȵ.>K^a.sz.=!p(;]y3$ZHS#Hc%3Ÿf%P+C:GR4N'zJ} 1[6o!V: fqok{ \LK \-"%cYfEdrvw/sW58 [l*3flF Y .} DfSWdYa] DbGk=> XGPYA5p;٥K Y$u}f)s7fJcaM[8_@q%kq؄2|?!)'WCt8̮ouX;nݖo-[@J.^~n KlƧDW#p`Qm*_o^ל+X07ω䊂ڰ@|de.@a%S ѳB.4"El9S ZqnO5[8.~ȕL)U<,!HMֵ$x'`Cu7Fn (t>&TdZ5d>M/@R;GU,\7z81 3aL,siQl@!_&;SS[hr v.k{-ZSJ4bZrڪ 3dx8.Qϐ2ogOQӏpNs|hR6FnmdST :EQEAS峚>E.䧸WxiuYG-8r&11i-Wo΍}tv>cė}j!Mf'"Ꜣ;(E*ǫ\eBiW 7_U'\QAqQl&f{B-;8D JwU&@}#=l G%_&k9'pëu 7]1n`t^w,brA*3wo¢MTB˫ D& >g+kC[/bdftS'TY@*9d1##>GⰆxE0Y@bECMP+fKsh͗M<"CZ+^5zx|ICC|9aA:֪RiŝGhf_ 5N̗HbDV@1>yx bly(]?g<6i V_Cy(9B20-? CIGbEsF T2s*[孙A^P$1Pjj-oXS/,)c.6_Ξ*4"Z&˴uH*ojm;\Xh oˇ~EإZjFby3gFXb! c W<1u-y8Vɼ{ =}xi1mՉmnyC+tTlzdIrkh;\ucmw xa cU5WƁu0b%eC{%D6G?V TZٶY}LrA_'qZOn;+~!0P3t^]l[A2z&nRk%Ѥ64??G^`JlC<|HiM :cĶӈqJD <JMȭ]g9[ӿ}&E{p ?nu>ˊ1y, ~͞YfNI@knp'vSNT6(tgx2P|B(ho'x}fcg )ŝ7%JX@_ȿj[FyEbb $a*v7H0 kIxgRG!zky @v=UREB\ :ރVi_Kꊗ܎g*;i!cٝ._@2WEh iE ^g9"NfrvލH3s* hd+kb2;Z"Za||UUg E;DuG_M<%ۭ HHS|IT:3xGC/H=Uwz1YUSvOG4-32k=ٯDMHxօo2cCUn0M2`):m5kc}|loj!$#yBeJ^ 坞`|Y}AP[2p4xURW2[gY4YN̢1Ձ5 \1 a*bV}0F@tٌ+h T^Sve{.DA)$=ґx{}WVO2p7M`wf] *f aYd1QB;ݳ;ץx65jb)u'C9uVm a=Į֏(W+ *o7Bau6ٴ&Vl}13;ݍsu>75& Ka|%*7 >{:!y4S4veC--}@}NS} Ŭ+{z{OYn{lt z eGjte'~_vy oH7[NPu_G-qo.*.x)7'gV֒MGCw{^a >n PUKXfZ*pjx69]}[:7D?(5؄8J{ypg/Vf"/f.y/A&KSQ9N9y u=.6J&ڃ?8!75_}Js i66Ysf1 %@ yF;"Df`RۡQ2qgv+c6̑zwb=-}_F}G5kW_Lo@DInеWY~2&뵭/;t9EPHs܀z fTzD:L%Ѭ)7XK,*#2\Z  &$ʁ 53+Kje#s1[m +h<20\k 3K1=H=6ֆK`3ute+Ҷb&mgNane .J7ÎA8f"@*hN~#;أE-5BRŢU`_]m~+}-9{ɆGtBq J)]4Mz_'Z53>=5R]FRh@;X2<7~03qGW ecc׺'.L(ˁ8+!ʝdn2.DPqXΗ6L-`1~f +n~ *x2mh(0&p]jI ѴMd-)s-Wg $C9}M!6J/@:]t_7"5BhҢ±Cpߗ".Gb@\NNr-5EEi NZߦ"&gw}/sRNV|`(k2krRY qIE}SD6s3`*䢲=N%:d]WHWov~dHŇ8lCxLկ%<_A-3l| 뮬e J3x~l^P+rm`!\>WGp WcW8ɾ([/p0 d`~ !0|2NKf06q! Fuaж\^Yxqe@MV^mc\O0^=8=EI T4y%!zjZ~GGѴJWq2:gudOLU.PwC(w89. Ga@jR#Efwp<{$_}GjvBҨmiLTCo08ñ}8G8'LA:%! E{5" i%xMn3t E1o hRZG;fcf}(\ew' čCF˿e\CPs`e/n, 5G$-:wb`MUllNhI%"B{G.J_}SfVAdwZ+w>x+yBԫS}ItV`h7.Ɂ b"KTztgOΥB8fIn M+g*L*}#N.Rê18 (aW-mR1\ %|zQC}MAӜbLSV]E°>^'DV~+FפoIYa㛸Dr7'Nʽ Ț"DHz^L\@&S}ݐ5>(*NڈĻ8Ygbg;_l MnaS-#T4˼`l|VfФ?gI!@lRL3͠v'kdyտWZe @Ho:,JifQ%[ϰr# FNA Ɛf)B>/a\r"ʜI433vpDEG[X@jOHEh/xؕ2>ƶ+ͷ"㻼xĥ<ٵu{. 4c@~L>ꃁ{t|vo]F r{MJwg d\T@T0'?lw=OҀL _k+E&GvwP }#-* ^ T4}!Q9q_.LK/*Z=f1ZrkgX3!GLv5>ɥ 9I'? Sv,rs\q=YC}-8QW/@ͣ0+AT/}$+=#=]H- _YR|n*ԗ xࠚ]Gei[nzٔ_7AH,}s~&$iXi6G]Ja8-[b?U+H)jE:m.:ZF@wҶ =doq>T%ֹ3= Ha!|@n4K d8to~(|3 i 'XV!|688x0)Q.6:!1B9 BIO=1x;rC -vޫf;MhAr|-C/*$!I@㝥%?#j%MJNN?A?}^uG)fz ꬐V.+D3߆ؑF#݆/|]!K'y +J.;5r]H -u i&?gՆFS3L7LJݻ͊|zES+ QUwO\L&.7zX6u,lx+q 4. PÉ޹'A0;vl siXFCfh'҄N<:2X0uzќZ]ӣ ]!11ĀRa V9\#u7gdHc@5mx@ E^ IZb+Oov&UTۀۏ#k0$a}nap1Z NF+XkqfS=#+/a**e,- AiTE .U > #-Wv2.ɜ4>EU]*dKJB2Εq_6U9tmcpwA<}wMȸ?>NR]+[&R!Z(Fgz/t KB^Dhe&4e41IC.V]!U,a +}%F]"G`ZCiZ4坻e~R^Fo|E{t84',$>6UWm_Wr#D6SU? !`,E^:C,2Uo5؉ڷۡ% {ٶ T4;bm rf jthdZsk#&DЕx_&0m;=፴ LZ;_\1Pv9hE O(Z[#+"gwq 6wI bNs)P֮ROQj9%7x:L8дNbF{_ŋ`fR guQ "~E<"6]p3I鏅>ٓc eHwS ctwv|j(wDt YjP}NhrFY'e :r^xWUg_$ C7vS"8#sꄽss)Fi:}wLi@##[ek%a€遠DP85O.0LEI~r=DN|VwmO`j2wϫ]Iژ{¬Gǣ _="?di) c+܁]C`TGC`>lhsMn3B$6Y{ń~*.m/søj3 jЛ XbcevC)/MptF2ځv^:&ɜZĖ(펻htZZ ܏h緒O""5`Y[T9i\Eha}Jc|5uf'}H\._zWGHu1OSÉãq.pLo(7|ΒnC?Dϫ0ўJpx)nn2'RԙJ$/.]ji3FntfZȓ`u.d@![Hd/Y]瓍r3̷Q9·"N*FjN-_?j()[S|0MGav$of y@M|!‘6S|"獻LY2CdO.46|^sӰWHz:k_ ?:L8k Gfrt/C )`3[-Ƙe :8_ UN[ja6 2J/ss2]`9?(:_I`-od铋G券#Pn)\"C]+H ~$jD0YWF@.򒪇|.l\.}hXV{na=O,ܣt:,v 5=7 425`>iZZ^u`]"<;}{턵_WP#{=LJ^R8Loǡ K7oH*'e?Wݔjسx+`ͱNI\vܘ^qK̰s$B`;m#1l[ ~C^1@GmO^\XK!h dPw {7S=:~Sm&} fä́QJ o#*cl<&=CcC^q([KDe~L&'[W܍ߎYXxzk1J>s s'B=/߬N~bPEKsGi \C^QXv'<%^y7RۖTÏz}ZJ+7X)9_7̂*I$rVp*Q\%|jeAՍm`jxIiƬXDJkO;mTKv2eN@=ޥj[Ƅ!~upz hVDዩ/'u>TS.f0[׺x "{$bsg +m՜Ͷ"uē;\˯VZ zLX _[<|rD1rײRJr&I/QԍsODvÑ)λ _^Y{zZϧXE+~=]q]T;zA銅dG T+ Ҧ\Zt+6Ks=~#LPyV=G{U2;q&Gg.+dn2|Uѕأ jq4XI_=tb-]e,AY,]8 :q?]b#;ODH^Fl<*˛ȁ9 g``X~Tψ¯½eLPFNd(Lmu5\nʎ^2\i)kXWTs(0HU 0 K{&$^^nj'NIFA}rYbogH5>&/u X4I21YƠA0#;01P" I˗1\ :Lx+-A|F?]( ֠sq`ư"ʀ֒áz.gqވEvN`:"3 :C,!/ jbrZ~7IItO'8k#:ASU(P_? :m.zQҐ>Mg*\[x#?s,:\q(G ]'̩Yrk& }($;wqx;ܘ~?;Xr0|=FC_S=p/ c:1Ex% rX"/ 4} u<]j/`Y55okPUEmd"G? 5 {]{5޲3j|.~Gɲ^Q2g]]i ~̊롷lD؇~.ʂ`*Zbn^_ 9*sεjTQM;(GA}c+JG/FoJrG!iLGⰈ.Kn)SZ{).&&Q?>:U_yQ(\Rg :sg'ZABI(RGM:xP\V \k9>ϻIm"XD:;udѓ-v/.$gUI1|[괒.aV,AUp]i!P#<5@?T8A'OewL}Y_sQ~~[xTݵ 9NWޡQ-!vV 5'K7VP2N239=k#5Y؂yͥ~t)`<޿aqybbga<S`T,P^ؼИ _E!{?t?c4专/深a׮/g;"Fv;~ŞV(0>%;MQݶKMߌ_outFM:pVEim`r#b o'aaQ# cʼn.#;H 1k2m)w:'QL|un2Q|^G2[>O}4?E @1!.H_t{p,UԻѻs d4[dպ*h*BI au9geϘRz"UmS 15f3-qWd)O`Xt8r]ܞP NhN_@ovܫk\j>s~Sqf>wtY:]e-ͻ=la{l98"5Z_mƿ+BAu &VZp9pܧ%Ɏ CH3N˽twή'8!ޓLUXyk;a:Su,تN1dq3 2 Bڢ~+Pz!_C440D7ވąĄeq X2~]n"r AY.pGA *\$8*HC4)yx*Z+"1X*.5eW@0 FVsLH|Dp=9.}`r,Ka0Z)ADsU(MCeV<#*&C^hR7WԬN*L|,d u AjE| 1bXk=Scg2c1}+:.:tbGrcCy #_`YVX~22&)Re! lBba`;55 4V [ Ϟvq k;1:,gK4#8ΐo g{Cۑ|]d1 !eR `/10ɫ,Yv E#~CpkBjכH|zRJ Jހ}ӁxOBkJ|۾z]!ԊٔNւ0f o[=<RQCnW׿H~EE71$j{^o)D5/]됽S4}_/p0-jsdȻMkWbU^3͛i\`/9_47d̡XVk/,M7tDęh}9&: D}6jv)mbu@+Ʌ4IIqy]wfL(`h:)``d8!y%Eĝ4qصi|d:k o08֙w0"c5oM曁kR9nvm9NOUJ]W7ɕW9[vI+>l^ =&leC X+zj P-p Ʃ(M_<&qDEM &̀ 1xT&+X濆*N}4m5Q<[Jm 4ݝێLDMG-AvOO1U4~hv=Sr%zƭw@,_ 7r˘ 9T\%}6ʦJq 0+nFZkX^wU_#1Q_b*`3U!&51 _h³I 53OFP:aӖJ y۴W?g\IIl˾vy~@sGU c5.tgellJ2puQA6 C-6VRUu@= :I)`"G,k;Gq{(B+1ujaYN[~}%neDM?"`_zuS&D2*v5GE^ñ;0=%A: Vw88)C/5Dyn%WO`u qؼWqrƵTL"RnS{0EklT;TSy( ]|ne`Aʘ_UJƎ y=+(8-Ynu\f$;ۢQR͒-q"[WMPS`Q`n[h32b^;KTI@|(C.,< jB j{3Bxec~$!9Y^Mzafke!pPhxIB!`XhH 1R  .Vנ VX4xb) tbw#YmH^a=%@4)k(f`(?\*fKk`FER_eJ1A7c}>>JA\+gQa4)Jj-ala|gi!ؕiMazq0>L1\7G90+v ~YTH!5O"uu(k<)?2f0,T;m0aF kK %[!u,cKg2a! J&׊2l56+b@O4("`Iٝj޼ ){dF];Wx }lQ sFs ̞o%*>Za=>Sԋ A:㗦; )jZg:\k|_;85m.@j߮_2v7dgYBfdwIz&йeQ>E帔=Z5rlH3%I&S@foOhF P:񻴯cTqTs`ˬ8GEH\sxЗ%6_PG)H7{t7ylZ?4I  Z:dBHeٔDA/X;gBtSPmI aF~L]TQ_Og'mm. ਮs=@3b̬,|x>{zgdooˑlċ;鵞&>A@WN, ) ?u( Vj>pI;5cYarL6aW:(>Fdr.x+NN~etj<9Z27:qMzeP_<3I%zi$ jpTLw6CD&"ʒL2S냹t7` J/d-x@Zf6Ճ[@`\iczzNQو@YZ(RR /4 ,]u - zHr#qYd"G9~ⳤӋMwh)j A.B`9U)UMI8z-˝櫥efB$`x:!ֳSwe4GrqҦOo=$oaR gTn`}_!^k2SrYiҞ+\xסej,LJ2"o#Q&`oRޟ.TDo~3 ވ/$w"/3_} JΌmˇRj!&U!Г+`(C d:Ǽka V{Bq}#pkR8€jOz</->jo|(e"-d/ڊ9pLH^#V?_Tf/$T}P\VF!:wМ#ݹ Z H >{G:Gt'qOYOB\˼=):L3dh*e8Q| oo7!RO!:Kixٝ:iMX#\\yc ag J&ਨEsXΜ9'o}? bAɗ\VEb#ʣ)V \,x\ [)SX.-*nXY҇[5%%cI"vb7av~$48]I <))/ܢz (™nLF?9,iYQqkjhTe#"Q 0KxTRX!: ݶ;GRƾpSOSGn.\ȣGOk爝nҹW` zWutN"i&j CNJkx?.[?l Լp2_H dw)Sݜ@6bTmEAeaaQNDZ&#W7f6[Phա֙b] gpFIa|?&0dpT6~A];ӷI"p B.\OnvC2&aAZn@tUYΤg :c?sjz^1Лn j._CMi+tnr/}6c,] ]WdsSxZҜ*6^9_=h -"vcZU`/>/FxOi zmAԐWg1`fiL+͖a|28?'߹)*ؠif t{ cJ)"kVol1 qFx| h\ǥ bҴlYed%p$cn"::N7&#!m#7)=$޴*{mٸ@5vα(KB&-)6X0 ֵ=[(ha爮^O\&{; qDVRfb[%j\yiX 4HIcJ6gBQ"c:QXo@>[UM19ifU*oWs7YC˵,={&QSc!ևr?8Vi0ڢdHP Io&+]ݜ-fJaſ&V 3CZB[t.'ą=VLl{xȘ1PŎ5CRq|9 J@0[tN,㇘侂NYUd 4]_O^e3Y s0v|iWuhП>uKoSW,L*|ƍR`|UdN_} m-XzoH7-]bkZdR(R4wwEų `/L:4qdQv9/S볆s^ pX2#V  .5T@aNfb siژ?j3*2C% ?VqiR,h X? \$}GcZϹRk'D?(d:՞U/So&/ 4"dIfd XHT="jYߕ1b'a pia=Dpk**\[@x5^| mo͡]G_CG;*ϺVU"ҵу.8H&!* r\pߍyqڄL,XcƀW}.pT>|ηԆ7۬rzիoas}UPVH"9qh2g0|Eƀ,A_P/~"E̽g,FGGc0d[;oF)Mf豄GmgI[`cΣu{E[ۿ>`c:7&2I1]-"); >?xKGh1fYxDFT8̚aD&^̅6m9Q'F&'7)`JӦsHtZqC`EעQO:و@L\z3K뤡l a[pt$"5qGk.BSgR}'XRY6 %oGm,xd g-|>^'>KXz)QCUIȳӿZjԁϗX PI[9Xy%pj[(,"NEP ;`#B|/mo>%A'5>qG!%::$`ѝmA+.hIDu^T)'Yp$eM888F<1qwZ*i~lCEˁec-6I 1Pi\kwtf62h)DvX|k4 !1kxETfz"u"c}zD_φ}̿πcVwtNżbTV tIիOS= E_Of E,kNcPߔȉ`ֶx_˘}y@)B͋j (OD*0T׺P2q؍'Ε[mϣL!s6ExC5ϕ\ܰ F sxnG"]xy{fۀwLgAw 7_nIȧ|W6w9t@~p@f#JڴwxjvфY@')GA2/.K qAA|J #Wa [K' g 0.rnuh`= T-]1ܜFQm*Y ,eltqr}"CYHW99곌zB/ׇZLl|h LP 湞}pL=[to S .a"5H@$i":4c̮F通$=<߼qiC+B5sV?4a-c󏣓_/ϼs9<;-hVFP_>K&5b BAjB6?qdQ:[V]X;\EС`f:~w3%[–L,'՝ bi>O?rW 3>~.ӡ}vײuȵL#jfF(d=FK'e1Y˚FqE# r&f*L4h!:~nW}}l.ָS]RնN,/n|ݕGq2ɐ&(bzPqKE˾%u*mSA#PK?z0'j[,1#q(Uˉ]7MƷ^X([{_H[&x7lqzBߏ$skE(V*H c$֢-Fp%@6)/)A|#D;Sdߖu7tY`Dsa}.#]Q*̗"o!Nji|CU>y&h 萠P cς&yZWj Ilߞ!)Cqb}DlsLJ[S c`JԱ5S-6eZpHY驰;U&`˄lDFj Ƹj7iy=jGu?J>ayT[Ab1oL$ \I(eîu Ϗ!dW !by$'7 +E6WG1̓Jr{` WDF}P08'cTK+QWLstmql69[&T'# C$,dBmW\{݁vN@ν:<:~&! }Y<][QdR`xç+"l.]KV33O$wMĔ֝Z^Uo`b6hQCW zq{ޚ~Ԅ܂{`Fٯk.gј=c+lշ2b;m ]b3@6ϻ+; EOJ 4~0+YqdO6 E1I+ΐo*x`7"(OTM COz ],^t%!e(QRIF?ʮ 9K $RA^5Ӛ;y I>7Lqb~sAoW#=[Az5&3t%`jmӅFJؾa7 *qCߡ*z WD,VxOӂT ^wWfZ3to ˢ1yihg T(T-|3B%ACC-l PF!Ԙ{ȥ 3'Fos2IO"3P@+&xuwHP--~-Ld4_+|R:߱=tF\e%AkB,.laE>%ƄL>.9F(+Q?Id&x.g0;)S&ʠ`[oMcAmo'`m]ڈ#ۢV4Y{Wګ~Hq֗ NŗdKn-6Y()BI&Cs`Oϋ;t3249;>B?ω S GM9l|֋ G{2>*-c 5Wژhoae-( L2GQI) H >rRK+wsS6`{AFy,fMwPhx?Tp<W6i|ZDbm<؄T./CV ejzT[/p7ߗAq^f2Pq]X ,&F R+CĘtɕ].FN4R6;}*Y:8iW9EI ;,K FȒIJ:l5? YofJ~BVІ%Rџ1'GùlxS5xO{ZV##cy_̩F@LZ˦EO1BquL}Rp'*Ic!Tȇ'Q'8܉};nER'~.I4/ފnNtRֿ#ú!`XצT*y8"[kV#RƬ iy<~rJh+ $tsq7ˁG &WjE?7Ac&rp]&HGTCotq'ϩyu,ff3-1RC-RZڨJ,2DX,B#]>IB̦~x<_% dq(%A,{SRQo`Ev0fc&!Ƕ ]7<]h<`a-Gڥ5hhP\3vC7)/ F>ï+Xg2}./^wFZЭ'ՂpȘXD iHJ)~HŞDu kn- v!:Tmyr^_ C{IDY"8-lb|ƅ)no-¹,0$R8NjZJF1BqK%4Zi؞ŝR*b ]vki(x%!DYxAEFӋwMI^oU{MK's;1>+FKِٕp\UEcW4L(zkHGgVRdQuh-Q6QXl(4|7~&t$F9@nl|8xGF+H?Qjo;ࠋv6)B,e\[_n{z!q؊>b"OmaB 9uxT (SVu`NѐwYJ [n/I,Ɍ$Ue\ëP"CUOk/(sBj6Js>!l#Zr|ml?P#n .<`}W 9VTs"yc87}f3Is2** "^:h O_9K:ݝ781q;!B~>eZTL^Y ef)x01Uk(]EnV퇔 (΄-MUG7oaQ|LMݏf]Ғ>Xl̈}+u٩ACĦr$ނO>KYRUlڡ)$qP_5r vH%lUkV,m\s?׿,m1Sl&#ۄt󜽅=+.%Ҥa':٫e$Y '?ez`mO+_mk~\׺L?J,#%ܖͩ\7kW=mɎ{! _#?}o e8#&Fi>z5K{nQj5kǞ(Rp# ;,:3IiWQSS -6sؐp*x0qvn~z WJ*jD$C0u'{P3#c,,:VUV֞ :NF:|R&|:1ͽ4 ]!m #O$O?$C6ιf%Hۅw> @f%sj=CU%oXdْ!qP~.*۾7V]5IDlW#nW/IG t m2/N;E)%4rEvbւىw=5QȔ.`2  zтZbgP4[ja/=+lqZwĻt,hw kAu ~c0{ `0y;?F@%Yb9[U5s05ZդR 94WEn<|)~3K )}1Z[)Y æ-6|TS?%U(e1u%Hî rIurH ͎ ~!g~E Y6=pd SS4(h= X+wK:)5z&uՌ~NI'~1"7!;^ ][dhad0B`̾nBYdoCj.!>ҏ +c?jbcȐ1Zy* W)$ U# X`n9{u</ tvʻoXzpNTB,% r&yӲ }4 .*(X?Z5X8(D] |N/董{}w` cQѦl$fŰx! @!?ʳ_|.'_1ltꊆ6k*yhgpe<讚hz O(`m+^ 3 ;qk659q$ O#JͧzgI|9THT43c{cݏ=5%{5?Tq"OFl/)y:|7H5b%Ή5J+6D#$~Ѻ*{F0Q:`MX?mO+ÜHm 17y+pPm=u J`pKMccՂӸqZ~&zWH}ÇG,kw΃9IuU ހrTgg*l8Z8@۬"|z7 [X{&8Exܡ 4ˉi7jUۘbH\~n(P]3s֜F} ꯘvqoݣsK(D{|>DL|OÈ5:5>\ue؃x+G+Nf' ;`r7H$bkm*za;%A`гTec֚m\= gɆDe 6ِ/.J3>#UV9hT GSA\<}^}SI&5,?(قP1pCw{)[!:u{ԗb/qx`_ cF 9ĬJr>UI"M=60rj;"Kj,R|_+a]J xj=S} }_4j^X!tO|X7_#׽opv#^pt=bگZw)1* ~^gr9LƮ"?(ʙS)rQ@IgI9\sq;cPey^Fj#bƆ`͎ٔڽa0jU'%k[UZ~OP !s*SE5xt+9X"t5S:-#Y8@őC}=b*vHj.8ȟy#Ai Oe**d,r] -|Ix! z@sK>_=% ;һ,Q޳u="S_%ܤװ'€ʝGeC)NVzv {U)iY_gk+h_Rk\Z C~ħh6ǿv{ Ԥ"_Xιϙ"ҕXrr\G@S]: hʁ$J·їC$Y)`VF2Zh3QQ QVP{NM97Hs=2Av:"42v.a$X3K^/a$|kګ%ꎝyjc,^UZN_ 0?oh8m)L릞HagK[1${WyƷ^_`TH ifE /?n"i[k QA2q >ސNFUJUnDffL"]HѮj:*?Kmt*9H_6W橊'[KvGS<^?d7$8T۫krñ+ ;095O:;=Vp.cJ`8`3cʺɢH;"IZ$'INMa wEɗA[.Puҏ oHDvp}`PhJ"U߷)V >,( ףmGq*wiN4R2]Fs7ogrL #Vo KY]kUUaLʇҩL͸)p W=Bx8w"{"`#ލP13rZuKHp9gSBFM=&6իP]scC&6eK9zQQ_\/\1]g#wjH uy9iB[+{|fM_ћ!- n-̻rUdžLjxB^MoM'" ~ R1Qt!HgEzJjK}/,N;C ,-Em 4/ٱ茙lHr|zEدV؋~%zDS$<:#@wb&PnoJɮm?=K2# rQuXRQWD>*24\#7 eD@(~*v8H-+#J{ d_ko0<Q(6;$bl$~&"duddrlT҂e^`I (oB!hQUӢ?Q*POhע}}][ 9 8w2_} [ {'"'EO|#_oќX!:؞eF6f+m!oBxw_ 37ZCԎKi_!yZ(ĶvQ?b(653Fe 1-q`D` X 佥 NDɟ~o t{g~+ 2JJSʨdtَ6g 03ـZ|6kO ~Uތbc T4.95ɽ|2q457d՗k% 5@w.T #-v-4ҍtDI⠪c7pW6bc.3Tnxi7|GUT^$&n>&h9X 7` O a>[B5~*j"tsbP)u]I0s Ms|`K[tdJuv˕&$uK_V N9yfrWWYtCq|jfwO^s(YϜQ ?R-Fܵu9*|;,Od&M kO&d󷤨P'׈VJ ]H>5xC?>Yg:#={$v/t NRDItf8]O]n0CfQ$҇>m?sF ll߲WF KձwvoL7v%&GeBOOZ@vKgN{Va~../\ꐼxdX^ :A>v^W0;z.>:y w+0@a1gŁ꾿`n=eTGIT: `dQvk`9pY4yטCpk /gڊ%FjYY a2Uj_M2kf%,)9`2RwؕGj Л]@gK걡; v&ֻeE'q`@ ? W1B8yA&!sƥY >,j*Ɩb^IC0ɘYV8Ild^4fu/V\2AJsnx1*wGב+L;ihqjk_=ˠc5wMv<|f069%+Y"yrI׳b@LNz[u䣱 lf ꅝh ,Tg Uvz`܁lUȁ l/\'kj8PIXz.Hb@ CU>l82g@Uzɴ*> %|C^^9"6 zExձtW <6 1m>4 u'ĘtsٷM{2`wxxxp0ɚ4?Q/T P=đ\2Bټ͟<{wPo L ͽBMu6rB5S6wV3Ѳr/[SabyDT[ĕ{nHx//8$hL[U(ʋlB5ޘPr5HWx!/*ST-lK%@DY-E}س'M.%cQ9mi0E5(^e\U&PpŌJa /Cz}a<'.]MlI@o-o],M6 V}ww `O]Gk@Y/JH}vw"8V5(>tZ7ռbv TO lU#;,fUu ]u-Ӑa"涁oo[ hklTWN!-O+'')WlAPыJR0+ ⹊@H\6'( %T%Si͔5_QWILw]Ka![hF[7x22}*OGmkOK6z4΃ 4M)wSLL\ĹwoX1KO-5;*R(gJ$Y}oC8 Vz%fB>iGdqgK%c UNc5 $?ޤߍv~AOvZS Pcjo1wk +;:a+iӶx4m[qD\9dg?A\Fx[BNm~])_F, X&3mʝCZ?ҤT -leԈfL2biހ݀j* (f̩!X c y`5gHL|(rm1f$Ke9Mx[Y5ʶpƠؾk-)Rugo' r싶̤%BM $gmx\:I%CAIxANWZQLvJp0/H&2t53ԂC+w )XBr}Dxɋ+mus$g, ӹuD1n:7lkzxD+5иEnܰ4Dq7R'rr b ?mũiPddu5:Rt)_#jo 34BR_+-ok"3#~:6D` ǐԲ0 eĒG`׻q}X 6 ~zk 0tng![IP(o\bbN(XW'<#~}$h?w0HErL{-3z@ nItBVg5?vSBr`wڒ_Krj=fM2v;؄c'³s{d8e0.FXyCަO_ҖbpAN"[ ?:z0y00Тclji#3{.Z%l|v&tB)Sr"xnnPyk_ kf;֞N8| /E巪 MU~vZ^ |U\kdh*QN2$8 M4s~\of ?]EFiDAQe/Vyk4@;xSw4Ș# k0E;Rփ[ [0al ߑ^Ƥ IX mWINmM'Pl,X^xz\f+&j=18  bWbwyZ0u$4dzNsٰ YEepU&.w *T pya&d4.?"Ya뻠xbEဿ<عޅ3YK:oN'f`|!a1yĘ1E BJKZon8v8p)wıɫBuZU̓j90ӹSR/0}PnV輶䈬YRØK'qM4[u,@h@ !%J{chOjFI[!djFU֍k7PpaIxSںI"=3 ÊRu!F}/a^ENuO'j6JBʀ Gkк\*cZF^ C<4/5{BQ,!?XNz xY"k$0N_y5El6I9׭_7){k/Dx (֒/Uoڻhw{0wUy@wnLoo5ߺ=ξi`&Ӽ6rxzr]M E 6\'WETdPY6i 9@3(2T΃4URXe["!4?eUJ7٬5i=#9}+[zz5~ 9oAIl6E,|>so#(٭a.pN~Mx [99[Oa,[\αtɊ:di,8%0>&[i?:a접,@vA BYV^ Zr0MCN|`hec6Eyy\34پab45yLdOA}'cZ$i|D0՟GU~`ɥd*TlXV:[7}-r!3ǐXK>-2Ɔ2T,-{)+ZRk\iL>3)Hf1/;?nE;ᶤKkf<2i[)I@Ǣz/R_Zˠi"_$/#?<&ǿz m9Yi5ANP}WigrHdIe>c3Fӷ+ эsG'2 7IpNdcDaGeD<ӟyY8`C^cn#C\Hg;u8 Z^|X)I+4kb͆UKXOߩM"r?4|%+-\SĵXe >Md eEkak{$pFs" $+[9,if_9BĎdv[lj n.hk}Oȉ!0}.a].u)xM! S_tiFkRχtp7N ˚ f-Wg '[o_B.=gh A}m4 en͎edȹO6ȞnZI vK )nm>ߨk@k%.;Υ$ulhCrtYYy[GC(a۩>D6[~8)!u c ,Ez@Eim@Ne-pW =0.<:xl)DM+ {d&)x!H&(_dg)x <}fh\F;dLqVm橝" 犀} 9,tv!cX͍12j8߾JRڢv}Nbݟf(!:I&S8ΊĿa (Te̡uΐf!/M{(?][QԔrhB3Tͫ4={61R[Bĥ2c?W}# LkTN_FO+&?#Aj ^QMgwU*(-,Q {Rn?t/Tb<2p'U:e0<WOyOD'u[*քOrww-3Y]b?ƒ> gI6Ih&b&"H{L yԾ.mU&>=v0p% - 'F0q4\6x$s1S{_%pBovi2.n1b3˔2;FʎZ bBdM`!-[$O3ȰjmNmcbpM^Yqoʞ6b[Q[1F-\ ܰ.EiwՈ P2q~!0[/N0~6#:k'I8;ы}la }h#DMlW )0!n m<e`5傟{2 e~,2Q`I3|IITyAvZXx*q'rl?c7K[v~Bma'SC=8Ϩi`wBlP 79N R7Vf{%_=sٌ"3{:4,pa b!<+|uYr1}'S4- n}%.nU(LYT/mey7*U vL3 \f!2 w)uXdLnh[UEH԰31×:eUSWY򫼮-\ϼ__|{פ_G jĶ+я%yx;75Uٹn~K@} ` Scŀ1_!0J-[Re`"ܔe[8^VYd$%Cg n, r^.{ŨRbhE`_n,[MaȰ~X-/pG5D!&)@MkΣ~.F4b8} Ϙ? *cOW=/O7͇}ͧasD6U['V$#Yx}%J$qwj1.堝Hs-lԘqcGE9]bѷ+.;*{T}LޠL%=JQBT vw cٯ4v'\Xp5gw-(ڸ a_)4) -9O/vqx89wC Ljye[bO}gZ ԛYx]WKz9bBOrRnnRw&lY~4CiScʵ$8Nf`r#;mvZYEnJf|क۱0l+pz;VlJg"7-}s=koq~ I'g + wgl n`.vi:`pGo<pw=}tVn)EQnsǂEOWx8*.MEPh9{6Ŭ[߀4ZqO8QF&oJ 1.d/WF$Is&_^K 9 o M\H=tɧ$#+$ a>vS2V6 ;۞~! (hi0߷a1!3><:m_$F (-HIګV^&r1BVoG0,RE}.\VGŏKB"]hM~"ڴF6v#FgzsP(}C?aF/uўG4N d4ΔseB\ uM ?,qp+gk`Y@[k&SCϙ8\;wyYR受K󓡪2vS9os=c=gDݱ# ̕Pvkux3㼡( Hc:*7UDA8Uc-"]$>."M,_Ạ!rQs{LwFh`\G.jdZ0(, <9,J )-&;X{P-P\<2G2r?'0{nτqqYH$g7ҽU-B"uQ-)SӽFp9n.%:>ĈyaspN/Ul!y`S@jYY7;kTF$;Tn-$ȥGӍYaJSvUJ}j!&^؎[qʹ'bJE~ w pS<w: қ,N}=!ZZvd~eS ̐=];,У;G|8= ^ lbrUrg\ZmP%v؃8#fx\4tc$e<݃+\tW[wvb8Ć94)62[i \ׄt9L,ߏI'FCK᷌e}~}ltҍnFRiy9>:ڴ9Dþ6fMMeۿ`{sX'cɖQJeV AD3 AmL;ǸZeoO)Ɩ9yہ""҂:y;sCf)w2qjljؚ<6VmG|I1)N[b4 r 4p֖E!wz;㟛4|Tn3X$iGrJMw,.>IVH˖c|'C+ -׵L׆guO+} IC5g@+^e,N8 R][HN`m!oV2M&2xLO%|mAx:6}Dg6Zl}ZG|ُ*ݝ^ALGw͐ТL <8,>,NN: K:]kV(~zxtnx-C:#g!W]/`* {Ϧ\ "75lי]7 ¤p*Ht̾͞łu'z {@sOS_c.q 83p}f]3Ŵ^vqV9]:c7 hO7oj8L95VDT`sB1,RW!;چDU$~{1f;9Ny4"ݳC!gaY >U 35rL\uysI~HT΢ek9~?MWE,ra5Uj92!;u01a5NnLG _`E?#z?86)/;7_GPVugӓރ<U0ۧn(<07Oov#g\PzlQy4'05_&k+uc{6,̖J&C.dv\-\PY|gQUGulWL~PoVN0 54emSt$u* Npk+zlClO+aiMqjt5FFϜu0B ƈ-CiG*τ7Mߟh @~? 3Й$ BLϵr`6 SL_va3RZ/5r%};HY>) ̓ƣV3\PK $lP9UʤV ?LJ.Zw F ɟ؉fqq/Oܮ<ZF6G4]f7tDߋ~.bKm慾k4 evW_\ִV_yXǯ؃ +eTq`[ğܓ|%@^NGϩB|nU8$p}UO7:8H`="z٫*J/ ĕS`I%ӤMCBLoWڋƔiUBZeq6ԩIeq`#FdRuF k;ΈFR/كfQ9_+NpZ'' ev籷~d9EߝO0F݈ap{6Gl@` Z$˘|WabŅr@.֬aB4;"VW9.j,W|'-źO;QN={e MEQ G^%.^a%_HՅv‚STwsO^2R7#ly4HNKR A{{G|3Rv-vb FCtN4!x*{V𝧜G#?bwjVCT*Ń iK坵 dNt أrcl+ym`Kۜ57Y,+I/VEL ENc=j^S7 7h$d!RF+M=FOnAQS}ZdSsst'hEC bbk¬\+eg?HETast: )~`qHRY[E>„#١]<HHgȠK /؟7  ޚp[>/amqU۠՗vQ%i'@͔U[ShkjWMs͠a˅վLTd&G%DN8t=X]dM)A4q}z9nbz#nxuyWU`WxN ¹^a۳[UXHT:⛗i(4Ϧ"} hs|MzHAl.m}?di«VWnWY8_AXSVߋ&Zy#3+o)OTx\/rqFħOB6~K;Em_tdALpRg>ְW/TFڼKSPF*ɐnSGƂ72X5Mޅ[p@#qvQH&j 1@jK}rмcmK 5^-HUv JJ:IRˎ=+mS<834.vlBe; K r(`M(E kA٭A$R$^ ѢPtàXo$Y$_#|c2XOhݽC8hy /C';S,$bWn &]3\^ uA}f2P}hf 1\|"B%G:Rxev$ I;[pC9YG8{xXUy+*Nrd;`5S^-M)S\sPI T훵d6YIOkA.~W79%|eQq;jն 8?!;4Gq&ė> >qy6\=À77%Jʸ|<_CD#-duZ*tTm SM7/1-RtZ~@h~wVon/+a QVeh2!i%.I"|ڵWU9.N!f2fBD#Vl^܂bl7Z\cZɆl8tB3sġo-/!~LPtQ9·BKl'[a{NDDzupho\m.|[f!܀PٰC46d R%EkDgEoc^7qrԴEvh뱇\ZO0nk9DȎN/;0VI+0 ֔Noޟ3@h k*3BUBx6 Ge+8 G|TpҾs9ǜP [DN*w}`WZspQh |P>#,ž!B#3UK0ITӪ뛼 GVwBq òJ"Sme=G)oşpQX™k'4=ub'>K?/@$M-aFsvMq8fм+ FD\Bf51 p9N1!O.}ٮiQu ϱdca<s[m?`Ksٰ.ןĔqDO;d庺e4':1j]{{ ̃ CBL@Jo:,9*zMCh19D0Y9`Z.п`yfH~7 -rkaT/o 6E[5 00{(L"2Җ?4)pb%>F)0m9c~ O$7գs6r&Fp_HgQ/b*qmW߻8r~*, rؙp#Aͽ*LvHZs5g6Rre>Kx٨Փ |qw=a8˙!.ny6_/f#J .[xv F&fA)\ =Awv?ʗ3Or|y9D0¶f (ݨ>ߕL/oa\cC荑tb2:o!&xYuymBT ):ڤLLђfF|v9d貧P KkHU:iDܓ@FdBQ>'<|_d9k/2}Oؕm0S !~!*w7B N\BC6baQrrz1$E}^n`b51n"R,k:l|=YVSޕ04T\G uq+?3Ct0d˲}N|u% N7W<ߩ- d=|:g: 6'Ĝ'laevpIQv:eyqK±y/+G1)So~v`s,q JaWJ-'85$o,3g쿊"q>vG 8e7mS̩Oet8=Eb낸T!r'>2^tj.:?/}G ɔ̦wOlk}*=,Y9"hLeUN>;0Ck$.i_Lc[9h}S;m8$F+:;l.0^5LG1iA+Q{"W̲Emr!zjDHe>QlK:kXNŤYؒ%Zr|@`,q`䓀뻡>oygಉ~skI z'Rm,M_HYX8{^.RN:? fR s n6ӂdn"t:oٝڜXȿw>.a$>2!Ć>T?xhS_d.RKN+sŀW,6Z,`hS V~A 4B: ?Xu T>,/bPSPoLg)yyWϿ`<,ݍbq}i1"ti|ptQwXk^&;MsT> moF;C3 羈FIHJX$H9'?Ƈ4djdƫ0r8]یY5 Mg v,z(Rdm0DmSJxjϿ Q틚\ Ff_&ؠ~CV]Vgc/"(BI/tzڋ-m~֔F)hɵ7MT M4doHgv9a "M@ٖF90ת|'= ўYS+ D~I_ 4P5Wك']b ˮJ cAPu"YjBzw?Q ?6QedFӫ9[fɼ@r< 6_N;'L1_\'tE*KFAJ-.25:l $1ɑDu6g(|=?Lt@u"['cM?4$I6q^J)u03q5-I#cz]W<&b*b z0R?h#͎"X]կ~f3QVFWpeT /NLŻڨfJpm"I|tw/yt)'o((L@ˁS`R~Ёf/n7-5aAgkc[<pny1C✮ѪR̩/Mi?dr]*3>|<ƅ҇xж]i͏3Ytlh'f#$2Hytj5 n*5rCOAzj~޵A !.LT^j6|]c^Ut3V 1h""ux_v Rq}3lNe'J(i!IytS]:oF|FB[4vDBz@|);X bYő_l:*DEtl~u+Ju~50Hf|IGD6:o?K{50Taƃa8hhbvw`W={\@lZԈ[l /hT RCDgC9|]lDչ( ++ղ