gambas3-gb-maps-3.14.3-lp152.4.2 >  A ^5/=„c&ߣ<;lĤt"X%gZܽh=!nӏ @9捬qP\鮬cvE6\uq9%KL0, @RDCIԮ#A0Br(-d*J4_%5/Q (_w6Iy M2Yxq^]fi!7u,CLD)n4hXX+7Yt"u!6Z} z S{R2841eaec5998da63cc6f190bf780924e892879250d57c9aefdba718d2857de59014ae57c710be2c8ccb795ea0ceae6a997c8778cȉ^5/=„,K?ȯĜ8D؄@7vdԋT:]O,c~-;ug ?Y[= 4 dvy{ m4:z4wZ3 rڣ>M[ǦxPۯ˜KakG|m3C<(U4' MjEssZNc._$20Hul.@=+,U9zxD'c'¯gCpxN'sci.#J8Gi+ ʺk.7>p>X?Xd # G 06@X d p    (Ld$(H8P*9*:*FU%GU8HUPIUhXUpYUx\U]U^UbVjcWdWqeWvfWylW{uWvWwX@xXXyXpzXtXXXXCgambas3-gb-maps3.14.3lp152.4.2Map display for Gambas applicationsThis component allows displaying Google Maps, OpenStreetMap, etc. inside your application.^lamb77openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxx86_64s$VA큤^p^p^p^p^w^wd01bdc5b26cb046ce62925668fec8bd5231426ad1606841ed27d7e0f2655511b308c776fe639f8e1d302a732648612d07a7bb5fa19b7b94539ecd3c28ee490e4092b8ee7a93b84778634e1138340a7280b63895a82609154ac18a83c8bac4cb59d675eb70efdf568a38cb15d650c7afdfb93ded43482df734781bdaee51ae1f7798c742dde110a12e9dd45fab895d654c1683977dbec4a89bd479158a3392d85rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-lp152.4.2.src.rpmgambas3-gb-mapsgambas3-gb-maps(x86-64)@    /usr/bin/envgambas3-runtimerpmlib(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 fixeslamb77 15896759283.14.3-lp152.4.23.14.3-lp152.4.2gb.map.componentgb.map.gambasgb.mapmapview.pnggb.map.infogb.map.list/usr/lib64/gambas3//usr/share/gambas3/control//usr/share/gambas3/control/gb.map//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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5x86_64-suse-linuxASCII texta /usr/bin/env gbr3 script executable (binary data)directoryPNG image data, 32 x 32, 8-bit/color RGBA, non-interlacedUTF-8 Unicode textRWW.C5utf-8a5773a108f065365f951b63f32914ce051c4860f3a3f23280db647622294fb38? 7zXZ !t/烛] crv(vX0eѼMѩ 09+4z';$.w. X22ÅĠ!-vKr4բB:I1u-cI6+^Y l m#KCCk['K^uWiiJ q, wjk ̩qN!dsmVg^OPӥKجqnIHtF|終u@ʌ/57?2ds*Τ -WKuS}*jE > Me,QdT}%ɢZȲd@@:פB|X@[" s8i'OY@Kh(z%ՑgNZTC}5`VS41Crv>Ld6| <ÊTϖP%oiA-aN#M1~ǔ߆8\/WuvhA\Hdemx@y[vtL@_:!r(iI }o7uSL⭭{!9I{ko('`VF sg BWݿSKnC]v>y4mk_endh3pat=6y !7a1eKFB߹ B2OS"e~DOC 4o^ UbL^tE[45w>Є'6=:DnE>_[fiM@XD Pn"xg$SU Bcj"jWyJ7ISTƘv_e_5AVG \w1Dk M=Mk WYvdc_:"ſ/DM]dJ\\G?6CD)Is`F $cj'5{ІB?Rqڛxz^)q@"Y6Qxc~.^ˏuWHw{ТN{gnt7A޺4$Ouqư~\t7|ڳaՃ`ڙl#ll_hCW+gm/+`VK`7@^j0jLL+XѳvgyY8nѩ|"rnҏw8 KF8_-|0LJJtF:2?%b0Ck3$LPcO4q' IJ ޭVADAIlɱvk6iL*"<Ѕm~n c4`TbnkmL=BD+;'N?O*2wyGƟYm %tdH-e\qgh5c=Q}(Y8z􋕼k]k8K}4f*|3%N5:p̸ܨ֎|/蕢:t o,!ȔbăD=ݽ{NH~4#^Љ$tLij9m0^/CJzy 7,xVJiéHJ>kj-:FTS ˕:*Aaa >3{vњaY+v X[v%KiKFK{@'^]k B?ђBr N8 vr"nô,S,BN9a?6+_ C%DضdH ixv2.W;y6: A"scZp;ym)ОSl=OcqVA # )O@.]{!d $f@ZEFVR.o~s+(%q|K7탔)ޞm\ +Xv7YCHSiըo"d*^Y,ƽ|bJ',ԫZRadpJo{6q zUW~q:d>d{5p+@jW:RϚ0W90sq*G+^igL"\ls[ws]NxN0!K:,S1+ПFwwHzhT1oT^(0↉{i 1tpcu, LH>nOON]>d8Z@Wʩ |:B=FioW@MMk.qݵM<5ۦpr#&Mc#j:='Vߏɫ7pA:w^^oM{R⑦ߣ$BfCp\vHY(g y\D^ļ&1`mC|ՎE)B<',6v5|Z_RO#nc@P&Gp&V4xE}ø U] vw EUYޱxaG6 m'%=7֟HCQw ]TW)\DS7+'7br ؂KC\j =՚Y ڰ *KNp'%vD~}ȕRt:A]SLrpxE̩ U9]bI-]=v|^U}uP0Ι`({J+OBB>9"$}+,iRTO UlGؠN@D.~xq?T}y]>Loxp)@IzkNjL>%_o%x؂0(0wS Z\}oTUbvD3|SUG_Q4u1p)Ct#ێQW 713 F֑w즶Ojz] 2DYBY walN u Z1<[\m~]bYPmf{.}dVF7= w}eĘl M#WvO;C0XE&x&wE%JDX:GS&yKw9_7#}mBST (5{𺲍 ]VT k&U"hېJ= , ײeqtet"#=(io+ЧaLxURFD*Mn< **R9Vxmn .}/G_sH:gu3֚qHF%]d7\^I=#xX@ר uE=O԰ScL*B;:O2#Z-r&n|^aچ,#t9'h}lG 8syGcvFfY=Q)ݶDt@pyY%dӋ9x1f;84M {(p)5^QNWZeDžv)½b!zi^vc=<6tu5&Hs=wb: vR  D XObQ3߫(xN*#Rfdq p,;蹟" 8<]$vƧj)MAKحlj7B^T|NL03tr>U)A&b@8Oi”nkG¸.N{K~cX]~tr}x3dviX?{$j5ƽA1+7%K"4O6Z;x@ 79tEs:X(I4J ]}1kY<T y)s 4nMK+v7s N|k]$Yq={\]mQ?Q~ngdgc/8 Mw&TbX輦+ RL $lpm{)Лι閇 =sQkmo<+W!S}ԛXq~UxB+cIښ0T(sHN[v+](*"^BoL@Ih9 PNp^:ut3 mʙ5ǪS %c6`=, F}oϋY%/1Y tJ+M&>TJnqYDY.,-$5M59?q(r }n\wf>6q袆*!<}O/m2瑪&Zs/ =lipk/_D [WpYvc:{pdj 7+o.c!)5A5"rք_nБtJE@[n%dž܆ԭC1p6{]ȿN!ݛF%[Z|Nr<<PŰ6~{@C2pԵCeIP^۸ZHe %zyI?#1➞s̡?Sӧm2q*]G\;<EXZ۔-(qwf& A L䴞L{5Tl : zDSVUY:35Zunt7wEMf'U0<̃NW0q{Jfd\1 FR^ eq󗏄×  S]e/"uB;x$Kn-8A}ݱiL`:~-бc2F]Qg8I䦐xpػJLfŠ1"{HIFeF+l%]ԯY{Jn!/Pz[O 9e'}UP|*3.]RZ_M|{v~Kw3;@uWH Ug?:jNb 'ʼܩuGhPM< )x_]#Q>'Mrnbe3m?r#BnADŇJtgK|{N4;^^56΄o)1*oB Q6sñ}x}w.lеs4f:DŽ2#-E̦cR_:%ޯSOgZc)rsLu+W |tb,2;,'ec{PNpDC,Jߑ&e.ѳ*Y4;Jis#0ɧEg. by|&w Nei:P*r~#G]D)&h`9 -AeTʞdEp# ԓ#V9lׯxr^.JTfV@e #@b9a9$2ԟpA= ڕ}8$ا~#-MAUvkV:vۇyQV]i`B%_2):\H?[Ԙ)b]S*u1G Mi|#R*0ۙEPJhv j8!Zf>o؃c ŝħ-G~.x"ZƷI*uЄz}Ƿ=TE>(bm)ǧ6e&`A}TE5tݒU'űYAypծPhWPS=`@Wj+=Іq0pYܼ|ߪx /D# 4=w]U]'TSL!q|YHi*q%ޚ@ibǀW ŷ(_kW5- C9Д:꽾c٩F:\ :GUU5a,M:ʑ/Z Ge'u:LvUp$qHBfc`D )قTA/?JE@qpp7swf2X%0d[C%iDupp*׻qj,2op׹ͽȠ QpkkPx7IG1Wa"q k8~QDO䑤 EAƉQ[C6lӉ԰e^D 4!l<%O^ 6p5aGi+HdPݾ2zK:YDIq=X0~942)6׾u`P iWDŽx;Xȯ!/wNZ0}dOڧZE!;#֮4Oz3NO^(t_fl;?1v]9i8w eE8r,%š3TZLa ٶ;r\F4@ ݙwvfTaԦE+jW"y̡AYNX4N]z};> RlPWҧK`saCgzs1-4H+8 ",2QƢ? 6n:2vn';uuU.O  rKF5jn`Qр}`%P F~R0IW|Jy?N}}OPK?ΙA(c z{@}})f۸sk/Y|~ى&g\$9L0%%"TO Ńa]'^0#)pޤl,>Ll:yKvb璛?4m˟kIe@߱*;@aZV!L`d7 :I}~\q0cc'kWX5 idHzӗ{7Uvgk-Riuo"H}&jN&ը6)|ecX<|w/o,bu613`NbLu}݉sAhq"{bZ+7hj]2{GU/")7 |s}Xċoi@Nz}2Q*fܿI4ӳۃIPR%yk& `y;J0/;NFׇk^A`Aѯ`/Pc@E"hU4dt w*T񰢿La :^yDq3?EwNj:k&YE_8؟)5G(bW&R3'W8P*ƊǙ ɌKO2VV)/9niYIoe+V[qolKQgMJ8V! `nJMa&Zg4̆{)H}mdN~9_9LЏ0T#s ,M:ҐcU΃Cx]bbbX O F  縓v[].LHn7X'<7;q``}o7]4Vz2~Z #ǑZIp(KF *?F{cmMV0Zn!fm5 u_2~jKi:S2u+ RJ&쫱3aͺe.]Ya DNJ[呕-n[d&bڬ"SWL qxzQ? FyM1d [OC!F #C<҇^~Y@wO]ĕk@u͗q/}-Yzr|Pϊ4*;>h`3 ('-dye r~׼%ks;+QiV+':khK $YOr} у)`!*|y_pKry|Ms ۝` |ۺf݌4tj@L Qh7DEڜkRMY֥Ԯ4" _3{򭅟2&5#o7[D_ p5Vtצzr|-Ҟ \+/k]Xq'N- 5Q<}Qr(@/Cr4>_ v\Wx+N۞!%g(a8A T}~W-(N#g/n6J~jɿ\-dW.+dkohO}c+VXXv u3b}aPnJPZ Pe~t@1yXe` m- ^?&ub`JHĿ o O~i.Uo;WVު~ }ꨚ+-ƝIvE殔Sٍ}dp)@79|e1~p?2^aؾ;` O0I ~򄛸`,vOql&grϜͥ))\_\QU[\U6A5r ucSdb% qP*hW-?dg^Lo3 ۫GȮ=  FSdre{8Aq'7CGPGDٙ\ǨR/hX։8W!8k[Ww*y Bi'ݐ$2^]Չt]j\L(&}c:n;FD&u1iS_{vl %]Wqz,'/J2#({@`gQhzR1n0K48K+%~l2 *.Yhb{n~}"?;Kq+AkmmB|PejKRzD.2PL^~Y[UvVť^|¹q7?.-$Lzd,k,G[ K ׀|d$=tƳ ;mF+&?fe@}7S|4%lgS,@Xos> #rI3J@2*%q!ɓXTbSFڮ-ǖZF ft*9ԕC! RSٲFl+W6^Bam߷2׷ SmY}CrD@@cw5%[.v9U3gVڇ|#>g@kCPK]PM"!!Xʂk 67%'&8}LI̛DDkۅKj k)7?y#dY4Lgy%o۠b@ !!3]2?>"糔^&$\'3 HOW^+}%8>^Pd:[ԣ5xlES&Ɔ%#KpC+_T_=0VM1@ۚʹB mΞ,Nn<1A0{Zm 4]D?Bn}Ԍbδ:AyX%0k< ٳχP8]x514W 2 40)d=avY PbXͶnѶ7M@^W&GZkG 㣍$#3)z8< ZcD 6bkh+C0Z6^ϖ p>UkV6WWTdUtW~b 䵌0w$;T9f_ܐ0bdΘD24u$ \0*k;,Hpx \JNאrZ [Op!drN)mLElfM]PҊI ':?qVuݙFP>۩25Ц:{iYCMhjLYWdT-¦Q;8FFrGIpN@"۫1)CD*ߞEos 2 9TߟTSKR>I)RWȱzb`'}ƕ{SK~ B<X@ 1y݂'5ֶ‰xxhՐQB}=ۧ!W ..c[ճSw(`)<$x}Yz+X̩%ǫVIlWp'}좔G9iӑn~u؞mp987J [J7IxgqrHuYȰ64 Eˬ <〟^_(f&u OB<:`R6֤HO;'TD`{z]S>i#QV]!8j8&! ±U)9)U;ٟDjB E7mx!"}Fyǧ?IB*<9^o<F;hcԦMnDpF %ipP@s,MgGl M|2%$x1qMDN=>*binA\u!jP~)6 XMehEyQ$ KMJx+<;a`W @[ފ뻥 4SЅ6!8e["So7y"{#޶8~*">7V=^4ɦѱ}urcdnE7bJ4b`\dO<$]G@<Iu7̡ 8aB{Lbݥ=f|Oj h2m8C5{nۏClY7s_sQoaNXr9]])^Ok\vCTSmm(%Hoy{aJz;zSQ\DU"^`d!z'~r C|W#'FZsf&;xbOG޾<>+]7`Ch/%f -^ň~f9܀)_[$ːBu܅@AmXsK?+P+*GtiQz&Gj Y_2=NJm<U=Bp)w@F.GOk[IeR7F@_NbqsL,'~%MvY &3{l>2\HuU6nz&V]c!)sF;+l!ȧ (:g/QlEdnɯ~FQGN"D8V[~ |FZXW>'Q.HAފN@@Gh埉e t ኇ _tn17]}VW.( ynׂ"P\YC5mZBr/AMV/ b-&zbüvB@hWpo7mQԜKcE1Zj@믨DFGG/d ] kO2T&gU?\7<5 7PZ}toܩ,9XKZAoo_bTz^&&;s!͊6 n%ONwȊ])0@JyH'_iN%YR]esдI`!˃AԽOQcIO CaqgE f wlᴍ8GHu}l)2@L[bgvXl't1h:q=0v)I2YmX+m˂p NR["UT'4pZ HSXF ? Fĝ[ |KE'ofc)8z+4s@hjfU=f]mo%%ԕΪ4:rR -$BkՍ˧ى%F,rD 9j`Kua5Nlnnmv1/i<Y)Vs鹷>@+>;Oj k5y)t'^/Iр-B#Vӭ+NPdtEs.4&LYd:#_Gɓz40>U!}(7_z\ ɻv1ăqLm+wV=r? A#Z J>`v@ݱ_ ,*PN#dMk?~-H qˊ9}bImgK%,Ԡ-2[\$㬳> Q{a{~F<v>WY?ך H9#mwTC 2/!EM/SV7~{_'j{/Mke7v:/ '`9S$̊ll\%9ՀPp`HOMڷS5`%&8tqgL2c`}tb۟9xpiE5UpB1VcYIn (@& Q^ ũܢ '^>Rږv"3TbMC.ġwGX3Dt Vl0f_O@#]Eq6qG2ۇ186-yJ DgL,q4w~,r6>qXПnc0ý$~y3Λ !YKg~({(rv@EJ\xgX 4<_*Ӕw}Vߟ0Pɪ-BBbє`QFuZ *& SUPOKiaITiݥbR@B$So7 B"Ax[BD")U2mcFL ;\x8Ǎeg(R {(QƟQy,K5TI@qj@7"Cz?%GX’!gƔcflSH2> hփ#sJTo,odyat tUNzYT/Ԩ3lu^ii]0lKњ\0qc&[hf']Cg1ƃ-,p9g{5`ֱޤ@HgOjUfDx:tmNL+n&< @őR:q>n_|/S۔\l؟Y 6$c6=]CQє(*~<7+HRܻ|'Xk7ޔNIE)(cj`ge伈81@ '˾ݣ0?%mb0d [OƠ]R7MAM Xqˏ,drbG߻l 0?9-65ppup?]68(Cו]8zVYy+_p[KW!bupO;جUv0Ǧϰ@[quJSбl }C9¦/ +a=]/6i㤈{۽C`.bsc6+)K9)VQB38I٩Kމ;@l˴{Ӑ?n&\KT&ga涱7f^ըj^ڑ@qLl_KeeA3?Pi@$E o%dIARޟ|,/,}t66$9k3hܑ cZ.ATHG^]xNk-uGxj%<lgkgV2\ aasݤa)7V)W/&+by[+]ƣ~~~ʭ oIwpwT ᪦SfiG@&Ihz@8wleȲ^\ӜWl8%n(}Q5RixFVleߒlrV˲5WĄUY&V'0J o!ѷ,;SoZT4 VT=w(hCo.(Yz?qq(J}k.*6j,SoW51z6&sgC`=yXOQ CÔ:'R"k, mYl6.[ a4p-](sؐU(=dfP6 y6-87CZfW`(KhS.7#ZB8uBѡY L۔^yBQu$F`ꗰ縜J߁Pi\mYq%f)c\ݪ]`.ڲ5.|+/D1 R_vS^^|J`ؤPY}2*AǮ`$%gN4C*?W,.FF$un/B4=V$ᚂzcȪ0h0o!!]aj" 'hx3FNB B.jcuU$CreR>wHUG16Ai43$5FXkEj$u SId |B!I>U'mT#S `gMX:efG`(b4mA>{:c'!z?gT1* bF#VdxTLWǗ4Z `;=aLB8o|uݯ̌T6Ցys|<ۛ8qLqF:R wNO (1eݏo@^aőjwYmߖ-P7@ș)aT[/_-]VjnW qhֺ>o^|g,C])Sm\ -0۩U5R<$íځAf۶m`Çe8;s<~NҊeF/piNCϷ@FD2(S)lV>ň,ʃ=ԗ%64*֜ aSyW &kCJ%+g|VSrToܓD)pkšh#$ 4d 2yDn 'CN{H@\0` SI?k[[\URGXux_l@@ncyCE2ˁ=z=\X綪`Dhx ]Է Ԩ`x6ro!>$A@zK,r-Et3])^ 8'P$on٨3{ѓ2;L1/蒓1u*7u}TT*0LFc \H(]?н98Ob<(>YRI͂u7ȗ}3ϠKfu( VGGgKZctz#BSpn;;h2\ip 2wxlǃiGy1Zzk㒮`n?$?8g},7`'}٤7I\Х#ӹ04 :`|؂SIXr,*jnѕ#Y@Eck"q>!)3QyM2 Y0à󜂎rpBp\T3?t5s>wG{]:Uhow:Ќ E|Oj)2)ԓ?40 |LvOoDZ6ajHdSWiETcwP`â}|Wz{~/$B &`YbgmٱFOV=qd%]d -~am6H32v\iCBV751o+2\΅U6'p벧 ;P0̱(!#0&@<)ljAqvǕHJH;̆sdUa.S̡x~Xiz c0 M $Q0O}P9~O?1IǁWze#ǥ[@P|ZR彤5˹ݷBӀct-W|S͡P"K1.~?5Vյ[XFčHUb*|Fě3_9w^KKz*U:5c[jcH0x-{Y:Q?ь$krCla|Պ mxVFkcHeH}?h^mQ)I:S6.U7_uqCh$_@^zP _J/x oUZ.GGKիGU.13r#i2}F͡i9K`o%!h윸{bO4s/2`%e=jP$B"Z^, MJ42b89` L%Q;tסዘoF |vϭu9" 5By 6nT;];Q%WB~v'XiG;\)jye*Beik=Z}Ӵ{O6!tu|ɠ"_7î#0Ej R$AqS #L-Z4`Tf/hs^,{K[̈́TFv0)'l*8].$]2qƐOujʑX(-Dξ EzOou=r#/(2KdSW]|Tawp:M1X;D3ظǰp{}gd4 zIK]rlQxs3}#??͖$PCȰOS1D2M khN3񲒼ETjKɩ` ]7>y$DB1nW\~oX*K0OKOj{2lxc@Ϩ N, 8a\]"Y4[ vj8HOX8n lUBO1:V%=!ylh13:~O )} b^D15ҚcFv/f?m}Tq;a6Nz?Lۈ-z4-GOk Ȏ.MS^ZْZUݪL1[. 9{WֈJ?GlVF"㛒($,G os?嗍d@dM8iJC2Id;KёKG^JgPj^?l'X Pc{ P 8QTgYOs`$b&I3a(Cm.ە? o [cj1'JJeؤ9c+ q,:"?6=sŽjq H;hէ$ˬSJ4_dt+U,ZSLŹ5@Xwi8V/Lm>ThWIEhWt.9kǃ}x7ɴ['h'D2&ʭx0j3V!(&X{-(gi ("o5@E-0ese8. ,.jN+M'݉R1voM``V7Oxa>>:j=vWvATeTƊ)|}̵BUy[Nvk>̗%hRtIXƟig}G^`iz-z8؄|`(F*iXwaks%?.$"$R=lӓq>YU"w;É+JK%OfDGA)^X:gK(X]Ņ 8aZN^jO1zH0Q @na<]jm#}aS%ڕP,ićJ[Ί *fD-EpZ?#RWV5bl0y5p%οB 4|Ȕ(d`؇N5]/OVO |ɟ bj^@!L!ĉ+ޚg%)R]n1{' fOD6!tBmWCPO{d+:zWV]DS񘢼X-1Me>Hp+*Ս>;6{PTW+0qs7Cy+&eK`䁚)J.'o j,(!yI#%nK Lb$Fѕǀ6 u[ցȃQRh whC{vFddC*j?w9hB&nvKə+H!ܶGNb'!0|i5QӸ3uUۥ-QW ׄp~})FԎR0&S$P+!Z6Q큉봿Lj!\a}/ƂCl!YйHF9K*qfjt|_4հׅ?~7l"|M?BT2H8+}L t~}& ?:Lu-II;(ΔZ桄@t : lj]&[?hNÜc>FX ј˙~A%#{kj$:j~4tK tdfcE3ߺViV>hQSRmN>'}߷vDQq%hҩ+Y 30%$09&jWmqgwVW5)&gL? -87j!J2l`sc{]h.ӈZwqwkQBE?ͯ ?ٳ65#=&);U+9T})9l^B-$,zfp faI 0oRB@Uc cSDLSmbDU1 U.v?O#bb̖4좑S-]l!('$W |(.Tі(;Ø^f@TLr : ly9SIW.}<罴#@LR^j['Vz B^d[;֙ wf #$@87`>]"lt~;0UDo:¹h3āsoc,ҀҘ2G=,Kc\۪O e!j^'4]%= x WN oeAHGuR|xfKq?m Շ 4{Bhv$ZJ+:} 6wfP B3LxaGq<\ gVubq_Fy`t섑-ĔqBm j. 44$ș!PvFAhi&k }m˂ޭ[$ ޷*fAfp50a2CX'(Vbwp*E㦻jE$wv S`YI)a A^!GiVFN"@Lۘw7G%5pWd.j[w]l#L35w !ZXmo|Otт$= wot 8FPnXAv' rS Y1x#?4zZ$dy܂u˃L$OA:r{HX䰮|Zp&wd$:?,T t!upv{|k@ N nI$~uKzGhU(73I R3r1ʺߌ &5j9ӇC`dYmKfāomHGun03O7<&ߧ0ۜ I#*Y[;χ (: O]J9&""BtQw%PVAWz%OkVi7rZjdpj>Dm`)+ ƛ0TO7 J 8eKHtKv7sEѭ[v7sPKh赇$0&8-Nd16l :RN0ihv|M@//ydI^W43蘳XoSXՊ~:9.b]r +Egǜ]ǹ܏(?Vrp#сtYΨCeBf֜;8 j]^N]M0Zy/ؘ"XlBuLx^uj zd]g\&4澐Q9]-ug(ճuUxb'9=b_Pòi%?.rr;>7)"WU2S*j{'jpt]Y4Z PP:h/3M|a1Lr;E6D^s"Ct)hҋ3:]_& ց_$ {5kɩlke0 E.)5NHފz<4Vq|:HĈmg`H Zϑ;>'Dj &uŤ o<:ms/&70Q{ ߉dx.x?LGk.fPʉ M:e8Ɋ9lښ޲uobK?κ1ތnփ5ʮP(ț03٥BlZm\mwWM)H& ),8v5B1W k˕0kxu>gC;hm'dQ7;r@4{ݣe0eDq`W҆}e2-^cc|͛JU葍[ּZf0eG}wF[!RDj(J ޙ ~H\*-gL5ݳxzKP B ˫XK&ĐyUE(uDe8 rV^qoߴ#|[.o&f fsg4RF}=x 7),^sto;Xv׫JHyZ8uÃx"p7<|’dFk< J!4tjm'Oq5NX9~.0~/4JNW$#ZeDZ+mS_FzAn=ON?)t2R Fwiмljx 7FTjRzÆȕ]a;W}Pwz`Yr#ޡwg)>A"b69r"ߤ9 {&""zۛh;A0f-RJ ڶ D(<UJߎWC 5*޴J Ь594}CKm̎+:vvj9;X(&p\rSIt'Da!Ny˳}CqTC+VPhYŃ`R*uYG~@-Xӄ>Iv$!fzΒy! /4aNRRk9>,~!ST`D45#;f;cq/pc(u^֍5w*,qvҀHTcOѸrNu8e2}&E +}.NXw_/g'2J@@)z+BXGjh4 r>M]@ ۠D$ oP"MN`'R},/1x뙆"'x}A\۱¬B,#z~nҘT>~MA =..ߒ2gKbw:" lq]>{ #)+("6儔f2ݦ1tn+6j7xnء0t8J|8/c]lg](SHF&?5>=_JpI'4#lvt\ ܦMW58jiꎷvpJ.5gO&&KqĩsUއJVQ1 Ye(W|( p @Le1p>]\{{oiɦ2[QJbk}ڞAhcVIw~;-퇩~Bt1MKBcKٸoN Ǫ?TOM)=-nm`he q߿o\%|FZ/ 5s+%}Z5b{OOB,\E?~ 2,pf+5JT{77)#PU0t!h+,QUTObhICgX cU9@[w ;9/~0U)WegψȌ[ٹYWܨ\I RʵB3p| #|z=S~)T u,Unʘ1NIa/U}z^//A pеi}e=&+ \VHf~xm|?.j"z2D6LNmyoBqV[,.(2V^χ}Ѷ YZ