gambas3-gb-image-effect-3.14.3-bp153.1.25 >  A `Ch`!M@eeeM kvaTXa%eԶh4iQr]dȥET[@ O@nn LϼΌ{Lגat?* >6QɧvH4՗L`k쭂ɺHqN'N+PvS y:Sy./`.YX^kŖ,,Y"~'bz^TB_[1aٟJ$TPЕ86\6mnSP>p>[?[pd! , P 3RX`|     4Ps<x (98@*9*: *FWGW0HWLIWhXWpYW|\W]W^XXbXcY+dYeYfYlYuYvYwZxZyZ z[[ [$[*[lCgambas3-gb-image-effect3.14.3bp153.1.25Image filtering routines for GambasThis class reimplements Image in gb.image and adds many effect methods to the original Image class.`Cfobs-power9-07KSUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxppc64lemCPC큤`Cf/`Cf0`Cf0`Cf0`Cf0`Cf`Cf4e9014002a8d8a4364354baacfadb87293945a25762175f42f285e3eae44db24b1ca1b5a071e31ed3e1761bdbb4ea7fbbaac434a58264faec9cff3d9d12cd69751985005508aaa71e84821c1dafa280d103f87872dd2f8dbf57eb281044a4f3f19302018ef707ed482695e182863296e62904f730271e555659d9d1bd7ca07b7ef3b03adb924e708b74154b2d3d31953acf3daab6c784026240d41817d2d5000gb.image.effect.so.0.0.0gb.image.effect.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-image-effectgambas3-gb-image-effect(ppc-64)libtool(/usr/lib64/gambas3/gb.image.effect.la)@@@@@@@@@@    gambas3-gb-imagelibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.27)(64bit)libm.so.6(GLIBC_2.29)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.14.33.0.4-14.6.0-14.0-15.2-14.14.1^^oj@^W@^(9@^%@]{@]\,@\@\~d\`@\X)@[@[}P@[dC[b@Z3@ZZ.s@Z-!Z+@Z)-@YYYoIY3@X@X@XXWWM|W@MVm@VV}/VC-V4@V/g@U\w@T@T@Carsten Ziepke Max Lin Bjørn Lie Bjørn Lie Bjørn Lie Alexei Podvalsky Alexei Podvalsky Alexei Podvalsky Christophe Giboudeaux olaf@aepfle.deJan Engelhardt Alexei Podvalsky Lars Vogdt avvissu@yandex.byavvissu@yandex.byavvissu@yandex.bympluskal@suse.comlars@linux-schulserver.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.bydimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byjengelh@inai.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byaloisio@gmx.comavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.rulars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- Added gambas3-3.14.3-fix_build_with_poppler-0.88.patch. This patch fixes the build problems with newer poppler version. poppler 0.85: https://gitlab.com/gambas/gambas/commit/6a16e02e poppler 0.86: https://gitlab.com/gambas/gambas/commit/bdb58016- BuildRequires postgresql-server-devel on Leap >= 15.2- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0) BuildRequires.- Update to version 3.14.3: * Fix compilation with poppler >= 0.83. - Changes from version 3.14.2: * This release mainly includes a fix of the Message class that disturbs a lot of people. * INTERPRETER: Fix Find() method on Float, Single, and Long arrays. * GB.DB.POSTGRESQL: Compile with PostgreSQL 12. * GB.GUI.BASE: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt.- Drop pkgconfig(ORBit-2.0) BuildRequires: No longer needed, nor used.- Update to 3.14.1: * Fix exponent sign printed twice in float to string conversion. * Some fixes in Drag & drop frame management. * Prevent possible flickering of drag & drop frame. * Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * Fix drag & drop frame management. * Update project configuration files. * Redraw the 'menu' and 'new-dir' icon. * Fix mouse wheel zoom and paper size refresh. * DocumentView: Some little design changes. * Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". * Fix highlighting of long lines and comments. * Remove a useless global variable. * Message boxes now correctly handle multi-line text in buttons. * Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. * Merge branch 'master' into 'master' * [GB.QT5] BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message * Do not imbricate focus events. * Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. * Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. * Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. * Forgot to commit common header files. * System.Trace is a new property that toggles the dump of the position of each executed line. * Project property dialog: Fix deletion in argument list when pressing Backspace. * Disable qt4 webkit component. * Floating-point number to string conversion is now 1.7 times faster. * Add a '-t' option that dumps to the standard error the position of each executed line of code. * Update Gambas 16 px size font. Make it less round and fix many characters. * Fix support of read-only arrays.- Update to 3.14.0: * Add dark theme versions of component chooser icons (checked, partially checked, locked). * Fix XmlExplorer constructor declaration. * Handle the new error hook. * Don't leak control reference when raising an error from a click event handler. * Uncatched errors raised from an event handler can be ignored now. * Update Gambas 16 fonts. * Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work. * Add a bookmark on the current project in all directory and file choosers. * Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls. * Fix again the management of the new new PROPERTY... * Take column in compiler warning messages into account. * Fix again some crash when using the new PROPERTY * Fix crash when using the new PROPERTY ... * Error.Clear() now clears the error flag returned by the ERROR function. * Remove a debugging message. * Take newlines, tabs, and backticks into account when analyzing a table schema. * Fix the declaration of static properties using USE. * Automatic completion: Don't crash when displaying the signature of '_new'. * Fix menu proxy management that could crash combo-box popups. * Add a bold version of the 16 pt Gambas font. * Fix some memory leaks in font management. * [GB.DB] NEW: Add a driver API that handles debugging messages. NEW: Print the current date/time before any debugging message. * Add a 16 point size version of the medium Gambas font. * Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. * Update component version. * Component version is now taken from the VERSION file. * Some minus signs reformatting. * Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. * ...- Update to 3.13.0: * [GP.MAP] BUG: Small bug fixes. * Fix Url$() escaping characters. * Code editor: The method popup font is sized according to the number of methods to display. * Some unary operator syntax rewrite in source code. * Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. * Update es.po * Compile with GStreamer < 1.16. * Speed is a new property that allows to define the media playing speed. A negative speed moves backward. * Support for playing speed rate and step-by-step forward. * Update readme files. * Option dialog: Fix spacing of some options in 'Project' tab. * Changes in testing code. * TerminalView: the minimal screen height is now 2 lines. * NEW: Run Gambas tests last. * Fix case typo in source code. * Correctly normalize SQLite session file names. * Fix typo in a source file that is not yet used. * Cosmetic changes in debugger code. * Fix Array.Shuffle() on String, Long and Object arrays. * Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm. * ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.- Add the missing dependencies for Tumbleweed.- Version 3.12 has a hard buildrequirement for pkgconfig(ncurses) This requirement is only available in 13.2 and later. Disable the ncurses subpkg and swallow pkgs from previous versions - Switch to autosetup, do not touch sources in prep - Package metainfo directory to fix build- Trim future goals.- Update to 3.12.2: * Fix UdpSocket class declaration. * UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to. * Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name. * Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore. * Fix Debug instruction and support for the new Assert instruction. * Really fix the loop optimization. * Fix loop optimization that didn't work on loops calling themselves recursively. * Fix badly committed files. * Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object. * TerminalView: Implement "ESC b" sequence. * Support for 'tcc' compiler. * Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components. * Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly. * Introduce RssDate for date+timezone handling * RssGuid: do not set IsPermaLink by default when parsing * Depend on gb.util for RFC822 date conversions * Switch version to 3.12.1. * Merge branch 'stable' of gitlab.com:gambas/gambas into stable * Merge branch 'master' into stable * Update some test forms and version numbers. - Update gambas3-3.10.0-llvm.patch > gambas3-3.12.2-llvm.patch- update to 3.11.4: This release includes the backports of fixes made in the development version since 3.11.3. The main fixes are: * The thousand separators management has been fixed. * The CHMOD instruction has been fixed. * The sqlite session management has been fixed in the gb.web component. * gb.mime is now compatible with the 3.0 version of the libgmime library. See the ChangeLog for the other ones. - removed gambas3-3.11.3-pkgconfig-sdl2.patch- Fix packaging with qt4- Switch to gitlab- Update tp 3.11.3: * The compilation of gb.pdf with different versions of the randomly changing poppler library. * Some bugs in the gb.xml and gb.xml.html components. * A few other bugs. - Change in 3.11.2: * This release disables link time optimization by default, and allows Gambas to compile with older versions of Qt and GTK+ - Change in 3.11.1: * This release fixes the compilation with older version of gcc that do not support link time optimization - Change in 3.11.0: * Besides tons of bug fixes, here is the main enhancements since the last version * More info: http://gambaswiki.org/wiki/doc/release/3.11.3?nh - Add gambas3-3.11.3-pkgconfig-sdl2.patch - Drop gambas3-adapt-to-poppler-058.patch (fixed) - Drop gambas3-3.10.0-disable-qt4.patch (fixed) - Add the control directory to runtime- Drop sqlite2 support as it is being obsoleted- use %license macro - use spdx 3.0 license string- Fix build on Factory (add pkgconfig({ice,sm}))- Rebase bconds - Add gb-openal package - [Fixed] E: summary-not-capitalized - Update description for: gb-args, gb-option, gb-xml-rpc - Spec file cleanup- Build with the --disable-qt4 option on Factory - Add gambas3-3.10.0-disable-qt4.patch (bnc#1072031) - Drop gambas3-gb-chart (only qt4 version) - Add pkgconfig(poppler-qt{4,5})- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- Add gambas3-adapt-to-poppler-058.patch: Adapt to poppler 0.58 api changes. - Drop obsolete and unused pkgconfig(webkit-1.0) BuildRequires.- Pull in tarball from upstream again to please Factory source checker bots, as a new tarball with same version was uploaded- Update to 3.10.0: * see: http://gambaswiki.org/wiki/doc/release/3.10.0 - Add component gambas3-gb-term - Drop gambas3-3.9.2-gcc7.patch - Rename and rebase gambas3-3.9.2-llvm.patch to gambas3-3.10.0-llvm.patch - Spec file cleanup- Build with gcc7 (gambas3-3.9.2-gcc7.patch)- Fix conflict with shared-mime-info- Add gambas3-rpmlintrc in spec file- Update descriptions - Fix a wrong {with qt4} to be {with qt5}- Update to 3.9.2: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.2?nh - Update patch: * gambas3-3.8.3-llvm.patch -> gambas3-3.9.2-llvm.patch- Update to 3.9.1: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.1?nh - Change in 3.9.0: * A new component gb.web.form and gb.form.terminal * A new IDE output console based on the previous component * A new and better project argument list interface * Project creation is now based on project templates * The Expression class is now inheritable and allows to customize the interpreter evaluator. * FileView and DirView controls automatically refresh themselves if your project uses the gb.inotify component * TextEditor now can display thin vertical lines to emphasize indentation * Menu can have a proxy, i.e. pop up the children of another menu * Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions * gb.net.smtp component support PLAIN and CRAM-MD5 authentication * See more info: http://gambaswiki.org/wiki/doc/release/3.9.0?nh - Use default Qt5 on openSUSE > 13.2- Recheck the required dependencies- Fixed Tumbleweed build- Add Requires: gb-{markdown,util}- Fix: Installation of Gambas [bnc#969744]- Update to 3.8.4: * Release includes various bugfixes * No crash anymore when running the IDE through a terminal server. * Support for time-only values on recent PostgreSQL databases. * Support for PLAIN and CRAM-MD5 authentications in gb.net.smtp. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.4?nh- Update to 3.8.3: * Source files can now be dragged & dropped in the IDE project tree. * Project directories are now movable. * Support for line cap style, line join style and fill rule in the IDE image editor. * Array accessors are faster. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.3?nh - Build with llvm on openSUSE <= 13.2 (gambas3-3.8.3-llvm.patch) - Clean up functions for configuration gambas3 - Add a new package for openSUSE <= 13.2: gb-jit - Remove files: gambas3-Fedora_16.spec, gambas3.png- Add a new package: gb-libxml - Don't use fdupes: symbolic links can be empty- Update to 3.8.2: * Support for dark themes. * New logo, project, mime types and control icons based on the breeze theme look. * Project creation is now based on customizable project templates. * Logical set operations on selections in the image editor. * Relative paths now can refer to files located in the main project, in the current component, or in components crossed by stacked function calls. * The ODBC component is usable now. * Includes all bugs fixes since the release of 3.8.1 * See more info: http://gambaswiki.org/wiki/doc/release/3.8.2?nh - Change in 3.8.1: * This release includes all bugs fixes and little changes made since the release of Gambas 3.8.0. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.1?nh - Change in 3.8.0: * The text editor has been entirely rewritten in Gambas. It is located in a new component named gb.form.editor. * Support for QT5. The new gb.qt5, gb.qt5.opengl and gb.qt5.webkit components have the same interface as the QT4 components. * Automatic support for KDE & Unity tray icon DBus protocols. * Important fixed in UTF-8 string handling. * Searching inside native arrays is faster. * The SQLite3 driver has been rewritten and is faster now. * And of course tons of bug fixes... * See more info: http://gambaswiki.org/wiki/doc/release/3.8.0?nh - Use pkgconfig(foo) style - Use %{version} macro: its use is highly recommended - Update Requires in gb-image-imlib and gb-sdl - Fix build with v4l support - Do not compile in DATE and TIME - Build with Qt5 on openSUSE > 13.2 - Del old functions for configuration gambas3 - Add a svg icon instead of png: use %icon_theme_cache_post(un) - Use %mime_database_post(un) and %desktop_database_post(un) - Add a new packages: gb-gmp, gb-form-editor, gb-media - Spec file cleanup- update to 3.7.1: [General] * A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. All Gambas examples will be stored there now. [Development environment] * Projects can be published to a "farm server", and installed from there. * The database editor now automatically store the description of the database into a template file that can be used at runtime to initialize a new database. * The text editor now can handle Unix, Windows and Mac end-of-lines characters. [Interpreter & compiler] * Array accessors are now faster. * Two new functions for encoding URLs: Url$ and FromUrl$. * The child process interface has been fixed and optimized. * The USE instruction of Gambas scripts is now part of the language. [Components] * gb.db got new methods to create databases from templates generated by the IDE. * gb.db.mysql is now faster, as metadata requests are now cached. * gb.db.sqlite3 now supports common table expressions introduced in SQLite 3.8.3. * ListEditor is a new control that allows to edit and reorder the contents of a ListBox. * Completion is a new class that helps implementing automatic completion. * FileCompletion is a new class that implements file automatic completion. * DocumentView is a new control that allows to implement a viewer of any document. * ColorPalette is a new control that allows to select a color among a predefined list of colors. * MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * Keyboard management and input method nightmare have been fixed in gb.gtk and gb.gtk3. * The Border class is now creatable and allows to paint complex css-like border where you want. * HttpForm is a new class to help submit forms to HTTP servers. * /wiki/comp/gb.report2 is a new and better implementation of the reporting component. * gb.scanner is a new component based on SANE to help dealing with scanners. * The same Settings can now be shared by several running applications. * gb.util is a new component written in Gambas that provides utility functions to the interpreter. * gb.util.web is a new component written in Gambas that provides utility functions to web applications. - spec file cleanup - removed example sub-package- update to 3.6.2: [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. [GB.GTK] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. * BUG: Fix a compilation warning.- update to 3.6.1: This new release fixes more than 459 bugs, adds 465 new features and 22 optimizations. Some of the main changes are: * A new open project dialog in the IDE. * Support for session management. * Offline help automatically downloaded from the wiki. * Single-file mode for the IDE. * Support for transparent windows. * Shadowed text drawing routines. * New controls: Spinner, SwitchButton, DirBox, FontBox. * gb.gtk3 is a new GUI component based on GTK+ 3. * gb.inotify is a new component to monitor filesystem events with Linux inotify interface. * gb.markdown is a new component that implements the Gambas Markdown syntax. * The gb.net.smtp component has been entirely rewritten in Gambas and fixed. - added sub-packages: + gb-inotify + gb-gtk3 + gb-markdown - adapted file list for latest changes and fixesobs-power9-07 16150299263.14.3-bp153.1.253.14.3-bp153.1.25gb.image.effect.componentgb.image.effect.lagb.image.effect.sogb.image.effect.so.0gb.image.effect.so.0.0.0gb.image.effect.infogb.image.effect.list/usr/lib64/gambas3//usr/share/gambas3/info/-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:Backports:SLE-15-SP3/standard/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5ppc64le-suse-linuxUTF-8 Unicode textlibtool library fileELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=388566f3f2cf56bb12b0b77ac62a7d7e07a60430, not strippedASCII text PRRRRR R RRRR[}ufPtJ=(utf-8e0934119ac960b5f9cc02b88abe1be760973ed86e543ea4e422fbe5b93e1cb3b? 7zXZ !t/PQ] crv(vX0aHO""NR;K33oDaWG08|ѱKAe5qB ׍8б7YAJ0gY9ĝ>{3{{9 *\3N V 5Dn{3W T?45.fe1SX+:4Ģ~ޞToUKax脚/ÏS}"\:BiGrS9k/!HܲuK!p0Ζ-)ʺ[$ 3/.~srvEbT)۟FT{%r&嚎~__sԵB~H=SZ8}m^7mh7`ze0m^w-t=.}0ܼ'NՒ2H3. $ T6BN/MU ۨöZiswAs1b!1_@dE#Peq@N<#=_MX/23 B|hsRvZ$lxlzӂ]>DA]qv6-P$f ha债xFƊcv|%=^ks5_)?UIjfZJ"]aNLp[⑿t 6ٓy?TEs~j Yۺ-,$%J9(iH5@GVHYLd7N-K=H="vU%nozdGm;oUaDr~ u$TQa(,w6-}L?</.qޒvFoj u0Ţ0贶K]@*LD2.pr逳i ­xdxfE{|&)TtQ -`d6D؈^ўǂru|y'Cdh|ir'MwO+S83J+v/J9Arb V慯Lg3~Vv) UX >SuGjO{(ܭzC֏(uml ]\V4LKziV ވf}"ztkx}^V5R쳠*Iߒ>?o_% K?6jz[u:SQy𴇺B78,i+iy.^ruBOsL{ O~2_E0qiN[ &?:i5K8DW6)\zNaA[a5B{/΅r2U>C&fu h&OHڈB5"8G䥫ov#iiXy @2S^F,AT1M…EWN.i"jCŮP~6c[q>-=ھЙׂ }-:RiPYMkThj\[Gᙶ a%$l8I:`uJߌK6{@ !obiK/..%VMPf:,LKFF"ynjc( 4M{-vR_UZP<k\A٘P]g3yF@n/[ؒV3//s3޾ZXbEV giM0LMN"YcPSӾ[`z{>%6lь|"3*X+ 1~7t nnq(-H@n@8C-(OP*4ǃEKRJ5[(&&{pai4*pl;+6;h5d_#&h^zNL+VZGO" WArV֠ i>u{{WKrŌfi=U ƴO q*SFBW-k;C}YӼu_GD .^W͇8.K7> 8nZR__>P m ܺEL'\^?@`=9 d[$*$XT=1JUWDCtW=H_ܾmظtrQ'#RK-B ;\?@/q'x=;f@;F7㏾u68%A|rOA Qۃa~FSx%qcְ(Rann/\w6.ʄg'nȦ >i̔G=B^wþ$~̄"TZONj0Ca4O*7ޙN~Wqgv8n[хAױ 4$_;ٴ OH]/w%AQ'" ѮӫSȕ MuQz@DqCrI`^z.qPԨwBMV~:f~bnY;J1 6{ٯ~e=4.%&kx=v 9c^ߋ(`W.ncAk5jo&aҺ}2HCƖ~!%XafsPd).̔9i{+-E{ZfC,g간]}5󩉉‚OZu8/w:.+,hBZ~%ƟպW[e†Koo:ZMP1W]"wky2ɝ֟J%:!(qi'Qb]Rh)HS`'/8C1j+x|\yP[T#!\q#H r yډ NW~ NꊌIudҊ`AC2(MjUvu>Fۍ]e;KffFb"8^ԥdxӞDRzoi@<Қg[xBF\ [z+dh-GZd"q^xi_w3@H0ۜnBJD}5_~lI$^cvI|~J 烉#ט ׋s^V'+;)HzNmx_D{"+ij hDrrTįn "*ɴ͐ˬS D‚,$H]-83 {  A# Ԙ *ثυ` F R)І^gxaVr; *zX.gBD7p=FY]8L L'G@ h&nkƫY1#>rw%ڻah6?9=z"&#S-L7 HscyM]&ȇ"`$g~;+PHOOdyaEEtlѦ /-g&Kb .0ZSUM9ąTܢl1"vt >1fRIvl^a\5$YJ0ް5A"UV0<B`a<^gu5D0ΚWy;?&ŗ}?ˏ~Y9q33|[vJ `G_,6'" :u Zu X=mUnP"[@(aF0I7ZSmmιpynk)H#F^bq76s{xQiѝW`)T4VuÚ&L#s >!B~afbM\g1N; <Bߝ^[ sM|0VU#k1,g FK:&IS 7A=uW݀WcYɁL**{>܄➵,o.aOvLe;S/d%!堓DdusÆKlTэ"FH<"tvGʐB$ݹhMW&HВ[T BLc;BnT[dՄee0QB/Rl0b\_>p{J?$ٌ mP-'<NHw5D+a E'BT srx,<)=o`l @ڛj ZhbN12 g9EF6_EPюL/_Emh;޽v69G` U4uH܍QWjz{EXM(V#b̜zf%)iw5lA 6{ ?|y6L䦖 ȥQ6N~4!9_IݟT j{%~%@c=@2k7E,_<9-(:s;}(@}BBEJoȀձ}:,];X<"E'F,RC>頋%Q6ڥ%*.v[ 3Bw\L-0D9WTh9L3ϑR B|*_, Ң2^&7)bz;\:}tH 3κT@0s"Felɵ|"  e$[ CQfVG@%`eeZf/]`ŕV/Cx(ΖQN d%)rA#4b 8_Xl]$ZtIK>|EKHZ%1UBZWy'd! D!wrR 6j)6#Kt!}Il(oC:sMfy[!{0>aO!K>鷚"d&O]6O/BZۺbD 31WQdV'ŭ~^x.B#ǩqN^}d_|ȝ$Ew߹(@Ӕ鶟>4ٶUs Pe8I4\R0Gx7Jr.`f7 ӱQї)8 |Guv>\PYN{$tk$h[mw6v-^{ACDv&T!_HUu҆]U3fvG\1f[6,Yh? S+c;D8uu܃ '7Hк,^R??;j!-fgQ.:뀜 E_9]]ПʹMLI=73*oͺ*BMt'zp5mBɣPHR^Ѫe;B1d`O.8n?Ԥo#֚f$tNօ|Y%w +6491,nlr'T3cHpPX_+s\hY^"ndꅰ2b0[()Tx/z_#.ʧ7E@AW|E3.-{+73'hQsf 6qw22a2G?A.= ƫ6$bnVEȤ_*X 3mc(9Lv7M!CBU'X!Y~7>T&2@U,ĉwrXƏݶ`ۈ%=v$z ٴ5~bӝ'ɴ p rAMP m[1Ys:K2o|q#' [5o-6*SR·>&wt!w1،:^GL KnLiRV5aՇ?>Wĥb߲biVWvhGjY`U.Kã'\^Gu;vCwfv<.]DqLBq^@Tm%R$C80qUi :cB1KS8itp3h԰{m4 &u1N?@ .Ű7 䲥= 86Lj$"wv| tv#Z p=y;E_nD[,Qk3(F0G3 $b~#ۦ{`@sGKŽ; ilL Esy8wz>Wo5/xd~t:Ծz3 ni‡x(! Φ E+gdM.kƵ޾g:mADa>?=BK.<5{DW;Ybrcdz{&Y熰ryIJm&[ ?(HT5o(eQ BJ;b5l;9@d1JH"pU@`39 Ģ׋ufo&@󡡩2SXT*U& =R"k^O}$>9 &M^WAǢ!(ȁN"!QJ^eyg-3T[0 $#T٩G-֑ymuQ&8m !i յu(W1fn^"p6mR\̲~Vy"pcr&V1:S4 [C!Mj~We. }VGg>d1~rFI$5vzre)b ޣJ }=-w+3p7rBIaD3:ŅbFqeڕ~|e܂Fko=غh>8!9}lrEh[h Y*Dtq}m#n_I[a֦"&e1pZQ-pEB9yNdAng_E@)vwDžFQô>Zz zj %$9. 7S=Iv RB"bYEvmc ^ժ=<4 PF˸~k$I/C:z3K"}Sw+Z=mcӆ94ztg)Jr0)b!h9êZekWge]tËyk9}^Q&puϼI~%i5fOI' CK.!斸 76א }w,$wl> h_1˴0m-v7%Wȕ ڌC#4KBu+YW8>ONZ7SU!Q9rBV-εqԉnp-9jm0e̝}TF6(I[ Xx 蔱q6 C/+$C F/ <4"-VlXp(KBy$NkGs97uMZc>t}?04Ga* Žv6i-)+-|¿?F))7ۑoEb gú[[FO\A?s~=#@gfˏQY|p'ܬh;b Z޽Δ66b!"?9?Nٖzҋ+qc)$ŝ2bbѵevS_#:⦸= ݷ[f5Bq&^eΙ<2ˎL_;(j;%J;g(-p |l ^aq H/@ lE*>fϥ/g6^i`ŚJáHCh,nt\%ݩjbXDo ~v[# oD[.Ki[X3|`<$b;%E k~}Ct.b0'(|qF$ow3K0dem*2Ktpy$[P7E@G]ն=*{vw:Ӡ%@Ѹ?j7 Q`ގe\Y0mtqcgf~=Z_l`m/*cT+*.qB8g03+"s,{`D`tl0K@xUw*-Sk$]Bjs4XS ؗ  #ܢj`H,`4BIVHW5>#+(u&I>̑gG.iϣah&yPfO;"|[=(Ѻl|TXNj <:3/fXͮU=S真1܃(iSN+n fv+}/7{}d._ (rBm&FTw)<-q25ꋌg " +T/3B7&zqډI׵@e79rЄah~\x\@Ѥ">‡"Q|)d0"Uz(~qݕX*?t^xv7W/v`mG}B6K( WïV{[pY] }f[vvp`,ȱ 16t$#ud ^ۋe&ʀڞ==KUVrw,ٴ篮"B95ei*B$qy$\g~ gI$.7[*FH]鄫_u3/enk7ZC`4^CQ5\S*TȄ ;!XĪhbOROI8&S82.,gX6!Mat^%`q,nBZkUmbhɛ8Lb$ZW T K~r #8u:%dKDvRݘlL7T؈7tD}),?fRsQqܙKn_M+$&]EIWC|^t]a?J/Ꜷ Py .{k0_32VG*E :pR٨}J:vct.N&Y?h4TKtՠS{lٸyz_"" Ʃ\BtQy5h?kLh8=v*#׎zb7$pӇ78/)s/  W,Hxg*M.d#3tr/ClkaGߣl "= cwRMyhQq#S%hTSHRh9I1dr/W&(Mʇa@ j]auw/ꄃ\4v"S?ЋS(-l5(Hw?}cR^t_*!sΛ{}/4`; ʯo.=5r([&G7\N/Ų5F(̺X@'Ʉc(+ѕ.d 7bFq{iq%xp5 =mw, @ͲNRӺ6}xI2lv\.ʠ4!|X\Lbi̸[:e҂8+@$M, 5)!VʄܠJ (UY^u& LfzYRd#3 n9%R8y!xp+?,,%Ԣg #baqf`g;;tK %Qj.ReÕ| `Q.X !J?i_HcL m205h[P%Ax~NIBg)m: _x3t޴ 3߭&oB0S̈́7O?>MJ>3뛕26{C%' FfKPĶ5ZP(!\ӜOԴ럏N[b7B,E8<{(W}e&oڢl,.?qׇɓM#t-&s-37IqAfޓBx@u b]zR6ui.(3AۘTnm@vGhgɛxTǛبt :Dk q.\=!T7xG KũK3ϕa=r_<`2*Z!Mþ̢]&|`csȒ#<0@NYodi1XZjJǯ*mWb"lkŹKF*pDe{u4= i#4 o%T?W_BR(~L&ӻ7_dZ1jpϼTFNhXDppr" e(IZ~挔Wkb:KS8-)v(CA5(U6?fx svat$JK.ksVn~v˜ٜZ\c}C.:]U1Q?# _GQ Mc NRLa<sz]T?2GI~>y.MFHjۭ394/=Ao_ 9-Q հFrﶊ)ف 4zm0ߥ_LR#8+3Sk]]U#OKί@4&>fhtBa/h°B Q.{\Gc[nj~q蘭Fs4B1-B)9_DF(Uۼkrz)z$ldٷam w֤Tw4 FPcxq1#M /计;RCRl5Vo3w\ťToW6_ ߯ ;#'G/%ȰvceҧY.wZXEuճ /d@! ryC]Uo  #DOG2Wnv"* jV={|b@ ,Вfhj,{ `ُ= չc& gU,ݓ`WzY.Ȼ H#?@'?-Lo)2:4 &qVL-I%0K97x^XXd@h+= S\lMr۵s׆i:xk4̒A;-_%vv<gE#6яy[gc(6nxϛgB̟9Üdf"; Ėy]5P 1(ɤܾ;(DJ ci5V`UgbݧcT:VbYGt?!JiSM #]#Ҧ@ipőOSJPIgZu WB/Nwx>㏁^d![ uqtZ:aHMW'9\8%M.pElMo߀әS@lm1[>T}L@r0˄'٩6^"āa~^m#qJ_3`L4'XۣFeÂ] [瘂*3v: u훏 \3 am!89~M"l26KFUCQ z *Z8Ea_҈a8kMq&B#e^$Hu|qucIc*$',5/ #ߖF/$(/s4C91" |Ȭ5=olQ.[Ź"uE\m'8MC $3KOloP3]-<`MrC4/Rq ?B$UGZE2Je:tޕ>"t@Xw3yh#1r"B̃3t;t7,rM-EgKg;qyPʊkJR`ATpu D2 9ntK&B]/Ј9yjXI\SF% ]]=S3Ԁbw/V9MSeFAĜ~Ѕ,h h s 3ן <1_k 0hGӼ SKJPRk6! qٳ |"5BwO(=cF\`aO˶i(d%էGs*p~C#pecZr(LWSnF&joh]vݺu_O JhGE6^4#s\#tc6 VgTPs!0C9j<CU4/t?7">^<'#&ag`3~W2"f|z:m0MJHzKy0Y_$|ؑg)yd@~xTTJ%j7E̢Sª sE&$UfStLaC$"GcAݭ`VG+^Zr1 ӤFG'Y ȎΥsx̱1M.~ bHljn"uٱC+G tqUIxA;8"r# P<00ы)tDrx*QFBYAK[ʘ W'NM5(mc,@sUYt<(0!yxf;l:0#o__("BTrI5|)6w+ms%< rCt`ih r Z$=niX4PރLnbRSX 5sc}Z2"CuPCtGK"b8+r,.K}P6)(Âʅe;+ "9~3lY$>"UTܶB4qʕ:qw&H~#i:";?Am2|^4>Z>~v/ n5 Ջtn'밧f)XT3k{Û4&|SAS}\S{L F/wlSz>d~UQfr6kW.Z ՂsV-ͿO@RY@<kEq|S  &'\!`?Q6~1B vg5>KyUri5o">Q9+:vʴ]j!(WGƻ.Hɕr*&+t_qwqӷH#vuz]fv'irɴAUhxv0&V'ZOd瓞mg =wSmiG}T1 x][;f,h  }ׯVPWd)M(Ōskݧ/<[ ~}w|Ao}@ඳɸvVT/i&Ny؝0g+^ИJF;&^N$Β$m`DH=>pQ ֙3Qj { XRaqD׺dl!YmOB n2M) %Es>'S/jz k WEm-'Փqh쏹x 5N/q(|VrC0WFbWL&bh(Иq-*3}STUcJ=sc]_EMx9X^Borlhe xedžh4Wܖ{ՐXh?Bԋ ^:mFn 7ʓTʯJ12 ݓr= @o=`+=gSom߲zh"0""Yaq.YO ܻh:tc\* a9^-ƶX ;KYF߄C!Tm@kԽo 8r4P+G"dH4ssW;z؞ zs\܎ID篒KdZc/v8 *\d7 ]WӵO8R5hiLrVuJbd]ƒJ Kal"+=mcH!퓣G!V<0En {QKNk T}ó/?cI%Xuh$3<[|A屶Z3"fAH&Q;9RwdU4 ݰêI垃BDA)vnAP(j~5쉘[̇Tfj^j *qJs"L2,Ѡv5qxVd5k#Ne3=TbgUx~ 1#+-2XMu\ƾ<Cg#8"(?G;%x[zх<~hӲb*3ޯ b&w6u/6]!YNՐӡƤaRsrGvзG,qy +65vPM?JƩNt \؀aخA,H*\-JSX0~.}؈a!=rD ^?u*!7QaKP͙; -H+\erGgOU\, E>>9;en*ωJWv.QK\7{d#&Z)'ګ&q(aI&cɔV[ٰ'{Qqp7A\-~gD)”z?\o"ɜwW7?- <7"b?mv[WO!:qQkI$8X(B4fQ [+Xy ae-H-}bӲ77*gKDSfoX=3 OeŗdpXHU(8@_3- 'I'@ii}ۛͱy7g;m_$矅{Hh\C =@[&SP嶳4\Q]% S+߳ i՗%h|~Y,H7QaLJtYrEkKx5 jy$oóJTA-XbۇFx}l1h=r^Vg@k>{`l}S͗.]f ɷjx )v`j硻Tb^t{r; l9ӈ^3vOc㈉y K"B7`Z;F$[pܒ9&yoDN| y/3>>Ǧ!k:riF]ZSPfv;M]IPAL'дuafH4 PkimQ~[ٟJNc˜2MbZɉP=47ak)XPI}/rUspn)va FO+AZL޹t}kBkW=}ɂާ%Nhӂs,*3dpqr0=M섿tGl$L-[d:TK j[W 1Z>?f(Bmî b)uB0%yh{u|3IщW6ǽrg)30%jB[b(wj?cUO+ǂbHXƾY4+A'wʉF b'\Gm*1æLʆDk&Rٿm9%pgE1*1n 4;0Ȓ:)hvQCʭ[+k<] )e9f2q? )^p7UZѯ#k%V~Vy3!A)fZ$oD0in6uoc^Ch~kxo³+SEnq1jE#L2;7Ws0-bcLz:REIn{"Nlkͻ! +Xn\~5`EszbsӐr q޳tx49! vR)r4#OoX-%:^8 ^ )kf\hQRɐ7sҭBd#jе E*:9Qk11Dp 9 AF5d+Ne2>enC|7O QyRi}5E'][s`ВXGx"j4b^St[hte$!"8#s 1WBǽXUw.m})(ۿJf*dmf9jN/D *m7G4VPaZU'oa 򵿀-]A?@E.niTT`xΥNGJbZ, E' ^ &#W`Ket,YO4HY.$`ewYnA"˵crzjߓlQ9@ED y ŏY?'*kZx:"=!6$ؒpK}]LLd(l.g@VaKޫ{hr6LaAORyN)-w) y7%Wq'!J>JBZױS䛻KªN.@[+A^fM͔b^!>c;񠞊gOLJSWۖ=&qhw% "ܑ,R+BrɶT[h@`)aejx;5XLxxs-&EEQsȵ8*ypUhUMX'Vta3MJh8=E(2cM7,1 z5j|(&/8XecԅUMx, $ջ&ǯV[o'`[qW!/,ufRKC$98?x.ge3Cy.7*7悹N=Si%5# ĺWc7f LQdkPy~hlZC,L)a+ݨPAA⣩!`@^͢f &֘NӋSX0,I1w窾~03&!JX*?ؚW;Ŷa+z{]i>մ*<<JqnhmOXX3@#WO܎"'OTwǦ&;8s}v얤ϫk.l f2Wz!Seԃ7GL:E?r$ay`CӖ!/$Ql *@rP Z/\/ˍDb n]@<lYuA|)8Ǽkjйm|uݰ չ+2iSKvb;s&pn(eP:#>zA7 |LK]+79{GĀ _Yce(F.G~ܿ;d <,"ÂiA^CCѮ!ƚR\T0/.4߁D8ۜX7Mf!ig=w/8t`ILm,kf4O'8bՍbxߊswtmAiՈA:i-ËclQVЏW(x܎UW90նp?1c{3`e\@A!W 䉤ϔJ!/w c& j;}:K^ "9eΛ:QEU3Wm{l Ֆ@8Tx"[e?RWgkHIP*D>* XLNoZ$(\ϊ (.ْWʦ!5a %ƃ2[k+MP;&%"+}>uhݍ#=&8'n"y%oRBT˳ڪN5r*y|C4Y5c\>DY\6hM&v d\UY&!`c k ul I7".">;BJPmq=,@(!H$OBs9PBhq~Z"g})~EG*@JaU=4%W{1m7 uwLڻ@UlHu@]ZCfv'z"@.!V_Oi)ekɉM\PcShKUHi\gaJ +T`5T333|5I4OߘOTB=Ƀ}'yMiZAJ#IX*S*\Ee\=sa-B-8$BNJQlf1pzT褆ltO&u."m}|.e0?C~d` 0&Ҁ{M5iUĊ@hpճ@A?`W&J&FE% [5$JXiqIX:YAWMMZcT{TEBMF^YVgi^.JD|P.g[Z `E8mЊ֡4͓5@P䏓V<"cShm248'zٛ x^dIvk.uG9Z9-Dl2~|K*f"%$'dg2DКlsh)ŽmWFR"Mf}0$u+ e%įچQq\zO޲Ӫ{aJw؝ܘ}3'\zS4g\Qn] TD]RSx Ϣ](La`&6G&PK|JQs G(!pw})3* piSB$/ަr||vc5w`YP/g% f>m=\*4PFtx7ĽAđ:,^瑄61݊!mIЎ4ne#%jږ wP`;nw E-L&qw>$my oY8BH!>Ve.s|lsf! N=\6bS.@K$}iS庍moȷņcCU͛pg[.r>g)Ⱦs=f-| xǾ)eEf`ei*K//3nP|LL:TP!RI㘿영CD~)n^: )ryԗ$@| !,F}dʞ afvЈ|a\>!Sz> <76.eg?;Xj9%XOT]s]=KeτĤF9V%SؗoLTHPW'$_=}zKKkv&)Ƹw6,6ֻUV=z3L׻V-gt8jbF7 jI#:dR,2 G^| B暼ˋ~mtPË҉Xwie ALƸ8yߙ;b1˓$l `yhQ&fH\ΎOB_|鵏Ьsß:,6vuS̊h&Yp0d9MD:X!oDhE(Oڥ eRu0`*uM "> G% J3V/rFQ]J uA|ܶ>(bK;r*&D+Nu­z_y:M= J(A«ɰeI>fo}H-jFbzL,20_8F9??9׮Z}Fx6F(wVrRa2wpICi sL5Vl.Gz'nK熅 gjI2KElϤ%L`g邥 PUb4zJT^ϱ٨:;Rn WbO6ɺ(G4/]',2#Wx(ѫnU*~k):- 2}\}>(v`&f(g 2L#b<+tN$MZ`='xQ(+DɶP ?GPf@GHrgS3b f3M1Mos m}, *V8Ηښ{sBIrY yŸ,=9ɘ}[(Pg)j)lD D(\O}!aNh![[B0wLWuf-H]+ʱJk]״ǥR4%u38_ Ֆd.j:e^UWV[0F:mkAɻڟb\?3-SsE8`_3>>x %腾AZyp[qQU5L=lGi% *aWbl I*&t=te:<=p=;Kbkp wZ3ᔄvOϷE{: ~*|j6Yx@P%\Qx>xr|gU%w؍ji[\ 8 UܫO=XY-PXiƫ#陚$b[Oyޫ@@{3VO bǼ2Sny*h&uw_WY6"Fc:j9ךS<"JF@8x$V ݆D'Zz!7 ajHI8 @ˈ .0'@;㘤Xa@F <4QpN-lP~ ~8NgO+uWcbD=r$MmW0i;E{;3 QV4zg4XpXUHDNxYa?xcI1VLQ7{l=m[ě/6VתovkJ.H)^9lZU[z|H \.^M &ͣ%c3ȮkG}R 纸>3:l1Oq !lkLm,VAU!1>ʹ ~1:um0FX}:hG&Mid^ڕTr3YZd׋kN*jJGzq*_Mq>'w%SPM޾G%ӫH0ޗ?"kgk\9\\ };kLo3uxӣ[0~C(0ώ`ٗMldT$pȩRR|Bi3uY}Z(5PMDDnjY\1G{KHʛw|s:^Ǒ;B>nVXЮ4u &îP:A5x;tf Hyx.Ax\GeB)?onbM%,~r| "sJㅣ3? s9fResF.~(l E[|AMVskpL̞;tp=>ZL-;(1A$_2ARc^8#?J*s Vv"u.؞[MJ,_Շt`?O4_s꠩J'ҌP3琿>u~t,Or?ؿO{W-v~a"*m/j#2 {E3~)BzRF栾ɛ~mU=W]N H#av9-3%~LZ]s-9#K#Y`i vPdT-MtzX{\2j֏s:#Ny.ySNۙAM8& P1!nnaTQr3ޠ"VJZ!>Hm/˨}FUy57E?.\>߇]8FWeǿ7Yu7)'/ (Ihx_=AZ[ ' 3FANxlw(Dvʲρ@S3X4-דB2̻$!tT ?JY/5.~RMa| s㡭q.P*[@:t裇":dC*@f @AyUo25T0w,=h {023p*F5SA^I_>XFʢx/eΕkRB;?-,TrֹepGȪpLW9_mzz0[,>SED2!nU rT~ Ji75e w\bG(zEk4} ŰF+1{%,.%,ȽAeE?H:]ķs{CuNdJH͜XCv1|cӔ 6#AvZBc̖b[UcҷD@e)gݬ3ve8銰*(y2;~(tp-2q2T_v2>q5P~l4tm] $ԶhJV,%bV4\RodUFT`Z1v-2UB~|w2EPp%UYP}[>A? e#zDmzyeIa퍥ݰb\Fc8RAc+yM*p{˞>"FH ]bLQ6s8RQda| E-OBw ~;jS %Od/:h? |EbSVLt`\WY~mw'//;k* u(ߟ֤bi!ux(p=`Z,Ṣ-.\#.ݒMa1(DZ3>)tz|C=Rle 4_V/_IaHg*W*gp3d/*Ȭ\4{ɇqt4b:{'O}OdfgZϲ^%yN Q ;v-0T1 F,>,H$*6q؊ EF".,mq[#?ˌ* Fs` Fƿ[,F^O:_&_cՆ72!I,qEJY`3+l\4HԻI}tD:-B}۵>OtygT %ѸjA6ʻg*aDZ_U6D6*^BWR-LN+1)$0O8_\ Y2Yʹчxf!GR9$8O1sh .~i*U h؀ZhHzGx%D  a}M-Mۙؗ:Gp ,pAo9Ipb)sD8h:#fDVs?BMgކX^/ԢXx6bhc=K2Qm̓qȪ6Gv_4,Fc냍C=ID%1( (vb=T;R$D<e8iVwg;qmWe0s·޴+g{+ 02z>hÍD@z>[`btׯAZyjMCӾ,Ip{KV3B r%_ }+eڊS IPN<*Vg}p˼>cm)"'b3naVN6%/+qnR) TN@Ȑq 1a PFO>‹VƊ_-Oy+'$Q{w ]5f2n:t-x:VvwoE7_~׆tn_hC~ kkc׮*mHzVRz#kՕ,?.;`7K-(>mCGpIwb( x GfaJP7VQɅ9-!x:o uy$Ϥ:c7Zbvy) %vGw=/77q],'?rhVE/D7g;Y'Z;"G=El/`EF)qujsfzo&mW48Uɔ~ >US/2JnޑyS_o[#Оdu |泼7idxN~Mg3Hw{ )V:x{0◒|ΕLƁaILߥ< s2R<޳K^i!96^ Fv \SjKʼ7+ -K='SY H YZ