gambas3-gb-jit-3.14.3-bp153.1.25 >  A `D@!M@eee lK0&lpܟ E!b,SH)8n=st 3E-B{o&  <7SD6>Ő#I)DߌD /^5+Bjc{ 9Vn|cw*g{Ԫ񆶖0 RNw~u&ip»~X{ʵ{(l C{'YWtD:m:X2 :׿@Pn96566269677bd06ecbf7041da3390520c84c86a67f8e6e45a5f427e5073322b4eb9e73009405496d953a4188b48c581292564c541L`D@!M@eee=u CrtLX-]R0hyt祛XR^>%Ɍw 6BLbwx*[ ѧ@<=,rU^qViWri9ڲO\R)}5MZ[m-pG A8Nf-$kv=3~l׵5F3[.EBXa*G$jWS## P(+Bkd/gYJY|GW%Ahd>p>Z?Zd # <tx < L \ |  ,Lt0 X P (x8*9(*: *FVUGVlHVIVXVYV\V]W^WobWcXBdXeXfXlXuXvXwYxZyZ(zZ@ZPZTZZZCgambas3-gb-jit3.14.3bp153.1.25The Gambas JIT componentThis component provides the JIT compiler for Gambas.`Dobs-arm-9c=SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxaarch64T,W 큤`D`D`D`D`D`D`D`D5ee6c4db338340e7bec3e7b55fdd65ab192a8ff979a3a92516abb1530c09ac3930b2dec69197b4ce3d950cd76abfd81dfcdc8a16d0b49275c5151ce99317e4280f814d135988c46e19c0bcba3ef0bb4e077c1f517dd80318d152ba8788b2d51b82fae3e09b3059c6b40dc2baf206ffb255cf68031d16a871e4a31ec74b3f07b60ff1fe7256f7cb0af9178e648cd259791dd1b7846bfef1d99dba21bf6172bce8ea33778a03ba610814f382b9c46658cf04083778828100ddca3249b8fc800fb7gb.jit.so.0.0.0gb.jit.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-jitgambas3-gb-jit(aarch-64)libtool(/usr/lib64/gambas3/gb.jit.la)@@@@@    /usr/bin/envgambas3-runtimeld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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-arm-9 16150693773.14.3-bp153.1.253.14.3-bp153.1.25gb.jit.componentgb.jit.gambasgb.jit.lagb.jit.sogb.jit.so.0gb.jit.so.0.0.0gb.jit.infogb.jit.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-gambas3cpioxz5aarch64-suse-linuxUTF-8 Unicode texta /usr/bin/env gbr3 script executable (binary data)libtool library fileELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b6aa052048447a0e64ad1cf7395c5b2f8aa59be, not strippedASCII textRPRRRR53fywEutf-835efa9e947a53f2f199ba4f94706d2e613f75152baf16373ca88e5988897e28a? 7zXZ !t/hcS] crv(vX0ȀZ. >%:Y\L\ΌUKIPz&]ajt5S<}?ހ)i`U1 #W.'ǙBC^Gk:c^x&*;"Pढ़3IC=b0>ȫ7}Po [Ei U:)VȢޔCvB+\qKE:8W+:exG7{M@#!h?mիrׅ-2M<4زLZǸ"ecLY3F<1 v]c:ydӤ6Ѳ x6ɧ~@vɣ(wjE= "O6Bk'^fo> 3(.~N"]O%3I_gq)xrp`=P;~ie1ƩAX$n.e50#8G`,:B4u;Uwi8= !"N#RlY]|cB ^SWJ3ʯh%mi}꜄.1S<=RRL9h\.6P=~kH [gٵD르X0XPa k5 ӑlua4vEcuY j[\itWaskv%X Yw)WGw;w#tFqI=]&mv*AAw/BB3rHVT״.#qOn"c!|1j0Pxđ[*"2W% ?Y2RmZЈHJ+ӂ@ˏHIS}n t%Q :l/0x q6<*q~?jxEA'qktm:PW!pF/X*3=@0JRd/L/ GAQOyn6X9\ymhe95r9o- ^cLp9aZK[eBNZAܖx 0,_4L<&f\W8*J"q醳V)isdW/w#m"NVA\,*t|ڕԹf @82;PBT0c"3gŷVmᶈ۳(yyh+|Y}N=}4W4SߵV:_6IxAf<ݙMV)/K<Wg}iHZbg8eCNOctJE`a:h.NiPj . *"ڌ|̱- yTOy\\+"j^3;r,Xne  &#$L2G*Pn%R"#.<֊šd-I@uB v/TFc2WB;3jJen]cLR aؒP X[9=Izֿ9/kc@a6 `/oWb*k>{Mqt=1v6H0 ⼌+ u=1SI跿E>*]rDm^ʿP+-y\0P@dޜ&Y(Ey>}v+ꤴ10wtAmvHǪ޾dԽr]1?2ut]h?K0"PSA8@\d]^'@b,QAV{?Yr!_L폽i/]'+%:k^eJBQV z' 5QgɂJ‡3&]8}̃9{Wsl( P j= 9%}ǿa#Ig62 H9 oL_kmG16['%hb'A/ KV@~Ry%s?ڼр6Ν5@v=3_Zo%DlV|GZ0n7@7T2ˎ`DW4{Yv(sb}M.jy'Kk \M/xI\69׾(ERfJ* !p3r jZQw/얗%d,O)h#N| s`^LXK;Rɑg鵲M w 9? Iwx> 8s+jUo\{MY6f#0m3AońA`JVeh^!o^J*!eNujG9qw[+&sǂ LZ٘BSsN'ŎOT2Ei@]Mr 0W)q-d0gRm7JsΖy \j zR}PSG8 ^U:Xϩ./;rfw^cm ~iFC h<N$ Z["H!A|ejq9 U#{-i22(%֢1=FĢ|8ZWsl|Jz6n3%}dU^ +|nLͽTt8^Zh+|rH~[rv= A 5VV>Ǎi}c `0*&YpÅJ:5Bca9n}5K9=oCegC4d[-4C +G2|yW}G@+e/A䁶d۴)·HY-:f8~;I [=p7Q`"M(!ȸ~#XX[nD BpBkM v_n2 wJ`;C"s÷ɡ kYv):Q wfYq?speSX{T@\SJ =v pj<]'D=@2ǂʩ]P:NH̖fQ l;R%sX:}*lzi_&*iu^+PߟMؙRCy1r@DJ_Y[L 谹Sj cMIN(Cњ7`b-wV*11Bl mD'*,@6B"99?Fpx_ qk1L~g-PƑY2Yƛ-\΢Dۿ2uq/eH566q ElcF-תM4!9fQY/.*kT3g*~;`1p{PU}I?zY!lքQdAT +XV@G4B崟GG+[W %cAwjhw i8f˜vG&Ll-+zZH.JxvҨA5hl|yUWWGD'iDv 0푕[)OGATVo.>TVd4Q=6ڑ.q߫rOk17̜wH7tw[BYy/~W Ղ,Gbp|]0KL/-1TZ I\iU]l:2PpJ;i\h[!RrY KO*\۩̰@%SQD{gɎ+^s%Z@C#h 3O;msڽQco7w%b%AG}n

Wrkwk|k,MAj Yl)+^=s 0Q״}wR@sM+k nbV)$)f_ syP5=E,r/,!io35m1*_F[~c=n>R,DM /VRDִ-w">Ekܯ1SNyAέtKtnj@lt' Q0]"\"]b0Oo[,A4:JbD E'$ F]=L%DRN13,5o?{qaKy>CÁ*9Sօ%DM$jWhŽZS MO)7u06?C~ꜦְjaYRv]^bvfEHGMM+tʍi俙4[@l!C^mV+ }+B*(l~lrے~'7(e UqH.!vD? &TD_kq:[B4g h![[ n>]<̄Ex[7jLL ?zض$rN{ = `ך-LԩuR|"1R`d4뮼3{YH hE 38-&bn<>nF#V{;^DYľq ]đ%'iهtI~'n9\F@ޘGk/xzE| i!vLƪH9Yjn_l)"'JHarpEY =o>wR1CzR,*^K )x.5g\} jz-叏*/7y E}<@NRt33&rYi n==ȑ,1 t!9pTG ?!Zs Тz 1q8#1'Jv/Sn"raW⟩ĨzJj%n(1o9T0Ha胕$+4(a!L/ 0;LxGT˲\sLq b_,`j0fhrq*HX|tK$E-D/>y}Öc S~wOr[m;LgvThHW: YFB(E$Yvb*AuDQBbE [1櫝IE&n4N`*PlaL *ǘrM󼛳)aB/(oXp8w,ҎKv V ;gt'01*:ӥ:In[WJא#'*Fۨ(2_ccĘ};܀K!#OEhyEue;Ujtjͬ]@&QXR9/i}ZEWGVn ^stՔH麣=dM,_` 5 զEvs1f7+i>a4X|n{Y(#iulBDbx͊aec \jWw*)畅)Hƛ~zW])w C,c׆mඋZ}9GنAj!jc^ F6h"9L7>ǧ}s}[I5U m" }/y\Lk@I6w(Udn۲y0f3Lo! M:75~\QU?G4,neyqDbcpq[-ʺn~2A at7QR\!ӃK; ج[ѻ_I26x`30(y,Em2QXQ~ϡiR9y<9h4{1  wz>uY 0o)B۳+ + cAF[?=谱5/MJhW׼"g2Msb|AESHy50of "[Y fi~3kDp2伂͈-Ѱ9dDc2#vH HԞZ"^m6.>hǖ٩.8I1Oti(0{anG>5]ϐL!{ 餱I<G]fKdw(XPhd: >f Ĥ[O2:dA:+&Z7^1M:AqPfqhr>&u(,¼*g61s󶅌UyJlPC +܈q^H%MTbWwgꔔDgB]3\=2n<¦ ƶg+u~< 2p7Uո"[lM &!&ԔFMf-0>N6ܸ"u6<ى̹ 7݉6ok8(#]5g%<$·uӻR^Ms)X#+KuW2[tX4ob"smgy#\].GX@x׶Ho޸CA<%K ``'J\_"Qa( =[;!טYx"esJcEdS8rzh`hNBX`/zݥEt!*ą-Sd8'o#ȇmM2&E9C,])MDd ^/LwR3ȍ07瑍35 i병,8|Fcz/]fstږ=aS W.gfcS?2 UFzu_|+/!fzFĶ4#vmn8v eJT);%;0Hsp-ۚ,}};pzw3Qa ] ȊŖ}{cu^-Wz}GumX |J[>^ܒfrueZhH>mbx %1dXJ5`9ᱧr-Q J{qQE&K{>몐EN˾/%9YYHrR+= nU]=3! +nM u$V\s@o0:`jT]i΅OYS-cm67Wnya ܴ?g~h ˟Le6Ax/6gB!ֽ A8eiV?lw!ճ-[F۶,Bc DCuV|Ɉsv^I?9G/I#耸; Wq :2 RآXL)-:J-*~̼\)T4$yfEYJ~zpxZ >-ZvNG:t0;`[ޅ8 ugZǼlhDCGf o#ˑỖ%uhԗ-ݻ951^5~Σk>;ڽY[sOɹi:mPb&s/}]bt홽y?txЅF@M#[d@:o9~g˩ȒDafuB ɼm*y#` \Hbaml2n )"i w.@,"Ax::Gf}]W~i9'9c>z]hT u,U = 2.1;7p7]S%:=ҙ4I>8КR q+H&`c޷on8!k?,(d+*|B5"|+~-iMp|h= U%ssU5 Ӡ?C"x}1*hA}N!bg1WQW ]אXbYl,"s尴n$H/& Y8TZ8'JwA6j^cnE:B1cnOl`VW-ʡf7z?T+ o],KW AL-臏;7'.RJ..|&Y]X# 9i5!)"#gzuT\MmgVk)i$%V_i~ݟL:Hfd!A'Y[QTF䃄 mgM̤ ; ZԒ>or3 e6Ugd7]Ext>ԛL[QtI+i8v\e;,.zBt%r3P3ϐBUh+}qT/|J7>":,(%^ȽV6!}4fJ:V%LrLvTJr6|T`n^  J c׋+-[z n`BM!gLH+7 a/Jh3K ^NɪmLgE9SϢzQVVe~lIyq).ԮANY:_a|Kbڠy<+;$NH4td'Cg#-J jVjdaQ,<,54[@[ȏX3!r)hG 5\j[TӡҴGBVم["5v}͸dCIi{,kHljYDZ~]OEZu!Cf*/Yۮ>gd۲,`m-aG=Tްws& uQ!PfRxBlg۾;6' E4Y״)T0>w nQiﮤA2BVWr&lɱ6U"ee:^Slu1|s;中 ؎jskaIX͗V?c ݛZt ҍi&;[w\L sI]I2=9JV51M-6I e-(]*NR,<.œ8XԳwoDHiH[)pLҸ[_\L</?N)Q/'Ȝ9 _)%UGYIOx%&bR0/3Ҩx~Bٖb^(H]z *0Exx'nZq~ABtrKV'ܧHxE yJ)Ȩ }"43_\[c&x[fu'BR<L'xJN̮dC7;d&{ASiWò1t8hR Njj@ hzuh-?5pŪڂ@1vӄK0 ViRDeu ~(^_ӏ_& 4z`x4YҌti<pdƒN%i'!m:9y*qrpL1Ջ>s - ]>1H#yhhlVbBk W{$';əZUuo<*W`Q[g/d{8Lj~EtBq,{%(< 0Ձۋk: (o<ڞ*.uCho!V%Gg z\ɺ?WgDg oK ks*g!fL'98R(.F*wSBLt%սmK[N^umEnTVow^h.FZ$/qaDp!ˠD1\5s|W^i[% 0 -t\)L'NRNޘZ 3([Y4/xcDv88a֪ Z4jr D:TW̬73ş(д;ፈ1r8d}සU?RͶ=Qm_%fPl;iUKjΉ4]~Z9r&+4N=X8__?PWsGr|q~ʴ%ﵥip/ C,٣U&z9;6h@,܂st~X9dT.Kmׂv~]-$R72y3٪~G1QmS`Pn/"vI'c^\!8YPy'K``0iHz_3HtTHIl͵jن@hrnP ʨ/̯^ρpn8mAupSrP>mJձ-Gg9S7}|b㨩U^% RZal2E]@X[XdJ|u+-^h>+IG|>KTI"\%VH@y]"HlE~ fY3St ՒGfWK%Bh4*ʋ=w5KjKUj기1?kk[3ܫZr%P.y۠SMh!HUL0dwӲ6AX_%5ò]_R"c\M _n4ҭwi,xA55$B,^ͥxu˵D䨝cupn3K1KS*IUj9e% L(uxc~T9yPBUvlsTRfUOyz2yFY်c>|P?B4/5ձ[3MWUamww†G\Di]TYh!Q# r)~F1G4>(P6554jAneޞ )[FfmN%S5n_EbMzj:if/_ɬǢd Z_+PEA/-= a^#nB2G Qz,b3G:Gy#YRW=gU&6AU>TD.EĬ?9q/5E sWVtjp>c^ܣ6nnj5-lT%}u812K+uǁEH. [lR޿1G*y9[mW{lGDa^3;|:`=+3󍟖 "a)Gz_ޕde\qJK,f6[;~$sӕ#(v2(|4Mߗ"Aa--~N=4 ȱ/ܔMfC/xC _h5-zjmcZ:jEbU^a5=@Ψ}mgƗQ<6n8 4D@[3'fI/^;B_40 H~[9aKݥ5%9bGF.m;!Kщ'wB#}gɴ}\$sI-i$e`Io  p Djbk#& =2y#.첣մu)ɱsz㱨IY/BN?$ X`v4emV܊q9ϦǺ=$Ħ H8R};RR>`=eY9:100(83*{[:71evQ.:E_,f }+3iA7[&͏;P.c+T-ȒHZ!o}l!ޥK旉إbiJAj6u=l.Q7·J+ted_PFALL{x3Tvoݙ(o)^~g!'BFi~08oobsic9ѪʺD8t n Z^@,Gsfra 8u"$׋땄Oj@|$KwMFզĵ]V,7a >d~Tgei%NӬN!I06hQ61,Oۅ1tIz+'27\<<7,D"澞 S7}C_GMM׾B_T'3I4MS@5^ cGOԏ̊? (vycM؆U\8o=aj}nH˚xK?  d"/$Uk$p~",uzUy[Wa<G$ fN?m"~):ԨT _ǵHggִcKcy5=\̡ |$hD6_4' pa2^Cch|*?>XuCEQ=bю iA_eS]3ߦcN ݥeQcw:i|1mE2rߐe)FRH,kL|93?@eQ/A%'M$\fx~(u6$IU93 9Rd '3N0wt\& 魋 Ie[3c=Iz溺;4ٱ6#$^RTڃ9S='Yg"$@*˙bv:i{K;/ LxeQ.я&}ѵZ[!I|yqA\I/L7B-^9 \д¦2Fбۮ4=4<>"pf8k2bs EIR6K8j/ ( Ds>QϚ+-k jN0H* ^QU0[Y/źEoFaA/¢(dB' pX<"F\KIE>,QW^_܂Z<$(`F=w504. XcNj)<d;F0AxF OFGʈee?i?e1Y'?RrJ7G16.^]c7q(=Z{j3w :H}M~?sd)ͭw(WuAܭV,Oޑ/f}g jbzW!++*!__BЌw983)W`V%yŌ^CB KH  Me$vum3\Nm .܂)&}j\j0Fʋ /VApJ7K'YΤpR~H\Îa=aUX1Zko8Ԫ`zxQK,ّa:O;]JJ.x2`ƃET̩Wќ/7Q!r޶;aoAt!ׁׂR8Ïrɹ. K)b?gt% C0o0Bg$bQFz@o 2-OUhőFkFP]BD&42LkXFBB >z{I3 IX(F@9kfHԧ$.yFݯ,iѰRvuKO NP3kƜ+`RkٹZxX9ġqW"UHzki7)\FoH*w-pďrfLR jOuN\og#ݕnn#p@vyݬ m.](\"CQFa@[Gѿ |KǶF@ 'c*D^CȸY}dȐiBУZ68ݷn3^(j՞ &'?KfJ.W lGSlrZtTjz4. '<5+H~hXx-"^ .|r|Vx(d;ގ/f|O͎g2].q;`s>j_Gz7s5y œus3gqŘqHksFiOi;j壇+v9zR_Z@gr Dnt^9+h*P_}an. CK,ދ9;ع +ug"ͅl 5nIV|_rI9u+&&-$hݚ93e[(##LY 9LѰ}PMU޿PEE} ȁ0nJU(uV^`8>#sz@"mQRrhzlզ~]jnݘ@>Y'ϰ򵰝CØB"s.XY$ҸPkSOԶ#DY^AM9}nXsu5}F?'Q1З2shsC220rFvak͊rس>#N~Q{z˦TRGZ~{(ҝ Lj}[sP;4Kfc׳[tUtg=>F'!9+2t!'k+Ӥ<(\ ҐeTyLJ=x!IrCà5r%B"ύo`t؞*s4 /WQ#kمq-pf_S wCKC.W,YoN2^'4& DGW:t+?/ʜ'5^n $⊳F57v>XՂsA{]FSD#0*K̤ FuH'|MϦk1ލ8Z=3x$-`]3cvUD;J\&6Kowzj,>0qjOJ%=r8tKc%FH*jBߙ,]I+ywi9Fj;,q̯U xeyv\GŮl69z]_Wlqp{B)խ qbkv18Ӓ~Nʗob.BÐr>ɲ/q:mSH|jK, oV.).$h6s(^B0K1aYqP|H"/YqG$v\Vӟ+LIViB@52pf-:|bwsR*M- `4fGeq~zv4cR0)vTWix|Jk6#7nŧJj*=p_`ox'uĶ:Z /WޑhHKqqǜ~еw8B*|Z &y" #@54@EuCJqY|\(+q ku `I'תuR{ $l#{[ $Wh{}hg AK˽p~}xq DzK a0e3#Hq 1@( gh(-}WKnLJWp5?N£91Z}XF W X}+n*WةY *wd z,1@삎ѱvU9ENfT[ž%}Ld"7ND^_F;ӑU>YIڨdm?àޖUsE#42\x3tOc\6";Kp Hl0ɲU j[*4d:}g2'(#JuO?u,6K U~YkCh[;)B^;Lt {$2{5_j mR n sQ2՜u=[ ֬?a)ׄV@!1@^y#EGYCK7Z<8ZP-I -Ƃx ;rvLDKdT֨oPtV8e cHB)'(D[H i=@<$Xb.%v zՔzr[@?$Da'`~ TB pf,bz?zqe=6lz[:OJly8aZb]j颏6h%e>yۀCfL>Z"t/Ge5 ZOM^UōErB,ּo"ӢC0V6͏KCdAiOw(V>(( ̨r^|{)M!. 3c`\C9ϻykTڕNi=!X^7X)3:WŐ+n΅y5E> [ǡJ"}; p"Oz)Я-lG'w ~M=}U8ztLT@SVnY˅z*|7u@yUq*KYنE0TNA-j@(T)QWo [a- ~Dޗ +V{" _ rYr%),ؚɈPV~_se1k~X]vFlqmߑ_ceL]F=}-݃<('64nqqo CčꚋѾC!vIJ/LhLxQW Mvc&:q@[i+#Ͽ4Ty XUVd be?h@5/Ha")"pouBy`HؒܽÆ<-GN:#iG4cX+|um/E 8:/. &,hSgڵS#ٴmY, ֢[s#-YR0Zϗ}Npf&^KG8%#Q*iQeP)w өbhxP= tH^/- LJ7@yŶp#_@91))s|˟vC,wbcWwMěq$ly*ꕎcnLU|dc!x"y]Ghp@1:%7_9NJx+-Rrz[OQ+ a2GVMkҜO'A9)!1,f{{āwO7nA(::EU" ?wgͦ?7%˲F6JDT)j|9X0A%%Y<`s ;]egm4r_=/픯gv91j84`҅w|\đ ;?NS_KIg,G"HRխ*X]I;zSnWZ,OIFPA+ vIA &i0N6j4Z$)"BC%$?w>/\^Gswr&wj,5\uz !r{ DIYm|GeMÙCFkzӿ>~Q䴌~_F=Z $KxxN{;@*N(%}0;E,ѰλyYoH &Mᮉ˲y\c1-qu'hC|I2Y B]:yJ W ^5 #i6 𻖫mdO6WRQI>P"_+78)#:Dke+E~1W+?ap̾2݄V"Ǚի%k]#Pbb)Iv=\\׀AH~K_Ȉ&HLVu|)<+LgRGm݌D:*lן49 n3PqBAjӐlyQ!(F $|A,yS|bȺK,"l.#^HkV݅ =-Z8OR(gx&ҾnjaF 򪈫ߛ;]p31 zm$%*'sRl,ͥ'vh%H:Rߚv]mG6({"JO;<rxp>i#$6W4چVq..bJa4 5Uò2;+"3Œϵ%Bc`l%J eb&˶,X~ Ԇg. g<)0YNHed˼o*? .ڑVE:/v]Т-12^F6%JDba>D5{f_y%1eGjM6O, JmL|FHuBphF L1 ]7yUn&IㆠGkrwzJ.kp "Qav0w ƒmz֝p=Y(SS6qEiH4vJ0%vECc6X`EYk>dQTfga $F-Qt Xm9W/~24T3=Oeby F4eI.˞*OlrHI޵Z¶x%XL~ȭD=RD:rG8j^k6Tp 0=D;D9Cҋ\ԃAL3PWnժ3qF 5>HWtR`wP1\h{{HRE^ z“"8[QL:4oow\ibmMO,a$@/YENAb"e~Y3Z\[s9spidxLY|%fb)WjYr=8UjsNf`herŏ8p, _.o!{OTIJg#K%ף/S~3;@%LHBf^GM^ )濜^^S)KoF]UG]㬅LxEod Z/ (gnۉJ,.6<13#`% cuCcg'_Ƨ_fG|IVO1RXc"Bg5%o :pj7ZCWPwG℟OU rkcNzHŷ fؽpݧ9ls%V|S݄91:-(7 x; ?^#ˮʮ9?&ͨNKɖ-'~zkJq1"QKuZ ~ ,=,J& Z{ 1q)&lI6OQ q-n|xa W7n ;wOX빭jSQhgtNS*Pݕ0+YHS^Y,)3gR-2(vZoi,꫈>HJws Bd+RFs+ hu:PZЕ4/G|K&[!^F<`L淩p 򹿫F nDΕ7MMˣ}$sG%hŒ[&/ͯzqפdqKx#\.6>@B'+%H:<(ѷ-.WxP*Ϫ:^b ]/)g? j3/޷?#%]0Ac^<8DŽˏ$UQy4A[x:48va=3ʢ'9‰b@7|&QoʲmP DZ"lȸ &+oׂvY.n4G͂ݤ *^&+̕ `ǘP {Nwwo>Y['BڸA4gb*tP<*^ڰo)fn-ɻɾ703Ws3Y,HiJDZrraҙܜ p&I xh2tL٢,j;!z&nZkl'h#yLfG yBXZ- P'fRq W*Q<=!nzxD\H{TFboCri!RŬ biR핕$~[ ̜Qv*=*fl3 A ו0X\x$9*ej0m$r"yNhMɨ3W7 rU"v @wlig}ky @xD(X|Y9kt-v-m 5CNb2΍"*0?-4ulP!j xwfY%}#ov,+/Pr/KdVAF(VvtzDsES՞l33'o_E-"W0<#454Amq7s)h8tc E Ba*1E1eAwem k{4Fޏ./W"t"Vo aR9>VQ9[Ke+Sgq-Q+>5 2} "*t)m}Jص\_nT{xO{gM<} ~! GM_bGg4b3 BTl%FQRtl^ގz+\(EHĚRP"w갵|ۃ\w"#3_X4G=p:ad9wsP!bPF;A G(?=}UWI9 TcDjmkF>(zcU'Sܞ% |>`:ԙQaj4KK3qFPf"k?zs`&P!zC^?,n+r)2 ̖kS8AV'Rv|`"93Ey}|dzI*+Sp~h]#1]*q3<Ԭ`\G2.1vTm܋y,;RTM76 $nVȟOLV ɖiEў;5By<r@I\h<c $O4~h5ɡdInh*xhFNVC9di%?4͘|^kc"p:sSos=ZKn',}։ f|vjZɛ̋6æ'g_9 ύsLxFRT?>LST'!ӾIYg;f>v@Yl-2 (p5?.˒$@ x/ 57^*8iQwhUcjckMj`;A.s*iK@_q0"F&DO@os|SB"gR YKS)9E2rM= vfH4YBCsy~0F nђߋbC}! Hwsrhctb4>hKվ@Ch1ʤ|-vh35(ʪƞP6ΙFu+C- -ꨡa!ZMο\jNdc Iv.e֮RZZ{,Ս}!4Rzk2IBxos N=%?=OZ_~TwT2_L+LI Ϭ^G**+Rhg/,(e;1M_VKа'*rp#Խ,]]^y6@;r:oTpx:@i$6"<T4j;Fj AJȌ7#SiYf.YKֿ+yqpoڷ Bxp!iA`fE.i$бx0XLW,N$= 6=EId7b\E+yݯ,X:t 8ǁI>͝~`X+6}rPӅ7=͏[q#c"'pφEUVof}\x2.Y{puԝ*Ka?i.@X?P<]Z>jVeה8#JiHt0⩠j|"(UdޗMPCՓGliwjKhum,R=I$:Jn$pf~/v;{'w^ed>{]'e}郼+s81iN59nakBAFIèMyS,-TL}q#= {&$V=ک+N^}>e #Wt ]A8(eT#31[/r&7(Ŗ G-Kbk,#ai(1C=N +aY ~NIRsrzRw%C}7(2IK/J7͵z*5Cg4HLs'ߑa ȸ?ڮy˱,{kp#ZE9E Iba}ǻ8XEQ\xw,Ƀ]:ieO'Iz7c[;ja_W>k"ƊOW̪ Z q/G85včq#&`HS$<ӽ. <cՆq-9(oE!ދ1Hkr/4.w0VH6R_Q0@=L;,-6rIva .iϏ?k_ dfhKsZy Ŷ1=4^# |jBQĵV=+O~{8oqA~DN3;g\`S,;+Sr kUmgJ9"YF`KOqg4\u`ej~DoUsŰF V6ns+ &iA$(78 ILXyԗϴ nDDʝ엗wF&ݖi@&i*d-p,BA" J@Y^YJ1z}Kb "+"@"e?wiwjrqŘ?P ݰSQw˒*˒c I3X+c$5HçQѰ_u[7(sfȭMߌ7FfkS9RqKPE` ?ܶhॠtɺpZ.# VdhPEmJ٬fGqsS0B}3  XrII򱐍8V+'uo ν&|~ioILf!u$֒m1H4{^*NQ9] GK/K0R.,л&P+" y1`K \[,R Rb^ᅰA#62$AJ~z){yKh' 6bE-F @AR`g6&1\ Gvxz߃Ժi] ՠ@? 7;3ô9XG:B"COdWKmE.5Ծkl ,/9s] _ 'Iwmi+ UDtIU=4/K\lO|KD%,m,yt,{7xi-2y#5ΟˎfW#?O]d4Їila l"㜒<'R:t>G+tU&g[-wC<ˠC,bw;73`F;ڼ=LloJ1o6M5Tq+Y})4r*~>Ak~CM>*Z_Q,/Xg#\tHmI,"E$Tb١ UEImv[5)IDWܶ=zl7e/ Y߽.u:YuhvQTco* MP<D"+N-azT!i5( ͡5k~` n/RBR|:fCJK+];]BmsR8g1Xяy;,JsLt0Oc0m-;ٶ99z`ަ8~Y.}EoH[eWExC!SK!$Ho`ۻj'NVX<KD{])M?_l l$XU8&=ة~Ÿg1E0@Wetw*Ox-O E3zhTbD=HQ\TdH7 p,ƮD-F'?˯_0de*|>tU= *E"inHx-OL'v&6/ףڊShc4@ բl;p5ڗ._;̊/#sTzZW\5m԰"} :oC. -bękvW\[GVMLq2sw0`'[ !%"{] ߒmw=#QqBzݡK`S+F8X"Uk/5' ٺqq8?-!](ۆ 7BwJJnPE] 巋ϢT e:޻}V{ ϤXO<ɏe%Ȼ{ҴQ楬&ҋGСކ+A^t$a{_mx%h$\ͣSϭfYi##eNuS_p/6k@;A9љq"'9#1NbTxmPOo "D1"F˜f۬:/0|q4;Ey7-3ԼF8'؏pkQ>bMldԬ=_ *M4D4?@Gr׼moEytZ9"J1XE;nw_,lj^Tq3!yaWMf^h\|\K,yjd,}ǛcX@ί2K Z !;$rTQ5xOX:bJwUTdpR;%] @cBj#oVz@v}I|~Ќ?ƖM9ĖPfBn+t^˅&lgK,g ]Dio~R7@m_oxrGܬҍjGi o~h(# SǺlc:-C{Cpu/-͉jc4OsqzT(Be/ N?|O߷7GK>Zp{<5ڟrEJRHٰ7W-܃kJ|IFڏ,-s) Ns h˻z[H9nbHi3n}.s9z}!$^t$i*0YNvE%啻?w; fvz-%mJ <#RdӮ%]/G|).x*;>{<JXYjSҗc櫬CTp˙.n/zRؕO[ENoJ>i%G?,ڣn=YPԭ[& k6Hcqm/(rYӭe`N 6L&">XrO+i',s=,e4ZQ$2W [M(8i&G]&k &hOɣs^Z:WoTKZtüԐ[@KhJ;#h1gZs%l6(y6M |t| C*DMg3׵RM6,*truLJq.ɥpgH>u*ZZ?#@Юkt%nhOq8E3{V=^(y r/6jm0˪F4^ՀQ*\;!ɛ\8k,vcn/}0 ISgz :6y^٤^ #bEn HahQJy>A¡%aؠˑp%Ꝓ ȖeRUoS?!c ZLT48bDO=u @imO~L 3VzǚܾJn:gOP;Ijv)De `YC|SpMUnT:ouEl'x*S[bQQbfh"iUM^e|ztqnq5 EJpWLAjM#т')̱Szhjou7MY (j8xa/z:^SwΰخDI$A>+yNJlWO yTo̒,uX|>5Vi2J]i0G87,TH*Z"Ke)U V}JXԉ ȯL !#U uHBCOt62N"Jg[21ËKE|~Vz0 T᩶NjE f\][o˽ H<3$rdg A:xg *=VhD^I"˭Nb:=,vam^ug*3sG`4C7=zoqT9SFA?$`s8](:-b7v!1[C6!r5hwT2GhJFq1O,W:%D,RY&O<1P`yֆqu'`\AQk lbosTzz;om#5ؙy& +HzׇK7q;rK*tV&Vym_X%΃Ⱥ!d~ಾ~,@1(xiIU'ͩ8wQa$EqR& &R6#w\x-{|oީκwZ/F~xs_;~ ͢~2n9C:{ Ìn?eaCgWzzx-|HJϬbVX qeoip aek )z008yW: $%rBGpO#O0xpJ"|@n-&}H27m݉d&ڇY-{HkmAI rZ\ɛ-3$l&?thLhlsq5NUfU^R! ?P۹ZTxL2c&CLrVwZBq"dn86-#YIg* v2Ht(];! 'Z Uw֩>]|e⽔Ԝ3JÉ@D$! dIi=ٵ 5'>VCZz2v"K 0m> D{++zx0Cd{')Iml]Ll#?9"1TTD(N騨=+ $:z1HeKO޽j?yAB=SxJ+1&xֈф\QiKj Gnѝ~շPƴ:98a$Av>0 }%=U"Mz᧛l;u0LPT`o5"jjN VWҼ(R8Z( ՍÐ;4OH6nOZJfOrF}8J#׹ Y2DŽx鼨UP8XId{̢) Mr+eYDCR퉕iDoߏ:Y^JȐLJ^~h087F78bnLE:Կ[^E/zfZ 2 :a.9;'Rso.~DPWB2= a'T(HARM{V:|G{$ˇ\W?QFP}~Uzekф _h>cwI1h-ki.6<:ǝbfr!Ѹ]1N۶@Y팩m@]ln̑.cj)~/#JZHk5/AJ6zN;E崅-l&0VXz$Ľ{c; Tud~Cyn&888YB兌5uJJj\t }H:VJ2(ςH;sk2<h7|OICsPB*=޶m;V[)bOʡ*5]攺R>07c~R,I+@Q1f-$iʏy5/p1z"3&onr}BFٺe\hfG3E'e< ٠(0i.% #GK8.aݧԓ;i/":n?b۷~3:C5*<6z; laGmVZ^|CCUIxhПI/v T?4*mä{eu,bsLrU[6'Zљ6FXWKQsvQ . P=N Pq|&aҽnTU~110ZUL΋+WAąkH?1ި0㟀Hx^SAƧ1_F{k_YHy{}4=s(8hO1,%>U*jhH!j3TSϢeaD<c ]ࢌB`협4X>4> rPObʾUS4Y;XUXK,6]CgB(_㱛kϱV8B:xP;I\rϓO@f ԿA-OڤýDKّ&c;T1.p:+$SO-{C+ЏOj_Ć~RpWy/c1T='dѭ#@`g`\xHFynC2ᅣ||*P0Lmw7{ý:[[`y*{PiUAA mT'/$ * sdZl_j%DgH3MM4:VUwl| 7͓,]0ȶ|K,h~ W<[a4ޣvWp";#F;*DifY'?zDFG1zD3/_SiUR'1."׋9i ov{f@h2;-t2ȹi s}zTZf3(..LxdP]ӶzGe2UM&oI'^AfhkH9Vn~ EB"%+nڏVjft xjPrSgU6!]jhD?'b 8rAB,F}lU `;y4%֟\3nMzN"[& /IQ~+l,0ƖwŕL boietfFBՍmhs<\b q<Sj!cu9_W~|5CK&a)գ c;²`~J.W_1,MT&j\%DG(E;l,i= XYTaXc=ՈP |؛cE]@6hi^]4';ńzee')/iYG51H?3$$Q_v^Fo~:O3&Ѕvg]qW9_o q4i2dc_gtP[l-i#גCFqSQCQ-qA.` ׭e -ٱSפÆ<9ݩW\w L!9e]H7; Q,1sJ+z S*yRFn)Lx9 bserK*C&H 4}+V&_Cg]QX\2 MQB!7]4(-J"eyAft=w=Ͽʑi0'J}Ib7km.Eك82֪U+FS$iY4%.WV{-Z}yRr4~ mġ2ݵZ _ W$d|5 c:S=I哔t,:mYm˓-v 4`Vq<620&v6+48  #wyn䱂nG#Ky+?{/bI+h E&dGu4D87Y'etY+8~bjM(OvnϫS3FjXحcqD7 D'kRzV40=>U}9ջ^y4^*knN4%\p"+蔭Նiavt?l8Z^ȿ;c}e'5᧗L;0 2< 7WI`t3`ԣMʦ %ݑ8` _T*g zN9TLO'>KB.`L`[4Q-& LKH7Ss#Zj= c LjZ5Ąɛ? ؔu-(bGdD&-O=.X5]PSrWQd3H8[mj5Q6YJSgܭx-E7K^="h)*!zEH}&zh;j#~*vo 4uVoKFQ=Sj@!cvRy+窻DǺN& 45Sin̵OČA=AS "E[66/s_o3p{eiFT IO%Z ?#wQyꬱf#׹#(՞ƃlte?S1Geq?,Fbb4@O2|F*LnؽSׁK%<[R?! 2]8 c(? bNi\ӾtE,0H$XM=is @LQh $r`?n2_Z6q#nsEfҡuav8l"*;L !wMތfe"㕊bbHW*wUKF`fU#Yx"/V'X8ꌣir@<~9dL5 g7sߞZ 0]#᱾AKbl4AlvNj-2OgK2wb.B԰HK`8qE㇛ȹ-t?a0/pUayHRSe>`Z}-j@ egh?1 ae;,?>V1^=|6W!KS}e* 3$ÄzEBWl,2bԫ`{ܣm91킮')b(oy^` %)U5(_ۆ׻OS͌M:휺ॏW& J R1޾^w`zOE !gVUYQ kwmu4۠y]nk[X5ߩ2Nʩ0ؔDo h\3|AZeiJ>`4,{ d2|ֈ{6@/j4dU4'}&#n!]~?9~]ǣYHZ#︁2Wsv[uG!+ 'sҼ1_.L`!S|#壟NShUZ%OP>Wc)ԆEZN՛^s ĚװirS@ {WGp` u966(0)Z8:"25ҦWVm9MW:kN|`9_$"UeFk}3Nz[ht ~=R`\>MBzU*bf™*C8bHA 1zWzv|?Qpl*螉wBO*ЩIiZa@zܰ (::\Ԉ&{)"|<=W16&qS(87 ɝw _RkuyK,G|.B8q-R |` v,noѥ^@"DO]e$ّ..F7}>3}O%R4fFzpłЕQֻL :@h=%tM5 >Q[Ps *PS  Gu5?Ar6%%^:y( iA7KMj3т.qP;U.R)G%CcOuGZs9۪zHl*vX8hw[[#P@_0IiK0Yt#"o4i+vOiT&΀B$Lff6iO$Ok:jǦg<(@3fԂg%8+M0ќr.-DqFR"E98Uښ|q k^rR`c]\su{mP(]vܩq{Dƍ  =PteT&M<:=w*ⷆ.a'l@~kı +9Q'8{L)5F2Ə|fjZlY;C)T]>WD=ٜXQ4nD+2-M|Å".me3MNȥ`D.=I-ǂxf%N`Se/`YGdfucyTHTr?mIrՍ|~c-/Ҹ*MV({~}BQqo&ᚚy5kÅ Hp8pgEJ)WJӨ} n@D, {$Q凈Rj/wRHn*Mcpv-mdn?01ia{ymvAHͽ_6MyE>M1*5 6@TOiZM}w,⩏v  9I+{xM]葿+i-{=^dmPG&#flP93@(=&LutCFqtcO XF*YKAdmqAHFYXaDm e}l ~>E BvuUcx@<' > qa&A4RoTڰx.;k_p$@=(iA`DW8gyE 쇴8|1B9AF~}iߣ2Kpyj__@yE B$A踛}LNbP;`,L_6=YXK%( OvJ:v`{4Gnt,'^}cKfoWgUf@G |7#bE.wX~"mM!'b>=3Ifvfw15C;wC4^R_)]w"6}俶~fEXGfDo)G rԜn qcJwaAe6`nb3,:3QVU_8QVVb'^ sȜ u}vuYڜB뗘WuBA/āBG?AWOsb)a*lMcvjˤizkL=_tdCJ+Hh|oͬw/Mp(HI@-(E5ԁG\7}"1Kr<c{qfEP(V ]@6:0T0ޜI:&6T@=a ํRZٿ:O:f(jQ3d!2lFOY u'ӭ=bǨfşBf0 ʮ4+AjBvO^0+X\r{Fjxaokd2`ʲ\~b# ՘x3\E'91 4R⿷t_;Q c04{ͪn ]+v4هv0ەoQs< `ѝYkl[Ls &I`r$Mk 3{TH.%~$rkX܃S'YLKY~Pl슛E91ݮd8(,-&˔l!IcIlzTkŞaF}[, k.IG,`Kb%3QTf4 CiuU$U)W 0UU(Xi]khD6avXu-B j'7݄E4{h$ݹuG^k 0Ikb_8" : g"7ǘ C7fd`uGqC5f>V[]F} }=ӏC߯:9s5xڥp :5%' 5d"Y0(\ lظO~n[d$\n) "LjFcÿŬO9MmfAP\Q̺\1S z_ .ᑶ۞bᖒ8h>P;9Rg寫3SZhXuuRw֣v5FHGPRT0dj*JVtyCBH̩OŸ|#RAM\͂+ R&gZ1ܯ:0qCL<0=o X3sKr4ҾK$Ol M}LU7j))-ƵS_h]+fNW@RJS;yVz]F%ஒGCBEqUJv~R؅f5vu0*RR0훪`z~U#0H"Y(}Diwinw?{%ޟN|J%KeGl;Ш Oe3$|3֫wk'5Er 7 .1pHPr%e4tm֎\JR(/ysvt87r.20@ri)Gy[` Uu^ڃY6`2z/(i3Zv{@( =_½.ܿL4q2NΦ/Ɲ87M9 I|VsbddDIZ:?`CQe5Kvch/xѴ*(BpO[ŽʢdxBA$[rlQ<-$5lۂw$xN"ci'pRWhIzZ'a.#6C8/pbh|WhWLrlsgx ?}LwHC8_h%/~06d#e)Piw]?L#H 5B)Rc#*U`kLb'0n]O/xxҳZݕA;|Bm :cb0i;,>غǃ)n LQ"G=0XB:[] >nQ?Y]Cr92KZ1^JʙBqrZ&O pIiOJ?tKgy2+I;J[oS z'Wlx-;Q炷:Ipo&N[a-;56N86ڂq'J`$)[Cl^a1d".:M'XZ0IR~L&z76W 6~z@ãip?'SFo|_K*@5%F (e(0B;%%״Ǔ(21oQ&`SM ^j1Α- !fJAiƮ:Q^ޝalDjA,]-4jX )  ݽ=p *1ؒC؀UfPO Z AUY]WkHCAӓfZV]>S@%;/ڻp`iq4A 0LL"h:&bQÅH钉=v,k r2l_a\Dc[D&>]om$`[)|ds:0 Ťa:"~]ackevl'I$ILuas躶d""U- o Аa0& !ၻysXį?:[Ρ^UpVw껆آ glqa󘠳#ԻjYDD9|LߤJVp\w`4U؄0żEEaLM;5#f?&UF~a%0qO4w1 ar8"x,$Q twұ5-V&rOjUr]顢^GpFbhCurq͙YUW#29INTgAՈ8C#åO^fC7(_&?Yy`QYO^+^41A}JěíRl. Yq3SO^K}.;i'۹mL$x'JDi*HmEQlUܟݩ맔zDlFXx%i<3(oB>YEiou oɎs ~] صq3B-F{ y^/F,v0 Wp9˘3Rmit+ʢ l/eE9 ( Xux.Tw\MVxğgUdK@3̭˰7j 'e]6-Dd9(:%*r_V7S^@F׹{N{-͋ctqDR=WFMa)`;`O0 jOgja6G|Dd%wNluSmr)$+}="!N<^i9eϠ<17NA "yɸf!h!@=T+ZV)s L=N[N0f̛z&%h`H;w8|7.m:o)c@0zar{bㇿ>_n0e79}VdXd &b1EĬ=9*ιC6"v*4cXryXBF j/Xǖ)ȍ(Dh. -;v@8~eM+CDHAGU{N80 xZ= #*f^Gc Hmtoz_Nm*y")mC- 8v{rKD*"P$6t r.+^o{`- 195P!MH qp_nWn+ g8!Qz4`-==!cWQP8l_B1NLȹw.eFv7c 1Z~R@kp~&gb̸tkB@Yn^ K zyJO 7>YqJ8!G^`a숫M0>PwDGs=$ n> vo=oa QI8y$0y6 ;]Uas`.`T(ަd8=;Z{6R苿ߌ7a%UZ cӲ僁dMh鐪L Q 5FFcںK=񒉈1dkUFsE ց˘_2\_C&Bjiq:Plbv=*^Ť/M"]!v8j| 7h'_lkT3Ғ2m>T^1:Xͽހs$ii \SW-"v 鳺&zyw%YBgfn|EL4R%tg䥝*n`Ԣ n8XъGl4|X@!he' f 0"Tssv컅?I2RD# }V/#ǖ3'] F9 /?fq:˞Aw$L u EVВ{ }Q WR)UCGT# W"\h7ƅ^[@KЬ!\I $u_ oƺ3.OyhNu{G:]mtAphy6vω]ǜD{GJVyFf^\dM,;k=E2Gq ]JǕ'ߍ͜Ob߼}mDt߼mG{b}= |/q_3eU(DX}n, sylʤ"}]g|[DgFv7&K 'cYqg** q5D!9TO3fإE(iH uow_0y!2Qxބf{6 &ֳOFgfuRȰ1P$P8!o5StmY~y!&ElVOmgϖ)w MoGۮ:P6i\5$g3tgh@r.v~M 55=Y.y]hr^:6դ#a 'MpWF'qT$rnʭ@Xg%蝟4Ziwn0~b:KFbs5TߏOZh=PI.jQc>fd G5Y%֌rm+2SM jXUH()C})IUoP ݢՌ؃I Lm.m"d~YbSݐH=9i6;KI"9ڊUE=!FL3XЂ5eT% Wv*!* &Znc_>>8:} !+% xE/ "c0 &Y'&{?/bۿ5ϤӡLh +rˆ.oݵO#ܳ7 >_C;JnW7kߦ Ċ=?MbS1 A g~3M_A~#rA@ETp+4pgN\7JkOu#hy=z 9R:Kf<ÈJQPyğ#E- Kå7|x0ӻ_꫄wν. ƪhPwDswH@F YEDL ?<΋o\>" N r|AYeV4sU;cg~RhYJ'4,>'?/P7jR=H<^#>DW[b%v.@3rG8Cw|6Of"Rr)& AԛQݧ{5%0%k(i䔻qTԀe pyDS$8cl$bۚy~R' fLKᶰ+߭_7""IF} Klc~ \v]z`:CRH&Չs">oV!@*eLX.s  HR頒aJ¿(ᇧ,}IRn= >wП2Y.|Y5-o0ŲHDΠ:b+Bi|OjXVi6P@enRتǢFCqe}u]1f _orm.ba@OjVJ>>#/> h=hm΃% )S~k'> M$ݴY68wI_h>Pn$:)}kԕs^C|"cb^ DG7t+u 'Gx5YTA:p:GmQ QpOg 4~ǚ`v…>"4 .8>Bq}›у`S $S\8T{[IOىGiPKzv֩Av˟RNO&.S-[%G4.emQڬ;'72ͶnZ>Diy!wv|ûp݉hcߐ \!c !YFu4^UJ*b j1mgOܼ5ЄTV ?^?ٗu(k)6ƒEWUum~E}QEd#[>e4wf>]fʞ)S 9*`9/׉A%CЍƺ2 6ׁܪ %WTyw%xLnj;YCE$yr RT)D/ά{Gfu>ayjwwZl_!Ro,K%9Euw:W/~mzd0?^9*k I**]A3yybO+%e\r(z",q\h ϔaer/f2@)G/C-[u M-0} @a1" [[ru~݈ CA"?۾e8,b8<0z=.rߠ|?KG?$EǡݼY6܌N c\HR.a,V zVIª%^G)n'6KNOpp,laϮ'!2 HؗZ פb0Cil?i Y 'nS*z#'#(WCZnj yÙX]L_/2:2JɃm>e:v?]qXg05٦<W"𘮚`EX/e;HyuxBEZɜc@7=C kyFVűzqi@[zڏֽpka)jҤþsIL1T(4{l.Wcƨkҕq"5ZD+V,9(*gci{-sK@Az$8~ pknB\Ow~gĠ&IS[P¤b*rrRJ$hdQ@b/tG~PԼjfr_5^WP{6u|ZWL7w eIù{I +lP~`+ vb%};<*dNʐ߅x_#R\[NTE ]jޱ~J)䁬3Sh B&N>Z46n$/ YZ