gambas3-gb-data-3.14.3-bp153.1.25 >  A `D>!M@eeebe yA!W>D?,7?&7mLf7^;w7C\(݆[dΌBk,q mEtA~ bIPd+ِr~VJSE/`=ѨAƖ>J(Hؑ[2S+:!M@eee')V%̞Oz)u99]4[3S}No(vWmۚgY}FzJ ;?%S_6~ZJ~8}Qt>`L^4"=-*Cu5" *&R(}i} X`?DwIc_@tSv'o"gѕ32zDozdzggU ;j] #vB'5î5L=ʦF39lXè'JIoz5yQ(>p>Z?Zd $ Ctx < L \ |  ,Lt4 \ T (|8*9,*: *FVYGVpHVIVXVYV\V]W ^W{bWcXNdXeXfXlXuXvXwYxZyZ zZ8ZHZLZRZCgambas3-gb-data3.14.3bp153.1.25Container datatypes for Gambasgb.data adds new container datatypes to Gambas.`Dobs-arm-9SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxaarch64-n8큤`D~`D`D`D`D`D`D`D8a71184d0722361632030f278d08e303c3aa7f2a7f14aa9622bad61803a05b10ffe34a932f48e69c2367ff45f6b715e4727f6685264e2fb6b758bbff77252c1c577180a1cee7c82830c7e146e46bfa1dec0881e5bc4ea37be4e9d093bfcff87b693ec46d689b2d186f031ec6652fb5602fb88b4c14ad8ded749e284a1fd5e3f086f122808bdbdf2bfcb66a31919d9548ffc31c1407103922e4836e6dc57f8a12a06e089663f69f945a952b1d127a22bc8fd52a20aea88f8da5ed5748729242a0gb.data.so.0.0.0gb.data.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-datagambas3-gb-data(aarch-64)libtool(/usr/lib64/gambas3/gb.data.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.data.componentgb.data.gambasgb.data.lagb.data.sogb.data.so.0gb.data.so.0.0.0gb.data.infogb.data.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-linuxASCII 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]=a434f3e84dba75522d42d0c12ddcd99337b9e89e, not strippedRPRRRR53fywEutf-8d88500bb8f18658e14c87c7f6221e951ef0a90e3363efaef3679013c78e96458? 7zXZ !t/'r:] crv(vX0ȀNzä3{"1scZx!;FZvħ'׵M6La>Q5S;fnK9V)ú[!|PmVW:M+ɩ)&= NV9ʡc> ;#4]Vp5`B2a}ػ.=ZRo`9AfOb$OڍD`Y^펉/z .񶫱 .a78*gEa@rx+?2nӳ œ>:p h s&*K,75>[U0nҐN4~mѺz"ū0Mo2-" F"%j !x~,T65pKg_JH yO>ZWz.־z@6:w@ R*7 oYR1B sbb^rʬҩg\oj@n^qW/en˹tVR+V'B pg,U(!I;6 pN0s$3.R!bs¢Y/CȊYӣ{&"aL9]g㦽Xڙ*PsF޶zrDqrT?s B@kvږR4}҂YA4 A*M&3/Y~G r#}q"2hYbLzy|8I;` QCܺc4>}-"{.٤2]zdaL`ܦk`3 HA1}# /bl,adwph&!'-E&l#4ٝ@*M׉ZTL;UKeqTA(5E~Qj[צRWKt!K&jdJٕu|PrPO9# !!Jԟ#,>/R˔?(AQlw,0i3ĈvGv;ŧ}jՕ#ퟲơXIɼ|_+޺F>2K\LT46"N; RmFs;#(HKEXx$ ry:B9OFcf6iFLț, 08o#-i%SC}%G"4gpg7iq BkH dWT&8)Z6pՙ?k3^hw aId}Pnf&Vг&a!9ͯ2VP{i^Vb;,対Ki4kAoR<`%a5N+$2,DJn[ Ƨ. ̹O}C(̵\|I1QV!rm'+%b|!>5Cz㘿laV,t#?05z*`kQ =1J`m 4Y}N+&{~u~K9.'id%*c>%2Js]->@2 mi욄!薺PXMl_3XXyh0NMHHJ*GPNYU@)|KGueKkBgP"J~$/f~|Wˤ'mzV}.rCXt~⣬L@#[FKxci(@+*+}iNtqFg'O'xZm /{Y~#w2$"F)tΙ{(~'TNTDq9ݿ8 ~(rUuPccD4a5%*{ 2^5 ݨa[-+h'p}H_ld 튬W4`+ǼO ~mܽvh ױU1ϛ'жߛ -.ʀuzeEA{p>O|XoΉUo{"}#{ ٤r y\ψ;7r,3ǟb(3H_H?52qX$jO"x`AAۨ8⼉bGk<5t +f˩_hs.`޸UU, ք!)OAn&I2 G@a恊,rx:j [Ӝl> W!9+Y SzLhDDs}:}_@qCc#(_8P.}Ze umP /b,EU-A3W:iY\ <{ C;MK\wCZr̂M0n&Xzne114`>!,y˿X_$ʇ5gt|(9Gm-b]8v]8v~8ʬ& 5`nDTگ>K c\'FioC֨e{9Y#?_4hkmR8vk+b( @za]]3LLqyHcm3ni/]XF!#DPI7ir⟏+MA'}؝1td'56AMlF ڀew|x44AXkptc,1eMS!ۮ'Z^B= "SaxJben:ݍz#T/#Xiug ݄K!*A51"# #EZH'_bp Bּޤ%_| r\4.ȼ[.-ed\f9FG'~2q&Uk@ 0;R>g;>rZX0ryK͛*tՃ#Ĵ-\q;U#׋ |NUjiGL8ǡ3Tێ/sXj\o 2_n$18 lqvwlFW|шX@066#N. 8;o0gЈŠ+D4J Hk̏ڟTǙ?t/v l@ p,r&7ˊ|auiqK=h1jTu-~Z 3g)>4/ۧ%_VLٛNimPS/ZZ$Ñ $2>%f!WKޓ'nXa*$aO&1?+OdQ jƄ ( Yhtb$؜.Q6#"?:CMbEa~_Lq\xǰ BD[=Kp+M>k1N 34dU X69i6m0yU]8&'cxدՆ츝{py#VA䔱3s;n1F{g{hs.xmؙ7~Jeahx ΀SQž&}ELi#I@bʎ?UQ|=l^W8@u]: T(|S4HdXC|m )m꼼l,zT H0H Px.%p1>K؞X:-oN9 / w,Z˷r%fh^\@ɬ-5PU6[D0sŔyPwQ]KVmd ?Jv۪bӦBx'?Q>]dHD"?&A0n-Q1Ns@ J7uW춞X7Nѹ7(E[nk /|Q&㎤qK3aΏj)z:am\zڄr$YX ^og9"4Wiwb4h=JM0$A7Χ[bHBODH}6&Lt0&:rlD*wT:&gcXdjI^{!.ixI}4f|Wh 3T mt7YMwD߿eYb{91 n9o(gĴLp$gHmU!=Ý/8Wu.oLWV Y6:ue`ބ]V8SQ;'Spk`#.*'5|J~1˿P 3vJwqJ` HT X26i1:м6 -MRe *A3:?Sm%yޫ$e*zɕuv5 X}|-c-!֕f\;MФ`LS@qRM5bx+d\I=H,' ~G:%H2\G`\LnU.&md(:%p/GяB_בU1#\iX"Us`DM,;>=\***pQBASxÛ9"9׋$؟\mhWѤ.[QԛE9_ّa!MwrJCb)ql̴g?ݥ`g<ÆTR`W^. 6m#;0GA;gQ0vORX uPr"dcO(ąjdդ2l S5߲;An |eF;2yշp & ica4]MV  ѱ^+S{hin!1U V+z:kjjKˍ00Bp\j`^ܻq E;NYDr,EB m8FcLMVbY[G@h&@L$V jb( y@g wL:EWx]$8U> ; ~$%AN($'@rBUU<8Cjt2֠1' Сnisu:n4fjd`/^ lk) C~h O I8&e#g(B79{]0o6&#fPK7j'0KHi#ɒRQq+1`CUPi3!~:[1{|_إy q磚J/yFQrvdqFBđP*!4ĉ3DTQ]]r# ltfޮ" AxhP-:oT0+fU<0gM5$|AP؋@2 0|uf>%싎c堨%aRMLB/vH ζJyzZP [YYQIhR Yt{w'ؠBYX볗zm W8+ oҌ,o# ӾzR8K"mWm3J 4"4Md%\Jcw:0`t6c#ۃ\;" <;kI68#|l?_ C{~ٓoEς .k+չ -ڔ)W¯(#N P};Y[)x@DXA/j,U"U0>!ǖWq2! ǤD. XZ Bt@UVWFԧziEJOcKlKꀉ#; ԶhfVWOJCf{njhvկā2MO&ΉvS2S] P(0 ^ ogkqf8*+T J-UF?q#dI[oޣn~.;D)?9f.^eh#e8QAa6)af]tSMӶrm@CэL܉N/>[ 7![8av~p48fH1ɪ Bb:Ҵfg80y8 #z_\΂L'x݆8S }PM: i鲂Fi^uYō)(]ShJ"1D^631Wz0T/hz\iw  SL aF80@BU f^tTEgL>s2KVWw^1&c`i,m4m UyEH)K,0A1D |),aaB 01Lq.W[;U`9$ȭ %dg"^I? ʆHڊ0;ǾJWBa[U/-wisizoQ {3tҔBRofL*mɣ=Lp c1p^g1l>,o[b,ZhMC,g7ec>p&…OTNHs`:w V$Zq ,é2>Ɂf?[U/`Y)tB,ɸ!;/aVGŀf]E51Dj""u;4Ӱyș\tVF,^3\ F'y"l ?⨀|ewxpVhFϬ j*>6:? gq2Hx+􉪢ٳF&\Ѯ$ىi\$Ld;FIX 3uMnfZzu^ Nq8Rv꒩|cF0< 2x/.ci{wz4IFp[}5δݙ fJL7fB)uߕtߐ9iwW|XF,^9 p_W =&Y@™2Qڌ@`0&)%&30ϹB>Rb7x;jaT?Vi1qjRlўD?CxTrp3eh"S\Aխ-dFu!QR7MiAqB.=@} s BpV;!jKkć\@7}S6 >F)6 #ދW#n^ڢeqGiz?5mW^2b/&MK2"o]r^+AW Ip-tQ:CWY1HJ"%$7פs2|I{+(X AU iJkzFf#iq~[$nV4zxj']Cfixt=WWCMlFIyCfg5gacST[y| K{qr`w3.Ad h#RʮO5Fqք*ʈ0&ι1OS㈘ڼr$0_;Y;a3Ou}@m,"+5 KKDhk}%yU-@f*Kæ+"T4 h@xrHߡ0__9-0dվt#\}DN0 QtJ, Kh63x#gb$?gHa{ ݯUq|C,p>2} 0Ǡli?57F4!cQ`7 G0w0!n+>grkoՁղ|omT ?#!j8 6xIwpu~J t˖Wgsbw}π=U5my#6w>@JMZLR8_y9 5~|xF_ow'6V.\b 8ƤUiztP3мy;ٱ-[[#^=}hu!kj S{:H-H/#l}7[Ovh RIK\ղpmlu\^Fo[;"ϒ RJY7$UqI2K7\B> $Ë只[ğ ؊:yh}zeػj&ywbRH;1!&8N2t[Z4ZrEf>n$%tai "$ST- q=F ea..$adHc(b^7݀pKP4̓57ɏW@(z$\ʹk? NX,qZZIpI[SYO3u.&qhh+T p ަځ zq53bKl&?sWb)Э!xW:.JciN@` K"3kS~=@@B {ðv;^JۯܨR#}OkM&덬#49c"!ϺtGr&+4xIs&\}\g#% e7J* S^Jr#+⾆dڅ3TX?頹#\6?&hXH7W\7I̝s>oAgՑ|>|iXc@,,DeݰM6>5FxĬ6&2dhH RaKX*CY#/|)cxANOj--KclX [!WWs$ ʅuOU݅~*W)x肂z4p$/sL;.ɾM!e 4!j'hއX(ؒ#7Seb> !vOa%SZM̜jˉl f{&W$PJ$2AOJU\#Tc^!ͱ82Us?a1)ߌ&t&cʹ2IX՟8Ee#Yk5M!G jS;bh"fwL=vl{k]'%hb1c*a}skiο{aU(#Q̰]>\ڣ6:_ C 4yz-}4B5|I)| ሪLlAW®vۭFvƩazlz\z<yٸi\O9f0 7W^A˿q2O?ҵ+0z޴{Հ_ -ŌnWfZ0goQ_H0]#7T%N}Z oit}sZB 1o!U \2j>NG.!D{ ATYƭo1 E+9ū &42Y%vC4cEl '̗iuwi@է9nw}N#P0s9JM$Ռ}^87QW_-(@vY{q &<F3 O}x豦$3|e@a-״TQoR.<I{n޴^$Q/.\=ǘ bԎX3CfFY eSA'/ fŸ́`)sؘr.9C4ZOV'4m-AoIVƱEhW77;OEr69 T (n ik@PEm·2" XdՇk> 64:Vѡ?kvܥfN76TtW6"qfEDC7ADr=}d ".f%.fr^-Ce2)L퐙|<55@dY0*m ƌŌRk .~#JיD }MNJ%+R S>åRJc ri; o< 6Lt@zi\^R$IC>0~TMy%de qr&2"r6Hn'aOY]tc~@67Ya%r||/d؋+>p`(uVo $< MN4yˉאdw3t@X !z`> J ?O?0,؉ M12\2Aڳ<{q/1k^TTr@4~h: :cxp"{/8x]j44򄅥wt0r$?:7zZ ++Tr$8V?p,For2[izKf#CVH6'VSgԭQfK >8r"6 WNM^Hy+o\Eu:$$,_@jmxE_!<@S$ټGt-EF07B(:rm9o9t{~ݞ]$ܤ_GtV(c!n=SBWbI+_TKrWgNdsu9ux{yPwH-J));G+qk O҄O}Pc,|Me1JgA'n@N5v"m6Nkwt. D끯Eu|?FV0\Xsyu/} Z|Ypd"&q ~E3:0hQ!ցqf@suy=X bVߐDmbwq Eږ<_w"|[74qYQ.>`4aπrh:جerS2UhG§ZݼLd`9܄Yq@?o[ %Мg3X&ZE^g$t<ʐbɯ!?Y<<+u:M\eiC8w?-dcCKF8|]62ϱ#ѬĐyp-S c<CrE-r?!)EnMvT|V"݆厘`G[pa3Ƥ[Q˻\lN79QkߡV 5(*B^N͐ |NI74|JB5"7tWugDՄqo r[hW0&ʽPI4y$Fgx%/35fFv6W1쓟Dޗ9%D@U\[= 4򦅙Q~^G`Eg,8`bfbۼ(k=rݻ7#U0I!PZS 2^s%6^vyO.@S{ퟁڙYbAa#3$!*I0Q@@NqE~nH#( ^5U;"v4e<ݯz`'3X (p4?vCG@כb8%>ۍ)<] Rrª4<gX9RܖN@n(2 ]K6aV+00ݕ/PNlZ.2i}Tr6o)!ϭ[o ܣ(Kah3*>_i5I?33^ בBR›86I/mSQ VXԸey6ZnvB̯#Xgo6x%R\L&*4sXc*LSY-?Iz e8/J-x!x3LؒFsDU>Ʉ<\8<~dYHXw}{GBdXm 0Y*M8)'~j(Y,vsnȞQ!_`xs>|zϝo ֳl!4Ig=C> m,ݫu[h%&-D(#YwF~Ӷ.T!$ZL)w_Ѻ疍xߊ!_-8Mh8%gW_wEw?P>BdVm,yFI'.-f@osz,j_Z RSwȳJ,KɸYT%3*~x;Gq |(70.=wl xHIn$VyO@KK(sV }4o('PH\Ʃ4oSocu-Dv(:=hTS2y*c$%ܽ;L70<ˣm&Ơ,3(fi#{P: &H4y]NqGqpQ }Rw٣gXlzj~t]pX!oxiWV9oeaoF!ںĥ <R.5vA+ R[OAȏ OƑ:90 ySU®ST(UG9D o0pUZxiWoP )gGeDLuT 黄j^ JǁmxJڽ[~&?ꈝ\BNި^*)g1 Y? gjGŢ A)L)ET?j"?}M'e7>Q,Js 7f#N|t1;y*'B%X]181\tEѸݍܑ<^m*p Uy}u#˕1N4Y%[ 6euh5M󓁬S^N `QuF'C? Vw`Ql%劊FnS;tdUxalݭS|`A#JYǕc7(*({q[X :[xJCg؜s )O6/H?:sM :>KO;[tL(0E ;]xf>b>&zn A_Me Iw҃ǷKܬ{ӵ$-: '\*"<Re@.ӷ8نiP>u^:z^ƶP|) bcO*r@;DUʺygkpcD'."ƻiItZ lH1gf0LJ-Km4J:o.2P?$Wv QRD_MXp>W6]\=P_> [6Y%VZ 3>9]Cd9uMhDتv6ݟAdhWc9)ӫSALKpz|$hqwu5ݣf įޭ&e`ex.R؎0@+]Be@jP vcTlQT}J$%w̰eH3E; Y'5X4ۃxbD.4p7Vw^ D=;n\#@:xpS.4V2Å#)6U: 3'1#ɢ71qCB̽0s($]9e䢳2AiSڈLAsG]RיN> ԩBe5ڗVg3#I %045|@bByg@]4*6<{ 1/Y$ E(Q`^|t~3+a?~ҖTGSZN3e(n3FMe\5xƌt̎Ykc^tnc۪/;ЦОV+Z0W@Rw3y%G &w?M.bL[[1HbJ[n& $Y2mx@3ک-?c{ w;;& bC>}Xb΄׀iTN^ڦN/X'L;V:䋥Wm @m;ϣ2lfDtW=:B58|^mq HL?ꗎ95[gv$oy9پsA@ٜLkNZFO Ǔn4 󨀨 1n>@}!*E+d=q,;0t|6f4*rZ =i{]q.$m6z ن63АS jPhАN"CazC)KsS$EDm9yTN0Z^aB88HZə2nm 2ӃFjK]@7M3Lc$g΄kn n5غIqEcJEjJ7aI*:?b 0hInC{[%YΆWˏ*X@{FJ, 0Ocu>%/#" ׈1dV'n,t!xz "9G9jKWb"RU=#:ҐxwÞDCqʏ},qqMϓNó`Len*ȘkNCab.Lb%ܲVl}xۧ90b5嚮/&z,-Z"?ٜ2='hw.񵱣2Y($xʵU]ռm&®6t俷B>z8>4Z\'" _{;`Ν%}V!8CH4MBo4UFȫ@xEpy(39MVG oTc# qzd.l Fd7PvjU3c"ZXy] +fS|azy'OZq;(QZiAkቕS@7hA{]CEIwzxvx~VŊ4;V^Pͺ3.Ma^2[7 _(]V~7^B!\_#mq.z?6k}Sh\?C={df]LFl7T,u̽ VP>*5zG1ݫ8~4i7+ҾeQ$SxJ-6lD !Ls Z垫AZ8Hpr & 1{SAV($’ukx:n}rA!#S d{j\H_(eu_t0=!d~(v1k:f%|Qź\{ r3{QS+/A^aƅm Vzkg3A(|\d%E&M-1:R"x\{ :#/sd!5NxS5gZtݾŤp?g~/TJ:n(F "CWʓ_ .Nk‡\"} .k8&i7%簒j] h@›ሯ78}0]Ϳ7,X4ۋqq}b^<#c"T7lx{ VRz 9/ھ٭b767Wb-—Wh$ |4b)L '?4b1opAb`߾pC'u"J2˔JJBqٕ p?j6kЏ<tkj^O72c4;93;<(_k]ti m^7bXeQ6 TMe/VMƭ0^yѮ)^eߙ&|~I3~1)>ޘ-Da7|Jpq튇 C`&>Y,. 0خBs(Ry{IJi&0;?S yoX#ZT`GV9:GmsraUSa xM:Uq9*%N3:WMHzffEkG^K8Y~w?+ˆ%؋1o#W]At;Q=O[ s=(`ҳ[(\W-d ._G3\c+h vdl6_&g<v2[)-h>go췝hA>|gֿ_>OIV+5GwuR{9oB cPXH)"RM=T;]3|n]3FU0.jc \|[yMF00M"Vj̄98d﵀Fq^,$fXoG Uiz M9;i8lk:rxou}["jHf!σ)xpWd û!T5U]k9 W?@əہ:T6/!S/b7#ɧhݹ80&}^IV׵CE\].dE,!9͌W d~D@c D#g4%^σ|/m4"GtJUZ7D-anF)k( 5 P὚ҺNB"wr 5c$!>3,3|Xql?C(XZ/Fd-oPMfv*.wD^dd;(DI]䕻oz޼ R3_e>Tˍd xK`X!NeS2,PC^ <.RT jl^IѶ=$)GK!ey^zR‚SyJJqX!VWCa\Jg>[ufp-zvw^tTEAې-]HvC<э CeE9qxmG$ی.0f;o>2D`[_Ɩ{eDddt|FPbHP+l}fsIuebfڰpQlJ0=|ս=(M[Vo۸dB.k䨜K3M,? S3yLJ 0%̴;{NV2^&@et6(z 1Z@ I#R̗ t^L@|=a47+'dgT@[~8<`h(OR#o6 c:(=g~$cc~os`r&T} Wב!T[ ~]R*:e+; Yy vOCQ?պ 4|UO `dk)a&;I/,P v!&nX f.2?br;',byfl\"ʭzh"i96Ro5Mkx0HkԴj+aW#2!Ljy KiTT^~Z՚XRZe(}D]> jҭt՝d*dQ r}.^}oJa9QPi2tI('JDO^*f ;*[ 5ʢKדۊ+lPO˺0JnZ:!." %OtR;(LSS˽2yMf{YBќq]X1r=rMI= Ah  f0 +|}Y[:hBhvE㏨^on4j"afn9(tȹX;Ăe<2~9˜8O꼳eϧ+=MrTLv|Gkazl-OvP\K@"B4\*k?yg 3XkURc醲h(hn5]>)Mlb+pvJ\*LylN;m)g{bHEA˟CEX|?$@dIT*MY@] G˿>Y[hUcLSHH96E/}3 CFjדhfs5>dY^L(1j,X'kth `[T35H^(K#Vj3dKzkjKE\Ez<A;RVڪ{{c @ !KZSm]_Z'1ήI>Ce E0s]Xixev5yv$uyJڛYՇIz,vT&(4_>Xr˹sY@&z򭑑nBRY݈UWEѵxڄRs0-YmUm}=P{s,n} IyFM 1\zidͱ jq!yQM D\8rQ͎5L&3"m>7[l2>XL,IM`cJyz[ך+X|>{${Eۍbp|b&̮Dt~1X4E"v}Ptk04[W7 8Mf,?}Fl_vGC}OUWܼ0Ar-;cj7S+d6A4NkPXYF9e50[D/ZR܂$`IRE1nOiD6wĨ5ܿ +ςF盯JDoTTpJW ^RMScߙ4lI i({ۈ%1 _{:xAtKZ:o\^P[8*bH҈J5Y'm_T A–kle:#lp&4BId% *-tZ[R'Rd~Nӂ$zkDa%Iп87…->Q 5,іd_5ZFb Jzgk q|8M~٥1_/>Y⢀!D1tyK%Xx Bd >UP*m *xm]0ḎqЗ(2zb28qrz_:a |Mlj+\ٵBj*j]K]]+òS0$ EZ _N-M]-%A-j=;gy,0 ri1[j*oεJ`?Xt5嫊ĉ:Ю ). g/|оZ"amv`a+n0+_vp dIߛA-\Hk,|\Q2ם4k@+R3\1'Xsu#}s5^"^~;ZjT R}P?Չi˭j1mYiuJUs28O/;?FOpH3((ؕU*HJ炬W`rIqeip(ڽ) KGDm 'B#%'e3:˧q6&w8NkMRelfc&lC i}*z&{b{])D^Q&+UI0`2čET>X`yyg! z'{/k $9Ӻ.6=0?,Y%рv';zqtw0Ѥ.Q¢ kYE~`/@NJ.fΤtMgkDzt`uڛcTe]vwwOXQ?] >v-,I7/:HCw??Bhcc(Ή}e%L'OQ}Tv}T~8FX 1$ZkOÌNQ\Tw԰pq0ϒ9>7f24mLBia=[<@}B$be.~nՕFo>IQq~MDW'ٱ:.=1a;i ᓿYEs-[7qrH屨WhEOv) QGP^1EH smF2糁l.вӿsl (D1D񬱰t?B'[в!')Bh}A6= wM~m-RtC@S _קԿ&| _t:3r5x__j^S%P^GH%jIJK|JxIi6x=YC;ތ~~8#w>Uu O)be«b;U1ZUŋ*8rF#yx(s&w# p$2k{!H E-O4Xgƭj"5˫^Use jO?`R v YZ