gambas3-gb-httpd-3.14.3-lp152.4.2 >  A ^4/=„po]8 $)QUAz7"y76/\jXM/TqvCM7Ia~z &ʡczkcKGq/6OadNjOreKoʃrrwCD.㝂Ƅ"Qtby zPV3$O&w%cTBڔI"U*#T٤!-K:≋‡k;'EX{ tޗ֦~ WyueDS1 RQ#,X 05nяI,LC5u U=#>$>p>Z@?Z0d $ C (D R ` |  +Np  C (m8t*9*: *FVIGV\HVxIVXVYV\V]V^WObW|cX%dXeXfXlXuXvXwYxxYyYzYYYYZ,Cgambas3-gb-httpd3.14.3lp152.4.2The httpd component for GambasThis component implements an embedded HTTP server for the interpreter.^lamb779oopenSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxx86_6415큤^g^g^g^g^^w^w2e914fbe62a85f3001d836001a43994d3e1c8ba6ec0821eb69ba9ab930cd17796411aaa35e08ea225bd6b47088b92c5e0fa9fd6bf3294238b2c4b4e321c5ef937811eca8a6c8aad739b821e73dd199e0d3e21ed1133fce19b97f1c55d1197b0de3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855gb.httpd.so.0.0.0gb.httpd.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-lp152.4.2.src.rpmgambas3-gb-httpdgambas3-gb-httpd(x86-64)libtool(/usr/lib64/gambas3/gb.httpd.la)@@@@@@@    gambas3-runtimelibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(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 fixeslamb77 15896759283.14.3-lp152.4.23.14.3-lp152.4.2gb.httpd.componentgb.httpd.lagb.httpd.sogb.httpd.so.0gb.httpd.so.0.0.0gb.httpd.infogb.httpd.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5x86_64-suse-linuxUTF-8 Unicode textlibtool library fileELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e6aa2df7d6755b02a9b6ef14ada24ca933438d71, strippedemptyPRRRRRRRWW.C5utf-8e0400e476963de0abdcd1366df5b7a49cae47496e9ce159fbc29c12d5beadfc8? 7zXZ !t/>#pN] crv(vX0eѼLtV7beEW_KfuZb:\L3ˢG;p\7qyJI.6ܵQ}/ve >Pu%M/Z]Ŧ M9}[ :J'.!npZ# [eB l?T/;EEj0f3F䰟'^zݎ؏',˗~bRډ+?F{3zrޥgz1vK3k-1(yvsE /f;ZIVI@DVMdlQbLt ˿!cߍw (v g3{3#H/NHP@haFhѰQc /^". ?pcdxR 6ۘ2N5@=>&Xj+z}4.-)udG{tD$%/z 4me:g)uBix{B%!dŨY vѴ7wR~[')I_hwl:|"vwzkzQxu*(X;6Yj=e#+%qxEd,?7Un v4OW s^zC(-_,9>U\Z{KI\$F㒼niĦ ƪI,^ &ݗDZP޴Kr>úe_hj9u(/dku&580 F; : ap&aV<2JmxKm"|mh}nJ\e6urjƗqsg)2i~ͬ~ه㬍<(CD- L'%zSs [L0t8ϯϊZn3HeU(;Q7P1l]逰c(u}E 0B=ư@$Vi;y$6[5H8u'=i-Ba+3u|m}L<[ވ_Vz j׉_g"]UlIP+Zdza+WVkmtw`Xb:hl瀽>tՍjv4䀂!^-B"(I s3VeKS"xQy8, 9FN~azpM9+O۳M_}1Pne2VADq VCPf>R!CmtwYp,n߭EHs:Y( 󶸭OTu*37+7h 5O0}_"_MpE:)Oa]:<ް!Ӆ.VN28C8}]ó枺FE0/üq!jij_r[Y?Cdv|֧}Bf[L( ;i9d#xсmHv_B8 |藕=Q5,[zxO{'# ;C:1K}ypdB!},9!˱mc+PE I u`@v+TnH}FgNTB,SһDDn7 C^wL|3|?owʴ::Eåe>(P0ҁ=Du ZC0t\Ϯ)>uLM Lp@Yr%o02ŗD-q2Q!۟2RGM~yt$ϊlg%I#e/?^,6iʠyG>AR1:al=dʚӛrDfdN9}pĪ3ޡPp'k5+V̀ *e!uKd\ -~_m!{t QN/mq7p]YoD(3Ҡua/GBn -zȚhnRe8$QvNt܅'rD5v I g:nF!2rpCVSxvN(˿ TKCWd _ u"e\4{uj}JlRBTr/;_N(oe4aK\ @^ˬr|F'NvY!Fز>+A+ J{ّ dr+1دy]P͘d/:䦽fD`,'2Xhl݌ʲIc,~M5ڞa g+*&o6I ():v DV.ח>"oE&-MƹڟLgȄ@걔ķ[X0d*`2Vp^0GBzP-8Ю֋z=y^x}B*?+aL4{lүR)BsN!̫W(;O.$lMYRΏzC骆 5OʉzTi2W'iK}+L( i>OZAលx< (=<\c*&jbÚҊ #lxۇФ1iQXj#Sзm1Tagfi)Wr}Gޗw ׆1irɕȖzAA{I+ߤ Y`D1>^ wAخS4jL=6}BZg {co!lV:9y~,ZqPTxIb\g<aUQ3 -VlH0\)4'来'ׯy?k`=xVd<_V2bhjӼ[D"&\1kwEX K#B B vgj5Y ؘ,)vW(Hclp8jܻub(@[otvjpm-e C`Kʴ77(#t6aRɾغn2!ъ $?pHIdKS<Յ+V؇tkѓ(Pbh{fs=b_Oͼ*H"M`MQ6ńӌzUPU{ z7lCA)x&L\(|Q5I~EJ4Њ̇zDr]~s_8.e#{zcUC7ZΧ,kL}i^cUtBY=D8QZ:(5]𒽳o#ʁ:ombjJ J%|.'jxgx/sp !0N"]ORњ'<(LJpҩ0jrt97 }cWOGAS} r?q1x/GhLЄGN;;:~nH]o :zp9QB~iP CV@  (%HX>j*GSU"GT .wzE@Q&o%)?}ɬKM-QG%=~S ˧͋[mDL5Ětn)(LFNLd^"#ANX Tbq!o1hFcNod,OiLjJ&J+`XbyG2M%U<3H5!QqEc ' 7\$ceQi jy 'H[Zwtյcx(fQC\^ou>!5""A*Biѵ (GSY9>1peTR݀Ҧ``5j˼5MHnjBb=1aH )NC&늻*aQe2^9w|Mz XD7!3r}:LD傏WNAӛ(qUVY8o[ @y'ǣr+Ge:-Ğ[mOU۟3 w 5<_X4/miW1E>Ҋ AIOH }P领j0}J7,vڪvxysK,B[gI8=苤"!|~T:N^E S*'u1ÑF3g&кضa$_w$`-=ǶMҸj`@be\w:)4bʂZ DgbLh-e>lnv>7X$jŧB؄?yo`1  Xe{c:^LVR@Le`l\{@ޏ,uss#L Y7D %5w^V@KieK$1g_"%3c?[-qQ]M#d=MjmA6@;4<?Z0a6^NROʇ5}0JF'2A~n߄꟧>ٽOd^/Ԑ߅/N}> p]M?$]THҺ Bua_bCBS f\wL.}]n _(P]O{%#_' m)C?`6Os2(W_A4WO[lUN6,SV >y kჺes|{z1$ :4wu 1~9Ͳ-n{ޤTyŢ_הa9:ցp_bLqdfCt5" ,F_̽R˱rjAuGScnH\ 1+WPEY,Wӎ/!fFG "gHˆ8qҢcGΗ,zIC9I½3ěURR.qįdVYU[ׅEBxtjEDW| My'+u1s}sa,p~[])Mg2d 5(EDt21Txəg€ }z´qݰ ܣ#Hz﹑V"4Ǵ%uS̆-1&Pe6RFLi☳aSQb1EtaM e[D׉)xGxG.?=R.Z6GR$eT0/6 1^Ɓ)dI8񭏯A+æExeXjE Z Wd(걿,'aC"D,63Q&;3d>*Bla|,<"?2OKFjRuffCS$~Q1a`o1V+;:?FaY$ nC.ӵM fꉫ8G,F.`Q,ކmXNph*>fEo9H18'X2h%" -}@a~ᇩVtfcPa%(>qRϥҶTM]Ծ7o.0{XpDK"qlǥ;rڠg HA.D{5 9m})0)* aPm|%<"2p=:G2g;\:Z'S]r"6^J!O^=,E BLcH)8_玟#;7elqwbgM7]|Qж5uܴ.(H HtȟHŎ/ȚQ#Ʋy*J~8ߧ}P= XO-&3Y0{;f^JKc#<F`ыE$sA:K?ф9V4|uxX({+om}ioMN-<`I 4 W˭ؔ ;Ac+)@`lȻiilm [WO!=/rOx6h~[Wq'D;[5+,F*#,G e3uevLEls#1Fp#׃eL LbD(H/iۮ5vOu˝MS!;AM0To1}`j{-8v!j;N҈FCLi~Y7bD ]= ZnT ѧM/Sko2Lg!M=$PĎ8۽ G_Inu%sa~5NE9Tt?OO屚kC6KbO7Kŭ=QQ7R3`$3c$cu),!PVܒvK LK>EQY"Gvl­%@ VVU]Wl.N}=XT=Ry1Ñ^ر(3L) XOQ`d3L9Ʉ'*\V*8{E;Y%`ts܍J*xchG7mapC Ii+;{F%ivr9.yO]5-l+[JR>sf&7#)Fy.x6\ia9tϱRGLjv\P¬֊; *kG~+pʫVy|kg(F7^?{Tw gjT'5@RZ;{F GkRώշHZy=/Edp#؃l ٚtny7'h ~A{_tVnn:#܀aX0ME{u[Pk0PC,ƛElj%͖g )~IzQ*lNF 4 VGtT C}[74S+P',۸ 5!1J@ FGz`?>(K=ZK] vȓK}-|?/iSaM1Lf+vąr ^6_#Lꝼݜ lYʂqBL,.\TO$]F:b*5)  oQ&F%VƟD* z#ְL \kI3i6V dgx $P2)SބؖkeZ~IzXKsX(sǥIeTES]mȎNb ~^,#u̐}v/8$@S88OT`B[Pȉ c'72v|Ľ5-*'.c킜G[->Jv7}>w{kk8Ú? ~-Z>m3 r  BKr5C ڈR~Cì<_NhF+! GN ^[(,\T:5S&eL2.FWt笷iB|i8Zq%/Ke2+7+ Qx@U #{v>廲fh JчoxO]CE' Z-"N$EL8>V>gfyw,e񎌊'5Rk+PoX{ZV޸5YQxٗP}?dE!3__s4Sd2a Ďi3q?q1t" 'o7q}4h+"2j(m+[|G6!x~SdU#YW %hͪS|S^}PTNO1HiӐhrDLfYA6q5-{?݄2d3E&@ѫNJ79)rB aX1!mk:|DCےQ@:7w%TW;D#!;0뿘56Mh\4,}B/4( " ^ L'r(y0l`b(b|8E6A!vWcuɰ" =;ɼIFGv0;=D+~.t> +t%=qU( ~u5zAYڴ<:4䶁7Wy-J;BWq_ym1!P{')z ;r%iDN撃 /B ZkVQ P,:/jR}_蕏FbE 8q_i}C(X@&q;F_#G:!/lv&ڮp%҃t0N6@]=zHN]-$:K Q)~Υh"U܀ [?VI;Ubt29Eb"A0qNCeB6yɄ'>ð .O "l-G_SZ jqp΀(],-'owǼCw fy,TNrr%ԡ(-Oâ`VU$5=ِ;kK.Md㟅;oW`Sx./XeT{ ZZ7u\;Jˆ8euw\WbϪ0ywrfi%InWCAQ F^9/\'ۑOhCF% .Sc²"A|hlⲙ«Y6_=#i'꨼̃z)td*ah[T\ȔWz9jSa!2d.c~p'L([n]Z*HUDAb5S{?āۼgjPeT+wLuRDĎP8 SbG&Yp8UL҉OFȋ\|ICcc)kȡ?{ÐyN'-A1xr[iI'8,&g\ |7w}Ɗs&#1JتH=B)E$ yS7Kو2-鳂]Q? g[7`~U!1;FbJ ]~Uq~aT.`Z&@*~ pt'=,`W`!FI_7qy $gzdh1[(@߫^qдb eiQGiQ–sm(`"%s烿өD Cy7hc~騔n¸eJrOsWD5ks5z0# -Xnġ+(I9jR?44+r,93Yݹdr %D|ƗkO -oCvʐ63!8/oK`?_ afׇ8> <uJRCqÇ٩ADsHWc׼2X 5a>64MF+dL ~貤tOIf)WOK(po3]e\;pshOJ9.;n/h+ 6:Qe:>:XP&7!36$4k~JQTZ4#m'cjh1s@뀱l!넀]3 xa<;VͯTւM `2F"w&[(V.YD|ルhrs-ZH-])Σd!9uQ86W`~}] zHp-Hߺ}8 ?БG='/$v=T;G|a4&J8%&ِmB8Uxu pwl~ ~˩|lD0iS!zGV c*N3GK8&{c"ީT&teH+]u+nP%_稩5AA1~z(oAr5~)FPXQEe+gstV_TɄo "KfΛk`-"jxDq@I,jT sSkwCL/4#(`7{i3: H(' Soqƚfv4Wd(^-@ wBEnnW࣬= 7Hf5/fD %7i`ȅծ+^Vнg<䶝nUݡFb!:nR7":S!XwuqƠMr5.WwU)mE$/,u{ѧS}yCdz&E|9~ mYbW5GϗuPg=7kimne 5jJuq^eCWfd'9 ?ψ_\= C#*ϱSwfÏˉySjD3dP76lIF/Z G9g+epN_j[-CDיoYGaC0- kZ`shC`͌kb^pF)< |qVq!U7.um?{T_?.]X/SȊUW^X2]]l=&ա^PmIfЗ88DsJ1̯O>fVKPͫG7>sYYR g!x2mF9SmY|7zXWօhX*> LjnTqcZgCLQ}}$ᅘ2w:HະhǁԣaFq6@ ?&-w#w$ysǡKSɻ_FlQkBQ=(*n yL&2>-4VjhY0X 9#ŝ(r=Cpog{#M ZkVcH>ψ%8 4%?,DR'QF_6Z"euv#D'bZ/Af_Cmd xդBu) ^vG3]m_,`7e}!.]n@.; =XHO掶ԣ'4fh&0.4R-*F}):77 L \) 4S&Fө0$Ď^z><IJ'୓eA5xYkq)ԪdzŗX]o󰄣ȋ 7f{RtwCs)9u{n-yNkrjp4\tx1D14w㫀xBәTA\Ov(u-8Iŀ8ŚvZS{y/՟\gO}zBTqEQGp9[ YPEq5`h iR߫蒾~_0SnTY />'ʹqn-V[L<\={9BVc/h: v mG &L#Bvj^ɮ9 ʅᔘdeീr+SOkCFRA f^% *`~.כUV7'6o/vF"]e`v9Ci1)Gdy*AӜ1lmQnpҕMJ簖d 8zl1tɀ %mxKmت5 ?D ݒ. HK^ʠȧ^YqJ?]?{16_`"+BcQGdhc94x9jZ݂L5ҩB4$#AkAθUW͈괾vvMڢڨ#(;.$V{ƛ1-tz*9re&P0G=~Q5Ǿv6xq_i Ő8kmi\ i|w$iʈ] q2-ɚ(S6Zp-G5IA<俴h~ޖ:q)&خv,.%9!b,焂>R5NLh'0!ЕMn&逻RԷ/G e7-CAS.(a1D`f,V@6 *I,RIG4h jr:ht&[ϙϋz6 *Wڟ_GNsԴu7BKr(E3%D? Hp8@QA(I;O}=!m4"k#><Kj ¸SKؤǝ,4%d|IULB{Ѭs5?NbSm~֬й`?6=U{lkz3{D ?K $RǎwmIw( F<$_BT_-6aRs0vԹe~Txd+QGtnwcH"=Uw4e%`t O8Hu5eVQiN,Pq_mSئ:z/~ځ-D6&]dr'מ0"nP:z [q/inȌɀwM Vvp\ 6z{6'tZNb͂ʤ9a5 T=G[ gқKZZq *Lig΋,UJډʃ֮H{ R(w2QYS;:d!T9"lY@54u=O L4E ISϼ{\I/-}vJh)zm#~ *jO SLlC҉URYl7 nd0̘YW`OXМ zXoxB˫kzdR^[_NTg!aO|sap~&5睸\2bac5tqSGgkŦfZK,K3o7V}ީb3 Цo^}i^B6f8>CNk4(zbgyGd[xʷPXz߆CϢj*'~~&}, aH7u^NOJeC|rHUrgq "~JC ЪTǨG!E6v`U6"2a(?|`_ˋYf:rQ"ZPdVt{dt`/ 0uEO0=iBZS-@SX=ʻhu,Q%Z7L2/3ӢL3*B=[Z,S;l"c7'O㊚)q Xm?,ϹYZZ_NP_W>0jyW&]*|W956iwEK",$Z^_# Sau䜺DbuEo'хً0yc(Ӏ< l= |=/].o4Vn"K8ܒX8 j%LA,lV8EdbsVh|)MjDmpFph2Ă%sB dLj1Th%B SM bgFkNe cqطQxIJG_{?A $Ȇwˌ( ܻX}}n@V'D i'"tn}Ud)9gNדnNZ+S,5r+3o򦊘PPt'܋U%)T@VC7Ns X;k]FNU*U<+&¥2w{m{M EFJZ NS%4{"ҏr>س鰹Ahpu9v m9H@%}k!_T7/N±2.p sIcAcZw]fE[bnv6Yp)JE6T9zzM@\!*_ɥF.D bǙ.z( XE] P@%%̈́ux>EcB  toV)!Xyf ]ׂRrC s0P 0%_E#퐍aL>((fYVm}w1Ӑ~s I(yqҏ-o_'=:%WE"S%Q!jiՍJQTV_#JFەdG@%8ۄ/jt{mW(Hm&h]>tkAO|ЕǦ}h*ۗTjL"yDP1x. 0NĀ]S>= п-?CDn#k3R2Y D0?abcRlɷ;#B {۱$d0IЌU(<7H2cX1]r/:s nj.]$zt[4h0!rU۪n;W|O Dё 1nMtLr7-H5n?p+ђtp%2@h 2Dnxǔ2U͍PœCMn 'J?3>̻e3Ksyʓ2LƺĔP7GG#wf%?Hg5KJYh>Xg7Wxlq9t8JCQ`G WN`3F2iހNsKCN j2m]%Fx笆y͔MO© 8^|*` 4i΋(ݼZA6` cI-IT9)(嗀0A"%8 )*Uch6E3nv[ɬqF4+Ǝ6po,F~ L[^LV>g/>@lɿnGՃصb?뙅%CC[l3?@TdKz3PZgkp]5-VAv#oPMWKjH3 Z]b4|,ScMFlӄъַ9 6XG0ش D1{8g9Ŕ^rmŵ3JK%^-% h-mDȏ)PL2OB,7;AjT%D55J|H]$(5&Xu!\ x!ӏf%1W#%`lP!؋9%X,B;\8|먪~7<-ɜGUU >E/+ y诨Ǚc!KsP ("qBʨ#^X!T".Jt_ !R'3;8((6n/B7ʡhI;o_C$v`e \nGxs7B^rqp,aBeMGW XTOi".bE<@@Gd4-e w.X[i \vMfTj<80A8@L@l"xޥ9sLgFp͖cDlc<:&5g}D8E7{/\ތY''B0|O.q_5(hQfSh s$4IӢz v@|._&w7tpNJʿAu+/23S{gg CMKʄ.D' Z h}Ƴ{ߔFI/ TAr6p*-_[گ;&^BW}b+ѷq k|)I-.c΋N­fe,t^RKx{ J:l[x%w$s [-_x H,#' G>P3c񛂥zEMpjdb-),W}(]:(@RTg: C r#\wBQd۹' Pft Sj5GDjko8ԮҘ avRގ$.R7xl;\MD v hL%zw&]g}*r;j8&L Duf5"(e7Ѻn.F-ed޼o3 qen#^zT@!uN9>#ͧ Iޣ( C,bШ,$NN%fin`ēh bSŦ=uq\O8Ju~-;}5 d!nkT]ݶ6 [Ul~.䔓-TL'@O ew#jZسpC d+%16#̕ϖ %.o蚜WS]&uZ!_𦿔)u!J6a0Ƕ("-1Tkn׋ZYC]0.òLm#Vc|De^L8jU𧑢V,EܤҞ@TP 䝢dFX(ӻ7]qTc\F$@eV!@^ZLf &j?m JFORWY\5ՖE2E6-A ߢ1%ڕ@~ȇvP*sj%1Qsr^M,ac6|uϏ}y?HomLg&xZך4綀:W3wCӫg/ _&s74nL#%0((rYz.SዀLQ!L#oֹ2CF股H^S|e"H.KSvC&Tpf|sD м.y##DQ,6.aZv}F^>keyW1ף%|RM+{}5x0W34w3$/L)ԙ4G6*X^AKPvS(}w%85v͞}M|Bq&qX C&Ѣ'ԑVWׇ5PLʔƠ55H9 [GL? xEmU#>dۙ=sIT8@zsK6a Cio\Fd;ÌGv.Ĥdbxj+#+nTp ^Z2;m|8mb '^CvڑΓf]RqL83iEE4,.`qžzb8zuYqP>v~q[-h2t )fIp:qk<-R59`=2{$#ư:V#zT=[N(Jsk#c{~,HP{8Mz,dU'pX2܅GZƺC:.vad77qG*~좣dFfmiE4Ew5df O[5g Gt%͸o˵EXVқY F;Yo,wC?-HW)~#)iwʲXܟ's|B::Q|W̑"luާLuR&N3}Fr:;-gXuX 5zFAu<N8+|5F ,ܵFD) tQR{pkE"y< +)#'th|bA.&Ώu}3.8imʃXU1q.D^W.>2Lj]icPsq@.?T6L 6lQCC@]t+Bt~y8RਵIv1RuԒkNtkP,m.:K/HQv_U_Y9=`[Ɨ/mۊMڳ`?2",K\nϵYK8 (h$t2{)b[)} X+p7;(uG.B_F iUMU &Q]et{]B{)ˢ>`BTvbݦ b8A'5#gͰ)faB 1)mlZu9L>p9r_Yxy># QzjK}5GӼn@tFY~Rҏ %8 sZGBl-0/^N@ēm/Z![Ce WߒjZB,>nM=sá.&a>KI^LAG*]F= `qߪE95l}9ԛX$OBV5;gwQs,RkB,"FH2_ qKzV5Ӳ%b޶^Zy'Јm->Ah]Ɔ{FnPqG j/ʻl3InƼ km9e$<,O;bO M TXp6rg1; (`8O!WMq1! G=27ῴ_Fy6i,wt{5:M۸ВW)h&/'n.'WY˽ ch ,EPB+wU@'w񡑮#+'qB۲\{attPoKAq%- w{EL]Lv/-m}]4޵a¾77yM#ml<Ӣ:,R^ɽk]åbeluC B(kuYi^7S \: ^S zaZ+hCLK{^^>*)R/{)TDr roVیիD`Zwz?xb\tMέuN̩-_n06X&9q2}K^aܞhloƟ I5h~4:NPdDOK8řeތVtyU'[rPFk@g|XNa&3הO\c"|C"rɵ0;La.N~Z:jN踗)L"T :)A^1eNuOa+M|m!)p /.SF~PLLmp|4L( XBiFIy>K?MMhKOMb垿?F=Wї8{?Dז8YӰS$܈BG 34Ok^;af;jbgo=;?Zy@ 1eN͈:wQ{ER1wJ6IC֨tքNIS%9rNj6РxNDD:A9#BHznOQoAslkVllMnuIFWh߯@TTsraٛ5)TWM(4͜oA3SZK;7tf ҴLBoR61єfBʪ0T1DWz+$pvx.Jo-cA1Eu+ Q_{:?b+ fef N]D,(IZ\ykYEK7s%4[-WlWVIkS,_3!Jdy}dV o/`_2{]C6@VAx*9Xd+EOAקGNR6vG+@$MUu >]+Y9h/%=L ſł_ Q[&d-6v|{0YD`C.Jns&WrIМMcpQ…^8R(eGzr6 `-D{rv:prmRR={kp[j+rq43[+l”ONScM-Lx~FpL1%JNKs :ރ)ݙ.a+?x@_^Mn]=T鴷滉&=# _;jCóE"h'd+_" \XvdW?50љ.Z K}OdcM5dΕ~1ŸOTUlpY Nu[ٚIHִc]*$\wcH{N1jBG+|>X|~hU/2K;R,&CW䝐4/Ãe--poFl"s;5ak"Sd;0Gt+y L߿Aj|MLB׺ A B65 _c8([SZjzuHt,jE-"%ݘ&f]&*׽WXg[)hP$ &՚RKm@Bm>k>JK_*^{;  {ZSq\SL%[*+Y ZSh?jMG-?v>Er g}# e`!Wߍ]VмoJ|pIC9 Vm4Q@'Cl SФދxʛ&?NI
C.Vks %:^!I^kƄ 'R_&yǘYʡ FtcSKݴwWo&d@kHnY&4 .?,{ݵkS&F)fP'FT$^uJ"4e{#l oPƹ/CRrv8jlzHS:>7Cz%^Y:rOCjw_dh YGa|r/& "94ɶ4D 7L |ϵ9g7/&h<܎6oA~,^$"MUj.O1F۔iw rDztV#M--#~g*7TV 0z6 t'lzCΣR\N/īLGMߪpO8ᒃ³L/a Eia0?\ %Ssq,Lp;G 2[G7q3IWWl؛z;fAW1@q`Yוl* Ab)s 8X oAW]#"Ӕzfbݯ #'>n3QtF\Khɿ'#{H.(gAi .+0VJkP>  "'ƣ0"*}Hir根.Lv%;w2 iǞ$D+֟#lX.g/K5ͫKtuξ49,?rL64P7 Yϲ?5N5G.ҝ#  f wuxYu)zQMw0\ YZ