gegl-0.4.16-lp152.1.7 >  A ^/=„{%,X{.,GHZGU(.ixLr_0VT$] 2|'Ugm{EŸ֜EӐ`&d_=qA@ 6 lGC'@s J]o`6D*e}~Yy\}SIʗ Y>'0rVF!lYļ֩X>>0-`zc zxףUxl2H3vFae11707ccd32f7cd5e9745e4a5bfb2401f70f6284cefe9e66fa12b4080531f1d9056ddd5b0db310996deda743169b438c14c2f14$^/=„SXYbMY?=cfx<4oJ6Ef˒vvz7[n۟:8'#LwۻDTn)ocNiu&B;ʷ(KۘSޗZE+pCE^لHz7T΁4`2ѾU+v38A)=} =jժ+'g޶26.h Q2:j ۍ$"ZWu֗Ω*%;q_X?lqYb򴿂NT^7xx>pA]0?] d  1$(;Dk      4(8 9t:BWFXGXHX$IX0XX4YXDZXt[X|\X]X^XbXcYadYeYfYlYuYvYw\ x\y\$'z\\\\]Cgegl0.4.16lp152.1.7Generic Graphics LibraryGEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl, it provides support for a wide range of color models and pixel storage formats for input and output.^Slamb27xopenSUSE Leap 15.2openSUSEGPL-3.0-or-later AND LGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Graphics/Otherhttp://gegl.org/linuxx86_64 P9`^'^'^'acb1da88e0f6a385c56e2d37f073f61c54adb0e9ad9888aadea77a32f4902145434fdc2d1ba9ce19a8fe820517bba4875d050c6500427a329eea09d6c2d5d8126f2bd516e6626bcb43fc1bf594ecb0f9eea5b46d513dd50faf7403b0fb7cd01erootrootrootrootrootrootgegl-0.4.16-lp152.1.7.src.rpmgeglgegl(x86-64)gegl-0_3-orig-addongegl-unstable@@@@@@@@@@@@@@@@@@    libbabl-0.1.so.0()(64bit)libbabl-0.1.so.0(V0_1_0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgegl-0.4.so.0()(64bit)libgexiv2.so.2()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libspiro.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]v>]F]Ew@\@\+@[<@[~[>@Z@ZZ@ZZ@Zy@Z3@ZZ@Z@Z@ZZhu@ZX@XW)@V_TKmvetter@suse.comStefan Brüns Stefan Brüns Bjørn Lie Bjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comfcrozat@suse.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgplinnell@opensuse.orgbjorn.lie@gmail.comjengelh@inai.dedimstar@opensuse.orgpgajdos@suse.comdimstar@opensuse.orgzaitor@opensuse.orgolaf@aepfle.deidonmez@suse.comi@marguerite.su- bsc#1144344: Remove JPEG2000 support due to planned removal of jasper, drop pkgconfig(jasper) BuildRequires.- Port sdl-display operation to SDL2: glgo#GNOME/gegl!184. + 0001-Extend-configure-checks-with-checks-for-SDL2.patch + 0002-Port-sdl-display-to-SDL2.patch + 0003-Port-sdl-draw-example-to-SDL2.patch - Add autoconf BuildRequires and pass autogen.sh call. - Replace SDL-devel with libSDL2-devel BuildRequires: Build SDL2 support.- Remove unused build dependencies: - graphviz-gd is checked for, but unused: glgo#GNOME/gegl!182. - gtk-doc generation is disabled, i.e. unused. - enscript just regenerates bundled files, add fix_doc_installation.patch to avoid the need for this.- Update to version 0.4.16: + Buffer: - Swapped behavior of cubic interpolation from cubic to mithcell coefficients, leading to crisper results in all uses of the cubic sampler. - Use a custom allocator for tile data which aligns data and groups allocations in blocks - improving performance on windows by keeping more slack allocation memory in-process. On linux the opposite was needed and is achieved by using the GNU extension malloc_trim which permits forcing invokation of the glibc malloc/free allocators garbage collection function. - Permit tiles to be unreffed after GEGL shut-down without crash, which is likely when using bindings to dynamic languages. - Improved deadlock prevention in gegl_buffer_copy() when using copy on write. + Core: - Platform specific build fixes for both win32 and OSX. - Avoid in-place processing for cached nodes. - Indentation consitency improvements. - Permit more detailed specifying/overriding of OpenCL device through the GEGL_USE_OPENCL environment variable. - New call gegl_update_anim_time for applying the animation curves of properties. + Build: Added gitlab continuous integration. + Operations: - Use indirect buffer inputs on main thread during multi-processed processing for point-filters/composers and tranform base classes. - Smaller required/invalided ROI for map-absolute/relative when using nearest neighbor. - tiff-save and jpg-save fixed dimensions when buffer saved has non-zero origin. - Added missing descriptions of properties for cubism, mosaic, tile-paper, color, mantiuk06 and vignette operations. - ff-load fix some of the deprecation warnings. - ff-save avoid crashing if audio or video codec fails to initialize. - cache, parent class changed - it is no longer a point operations, also speed up processing and permit copy on write handling of tiles. - opacity and invert - crash for 8bpc buffers, reimplemented logic for (non-)associated alpha OpenCL kernel selection. + Tools: Drop direct dependency on exiv2 - we now only transiently depend on it through the gexiv2 abstraction. + commandline tool/gui: - Store per image editing chains in .gegl folder instead of sidecars. - Set window title, permit interaction with opened .lui documents, fixed playback of audio for opened videos - it now works; if the video is decoding, scaling and display is fast enough to leave spare cycles. - Support for nearest neighbor scaling of imagry; aiding video playback without dropping audio frames. - Custom collection order and per-file key-value metadata. - Drop explicit pkgconfig(exiv2) BuildRequires following upstream changes.- Update to version 0.4.14: + Core: - New Scratch allocator for short lived buffers. - Removed unneeded buffer copies in some processing code paths in GeglNode and GeglProcessor. - Add gegl_babl_variant API for getting variations on an existing pixel-format/encoding. - Expose gegl_node_is_graph(). + GeglBuffer: - Compression of tile data. - Handle dynamically changing swap dir. - Improvements to mipmap damage propagation. - Fixes to threading race conditions. - Low-level tile handling more adapted to buffers creating from existing linear data. - New iterator API is now the default, GEGL_BUFFER_ITERATOR2_API is no longer needed. - CMYK/grayscale handling for scaled blits, code paths in samplers, serialization. - New default tile-cache size, 50% of RAM. - Initialize the first OpenCL device with IMAGE support. - Added gegl_parallell_ from gimp_parallell_ API to distribute processing for multiple cores. + Operations: - crop, added aux-pad - if connected the incoming bounding box determines the crop size. - Input-format specific processing for performance in watershed-transform and invert ops. CMYK handling in jpg-load/save, tiff-load/save, gaussian-blur, opacity, most composing and blending operations, text, vector-stroke, path, and transform operations. - Improved or fixed mipmap preview rendering of emboss, linear-gradient and radial-gradient. - Better ui strings/range/defaults for: distort/waves and dropshadow, value-propagate. - gaussian-blur: fix mistake in implementation of IIR Young blur 1d, which caused non circular halos. - New operation: pdf-load with build dependency on poppler-glib. - Added offset properties to pixelize filter. - New ops in workshop: voroni diagram, Grey Color Removal, spyrograph. - Handle mipmap rendering for linear-gradient and radial-gradient. + UI: - The existing microraptor-gui (immediate mode touch UI+CSS with cairo) image viewer that can be built as part of the gegl binary has been revisted, a graph/property editor has been added, and migration/extension to lua has begun for parts of the code. - WARNING: many parts of the UI is of exploratory proof of concept/alpha quality but are released since the code is part of the GEGL repository and important development tools both for creating and testing new GEGL operations as well as GEGL itself. - Some screenshots showing some the process towards the state and capabilties of the UI in this release can be seen at https://www.patreon.com/posts/24123574 - To build with this UI the following dependencies also need to be satisifed, for now this is not intended to be packaged by distributions yet. . libluajit-dev . lua-lgi (debian package name) upstream: . mmm https://github.com/hodefoting/mmm . mrg https://github.com/hodefoting/mrg + Features: - folder view. - resolution independent UI. - touch oriented navigation. - GIF / video playback. - PDF pagination. - goats that expose performance and capabilty issues in GEGL. - efficient (though not sandboxed) thumbnailing. - embedded simple commandline. - graph editor. - zoomable. - automatic, consistent graph layout. - autogenerated property-inspector ui. - visualization of color model/bitdepth through styling of edges. - live-extendable with lua code for per-operation canvas UI. - Add pkgconfig(poppler-glib) BuildRequires: New dependency.- Update to version 0.4.12: + GeglBuffer: Fix fix of scaled blitting, the fix from last release introduced scaling artifacts for all formats that are non-8bit. - Changes from version 0.4.10: + GeglBuffer: - Fix integer overflow issues for u32 blit scaling code paths. - Reduced memory clearing overhead for temporary buffers during blit. - Round alpha component during u8 bilinear/box filtering. - gegl_buffer_dup now matches source buffer abyss, shift and tile-size more closely. - Added GEGL_TILE_COPY command for backends, for more efficient buffer duplication/copies. - New GeglBufferIterator API. - Move type-generic scaling algorithms to GeglBuffer folder, move opencl integration bits out of buffer. + Operations: - gif-load: new operation for decoding GIF images/animations, with frame delay exposed as an out-property. - exr-save: do not hard-code a version name space. - long-shadow: add 'Fading (fixed length)' style with a new user-defined 'Midpoint' parameter. - maniuk06: use double precision, permitting to work on larger images. - watershed-transform: improved description. - unsharp-mask: permit std-dev radius of up to 1500px (from 300). - Updated all operations to use new iterator API.- Update to version 0.4.8: + Core/GeglBuffer: Fixes to races during buffer/tile storage destruction, improve swap usage for stored empty tiles. + Operations - motion-blur-circular - improve/clarify property ui - median-blur - added abyss-policy property - long-shadow - new operation - little-planet - adapt reference composition - Changes from version 0.4.6: + Up until now GEGL has been using a color space corresponding to scRGB as an unbounded device independent/possibly scene-referred HDR color space - with a similar approach to to how ACEScg works but with a worse set of RGB primaries. babl formats, represented by a pointer and a corresponding encoding/format string have been used to specify the specific encoding of pixel values. The encoding including component order, data type and TRC encoding. Where "RGBA float" means 32bit float data and "R'G'B' u8" the ' indicates non-linear, and thus this is sRGB. "RaGaBaA half" gives premultiplied linear half data. Other encodings and conversions are also provided through these formats including "CIE Lab float" and "HSV float". + As a color management workflow for scene-referred imaging the above could be sufficient, but GIMP needs data in the 0.0-1.0 range for some display referred blending modes to work properly. As a consequence of this recognized short-coming GIMP has been passing the pixels of for instance ProPhoto "R'G'B'A float" off as "R'G'B'A float" and linear ProPhoto "RGBA float" as "RGBA float" this works for single operations, but falls apart when the colors are converted to CIE Lab. This is the good enough state where the other benefits of having a stable release powered by GEGL outweighed not being entirely correct. + Since babl 0.1.32 of october 2017, all babl formats have an associated unchangable space associated with them, and since then GeglBuffer has worked correctly with it - since GeglBuffers use of babl API did not change. GIMP is already using these parts of babl for ICC matrix based conversions since using babl for ICC profile transforms is an order of magnitude faster than using the lcms2 library. It took time to come up with the above scheme of integrating arbitrary primaries and curves for spaces with babl in a maintainable manner, and it has taken until the last month to come up with a full plan for the rest of GEGL to be aware of and handling arbirary parametric ICC v2/v4 based color spaces for operations; without limiting the ability to extend and use the code for a wide range of scenarios. + A space can be constructed from a preferenced name/specification, loaded/saved from ICC matrix profiles or constructed and serialized to whitepoint + rgb chromaticities / xyz matrix. More recently an additional trc mark has been added '~', giving this vocabulary for RGB formats, in addition to variants with alpha and pre-multiplied alpha variants of the same: - "RGB" linear primaries from space, linear data - "R'G'B'" non-linear primaries from space, TRCs from space - "R~G~B~" perceptual primaries from space, sRGB TRC + When creating device independent CIE based spaces they also get passed a space, this means that we can convert CIE Lab to RGB float, keeping track of which space / ICC profile the data correspond to. + GEGL operations now construct their desired encodings of formats by taking the space of buffers on input pads into account. By default, for composers "input" wins over "aux" to determine ops space. If an operation is not ported, data will be converted to sRGB on input and sRGB will come out of the node. + Buffer loaders PNG, JPG, TIFF and EXR generate custom spaces based on ICC profiles/primaries. The corresponding savers saves color space information. A new save handler for the .icc extension, acts like an image storer but only saves the ICC profile of the buffer it gets on input. + With no additional operations inserted, this now means that GEGL graphs operate on linear / non-linear variants of the color space used in the input images without conversion. The new operations gegl:cast-space and gegl:convert-space provide means of overriding this behavior, see the new section about color management in the gegl-chain syntax documentation at http://gegl.org/gegl-chain.html + Initial work has started on making GIMP also use of and propagate color space information along with encoding in babl formats, changes which also will be integrated in the 2.10 branch. + Other changes to operations: vignette: fixes to gamma property + New operations: - cast-space: assign/override color space - convert-space: convert to a different color space - litte-planet: stereographic-mapping split out of the panorama-projection + New operation in workshop: acrs-rrt: ACES RRT based HDR to SDR proof/preview point-filter tonemapping op.- Update to version 0.4.4: + Core: - Point filters with need for format conversion of input are now parallel. - Added swap-reading, swap-writing, swap-read-total and swap-write-total properties to GeglStats. + Buffer: - Trim tile-cache when shrinking. - Added reading locks to tiles further improving concurrent access tolerance of GeglBuffer. + Operations: - threshold: operating format changed from linear to perceptual. - unsharp-mask: add rename standard-deviation and scale properties to 'Radius' and 'Amount', add 'Threshold' property. - recursive-transform now supports applying multiple transformations simultanously. - Fixed integer overflow due to logic error in pixelize. - New operation: gegl:abs which negates negative values. - New operation in workshop: selective-hue-saturation.- Update to version 0.4.2: + Build: Abort early if autoreconf fails, remove unused bits, default to -Ofast as CFLAGS. + GeglBuffer: - Improve concurrency for trimming and destruction of tile caches. Improve cache invalidation during partial mipmap regeneration. - Do new cheap clones of buffers with new internal gegl-buffer backed tile-backend. - Do not keep cached sampler in buffer it makes cache invalidation hard, and for performance/threading it is better to create ones own samplers anyways. The old API still exists, though parts of it is now deprecated. The single special case where gegl_buffer_sample remains somewhat performant is with the NEAREST sampler, for all other samplers creating a caching sampler is better. + Operations: - operation: add GeglOperationAreaFilter::get_abyss_policy() vfunc Copyright notice improvements to spherize, color-overlay. ff-save: implement defines handling compilation with ffmpeg 2.3-2.7, 4.0 compat. - Improved multi-threaded performance of panorama-projection and other transformation operations through optimizations in buffer and base-classes. - Drop gegl-port-ffmpeg4.patch: Fixed upstream.- Add gegl-port-ffmpeg4.patch: Fix build with ffmpeg4 (bgo#795625).- Add baselibs.conf, build 32-bit support.- Update to version 0.4.0: + GEGL 0.4.x is a stable release series of GEGL to have a stable API and ABI to go with GIMP-2.10. When the need arises to break API or ABI compatibility the 0.4.x series will get its own branch and unstable API experiments and development, 0.5.x will happen in master. For now though master will track the 0.4.x series. + Core: Change GeglParamSpecSeed from int to uint to match the value range of GeglRandom's seed. + Operations: - Ripple fixed remaining issues needed to remove legacy GIMP plug-in in GIMP. - Spherize, requrise transform and color-overlay moved out of workshop. - Ppm-load ported to GIO. - Rename subpackages following upstreams soname bump.- Do not buildrequires lensfun-devel, it would be only used when building workshop, if Makefile was really compiling relevant code.- Explicitly version pkgconfig(libavcodec), pkgconfig(libavformat) and pkgconfig(libswscale) BuildRequires to less than the symbol versions provided by ffmpeg4 branch until upstream catches up. Currently provided by new ffmpeg3 compatability package.- Update to version 0.3.34 (CVE-2018-10114): + Core: Change GeglParamSpecSeed from int to uint to match the value range of GeglRandom's seed. + Operations: Limit allocations in ppm-load to 2GB (CVE-2018-10114). - Changes from version 0.3.32: + Operations: - panorama-projection: added reverse transform, which permits using GIMP for retouching zenith, nadir or other arbitrary gaze directions in equirectangular, also known as 360x180 panoramas. - Added abyss-policy to base class for scale ops, making it possible to achieve hard edges on rescaled buffers. + GeglBuffer: - Improved performance and correctness, avoid incorrectly gamma/ungamma correcting alpha in u8 formats, for a tiny 2-3% performance boost. - Keep track of valid/invalid areas on smaller granularity than tiles in mipmap. - Various micro-optimizations in display paths, with minuscle performance impact.- Add cairo and glib-2.0 BuildRequires to avoid implicit dependencies.- Update to version 0.3.30: + GeglBuffer: - gegl_buffer_get now treats the final argument; - All scaling is now done on linear data, making future results of mipmap computations more valid as well as providing correct results for scaled down thumbnails in user interfaces; - The scaling code paths has also been instrumented and optimized for performance; - Improvements to logic switching to boxfiltering behavior and improve cubic samplers box filtering by using a linear sampler and a nearest sampler for the boxfiltering for the linear sampler; - gegl_buffer_copy gegl_buffer_clear and gegl_buffer_set color now only emit a single changed signal on the buffer. + Operations: - c2g and stress have gained the ability to toggle the influence of the shadow neighborhood or not, the new default is to not improve shadow detail; yielding a bit more natural renditions; - color-to-alpha now contains improvements from experiment in workshop which is gone; - Fixed crashes in median-blur. + Transform ops: Only rasterize inside the transformed polygon, saving cpu; + New ops: Mean-curvature blur. + News ops in workshop: color-overlay, enlarge, inpaint, domain-\ transform, recursive=transform. - Now minimum build requirement for GIMP 2.10.0- Update to version 0.3.28: + New stable branch, long packaged as gegl-unstable in openSUSE, changes far to many to list, please see NEWS packaged in docs sub-package. - Lots of BuildRequires, Requires and sub-package changes. - Drop upstream fixed patches: + gegl-UF_long.patch. + gegl-lua52.patch. + gegl-0.2.0-CVE-2012-4433.patch. + gegl-ruby19.patch. + gegl-0.2.0-linker-flags.patch- Fix SRPM group. Update descriptions. Remove idempotent %if..%endif around %package.- Modernize spec-file by calling spec-cleaner- require liberation-fonts instead of liberation2-fonts, it is dead [bsc#1077375] [rh#856239]- Replace liberation-fonts BuildRequires with liberation2-fonts: the new set works as well.- Fix CVE-2012-4433 (bsc#789835): + Add gegl-0.2.0-CVE-2012-4433.patch: Fix buffer overflow in and add plausibility checks to ppm-load op.- Use pkgconfig instead of libffmpeg-devel- Add gegl-0.2.0-linker-flags.patch to add -lm to linker flags.- fix build for factory * add patch: gegl-UF_long.patch * newer suitesparse abandoned UF_long in favor for SuiteSparse_long - fix build for graphics repo * ugly fix, multiple provides of gd by gd and gd-tools from libgd2gegl-0_3-orig-addongegl-unstablelamb27 15909497150.4.16-lp152.1.70.4.16-lp152.1.70.4.160.4.160.3.50.3.28gcutgeglgegl-imgcmp/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/21402278ac04573027c016bf05338f0d-geglcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=553ce90419899597201424330c8f9185eef48250, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=1d51c1100566f551c1ec0e038054bc2a2bdd572f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=ef558ce66e8e661445cb2f25777f7648aab468a8, for GNU/Linux 3.2.0, stripped RRRRRRRRR R R R R RRRRRRRRRRRR R RRRRRRRRR R RRRb5Jc'tutf-84e9e857f963b879b2a9604d6d5c3da35ec9c59d20e82994fd50e9ee6fa213630?7zXZ !t/wy] crv9vW'iHɵ_ s9¹OWVVg0_ncf(8t@/%cq o9]Zt(MS2 J')w+l p q[hyB!n}_s鴀O1lM.B%C;J@Q_̮TO-_?:؍Ed<-E]ljMrlLf G6+lW@^ > # 9ݮ8'҄z3qPT Ն, p@{<¨Ge·'>DlL%:@bLfei;S'ؓnCEb/|[i?`y C9zM5@yUa%ENo}5F)mf +]kZz6HӲf/v]3EΝm;X،M9pIzߊo\``S;b l:B6FS.冽<5^4A=޾2Ԅo&E8 + kEi!js!z} /+r`VOxٝ~zNEؚU|,)j ͮf)qp"{M-ɺBaUJNH$3T;[ACuέ(s␌rnD|l:h{c.&xw$&[btKp2!]@H8c1Bۭ#^B& %8(Xb >H7'k y2z}ke-9(KU#E ۩yqHo[*w  ӎHXYݎzqyfq"Vn&Ž`mY)Y?oAžvd>Xv1r< cKG:hO͂]C(t-ڌjqfA6u60 w_-ᅹiwtӡYF ˂5 Akzbc3!W?t)La\LWWo8GDk`V^FNUijx/*d[yC_l'P,CBöY#H1q)^ȭ%+y8J=\ܺM'#N)WcږQF_V˅ۋ_a^ vJu/ -dٝ#T.^O톉N0Tx*[GUʗLf~n10Ik?z"چq˔* >IvEsY 6B1u΄V^|q]~ a%w9uѪ;XoI4~77"Uln]l]VsA'o c뗁mN b2q>ɴ[5@~2%Q*ZE_2C{㔪RI, rP9J f P?ރQ=MD>yZ(5Y*A\=RZ>#x$ }CV,Hx,Խm 'O"`TaPW  >p>8&M%ktΒ?=)x.<;bØ}yAvAB$ތ|v3 ])>*Ԛ$B-LnLT#:>efBT)U?z]sAw {ePECYB QbXJ te>(HkԨxk3CH.( *"Ũ!^R&ҝa7GS7p%}HfFvSɯŭQW Qx׺xj2$cU/b:rdgr`C"^aCw--rX:ɢТa ƹvȍ8^rD`э2ը<5` !P]rtb۱_0rl#1j,(_@?j܇.}1Z~ ,CW"G& `p&KWs%"nCA N T֬"RM "3v[\w,q1] ? e{$t;vTX/ cx=8+b~h7u%̷ֺ:btP`dDPf.Ll8VZ!&/n BB eMC:[ٮYp#X}9P?MT7d|l6* ~9M]mQ?CF.x5);ix43͢E! >Dl,8Gws5'fIH{P(eRnXL-"1G֩JȁEsm߽lXp`< u2K4e^׹L>q{c4P3$0-\/{|]u爛O LՇOq/ 1j0jv"hUYB_NI3DXE 7ttCg\]Λ̈ &>7da"-HG>'B,QDtȅVsJpq_wi]#nwvoV3-J=w=?)V9Z gC u֜" &EI5H[ߣ#a'ʬgrAW \;xvx[b<'ۚp'eəÇ ڿd‡AfELd|MlKȚ|?yCHavTj:^NE'B638!`yOC3i|=eGlyzV1 ijΏ+za!)gI@مBIasp]0DZN.;*xΏ(L*+[ b7ڹٚ^Gx!5ď Ώ7AdzGmfQS%ݫڭ t2le@ڔ\+֍S<4Y[ CjՇV(PaV Kny}{(͋GH=* ||N)IVZVھ݃042zar[v/[#x.:!DTܰLFX=թ~]#KhT>B^hlswu(p@wkqpn}=4x7};2[CINtJ93wvm,` To =a|woc6ߕ &H*zuc:U`pߠk79? D+~AYVk"hC: (>p*'hCeٴT+H~,q4Б2D#'ȀulD tk`|ݒm\ЁܒbEvkUQk>&ky8)atR<gf,݅] 7ଢ k'شhyLx s3E[Iw#?m-th ;;o[hI~ :C_HkeYSP=( W԰SzgqE(@egF2(wOLݗY.ؽ*W6zUV4iR!pI97߿%9 fk^!64`Z7dxHNF<O>wT>oU)n\Δ7<#. kKG/QɢCU4CP.W諎]^Ș*O!D6eHfN3tsB;cEKϒVz30`} UaeVjٌQXZE_jqluҌnmgb3Ƃo;aD`P-'6+E=5Rϧܾ'NR(OelQ%P$X69R/O%t˳:r.,2^>o>UBO&sTsGԀn)E9@%OgMF7 U 4bC $եOPt d̤:65-A2EI{t B{*¯,،PAC~v=(xJ`\(]8P߄ftܳ{{ט3d>YB#4)M}wi 4@_UglEHSxK).K:=PأYv6g /]p eQvJLW'HӮ:/dov3.oTxs*WKRǧ`qF[+}5`3.KUG(B!R jha@){ՈaZU2jd0߶Ozb'*b8Mldd.5l]NM6[&g/Aq[%ZdhS@A·"@S}-ꚔCBzjٛ+j2s8kөj05fyn+Huf,% w6P9XG} 8".p Crm,j)Nް˴p؎k,*'r^Rd]8]W.L)5֠-*BSΛ /cDd3ɺiJbr{ \8&Z5{Je_pwLZ")n ζȟ3,V瓑U|'`S?~䶿 O)kvAu!lhL9+ =K6\x/se:vcAz ڱ-瑁[}TY*=m܌.+ RMAX\ؤ//Νal[ RU:V66XvpxuLB;c;F/=³(V0y4lN*ZӚNc7t7cVp+f1Q?0ՔV2KښFȠR( F%-5Y{.~dS0ĨIxu2; 5lK"dc\% BzxLLz#*PY}9loKB̒ߴ?bhqyLEd!1rHS 6TxШЮ׃cTd敉Z "}Rsf -RD{}fe 4 D]Z,4oΡ:6D 4Izfh@z[$Ѱ5*"ڔg7P,vhof\XCL5줞˞cbZKTxV)eB oծ^ -лv=0ĀWnld5.eԮCoEȣVԧX-GpT7{mP8fg16lOq_"DzQ߽z_3z&&~Mem|4-#U1&٪~w"5I5 R|s#Xr3z##eC>V7 Ԩ5VQ8סncWw''zU\7*qvh{cO_Zw߲\_Yꊍv]`Ե- =ܨ1Iq` Q{L١h}\[{=_9SKT(! U ~ Bsca\˴ MTO8!]0eAWR ()Pݣ)$ lT+=zsN'`Q|eA ,cnu7`#N5VML1UGvo ZP5Rsyg8RpɀEYeGWbVh@M6{ԭx#t.x'$[1[A QYG 9_N:Vklc#f9.^/UΖC\5@n"P_r@ϵ(b * ը"4+$ s_G g׊ {+z12E+Ҷ O%&3tƩдD7.x? %/K2*nquʤd\[V rSKA zV3_ĵ/s^ЃAIW :(c @0+ٽQe旮YǵK^k,/*I31.8hZxzs>v{%\Z I:#Y45dӅ|~$L.o| ٺ4(GK]yJ*̃ <~}4)ws[Co?1Qb`lL(UWeU2'J~)G]R],ݝ \6u+P yK/^kN4jf9;N!9c{s{C:t=B3l;/im3+b$OhI͖iAWV~ݦ_:e`\HucnMʹ.QՂjZ]QG {⾾-f+:.%R0JLƌ)VL ٹxma==m0/*&pQBr]]@Zz|nr󦁙r_6 }X`@fyV=4uG+!Ѯ09i+gv3jbjTCX;$}Xs5CIx&#4TF(; y3_1o%Ǎڂ>!7p-dWL +4vX?)3̺dɎ4F5V[H?,-ze,[?N7o7_ +WK`eRKpC~ubܫ$+@o`u^ws0J""bpPkg) ꓂pc h71 i'ѣN1i8>lȺ2Epl}%cfv*>#(åMd7^vrMYTIJO}sb8gWJ5NLcE_7ή}񹟱!"_tEK|92w*&n=H}{Hk8aF;ޮQ>%yz׼=BF֋/NP,rB?;3#|e"VMec}`[W[8JqpQll?C'd`V>*_6qA}Fj4b) o(8Y5ŀ$hTJ6vM0z^u{lz(]L0dhؼeƪ]yYH,/Wf"H\Z_\ jmJ.*Jʚj5OgoٌR D'Y tOOo0h/x5}$ \(nLx9HikGڔ[3yXqNhVU;Xk;xY1zO[l n!C*˼5Ǹ7-C;nI {,(ӆWSt"䙋6uD[!WSJګ-WY][=U63gQ.#r}=o\_o8R߀(yKb6<ڮAоˎR~>"1} Iji@"CBU겱 >\MP&iϴ4rGAdBٔAC ݙ! rÄ7ް 3ͧØ4Й*sj 6.E:h-Ƃ@yR&L ]l+ ys%J++\ǰ\ jr*0Md/mԥ*@KDc;:$26gC)剋kL51"prZ\O`^%eQ#6$W89W`9o.?QWzuL7\1Sͩ`Χ)̲*Fw@>5'#cq͠vrd ϙ}W ؊/w&U {̝=*]r5f**t]qB72H˜(:d&QUk]CЂi?F9=RIU9'Vkí%-xuq$QIBwDO \ ҅bBWOB\`֠-!EIh٩om_ޖ Љ^]z+mKrU {4BS 60LsTbҷaG CrT>,H{lFVH:l (=NL…ѫmC@Bx;ױdLJAaMEX0uZ'52qUB`> o0Xc#Y(@9zAd040HB*?NCed0-5-ik3CߝغjPM1BՖV%@ py 3 6ƱCV :! u|y1grqԧwLfxVU=Iiu5BLin[pww8VMOP`7dT/ oJgm3\xCKsS /ļP1 JVƤp]+*^wtpI󠲣~iM: Ғ!E0W, T+5Ǝ+ ~'V2` /ndpp3b(C @D.e5V߱âqڽ% 6iS4Uw T0 ohT6cʪhgFY;d`y&N1 ryR&}l.+%Oo(Icڎ,1B8Ʈ7Ź_J02Sv|Hk#_pKjji帔:Z&R^> VW6DR[ O~sK(Pp⒨O[sV5&a Hoܤ2ȳ0NJDpIuS{y,0 Gv%FjNLZ*%!VuS`S{Zb\8b~雨z~N $@X=:Y &Yιu@Y-NB676~':*s9GԷ1{v(lA`]vu/̶t!gY #lA wj,( 5ppE7%ϗcR]DOӮ21A@cPy͒GdUYF57 %=qcuUHJ, ]+)Wɋ'H(rS};_O)%̪QziWic.a)(F.>KGd4.9a7*q&r:YP{`aٯ |9+ x烵BWMH +v+XJ gGKdj(hS:FA1Ou%܃_IL~߯R2T{847~'TDp^y #9+p=O)&6; y1 @[G m1|f іЩwyt'&QRwl]ݝYc6ؚn~H'e:' rAI5KA_V`(Pg-]GXqF+m%|}B{*N.)ed-|Qt6O^ ;wL&#w<Wy^y V,@BF`*Ue*u[ft@t:E 2 f-L<`-b=uٺ.8')# 橊~0J>؞hHi1l޽iZLt Q*C@#%UBOIQtlf4aknн.:r;{'G?={K'h}*P+d "[2L7໔*&kcZC[OYݘʁ ij}l7L}Hu)"8j*%&~G5%@nWrg~x}2UY ~O8;$*!XWH!f0P QM5nEQH(Y>3)wK*mEZۧgQSv=)>f;~ga_UMfesރuY0Km3zhqo-mB}&%M{|"S=]WUA0j)uRPy?mog(8"1+4y;0A*~\5>Ɂtϗxȇs;xO*mOIO PnŊ50\.ܥ=" %9(S|?2myy'2v: ? $Wn?8; b12W\X|͇i܏s{GSJ}uVtШuvIVXE7 p&,AIXc//R\%=9nF127kY#s KSj[ۧ" u/"лZ=m0MSG^L}eqˏt8 ˛)Mc}|tdkCʷa[ N"oY]bE,o۹>9W~ 5 Q!uFtNu~'s֜d?A 9)\H$1igBv݆>Ęѡm}'[KYEb ؁EZVx;~CKϝJG0^idkŴmKqgyoC/4w rpY 1'▥G^fm} '} i_3oǾyn\ X@2rEvt0:>цIv# רõ+f \S@ -b<}3תtvx&%@(j\km٤*O."owb=uRc O],l6κq,ވTgkbA *0Uk­VQ2Ңufar݃}ZP}Ob+7mgI ?r^ !-չ}&0!z-lIo_X0`[޸N-6};3RҗG'O%%.~Tc$ † ʲ$|Hb7خhn*!f*H\z5ğYpͫr-+M,󅑗 ( L̘y$Pe;8(O^b3DSRYڟ]~jB J]MJ9VN+6 2|{wM|sSIa2We8pNJ7Rw1GT^A^K܈4k1Kl?cOkg NoUDZrʑQH ^t2 r$i,6y9Ԧݪp4o-z.Is bkɽXc 8~0A'˸7^I W#o3yI#7`8%&I|kyBVIY,7W҄g,ٔT.%Y=.}}P@qJ :ǎFWwRQl:%(;Xlh!.oǧy#H܂WHj)C Lb;y7WȔWy'p#U<WjmP7.%ʂ@|ڔ;t B6uI-Lo3m sD5BV TtyN|1{l-` 2̹^Vu\ +ޣǬȂQ4Țk;ĦUY3#&)fs0U]d`< >2,فʹ`{ tR\IiJ+q;ʃ &Ư 6:JlzkAR 0iBx-N *mSҿ0a]'U¢ec?AE>P)I #L1zgpb:Oŗ5Ȥ1H#)Z9 }y=Ǜin/팿]z7U~$Nc2` oITn%Rv%Y?+e" ql8.ȥ*n4ԤQɒh4XCeGIL3&Ci߿4Jn@i G*|366J)80-c֓ %\Y)q(I~i>kpҙ_DreC!fYeƵ?`^t* Rt&-;kWz*v&c=2eI_P6,aЃn G[mJEQOj%s1 ~M7fz9ri&)IJYy Ag;EAۓYc(#~ę!g/V%F2kTѷL0I "9~"=.ՍӿsD/h?0s(mqn wni|3A%s~d\ճv~6W?Y32e9fFtzpfaACp:~җFq{8)^b)$e`+5;9&7^?UR ;v~f,KI87hff邉b+ ?h\K7㸣,t<Iᅷ9ϷAqXBH@ibZXJWqJ<'d0/%V jT }tU >>D//6iW:ln3_+--f$zUc}l CUդ0vU6Edo4jfM^J~8*؂hͨu0.#-ܭ ߳_EO ™X"x}0qo2*;E@zLтZm2eVL&fy"),]3x#vb$e3%0Y)|D܅|s~J< Xz~ޭ_J'xh)0O'χ{M1xKI~iM/LtM嫘2&$IgfMPfr,.Sk"I˳,G3&~^- u3+xo0$ag81D٬;!MOOُ蠐>:G3E$I7?gч񇣘^eEk='aҪ֞BǴ@XeI!4 t]^M̷P "Xm8砜V~)8If/oEq))@T(' H= _`7o7!˪-r )jGVYՕ `o~>)е 6X ȣ|mHyZ-^k'Ə'0^<^3U%x_OQH '.ZOmr x8Ԑ6̬Eksqj.x!W+O5z'ra`rŎٻ~ gPݺqW[re␂ XJxsQ|?p(p`ö`l!Sbhik< T#mh8 [?1t'kDq p}19j}aՏ:lc%ؓZ}}0O5oM eh=Fch6=X(RІw2"uʹs\VJA Z\׃_s&IzAվ+rjd7^jC1B%zJ(!=,ϹTNEC@FRQNF+hD{T"E%i(aJN O(vUVX[+݄SޣD% #1ƂBb&سjCx-AOkQF$ |FtjɁ1+z8z[b;xN\ 'yӋl Ųsq/pvWeD|5j`M`zJ9z ҍ"K q?)x4ǣ]K6MQN ݶ]R^bB] "Vq6O(T](,&,O?chnTJq+˜:;R%$@vJ>b/&%NK' 0||@fK!~҄h®ܝ.ruS]W=ڳ TdӅB :@8jD#*䉰QN0zǻ.q+*_x0(VY۷@SX62FctF 2܎&!}rٴtvgOq9WSF-(4jX lʍBpWPڋVDs^#$>HFX'V[a.SA堭[ 0 d@Ə:يQ`p?TQ}g[cs֘Kd=/3F8ɟlddT7*Iw+rW C ֐ߓOVaW9d%|VƈwۚJ^6+p@l=:;t) >%4(܁%FEndwPyAh|)|6r[Y+?Rk l7uboy$yRGN j`%.J3·2YP^&P u1_45YBa8_tn^2\yNE!cUfCnkzѻWTo!L"D'\ڱYG2W2-fT }cB՟<ʴ?չE%Azŀܵwon8)ϔιKkϵ9Pǚ}_>9ŲؕMF ?U7ŗ: NK7J-; ~{xNL>0tl yZC;o=FǷY; ׳s =oD],e4D<ϝ9,oLwU"ine}J;wsx6,1VY!ңɿeVݣ/zzSKKE![b33bl߁puuIP@y!_8 >˨)4WrRqRGM_1@ܨ.>H`K:ͨX\6:3vq}^>0_xSp~%unFN+TT.7qە˄jB֘Q->/"fAL6iF{`d>%Ymps ~rv;%kN]B̮ٝZ`}@u埳 S#1Kis8DߤgSD`?5s(;mB{k!L2^YɳV&|~t}ůa4 '^Z@/*kΧծ5 ?H"J}g ,HQ]U1\)*R8GTj`h%jrzCnTX5|{Y lw>ڴR=; Ü!O̶wAtIj6Jn\ܵm݃ok_U(#l(E W̊e.`mÁ,CʃQ5@l\PݴoǛx$,!J`È%gw A)s.UCYgLx#07#1Sxw~IN.ج};ZlL-c\T vG}['KKX"mOҰh0'.pD4fr%DQWm iC TyJs l76b5y#vj] FgAƃt M =(c#q]F2w-ìXj+I$q=(@^jqz Q2kwWk5uxV9kL(8`Oc*9Q#f|Ȣ\gĽ q7r9$lʹ3h결m+7PzRuw0wDr$tD/E̠v*՘\peq&_rң-n}({^8?{T{zIY\sNJ L_ vC$wB(y?pk)Ή{[G'hΐ%,^ѥsS͖D=v۳@;28$ᄇm'_#پLuviƨI h?uLX)^]S5k$,1q4vqN ~ TtE3C z652Tە fA\2%j1t2D PPE0l}yõ#{eŒxڡ`4Yt+x8_qs"H.R| ^Wy&#->3k['DYc#Y$crRw,Ԅqu3Sr|,}D|6TP `>g~XOy<2:2\V9f.ʚD{d坥4xR2yӻ<Я @b8}ɥ!‡‰Zqr1R9`H8z:$,~Rfm5Q&7b$1KJ^"OݦSp-xz (uK:LjYc-mtz*eo^L;R xsrE1NA!z]T5^}"P33m)h\xZd áj#Nv13reLb!IȪ\z!_:Q-J}4g"G]v:0F‹!t|Zu V`2Ƥљn_ze*nW69Kx;jg`I2BGInl+F+I"Ty+S?$#7L@Y^6B`y$CLE=T( CdFY3+ ^slrc%qB++o&sȶM+񦑸,Qk&6$eؔ:ggÜR oU$2 f !+vz$$ܡ_DU9v^_rj{ Xeȩ3$U9fe`?BPtyw .4%teC=Ҕ߻`=Fl^H- ڼ6{][W,pAA%W8)Fy>#5K4*Wo2Gy#aY!\$bӼt5` ұhKe{ui=hvd슴ŇGb#RԏdL,DJ^#94!{>5?PU/zV8a*̻qW~A.d/žUQgLљ _C{jP%)6-"Jjwqܥd۸r`n5OHY61FK V!\I[`RG 3$Xf`y3r8nڰ| #%>N}t;cc8sʍʉiԟH 閼~/׫X! -'o3hݲօ_ o#1 =ȘԊ5xjL+x{`E*C '615zu飳rlqu g=wҔm@< =d K&FG0CaK6曃@^ 8\E/_~$D벼]ybHif4`>pUżA hX/JܹXkPR7K'wTjҝC#6Oi&~};\mj/@Kt\U;歩W8qkNѲAh`[T;H!~.D'G"WzLpi^հF6Ӷph?kA2I5jbq{!>]h޽u 0 T퐋]hw)5fʝҥ*\ɚ>]{WHNГFJCZ%iOOݙ@|XOw`6,t,<$a.y)yҮ#X{[/M8A: ]LܗJSS5>#={ şBWp6 %=@5Д7J6sXhߐ#0>Tɏ =ahR1;(DQI/pkwRjhAZ 2~<4dH7lys1 kb"ܤE/4̼F}ЇIoTpLt:W^G&Jxw} P1AH8$';DۚMʛp$cXc9ј™t@Yu/ P543pY2O釋*؍2jd8j9 ^޻B2_4gЬUHP}4sÙXUо1c,\w z:EݵU#lm_sP+ ,eSc 1Ao[I K` 8O?3|Y.Z8W燦SgW!F:MAYU3U&^vȨgLӝ PYHI/VUD} 1>ZE|a&g>&W!,'mDmԀT\/QKd ~bBMYW0W9N >$4_I L\X2&᧤r 2L0ݨ1)Tj+F!{wN9V*1 [kuą;A\`?% 'u=4'nsK?~]$⫄f*'KMl!,0i:o[\)kmdT UOh`B}t\g銈_\ X0 j1u?;qUJ^HTM*5*mt 0 ?vb\OX-)޶漊Ⴖ'0rGYeū H-z/|Dq1G~CK|vqt]uĤc|>m)I=l@LX7=CPŽ'eQJĈz-_[8vEB puU w5P`Iҙ}-"!Op)ˏx픲9 jb< :*ø+\@iRrt5"g|N [lESx@0lfYEE?O;U>ުW.8Rk蹒\xJ}x+飢# 6`vhq^(M>7'/CXAt~V3muBWa$5sV YAƻ?G`"ԑK6م\Zݤ7&$3%:l;ʕ57;6i8Fv!XkGCrg㣮+fKʏ~Vۡ/_CvYaELG Zmd]?DEX\kA*AΚt7~tb7酆rZ {fw Ⱦk/C02+!C53!+*Hܔ~3]ģSnڇO*0~Ї}K*$D݆dBj(g6RE!)4%cƦ. ox&u!܍_A11E큚Qv"M\,#$~d9`nrh2f@̤΂gqF+~\:xY:uFfNW.BK7k#=D9h92IHKAxRt,Ix!'#y'8/XtK{4~W/܋)&5B5Nm+}P$=ЙΆM}u^8fk" D m~%R']"u 5Â~0x`>;[%aZgmg' A$lFނ#jF˖2UϚcJYݝs!cc})t'm{*ЊOO,$5J 4uL,nd61听9mK$b2!`[JXB.DǕ:ō8{M}D/*%F Džh\$qbVjxqP <9rKϼ ?ϦY) a/ÙȚ#L\&\2mO#Dxs;ddRcr Ĉ.ׁsҙ큼RVp&\VnjT`EfhCnrvZVֱ0Pg>#]źrovtFaqĪ1,@6=OTbJY0ջ4g0{43ci!yk&v2&LJ3``؉!szLDؙ?n1mw1-A,0ZTG.bDq8~Wa65eDFVX"n 7fNOQ|q5e}()R0J+lh#r5BNɪ”l/*S7o@weH6#57=-AA$cc,R]Dz'Muf{JIP\w$oMkyֶ1TNs=Q"0$F#x4+D)ZQ{UQ=e8XL(d,,iX.w~[dH0m,hD8`U1\@JnrAV鐦/bL()Ke!A_.UU/W?˙(툎]h]ԯP/ϭKJ\'bNʲļ`$ GҼm"} 2ԏAJ3o :h/Oͧ0^r*N#v̶'h/w$en5 K&HnM@Au@!=OKE) \ SgkQ\AP BP朤b/N~?G>k(GItɝ* B%u[m(r~.1Q[ ܊XZH;(4d^W)ΝЭOaƞI{vemcәbԶ|U|+\}YDhP{TdOLb_Py{`GY}/~''"cm2-M._{jɃ|lƎ&Y: ΫPR) }S6n92#^[KׂǬiu~mTqREI_;:|Dz?F-|MTLa]!"X`ݛ%#gϐ*U{`p1y 0boT "FpnR,/"W#{n馎[wGaBb+ά}Y8Hx[AKULԝLg9t[H8y짏V syy!@7h c> i& swuf|uq H^ #fb Ho/}IQɳ; 5YLx~\_CW?8Hfn  t_;v}@ܞ>3¾[<*jQA'i_`$@X_?8n}b(>Q:5 D\[k43b| blHNnHPg)/ 5{[~ ߴ >p7g7@}Jg.E o+\sM'2~Sorݲ&yhg[9CG=]E961>Om~SH[G/n'Z8֩9<~(wQ.v= IUM<;=|3S^wJ;#OpU f_vڣQPۢtoѦ8ܬ1C fV|P.ƪ@)5k}?'[ iqT"Te7ră: /߰) \mCSahѨɁz<1yʾ= &Y/S-)xKQĉO|glS3Gܱ$DbU.gb ZYH;]*DJRA;r0x]sZE|[޾YK/ ,8UL0)4gsz쪳06nG{SPKVv{:M]+b}|tÿ0MYr M0ݬ.!e@wzkR2iFmA;閨=gm0w"fHGNg؀~C>.}sU ^O0/GZrfTw|qU=͢8~$yV # 8ts-'7HI3Lj4vb'L]VmLSyC\B+20>e>P9xIܩ7( -Pv.PҭDK@z1 0a\@X=z]E!t?;Dφl/k )*1 N-lKؖqU]}L6a~t}m:v=h8^]El8ڳ崧WŦR5'U$'-ƺjNj i11-Oaܹ4ٱ]t Աl(N4=t[WOXꡘwFfDm`A8(ZzZ"Zn_IEF؇ˆ &YhE:"R@0{k[_{V"5^C"(IҩZ?x.?W˽}C ,\*Bp+ Λ3}@*~X<4h8+FvN:Z8 Yݙ0}}KD+\ ifqgP(GDMDZ4/8~H &nl0=$ӣ)V\ :Pwɧ-ͅuEXhFR-Xj)ޚr9wPJ*cv&C><v`dkɧ$m?t}%@jj` Тm/iͺk4xbF05We՝Tcp7Q$49cӃ: 8$w̑7*TtJ@<MhQh!!&@_5B~2CmcG6OOo<ܵS*FJsڣ2荞2.RI( 5󼝼#_!.׹3!VkY p1n{Dr&LJ>V)dJ\i ox;T5$ tm ?2a rǹl6qt/vu Rjw85g\Y9Ğg ~L1f0&2qg_?&2Sh`Ym[KZBκ~qDG/݁O*L73JZL ? zBCXFEHT4a#h'O$hU~nr` Vc쟤Yx8Jaފ`gxaO-Ogu{Dm0ooE8AB`BvQr` #>)FʅClT]<ą%z05-{̙2WtfWL/T74_wL~^bTM@t5'NRVc2U`Y2k 0h R.a GKzmcBC60O,G5x+^ ҽ̰ɅMx9V2gLw0CD&nol8m=U^Dy*j+O]$׻Rc)@t37EaiҗUFd6)>3b^bs"Գ37/hKWOmi63q%n!.Fmq=h% [Y'G7C;N.ȰōGpa4W%#"8n9{tO]0P{ 鰺HSb =DyaZ3,WgElC%9/0%<%<l2> 1FOza8q!K]׿d&$߱#휃C`X׬k+ K}";5YRO>6 qifBI(n/GMR9m|g^vO)]duMiC˅ּOA!gilOFlQrO@o'V6.|&F9Y g/*F$S7,譯_eԲ4uUwjUIٺ.+&-*HG_i,&BsӫV"wNo.ˬ̒LErkQ_=/JT6zՏKpnoղU< ǯz:̢,[ެ2O{̄YxER{'Z>@=)- QC:%e5aDϓj;r'mٞqn6@!AnbBYJaޚO&ꖞQ ^Т}0?`ëW;@& >5C:x׎| y?TTA*ᥙcR#ml_^"y&dW#4Vxcs!T`!W?XO(ꭙe=cTѳ7I`SQO+ao^F!kx >e U' ]y #` b5Nn1d՜ǒLպ'Hh;SRݮtԪV wZ{֦ N:m@_^_MںkX*"9NG2Kϱ'7G\ .F&N-89FA#LN 7mzhemm 3gsyP-cB+^kwzqf$krPQa6O>5Ofy}+GK\ i9r$XUxKBپ3U[ ꎅm$D>އ6Dh3=WOact㱜dwH7UN5NUeyTp䒏29Dq"hGyLQSF7Ď秗n M5pZ ) ]d>V}Q.=&Q7J>s$(T-5ͺJXt6 %v~|_pNpάޞ0[1QĦm4"bC$пaws > -J\00X&ۛ@]~Q +LrTƬR7$vF/>u%{IΔyG뇥5ozWz6:4|^uT؏Rx-|Suǻf-unExd86:~k=w}CR ^h%U4dXT>xDM/@rGo\ep'ݯag_3HbP\ X7.]+pk'L43~W?uQ{ gb).x/r谅sc/ІB`s;"۬~ցd{BpwrFQ‚wӡ~pz{!j2-:;/j"oSjY YZ