php7-imagick-3.7.0-bp154.2.4.1<>,lc6a!M@eee p'<Å )Ǽߚc J~/'Nb R'Zܶ`KBX@m{|;D;UAI;52:ѝM ο}Yv$Pr+^Sa*Aam yIǁ_\*_OFюb 1O wGz\qqDS?Sd ! D (MS\t     ,D   <@M(N8X9:qBNFNGNHNIOXOYO,ZOh[Ol\Ot]O^ObPscQdQeQfQlQuQvRwRxRySzS$S4S8S>SCphp7-imagick3.7.0bp154.2.4.1Wrapper to the ImageMagick libraryPHP extension to create, modify and obtain meta information of images using the ImageMagick API.c6aobs-power8-05 SUSE Linux Enterprise 15openSUSEPHP-3.01http://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://pecl.php.net/package/imagicklinuxppc64leS X A큤A큤c6]c6\c6`aݡc6`aݡ344d8239ed628e59b0ac1a92cace0ec7d3993876ee7939c11a8ce6295cb49f8032e81f3c850220e2e0d8dfdf14eba272391c2204abac7461696e1dfd184975d44cadf2333ee20e2aa5f972fe99fa534bce5f7c74e6ba903c3d58ebe42bb77630b6e00df9cb3b91977c0d64a7c4db48cb6f5041f6eeda6583c236775f70a35b78rootrootrootrootrootrootrootrootrootrootrootrootphp7-imagick-3.7.0-bp154.2.4.1.src.rpmconfig(php7-imagick)php-imagickphp7-imagickphp7-imagick(ppc-64)@@@@@    config(php7-imagick)libMagickCore-7.Q16HDRI.so.10()(64bit)libMagickWand-7.Q16HDRI.so.10()(64bit)libMagickWand-7.Q16HDRI.so.10(VERS_10.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)php(api)php(zend-abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.7.0-bp154.2.4.120190902201909023.0.4-14.6.0-14.0-15.2-1php7-gmagick4.14.3c6@aaA@a@ab`-`.V_I@\s@\b@ZZ?Z@ZZZ%ZYdX@X@XtWUeVT@VMarcus Meissner Arjen de Korte Arjen de Korte Johannes Weberhofer Arjen de Korte munix9@googlemail.comArjen de Korte Arjen de Korte Johannes Weberhofer schwab@suse.dejweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgilya@ilya.pp.uacrrodriguez@opensuse.orgilya@ilya.pp.uajweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atjweberhofer@weberhofer.atpgajdos@suse.compgajdos@suse.com- buildrequire autoconf. (bsc#1201574)- Upgrade to version 3.7.0 - Added: * Imagick::COMPOSITE_SALIENCY_BLEND - Upgrade to version 3.7.0RC1 - Added: * function Imagick::deleteOption(string $option): bool {} * function Imagick::getBackgroundColor(): ImagickPixel {} * function Imagick::getImageArtifacts(string $pattern = "*"): array {} * function Imagick::getImageKurtosis(): array {} * function Imagick::getImageMean(): array {} * function Imagick::getImageRange(): array {} * function Imagick::getInterpolateMethod(): int {} * function Imagick::getOptions(string $pattern = "*"): array {} * function Imagick::getOrientation(): int {} * function Imagick::getResolution(): array {} * function Imagick::getType(): int {} * function Imagick::implodeImageWithMethod(float $radius, int $pixel_interpolate_method): bool {} * function Imagick::oilPaintImageWithSigma(float $radius, float $sigma) * function Imagick::polaroidWithTextAndMethod(ImagickDraw $settings, float $angle, string $caption, int $method): bool {} * function Imagick::polynomialImage(array $terms): bool {} * function Imagick::setDepth(int $depth): bool {} * function Imagick::setExtract(string $geometry): bool {} * function Imagick::setInterpolateMethod(int $method): bool{} * function Imagick::setOrientation(int $orientation): bool {} * function Imagick::spreadImageWithMethod(float $radius, int $interpolate_method): bool {} * function Imagick::swirlImageWithMethod(float $degrees, int $interpolate_method): bool {} * function Imagick::waveImageWithMethod(float $amplitude, float $length, int $interpolate_method): bool {} * Imagick::IMAGE_TYPE_BILEVEL * Imagick::IMAGE_TYPE_GRAYSCALE * Imagick::IMAGE_TYPE_GRAYSCALE_ALPHA * Imagick::IMAGE_TYPE_PALETTE * Imagick::IMAGE_TYPE_PALETTE_ALPHA * Imagick::IMAGE_TYPE_TRUE_COLOR * Imagick::IMAGE_TYPE_TRUE_COLOR_ALPHA * Imagick::IMAGE_TYPE_COLOR_SEPARATION * Imagick::IMAGE_TYPE_COLOR_SEPARATION_ALPHA * Imagick::IMAGE_TYPE_OPTIMIZE * Imagick::IMAGE_TYPE_PALETTE_BILEVEL_ALPHA * Imagick::COMPOSITE_SEAMLESS_BLEND - Changed: * Imagick::setImageArtifact can now take null for the string value. * Return type for Imagick::getImageArtifact is string|null instead of string.- Upgrade to version 3.6.0 - No change from 3.6.0RC2 - removed imagick-fix-457-ensure-format-is-always-lowercase.patch (upstreamed) - Upgrade to version 3.6.0RC2 - Fixes: * Remove deprecated message from Imagick::roundCorners() - Added: * Imagick::addNoiseImageWithAttenuate() - Upgrade to version 3.6.0RC1 - Imagick::getImageInterlaceScheme is undeprecated. It's the appropriate function to call to get the image interlace setting. - Image formats are now normalised to lower case. - Imagick::getImageIndex and Imagick::setImageIndex are undeprecated and work on ImageMagick 7. They call MagickGetIteratorIndex and MagickSetIteratorIndex internally. - Imagick::averageImages is undeprecated. For IM 7 it now calls EvaluateImages(wand->images,MeanEvaluateOperator). - Imagick::flattenImages is undeprecated. For IM 7 it now calls MagickMergeImageLayers(intern->magick_wand, FlattenLayer); internally. - Imagick::getImageSize is undeprecated. For IM 7 it now calls MagickGetImageLength internally. - Imagick::roundCornersImage is undeprecated and available on IM7. - Fixes: * Imagick::borderImage() changed internally to use OverCompositeOp rather than AtopCompositeOp for ImageMagick > 7. If you need the old behaviour, please use Imagick::borderImageWithComposite() instead, which allows you to set the composite method. * Imagick::frameImage() changed internally to use OverCompositeOp rather than AtopCompositeOp for ImageMagick > 7. If you need the old behaviour, please use Imagick::frameImageWithComposite()instead, which allows you to set the composite method. * Imagick::profileImage() fixed to allow null as second paramter again. If you can't upgrade to this version yet, pass in "", which has the same effect. * Imagick::ALPHACHANNEL_COPY and Imagick::ALPHACHANNEL_OPAQUE should be available on IM7. * Imagick::setImageMatteColor() should be available on IM7. - Added: * Imagick::borderImageWithComposite() same as Imagick::borderImage() but allows user to set composite operator used. * Imagick::frameImageWithComposite() same as Imagick::frameImage() but allows user to set composite operator used. * function Imagick::cannyEdgeImage * function Imagick::setSeed * function Imagick::waveletDenoiseImage * function Imagick::meanShiftImage * function Imagick::kmeansImage * function Imagick::rangeThresholdImage * function Imagick::autoThresholdImage * function Imagick::bilateralBlurImage * function Imagick::claheImage * function Imagick::channelFxImage * function Imagick::colorThresholdImage * function Imagick::complexImages * function Imagick::interpolativeResizeImage * function Imagick::levelImageColors * function Imagick::levelizeImage * function Imagick::orderedDitherImage * function Imagick::whiteBalanceImage- added imagick-fix-457-ensure-format-is-always-lowercase.patch to fix test-failures in latest tumbleweed/factory builds [#]gh/Imagick/imagick#457- Upgrade to version 3.5.1 - Better detection of appropriate OpenMP library to use, i.e. GCC or Clang.- Upgrade to version 3.5.0 - Fixed multiple parameter information issues found in 3.5.0RC1. - ImageMagick 7 is still not widely available on systems. So contrary to previous plans, ImageMagick 6 support will continue for now. But users are recommeded to use ImageMagick 7 if possible. - Method names have been changed to not be all lower case. Both method names and parameter information is built from the Imagick*.stub.php files. - Prevent accidental creation of zero dimension images. ImageMagick doesn't prevent creation of zero dimension images, but will give an error when that image is used. I don't think this will affect any correctly program, but if it does, and you need to re-enable zero dimension images, please open an issue at https://phpimagick.com/issues - Various pieces of work have been done to make GOMP not segfault including: * Call omp_pause_resource_all when available during shutdown. * Added the 'imagick.shutdown_sleep_count' (default 10) and 'imagick.set_single_thread' (default On). Both of these exist to mitigate the segaults on shutdown. - Fixes: * Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel be available when using Imagick with ImageMagick version 6.7.8-x * Imagick::morphology now no longer ignores channel parameter - Added: * PHP 8.0 support. * Location check for ImageMagick 7 for NixOS and Brew. * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {} * Imagick::setImagePixelColor(int $x, int $y, ImagickPixel|string $color) * Imagick::setImageMask(Imagick $clip_mask, int $pixelmask_type) * Imagick::getImageMask(int $pixelmask_type) * Imagick::VIRTUALPIXELMETHOD_DITHER * Imagick::VIRTUALPIXELMETHOD_RANDOM * Imagick::COMPOSITE_FREEZE * Imagick::COMPOSITE_INTERPOLATE * Imagick::COMPOSITE_NEGATE * Imagick::COMPOSITE_REFLECT * Imagick::COMPOSITE_SOFTBURN * Imagick::COMPOSITE_SOFTDODGE * Imagick::COMPOSITE_STAMP * Imagick::COMPOSITE_RMSE * Imagick::COMPRESSION_DWAA * Imagick::COMPRESSION_DWAB * Imagick::EVALUATE_INVERSE_LOG * Imagick::COLORSPACE_DISPLAYP3 * Imagick::COLORSPACE_ADOBE98 * Imagick::COLORSPACE_PROPHOTO * Imagick::COLORSPACE_JZAZBZ * Imagick::DISTORTION_RIGID_AFFINE * Imagick::DISTORTION_BARRELINVERSE * Imagick::STATISTIC_ROOT_MEAN_SQUARE- Use _multibuild (prepare to build for php8) - Use php_cfgdir and php_extdir macros to determine location of files- fix %defattr preventing setting executable bits on imagick.so- removed patch imagic-3.4.3-relax_test_150_to_follow_upstream_change.patch which is no longer necessary. - Upgrade to version 3.4.4 Added: * function Imagick::optimizeImageTransparency() * METRIC_STRUCTURAL_SIMILARITY_ERROR * METRIC_STRUCTURAL_DISSIMILARITY_ERROR * COMPRESSION_ZSTD - https://github.com/facebook/zstd * COMPRESSION_WEBP * CHANNEL_COMPOSITE_MASK * FILTER_CUBIC_SPLINE - "Define the lobes with the -define filter:lobes={2,3,4} (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506)." * Imagick now explicitly conflicts with the Gmagick extension. Fixes: * Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel be available when using Imagick with ImageMagick version 6.7.8-x * Bug 77128 - Imagick::setImageInterpolateMethod() not available on Windows * Prevent memory leak when ImagickPixel::__construct called after object instantiation. * Prevent segfault when ImagickPixel internal constructor not called. * Imagick::setResourceLimit support for values larger than 2GB (2^31) on 32bit platforms. * Corrected memory overwrite in Imagick::colorDecisionListImage() * Bug 77791 - ImagickKernel::fromMatrix() out of bounds write. Fixes CVE-2019-11037, boo#1135418 The following functions have been deprecated: * ImagickDraw, matte * Imagick::averageimages * Imagick::colorfloodfillimage * Imagick::filter * Imagick::flattenimages * Imagick::getimageattribute * Imagick::getimagechannelextrema * Imagick::getimageclipmask * Imagick::getimageextrema * Imagick::getimageindex * Imagick::getimagematte * Imagick::getimagemattecolor * Imagick::getimagesize * Imagick::mapimage * Imagick::mattefloodfillimage * Imagick::medianfilterimage * Imagick::mosaicimages * Imagick::orderedposterizeimage * Imagick::paintfloodfillimage * Imagick::paintopaqueimage * Imagick::painttransparentimage * Imagick::radialblurimage * Imagick::recolorimage * Imagick::reducenoiseimage * Imagick::roundcornersimage * Imagick::roundcorners * Imagick::setimageattribute * Imagick::setimagebias * Imagick::setimageclipmask * Imagick::setimageindex * Imagick::setimagemattecolor * Imagick::setimagebiasquantum * Imagick::setimageopacity * Imagick::transformimage- Use bigger timeout when running under qemu- removed Test 229 which fails occasionally with timeouts on the OBS build server- Print test failures in detailFixes for bnc#1091929 - Due to a packaging change in ghostscript the ghostscript-fonts-std has to be included explicitly to successfully run the tests. Elsewise the required helvetica-font is missing. - ImageMagick's commit 97a319 makes ImagaMagick to no longer throw an an exception if image registry tag is not found. Added imagic-3.4.3-relax_test_150_to_follow_upstream_change.patch- Build module with fvisibility=hidden, this should avoid additional symbol conflicts.- add a Conflict between this extension and gmagick. (boo#1085595)- Add %licence macros.- remove double ./configure and build - imagick-reproducible.patch: We only care if ImageMagick is binary compatible, not about what version the extension is compiled against, which changes on every minor revision.- Reconfigurate spec-file- removed -devel package which is of no use - Simplified spec in the build section - Enabled tests- Upgrade to version 3.4.3 - Fixes: * Avoid internal segfault. * Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminating the program. * Prevent attempts to resize image to zero width or height, which is not supported by ImageMagick. * Fix compiling on Windows issue. * Imagick::transformImage and Imagick::orderedPosterizeImage now correctly excluded from * Bug 72311 - compiling against PHP 7.1. * Bug 72226 - regression for Imagick Exception classes being final on 7.x * Corrected reference of constants. Imagick::METRIC_MEANERRORPERPIXELMETRIC from MeanErrorPerPixelMetric to MeanErrorPerPixelErrorMetric. Imagick::METRIC_PEAKSIGNALTONOISERATIO from PeakSignalToNoiseRatioMetric to PeakSignalToNoiseRatioErrorMetric - Added: * function Imagick::setImageAlpha() which replaces Imagick::setOpacity() * function Imagick::identifyImageType() : int returns one of the Imagick::IMGTYPE_* constants * Imagick::INTERPOLATE_NEAREST_PIXEL for ImageMagick >= 7 * In ImageMagick, the names of two filter constants were corrected to the standard spelling. Support for the new spelling has been added. The old constants are left in place for legacy support. Legacy: FILTER_HANNING, new name: FILTER_HANN Legacy: FILTER_WELSH, new name: FILTER_WELCH * The Imagick::IMGTYPE_*MATTE* constants are deprecated for ImageMagick 7. * Instead an appropriate Imagick::IMGTYPE_*MATTE* should be used. IMGTYPE_GRAYSCALEMATTE => IMGTYPE_GRAYSCALEALPHA IMGTYPE_PALETTEMATTE => IMGTYPE_PALETTEALPHA IMGTYPE_TRUECOLORALPHA => IMGTYPE_TRUECOLORMATTE IMGTYPE_COLORSEPARATIONALPHA => IMGTYPE_COLORSEPARATIONMATTE IMGTYPE_PALETTEBILEVELALPHA => IMGTYPE_PALETTEBILEVELMATTE * Several ALPHACHANNEL_* constants are only available in ImageMagick < 7 IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_RESET", ResetAlphaChannel); IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_COPY", CopyAlphaChannel); IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_OPAQUE", OpaqueAlphaChannel); * Several ALPHACHANNEL_* constants are only available in ImageMagick >= 7. These constants re-use the values of the constants removed. IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_ON", OnAlphaChannel); IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_OFF", OffAlphaChannel); IMAGICK_REGISTER_CONST_LONG("ALPHACHANNEL_DISCRETE", DiscreteAlphaChannel);- Upgrade to version 3.4.2 * Bug: IM143 Correct ifdef around setOpacity and localContrastImage. * Bug: IM147 Imagick was Borging PHP's error handler.- Minimum required versions are now PHP 5.4 and ImageMagick 6.5.3.10 - Update to version 3.4.1 * Bug 71742 - arrays that contain data that is held by reference gives error. * Imagick::autoGammaImage([int channel = CHANNEL_ALL]) * Imagick::autoOrient() * Imagick::compositeImageGravity(Imagick $image, int COMPOSITE_CONSTANT, int GRAVITY_CONSTANT) * Imagick::localContrastImage(float radius, float strength) * Imagick::DIRECTION_LEFT_TO_RIGHT * Imagick::DIRECTION_RIGHT_TO_LEFT * Imagick::SPARSECOLORMETHOD_MANHATTAN * ImagickDraw::getOpacity() : float * ImagickDraw::setOpacity(float opacity) :bool * ImagickDraw::getFontResolution() : array * ImagickDraw::setFontResolution(float x, float y) : bool * ImagickDraw::getTextDirection() : bool * ImagickDraw::setTextDirection(int direction) : bool * ImagickDraw::getBorderColor() : ImagickPixel * ImagickDraw::setBorderColor(ImagickPixel color) : bool * ImagickDraw::getDensity() : string|null * ImagickDraw::setDensity(string density_string) : bool * ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool - Version 3.4.0 - Added support: * PHP 7 * ImageMagick 7. Imagick can be compiled against either ImageMagick 6 or ImageMagick 7 However it must be run with the exact same version it was compiled against. Trying to run Imagick with a different version of ImageMagick than it was compiled against is not supported. Please see http://nextgen.imagemagick.org/script/porting.php for more information about ImageMagick 7. - Minimum versions supported are now PHP >= 5.4.0 and ImageMagick >= 6.5.3-10. Earlier versions may continue to work, but they are no longer supported. - Added methods: * Imagick::evaluateImages(int EVALUATE_CONSTANT) : Imagick * Imagick::subImageMatch() added parameters. The signature is now: Imagick::subimagematch(Imagick subimage[, array &$bestMatch[, float &similarity[, float $similarity_threshold = 0[, int $metric = ]]]]) These parameters are only used when compiled against ImageMagick 7. * Imagick::similarityImage() which is an alias to Imagick::subImageMatch() * Imagick::getConfigureOptions * Imagick::getFeatures * Imagick::getHDRIEnabled * Imagick::setImageChannelMask (IM7 only) - Added IM7 constants: * Imagick::CHANNEL_READ_MASK * Imagick::CHANNEL_WRITE_MASK * Imagick::CHANNEL_META - Fixes: * Imagick::setImageWhitePoint, Imagick::setImageRedPrimary, Imagick::setImageGreenPrimary, Imagick::setImageBluePrimary now take 3 params when compiled against IM7. * Imagick::getImageWhitePoint, Imagick::getImageRedPrimary, Imagick::getImageGreenPrimary, Imagick::getImageBluePrimary now return 3 values when compiled against IM7. * wrong type for zend_parse_parameters. * Remove duplicated definitions of class constants. * Imagick::adaptiveResizeImage, Imagick::cropThumbnailImage Imagick::resizeImage, Imagick::scaleImage, and Imagick::thumbnailImage have all had a rounding bug fixed. An additional parameter has been added to each of them, 'bool $legacy'. If legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0. If false, the calculations should produce the same results as ImageMagick CLI does. * Imagick::colorizeImage() and Imagick::tintImage were using the wrong behaviour. It is now fixed and the legacy behaviour can still be used by passing a 3rd parameter of `true` to the function to indicate that the legacy behaviour is desired. * Imagick::importImagePixels regression fixed. * Imagick::subImageMatch use correct error metric in IM7 * ImagickPixel::getColorQuantum, ImagickPixel::getColorValueQuantum and ImagickPixel::setColorValueQuantum now correctly use floats when Imagick was compiled against a HDRI version of ImageMagick * Imagick::exportImagePixels works for all storage types * Version number in extension header- provides php-imagick symbol- update to 3.3.0php-imagickobs-power8-05 16645277133.7.0-bp154.2.4.13.7.03.7.0-bp154.2.4.13.7.0-bp154.2.4.13.7.0imagick.iniimagick.sophp7-imagickChangeLogphp7-imagickLICENSE/etc/php7/conf.d//usr/lib64/php7/extensions//usr/share/doc/packages//usr/share/doc/packages/php7-imagick//usr/share/licenses//usr/share/licenses/php7-imagick/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17680/openSUSE_Backports_SLE-15-SP4_Update/de3488a0aad0caa4ecd5b6cffda48379-php-imagick.openSUSE_Backports_SLE-15-SP4_Update:php7drpmxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ee7d93dfe1f5abf0056da0933480a623c3633dc7, not strippeddirectoryASCII text, with very long linesRRRRR0EhuϤVHutf-8c6742d1fdf32961925dde7117f3b9a41f289002c350fd5c89bfe80db5c1b0acb?7zXZ !t/'B0]"k%s: B`}ܘtkX,YHJ"9}خAUp[pT27sc9 xR; B5|LnoQ>Q2hˣRᖔ8>J_FP §{Mkl6Ys(ڍ"gj~G-CUD~lO,0֣.a1HDHwkr$^:jɝK%|ae)\7MOXdl4v›drnn&6+\5N纜\.;,(Gψ9=ߨys$6@jj&^x;1 kn 1/.DW6KaMsv&[C\ԣҗFoS. LV)A_5]=ޚ2eUBsz_c).+A4|=VyԜ 3'ht=h7S?ھ`zҭRu+'O }wY#r$ƅtrD@ [ƚIN?̚E}\S@@^+aDч!2 ]ʄrsq 68I͎OZ=fb3)nHZj%+ 9ƤN)˂flk͔J4Sh(CzjjE :_,Fkp9eҁ^X%t%M*R-aƋ h֨~RRʵ,l2xVLY.`ܲg67Y BzNK`NBlyD,%ӵĸ6ط0'>0]xMj}Zk.qPn-Qt֓9 5"VR`ûX,,T?[\1!ڡ6NMKcAjp֢_QTkj"Iƽ_T'TKU y,Me#vFfy9D4 ҷeqWR]winXL\kX@fStD )&DP`@/QЕ/#>Үmcnq#D)zqCNHxj{٬\gS5&DpZLL4r2n~hxryzZqr߂!—8^ͮ0#yȇlhŏ}X tmCz=HA5ex"t=ȹR2lO|I~": ,"o'/a}v`ꒉj:VcmŠf/P fC6Fd[rh'ca/7|*/SXS9!WYK Od,m.P̓47le!˸P"O~S^϶&U1u~x9&?gϪTXA'A81$S2n8Id;~3&\ \'9c4eBB:Wk4)])tWSnxv% ^oQS04LC\e1BI%ѹf u !̐5chĚbK6,lю. j+~Ft<Ўs=ז!w-Ga3Ԫ@&JԶؔCe 24}^ }DLЕ$+ fŅy[M#?'XH\=xcgx; _E,He*d fy4f1J I;.۴N(if8 \.$y 7_"q2wC4^Xw:M0#UR HU;LO@7 s=C6oh]VL[sr;]n}D[P0]CH9+L2Gʤs襛^M4"&@j^Am-R>+~G. 9 IuxC;.u8<"<ȚMs%}?Rk{`8Ph)Qu̸Wf`x9Q;d /3]CGp$?έ\K-y&0)S nz_sDRUG1>QQ~b<3o32lzDZ}@:>"|=e{+#5Hл7>+`It1uIFfA,X^s ]߽gw+;1*u{A$ aMPӓJ%.̐yGj"'? ;Ϋa{Tm,Cal)kӨ1۬ff;drڍ.n=kQW.Wt\J@ERR-"u)WwY @arfe#ıjiٴL# 7")(nSHV/%P7$m@{35@ه;v(LZycҏphp"fy@v])Y,MԻ@<$j,ֻ4aF8N1|)~TşYz;eՀuuA@S`{PX79D'PN_Zц6o\d35!N 1"(cBzfg"=޷ͅdKs?n@Ys\8_պ4~du# M*"He8%> tn -_ IjPRx֡/TQP uj$E'@+YtzNmT1ZKxFZYwk§:o2l&N9QBx-i%yW' <=7Z~$Ժ{]&[bgx ,]2f˱q&~E.8{@bK (WoI4$BF;^26*pl%cf L{5}Jn"=c mGƎ /¥ zV|*PXtl ZiᱲӋ/6Sx"{!{TOF+y*d%&"gW;9nMП%_ൌMMO4YHbkj n%߻Xx<Q^Mu&2 2=@p5IPs[ //A;ZI{@YNx?ƻMf{qc7ub d'<wmp 3I`5s7ݨ S#[F g!i!!2NUZ'*x^B~f"^ki|Hu,j'u&3j@$C.;#.>\>j[tNhr[;Rl{9EVeWTQ/V>erc2)j&PFTc(8iZpWJCΫd }bl8 &pۿvZW*v_~_ow ׵ ް2{sv֪b ȣ2NŁ}u.(q΍# M#BC3;!]A_O!ev8Eΐ? ՝kgJcP5ʁ-q1ЩiKM q)#H F5K*?VG'Ls* Q Uj`~yyF8  شOp2[=Է|bLsWsXϋJm0#[nGNWV Ќ0/Uv>~G V>?@-sӀq^5Q0p#f|R8]N)5I_K@@U$&'d?/ c=ag(ןs\ͯod >aI1]NcHC8+lÒO~Ki3M͂hL2E+RH&6w;~ \. m uc$~AضH[ΉEsò(AA 8$wcO9eභĮ]R@+S\l0d[4cS/(/-g<'D߿#-+eimy(US&O.%X0wH)QuRkzXTRߎBA]+PTL\K 1!0'z C W ͟PGѹ8)>~HفJUTRsiE4B'SDO8FHѷ>@9[; @[N-c1#QrE'~ߜ`†\v3Z@RLC~C9Q% \|n9HEm1 bT+Fl)Fn=ld]yZR\؄XQ%.L!>&R =j&*@ULx*\w:C1)ީ hY&0>̩qp;Qy,5s)i"X 6JM؇5j,,;yY*0+$r=ԫynKt%+U)㱙PpItcE32ci+I db߉"9=i]`YUHVzpvȱ֝}|IpLd)Oo;\9YđԵ6/cT~Ԗ "h\h:kt{pW;k_˘m jz[sm$V,J&0Rܺ@Gr$}/K.RK1)ROŒ=ߤf魊`ZV+F-ܿGK=M_Rj!buXXeݱDamϝcYbNޮZ>$DO] 5 W:Nઓhf-i0`)FIj1[^o jBq\q؅o@Mm51 B]JJ!D5Un?:G,HPs'ojnN,sno Mug$Yry/_B{9:J(FlHFbr&KK:(RdCr@| !T7N4QJ^@*,~ mB<5B҉p5FpT \Kp kgKr9+؇k&G%Q+<+&zF2Ή$L5{u07΢2 |Ad,QZԎ5//gCf455ԷrmT\GagTY7C1c2[/_>F590qan츻=fd[K=UxJkvK)sH%-0Y/he_X˗LmLrkI Mep`0%*uXR|$Ovs BE0%&ϙΌ zVySQKCRs|#1rc 54A\UC?{oimUuD9,27 +;L+,Os_e\2MRF7:PZ|d/|N9L%݂L3+?#Xv6 MKIqA9^:vY mAGDna{LmU Hk!]FGEӁִ E8]sY Ur0ߛHDKykM/1?]Z1"CkP4ȴ MI ;ՉZ},y{+l<^ҹ#DW,XZk0 )/ g᳌Ve1A%eB+]+bnSY`,m͓ɟ*~`yt,E۽|y0;uӅ̬V2k6ґI%6'o֖hy$2Vl,2\͇^qvoXUx.ԪEyzqakMiXN$| ?6̄ow1WhndS3KY5.Ͽy".ҶݡsRWC?A_z%˴+axutغ/ߠuwZf+vwJ'^.i>5PN't=Tۤ#UWqԭ)޹k[\YtЍr0Se1*K^of*(}!Vq^ў*.qt̸2tţ cO䚖s6ۄ1n>*^bhz#ppcRBPnxo(z>p& yLC<bnft@bfHGC5ILeVi7=6 vn;J @V#Ę7=Է\2-k**A-ֵ/~$ދٷ;iNvnH +r-'mA<6hEM[~(О_G^m\ @ӕV78!g |QJLjo(%2s9i OwSG.٩B]>jBy4%]jLysUHTƂbB?5P7o'EIіSw!=hVv3f n #J~06%<}1 znEN0#YK_ڲf)wdX ,U Oxv^`sմ.쩞3Tz0BFi&Y" ܙ(C "0JjS@lB^V(+l&'ՑFTSE{40 ?fCp滸18x6 O_=O{]pJhHy+j:8wUT0)~~g_ Г,I0o^7캇n0Mwbךa>p>?{^cJ>/W&ik@4^ q.$$7o 'B~so);,c0}S )sY}GǮzoSPnzF@DūYS;tO TQ.  ثxgBq5 dW4. I\]qCQ)CL,%4LJP? /&df*FEf =Xd'z[&f.|G򌳡۝ HHxj2AlO[tIœGq.9 _/*zٰYw9wErȵ$LEg60mi٤RX Ux.>0nIqXh#f =a V P>9؂ .EAS-T$W|J2{tJG.j["!0mo ߗ2RTolv2pSn %12ƏY/AKg҇/]S`Ԋ}(m/4) 1̻ s/*B b@tȚfX6hAHИTѫu__fs[dJCڴ';;Ӡޟš‡#Ƞbx(#K*Ο+YJ>ICyNSI9 ݷ۝[zԜ[:ӥ5z?U9g.V4Ƿ*_XZpd'd ƌL={͛uy>o˩k5PϬ)Ik,uTq?4թvzMWlhD+sܭCS\KI 祿?,]g,-hw 3owYЕ.;8y<|;Ңr8Qf`^~r{RK謇Nn^cW69RnH"zrLlҐ7Sȝp%%ь/)UwK/-z)ոDmKr£w 5{1[LDE1t,(~v ; Jm~kݧEӉ;u^ck91 ΢IȎϚq-:@@Gr@`IEy'?*BVؐ~jCs&}2ǮXLSsUрX*-i#f&ϑcJk,B+e6bTJ>q'^^-=)ԨO7W^:d [XA9+A-ә::?ŗFrKU8SPx`),S(lâeaNg+􏆺W,:uh黐5nSBic&F;%7vU@Z-wd{LWԪm bKbu(VU--*s){X{OСd'Rx=`pezJhSg:dbq 끱j~mj VQ\M6cg[W3,w7*L0lN5o YyXT(^RGVVsb<=;\b2ݤSj}\}?2m.*k#]+"gHI2k`Ajc@蕟FmE#MզϾRLlTķ1y U5`Z "fe0x A8%P y2O+80aИt1XD'>@QJBJ?Y3V5Z zͭNj[:Uok" '†CpQ` h t™P$rAWYh zѩhj'55}3HOfF2.KmxxTt0Iאr I$/ot!bҢaD1kYujW1~F+^o$`,PV~Vxq\jKd!]xU"wP#Jw'r;37KJ{s"ۆ$2tPPd*|{ms6\LJ"7dY3&6;)+}ȻXFm|QԲNOtDy1B[W˝Ed,ei홥Dq IF`J+R-TC\YȠ۰/8p : 2pwT_Thg >CwUISr |”y*a<]g۪"\殂0࣭VYGHpgn 'Xo7Vʘ[1o Irmg$t_|s@O,\ߢ nv ]d Yd`[ GDQAu{x䌓r{G`;ƭ5#Ih 6i3| 6Cb+AcynC@(2?-Ŗ@5H!e G2LoŀYZWAd XLc JiJSU u1!h3?e~ n͖wm.e(k*3sN/]wrJoB[ ^WQ4 Z[\Xg@t#sEXLO9\%DjcT">@N˷y\~[AV̬ V}/Ǐ'=M8+Glؖ!g 8@uBI(%kXY+˲Ēo)HG|[Qs'z̨(!-;h#i,PXYFcvK#?T@5B sWDePS;9;u`$.L91rsmP4 ?̈i\%M%E-}BK,Cv)4W?o,tcV;dDYD94?!Ҿf0jYqgPq>J2#W}HRΑA N(xowØ1xf1y! ᬪhs/, Okr\BLTچ\9(Fd9QtzMJSyj-);9kڷ;P#BQKti_V1ɼ%MRz͌!{]_q_T3 g["鎟tNnjYߓUXD[Yt{{(<ao˿1k,HP +W8,vzw/ ew%˶ Js[3hmm;#d|Ч vEeɰ;ʿ ;@sktBT^PϹ@$;g凫\).pL9~O(}qfq*kƮ(\˜)z feR8 :+\|`iK4?1!8BD!@')ٜH}K, 5E66/Β|nOB\. //[)H6'3iC2U~j<aZ ;tHFydM<;(*3TͣQ D )*̞5b, ^am͞ÇʳF$ ga+I_ \WlZ!;+IPݍOY&Xic?É!$I*;ۤ﮾MoYʶ,ۊ!>7 o/Jf{L?C2)9{_MG4Xo,%}}lgYkpn `3+[<زy)K@]"Mu(* ΒGO:/u8ʵ%?xlZ6z}V*K3H&ܶ%^vxP\` WAB/yBi}Tryrx{Rp/mE96vWAu<%^<28Faa*okwR΅ݷ"8QY.iЉ8Ei1k I]~tL MdR~{N:P%Ys#>բTmjرg jH]L$S DxՁd@9;VoTEt؞s&x#(u%Q=#`ӫm4vCYL~bb('Fe1Xӷ#IL|AnM$N1?ȏAFMҵghv1b? WH[LbHVms0KSL2jʒxO\0!ᖟF$j2(UhUi;2 O3IDEgWKu F Tg K2'~7y%wwbo캡ePƏ*5NTMiJ#i}i<1iξj:T:r9ӹVsLOgy/+j93q$g>3yΐC%!jq@6;(o6+/Ec01up(ruJ}9M}NbB!R@ >}ƖKHB&J?^Dܸ(w=խ-drRy V\6M5mB0.&noHn#9*Vc@+>KdN Q9y"ɀ#U&Y AQk ebRUmV8IBLY5LS^]=w+t;u6Dʎ]!K3?b-DLy]˘=w~8;iWL>'(FgWȕ_f|5N -0xB(+Ry!WMzP/&8  RnVuREJk)ņd5xHDזZnM G-#Hlxcs5 Rڍ=w _9 2 duL,䧜߁:`j! k[)7>;4`0 ?9x9|A}z7LD(?P01I&}n/\bB yiy*a1h$AiڵYŀ+֪. ,Yã}HaFH܄t]_Baڨ%"2;e[0KjdnJXzߺ_Q)B⽿{2v~)yO(O \(fTCtGft'+ЈVgUJzHT~۫eҖ~jW}&̢Z@H_l!/mr==+n" - GR ;ab:⫡bLRo_9螿!QJjZAgh>eNzZ@|vjGEsLNg[yrx H70-^[4=,P`XO#g6`pVW!95@Q0zBUlm -+%d5@?~Eo@gnuZ`-ل'u`w덩6;?J)|#hc ݟ1n'ϢxP{!AH}F"JM;`mjeYI<;npz> ~YY慚ҥ tunso#1b F`@H dA-}q%"|&% }}qwN;yR:Xi2(@+xW#UN1N?0cS yy6Pҵ5B"|}̈9Lc;X1 &:#J{tݴGmOE]5ЮIɜ'.R#%AUo%NΪ`WI*k`/A$(1 ty\z+xVN0m90=MӮigTu9w. ԛ.c]Gj &m\> iOL g7X4mO.WQwg'k_]U2E"їSmfƕ*W@}E *&k6޻q?p="6}KkG֘cEYlAJ$+n|#-q\? o7k[ቪWxn{֣t5'&#|t#U∔/Ō') ?h&ٞy< @8jn -M{-Ysr_>E1GlD" k8f<;BvE Ohd<ĝ@$[1jj{7T|Na>t#mDwȍן'ވlȲT{D=tts06B|5ھ"3[8$ĄxotyE7N|5{dOCkAM3Zڗ;;pn6/[Rފ"|51@:&;u,NccosA:Q3K`7"W1OUITwxa_8ҿpu\l_.`U77r`N~={Ժ FAbuP 4P^VJ%+:#C|R@# [}.ب>=:h}?.IkhTN$aXb{83'ᤆafVj-%[&{}CTu*+?"}.1/o빛4,B'ť/yeHp_Qѭ#DV!R=t| tJbT <+*tt#i J~J@y4֥=M/~Ţi 'mv琫˴4~X0iC@`M4"Z<꥓%9sy(gG_Kz˜DOIy@F x VT7ah,I̚.]h娖8~zfú`w J[(b/OPlbI3+)YxocfGW8՘.G8 mAO]s̃?ȨBܭh>db-c1R^6+ń$3\}#!R#eFh%vg$ ()pioztn\ѵrgǐR3ʚ~JB`=I9bg F*"ܒi]4H:j% dG+p2 N^46o9gR@Cf@'"Fu%Q>T6xǃI#F pB ɠ pi[7GbЪ49PÚqw&,]Q@y?4nx9 Wv@t/Ǭ "<&n_}O,wfPETRZl&+;Owéb0~~ e4s`xM'H&IZgw"ty||ДS̞"( pAh! 9),Okfyާ+V8xVw\cǝ֭(>Azz1BX6f33<(SbI Mݰ~.fv7qq&%F ^ j <3b$,^:nL0;ZͮVQpQLdj|Y51ѤU'vԬ,G- LvVv6,Hty뙍wBsʵRfؙGqT4rc*fĂKVꋃ"_\؞}cY>J8h=b+}~Ds q#5.ᙟ-xAى!154lV ]{l5=(Z X1߯ Ó:Zhp #"7{,ۨq*\~ם_ :$#Os5!FB_?7*߿<%WәVMSe ^>> :IJ]`k̀*EKRL*&$;vhaw ؝GTD([ -jxKSy[)童udpQ+M]%ma2:I7P+͆s Z+{|0W;dtL[Q\,.zBݰٔ#eB}c#|Ap9&a?6߫ӯH(Xh+ ?R8Fۯ35\Z{(S Zg; _xN DӲ.#{AWD<U͞( G/krr89K$-Q~&6 lxF/< Ip`v"!=ZWwm2 &N/%g3h2bE$G6&򨦖vAWI?}A"dmndu^(2!֜?i4*K3dM 1ףgA(ODEJvYh2ZՕQ0XP4$ K?BqNm-s3SOV&DHY \c+#Tڙzx&ă9Oig/\8InU=Pu4(p' ؇i"2mF,9f0}Z`̷3ggfյALt }A5_Vۣt\|'cV|{-mJ^uTl)wn /Ek;+wUEە%Z]4]G,^AҞq/~~sšEQf0Qtz%^t9×3#0SHVNNIGG Y#8h;=\ˋ1`ȬǸ2}~v?ݼ&M'} p R˧#7 %$)+>R'r&LNvQB!iAYp$g %$ %rЧ/@FR;~ Uܻ߰ _|SfEm58 ۢpuV!o$Kg2x27tֳcv̵|E)(s.ᄙRL#& `gZJ9 r-n[TLxbԶ8$ewbW$'zΚb;/pn NM˸bbH@ iҖTBs1A'nd)]5~kw5,M=tƈױmhy{)2ݥX}tG3qr1gkl]wIބՍlZ:ǝxLE_s .'VMQvMl>32ǖFAA8ů~:tͺ >X]XERx8Xz;F4*+o$:͍6 $f(Q~R4ajQ5ze߸,ZA(u>GlycwĢ6ݦ3YƋD!.eD_O8fVZwo2X e%(k~3j>xk}bNUL|Y72_Bu4cNueR ?^7pI}mf@7Gh^103xrX\ZX`KTuLSBݟQ%wV|CNQJ?(?6f}y=9B8?~HdV6n| Jb0uيó7ZɃZō_j58;!s!0ƖlB*Cn`gֺڲ;5橅ȤX(2vw;ʑ#K6X\:HfHܰ:DQaQ_"sAޢ9kD"EYya@nu*+ePbVW:o¸mw]G a죈]9a:Ϸj&fÜqO%Nm]:7$=( hno4 M`u=aRg7SkX4rN)P,mC&\ꐱ7O*nz~=?Ɇi{? lrH- \CZ"897WZlP| HqwP _oXzJᢅ@ItV8c|MkBƼ?G/SbPޢmn$(rGHucWJmARjl+QF"Tj!z0|b8Ta`Ww< փKYl}Fji;3ϟGSToCI&:2IQI [$4kF #O恘׿}NǶ[<& +wwOz7fmP$m l#Ý5D9>|FHq πwӸ?p=ˆݣ"vu!wf<xwԃ>?SlFRh_@~{QG7tas@(L'YrygvP֤f3?-ߑ˕`nܑB6(srtxE A:Bh%h͑Y^Cp&,y^^Iޅ%"wmC_gWfuEE9G=~JZ '?&;cwqXbF8Pgh-%A!8 .<%рq<ڱruj>v`2lK bhc=ᦿH~R7(.A z؁M@ɋB&u/C|d+?R:lɖ19RS#ʹh,>Q24G@g|=HLkU+dV?HYlE#; F8.Wx;#gzն5((|adʎ7h `%6~aLLcDZ֖TӍFXSi;|}O2@ N39F2' B3IӃOkP?;9}!'=-M 7N[}.I$xE~,X51< doBͮĐ䨅"xLb;t2ȩZQ׈C6gIR/l_Ir:#$r4GSasu|itw8xBsMf/dOUACe|"5x̂ﴔδYDb׳h$n>[8#͇RV$zPwbq,o}O+#hL'DlVX P 5 )&0l1kW ex&Hw`uJÙQfu"EuKD3RªO wK>q>yǁi*Ŧ> = //">Y" A蹣mr4F+Mm{~5< 4αwcNsMo-.uCѦWEΩ `Ŗ]zJIy0LCD=uc4Eu{Q៲ǞVjŖџܞ#84R ƎCUC;<^eN4 ={`Xp)J~R;vT!RIɵ7& -W| ,F5DX=nu_ (c.xþO-?/M՗fpZAtVĂ|=Pc@YX8,n<!)]a=HHj>.b3kugfMo<  H ?gQ[:q.1*w&DT[~r^gl6ocΘC2ηC xPQ!^N '5Po\/(ClD:-_@5鄫 `^-{U,$g(N~LpU ~Od ws9ҼZxi[$ BTT$V %'+^NfC~eɆҢU2ٍ9S;xsP@.%5Xe!~y`lԞr;?m4^&[k?̍.y@;e008ʒCNB- ^ʳ!a!6 )&X6բXV͚lSsh}aTUcG>QqW 6ߚ (3z,6/SL뼎EB6&wjiDV佾)R53aWu\$. k w8wUjopwصvH⾸4L B֙qya磘oY0Ӗ4 o5EJ>+| X)RJX <|C~,AU)b/z01{:-"K~URB0LjȯÜ{TpKsc@mL (]i^Y(>?JcM#P>hD]oCz0`{jO䰲D5:输u0RvI!y( "H AI@,EoQAtf# $⯲bITt-`qQ>vj/8P~_dO:Dӵ㇓ho>"o&I /ؾ#/'M`<ҋp-D 5I`=A͵d5$ Vi3xL}֖DyHn* @F32% =eT̩ՙROh Wm ft*8~I0h*T= r{cKc('69lc\5@ h6!W_3Rm^cLhXʟ^+ԯg1T2 rl2.qԪbQ$ݍwOEZti#vg@wYsx.߻3S%IcqNΜ J @SZ;64L6LO \Ug$m:kYh*겈aujNFV~HLz,5!77+CY)!> IbB3 ZryH)@1I r $IcZ=`ѧ4cp=,JIc'p`K:<v)4Dݯ5{-,&?eXJ]qۍlUsU\XE &`160:W*UoZILciL{q9>.8C$| 緸$e!Y<-ޢB$$t4)i#1,hFi2FozV'DNjjP:" ?\Iڻev]yS}mqnwB UVo~dRdB=k/]#U8 0z!b&YR܌Aٗ!>gY գ߃:}olyB0)?nHv+c>Th CwQ:r@wBJ̡&> <>SUGR(qxV7.R mUR[ƣ0TU.ɺ(g=OP@&T HG jũJ]ʗvʰ ]{?FL#eyIvF j);eMTO;G>&*,φbV+4qO8{S;Ö[*Aп*=V9^[ FQ(~u&I ~͏۟!{oomx(^`ZpZې:=ݗTz3^"7jUqh)?w` /lKlKXq23f(IN h96D`ST8Ή'Ft7eVbQ.e~,ނ0z4*6u+Y2)gUfMLJFSGf g_IY/Ԅw5j)HPwxh~ߥtiKpZkln71EXl"1%?> >Qay\04%{I++#2Eɼ%ڑ Tx { hHyN?[ߊ%rN?m3Bޖ ױ `^G .)H\9P-wQDl=Q}r1fP}]5S 'C4!*,pNRUṫ@+*sֵj$~]xv`kO hyT [AڤyPPI*bSRxcVl9SՖf/Pb3b{]O[nQ 0 WBЍM~Dd}k [qNnK{[߯ ;&LɁ#k֯6w` mxAW15Ũqp.:B Ц)KȳVMWd:qeV&D#.19H䢞o['66#FmNuz!nL٘^`mL =,Lˀr#mBÛte1L׶bBv%s-id5b0 BZw6@^z3@kKQ̸O} +hm}Q튇xw`{<彶7wԣ=0L,ڼła2P|. rLɸk*n2w>?A*mٔ U?nJ<Z@Rԫ/5"x>X*uYBG}XsI16 4O3u^ WLf3r0)Q2-gޣmj h}ߣ6o; |rk=2U*Ue6n/fEEQ)cJ~$8[j zU;QeJVge?B`ȉno 'Hݲۢ Vy2yq +!Up<@Qol5_Z=$3P1%F漡ujSd<;E@{eY]*ge8_L>gc*W AJKT"K;Y_{i٩^8] Z$r6UT2w?*rBZ;%WSTwq+*Sz "P> $ߌ쑛W8%ȷ). S&RkFaFxX[EIM5(2;# -Ң\KjcD\B&^28 Q2XpMMU{'f^k欵M'5U*_8ˆd|R/'Lc-ޡأvO/g( ŎFh&^#GU{=2 bȺ!I{A4a#)9t~&%DfVQm|lN}1R7O|Oǘ]> y6;Vd뀉YnQ؟< ( z΄S X-]@#}ugDw*]χ!uV9%!Nwr q8Bќxdw,i23Cq  ?YZRם-IEIb a}p{];[?n.G(~P]G?/.uoc l)m\xKGmD.z8~P[gO7aQ KwI*lDt$ b 1b=K{V`'n߉ZjB=ޙ4̫|X8& 'i(mL`]@ibӷ.qay*0jEW^3)]U]?ːʓآZy$*U ;,5&k_HzP(#]_iG$4gU)cxv?(L\H9 N[ldCЭ覽e&!N %8H5&'~>Ryd_j[Ia Jd7$JOCyRu0[t, p| Dk!ra_va֋=LP_08Zw+6qE.Gc.'Q]g)pUG֯h1OUA],OҼ,j0c*ɺwjs(sGzm WէvNdװ_wQ,Cy8Mڄ*V S*Z&E-P9Gcts3-u&8ܔ͖BwX4qt*Ql26nj# 3 &t`i0BgdxȤ!k"O{6etO)|?>-Ƽ0 8S{ECgzqMS$|ī@( *1j2FPv}FeN6StZpMYzJs:02x Q75 m$ L9|6qFЉx.)ߦ!ًzݛGfHf<:߷ɎYKG; 'fbQ?ʥ~Kޘgpϻ<|r?N Yr!YObzAڿzVzΖF/c ANuٙdNN%I~P*%*ָj`kuKC 2}qBrkV|kM_I&ikVIm.'u#PIJAn@aivdǗjEBXxW(BsMwc?} iʲZtR) Ԭ#cҜT}1Oag&lo){θ\V"~Xpڼq׳mvB^zm(~5QK_I25TL¡i-7Q{ vT Ld1o̞=}8p+)K`c#_NӬQIlicĜ'OԇAvdM$CV!.P7FTb(s,bWi.3K Hbtɽ+!I+fPI-Ҭ Ui^2!w {#Z]$Q WK, */TF 0٩/ Pe1һCyJIPݽ7ؽRj_:ch/4w w"0eR}813EDK.ZH?9dE˴6iܨhR7aj4vz멾1 2$A687AFRZ{3ǮBG&)}ͩ,n=֤hJ}^5r!Ŷl?׺vȣ,H:D! 8B\cRj3Dk~xO`p[ozm<dXZȩWӝ;)t~1!`!/ilQivdR_-i$E_ݙ"%T%QYm$U6uVsQPw6;Ѣm^t8U{)J=T?'<'V/כ2fޑDJ~H}^?u@8/J ζO0* l<+'Eh!TGɇSqV6V*s<>յ"C|ljuRe5*\K!檭bB#{ y&;s`~{Fll#ILSC qߜEgH(gl2\D)%X6@'*Fl}xMZt=Lyg۵zrk i-vgv+H!`]CUDnxH-)a#"9J79E&MXm5Xe!FUNU΄?& 4¢ho+k#y#zo,N%G< U,98 YZ