libsoup-2_4-1-32bit-2.28.0-2.5>t  DH`pJ鸋/=„|?u?̦|kCf4lY^4~1\tj5GSUŅu:7("s7N6*r? e$bc@$ẉ:@@uF 7 }+nrTj.3q F/8mHgn:\D~7=pamhH81 c6͇$O~+Eh"pZT9&> FȀ%-]k.}Lx,>8s?sd ! F 3HNUdt |     0D`p0/(\8d)9 ): )>qBqGqHqIrXr YrZr4[r8\r<]rL^rbrcs8dsesfslsClibsoup-2_4-1-32bit2.28.02.5Simple Object Access Protocol (SOAP)Soup is a SOAP (Simple Object Access Protocol) implementation in C. It provides a queued asynchronous callback-based mechanism for sending and servicing SOAP requests and a WSDL (Web Service Definition Language) to C compiler that generates client stubs and server skeletons for easily calling and implementing SOAP methods. It uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access SOAP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). The WSDL compiler helps you make your applications interoperate with services that expose their descriptions through WSDL. Authors: -------- Alex Graveley Dick Porter Miguel De Icaza Jbuild24)$openSUSE 11.2openSUSELGPL v2.1 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/GNOMEhttp://www.gnome.orglinuxx86_64/sbin/ldconfigW@JJJJ5721ec6ed1559d7959d2d35e5191418cb966dd31106c08537c006b1a4dc20e1flibsoup-2.4.so.1.3.0libsoup-gnome-2.4.so.1.3.0rootrootrootrootrootrootrootrootlibsoup-2.28.0-2.5.src.rpmlibsoup-2.4.so.1libsoup-gnome-2.4.so.1libsoup-2_4-1-32bitlibsoup-2_4-1-32bit(x86-32)  @@@@@@@@@@@@@@@@@@@@@@ /bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libgconf-2.so.4libgcrypt.so.11libgcrypt.so.11(GCRYPT_1.2)libgio-2.0.so.0libglib-2.0.so.0libgnome-keyring.so.0libgnutls.so.26libgnutls.so.26(GNUTLS_1_4)libgobject-2.0.so.0libproxy.so.0libpthread.so.0libpthread.so.0(GLIBC_2.0)libsoup-2.4.so.1libsqlite3.so.0libxml2.so.2rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1J JJ@J]@Jn@Jd\@J7@J*@IzI@I?@IIId@IcGIPHH @H@HYH*H@HVUH H G@G@GhG@Gs@G@G@F @Eّ@EѨ@EE2@EySEPu@D@Ddimstar@opensuse.orgvuntz@opensuse.orgvuntz@novell.comcaptain.magnus@opensuse.orglmedinas@gmail.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.commboman@suse.devuntz@novell.comolh@suse.demboman@suse.demboman@suse.demboman@suse.demboman@suse.demboman@suse.demaw@suse.demboman@novell.commaw@suse.demaw@suse.decthiel@suse.demaw@suse.dero@suse.demaw@suse.demaw@suse.demaw@suse.demaw@suse.demaw@suse.derodrigo@suse.dejberkman@novell.commaw@suse.desbrabec@suse.czmaw@suse.desbrabec@suse.czmaw@suse.decstender@suse.dejhargadon@suse.dedgollub@suse.de- Update to version 2.28.0: + Fixed a handful of leaks found with valgrind, including a large one in SoupContentSniffer + bgo#584522 - Changed the behavior of SoupCookieJarSqlite to improve performance. + bgo#59495 - Fixed a crash in SoupSocket that affected gupnp + bgo#594508 - Fixed the type of the SOUP_METHOD_* and SOUP_URI_SCHEME_* macros to be const char * rather than gpointer.- Update to version 2.27.92: + Removed SoupPasswordManager from the public API until its problems can be addressed. Although it is still present, you need to #define a special symbol for it to be visible in the header files; see bgo#594377 for details. + Fixed a bug where empty query components were dropped from URIs. [bgo#594405] + Fixed "make check" to work (but warn) when building with - -disable-ssl. + Fixed some small documentation bugs.- Update to version 2.27.91: + Added SoupPasswordManager, an interface for managing persistent password storage, and SoupPasswordManagerGNOME (in libsoup-gnome), which implements it using gnome-keyring. + libsoup should now notice when the server closes a persistent connection, and close its side of the connection sooner. This should hopefully fix the spurious "Connection terminated unexpectedly" errors in WebKitGTK. [bgo#578990] + Fixed some problems with connection management in SoupSession that could cause a session to eventually "stall" and be unable to process new requests. [bgo#592084] + Fixed an infinite loop that caused 100% CPU usage if the network went down at exactly the right time while there were unsent messages in the queue. [bgo#592492] + Fixed a crash in SoupLogger. [bgo#591857] + Fixed the definition of soup_message_is_keepalive() for HTTP/1.0 messages, to fix a problem introduced in 2.27.90 where some messages would load completely but never emit "finished". + Fixed a crash in SoupServer introduced in 2.27.90 when processing a request with no "Host" header. - Add gnome-keyring-devel BuildRequires.- Update to version 2.27.90: + libsoup now uses glib's GResolver rather than its own DNS code. For 2.27.90, the only visible change should be that internationalized domain names are now supported. [bgo#548287] + Added soup_message_disable_feature(), which allows you to disable particular features (eg, cookies, proxy, content-sniffing, etc) on a per-message basis. [bgo#574773] + It is now possible to implement "OPTIONS *" in a SoupServer; you must explicitly register a handler for "*" in order to do this. [bgo#590751] + Ignore Content-Length on EOF-terminated responses, to match other browsers and therefore cope with broken servers that send the wrong length. + Fixed the status code when trying to fetch an https URI with a non-gnutls build of libsoup. [bgo#590464] + Fixed strict-aliasing warnings introduced in 2.27.4 [bgo#588771] + Fixed some warnings noted by fortify [bgo#591226] and -Wextra + libsoup now uses automake 1.11's silent-rules support by default (if you are building with automake 1.11). Use "./configure --disable-silent-rules" or "make V=1" to disable- Update to version 2.27.5: + Fixed a crash when a web server redirected a request to a non-http URI (eg, "about:blank"). [bgo#528882] + Fixed a hang when trying to create an attachment on certain bugzilla installations from epiphany. [bgo#584645] + Fixed verification of V1 TLS certificates [bgo#589323] + Fixed compile problems on Windows (in the ssl code), and on Linux (when the most recent version of gtk-doc was installed).- Update to version 2.27.4: + Added SoupContentSniffer and the "content-sniffed" signal on SoupMessage, to do Content-Type sniffing per the HTML5 / draft-abarth-mime-sniff algorithm. [bgo#572589] + Updated the earlier SoupSession timeout fixes ([bgo#574414], [bgo#578928]) so that async connect() also times out [bgo#588177] and SSL works on Windows again [bgo#587910]. + Fixed the behavior on a 301 response to a POST to match real-world usage rather than what the spec says. (We were doing the right thing on 302 and 303, but had missed 301.) [bgo#586692] + Changed configure so that if GNUTLS isn't found then it errors out, rather than silently building an SSL-less libsoup. Configure with --disable-ssl if you actually don't want SSL. [bgo#584955]- Update to version 2.27.2: + Replaced SoupProxyResolver with SoupProxyURIResolver, which is a bit simpler, works with non-HTTP URIs (and so could be used by gvfsd-ftp) and supports proxy auth correctly. [bgo#580051] + Fixed SoupSession to not try to resolve http server hostnames when it's just going to pass the hostname off to a proxy server anyway. This fixes things on hosts that use a proxy for everything and have no working DNS config [bgo#577532] and also makes WebKitGTK behave more like other browsers in terms of per-host connection limits (we now limit connections based on hostname rather than on IP address). + We also no longer set the AI_CANONNAME flag when calling getaddrinfo(), which saves us a little bit of unnecessary network traffic. + libsoup now always uses SSL 3.0 (not TLS 1.0 or 1.1) for https URIs, to work around problems with older servers that don't implement the (apparently quite confusing) TLS/SSL compatibility rules correctly. Makes a bunch of previously-inaccessible sites now accessible in WebKitGTK (notably PayPal) [bgo#581342]. Will eventually be revisited, to first try TLS 1.1 and fall back if that fails. + Fixed Digest auth to (recent) Apple CalDAV servers. [bgo#583091] + Changed the way the SoupSession "authenticate" signal works a bit. We now never emit "authenticate" before sending a request, even if we know for sure that it's going to fail, because this makes the semantics of the authenticate handler too complicated (and because we'll only get into this situation if a previous call to the authenticate handler failed anyway). Fixes problems in WebKitGTK when you cancel a password dialog, and then later try to load the page again. [bgo#583462] + Fixed a bug in the CRLF-vs-LF patch (bgo#571283) that caused libsoup to fail to parse the response headers (returning SOUP_STATUS_MALFORMED) if a CR LF got split across two read()s. [bgo#582002] + Allow using PUT in soup_form_request_for_data(), to work with certain broken web APIs. [bgo#581860]. Also, fixed a problem with empty POST bodies that made some parts of gmail not work in WebKitGTK. + Applied some minor bugfixes to configure.in and autogen.sh [bgo#583911, bgo#583942]. Fixed configure.in to not use gcc warning options that the installed version of gcc doesn't recognize [bgo#578851]. + Added G_GNUC_NULL_TERMINATED and G_GNUC_PRINTF to a few methods that should have had them. [bgo#581754]- Update to version 2.27.1: + SOUP_SESSION_TIMEOUT now works properly with SoupSessionAsync [bgo#574414] and SSL [bgo#578928]. Added tests/timeout-test to test this. + SoupDate fixes: - soup_date_to_string() now handles SOUP_DATE_RFC2822 [bgo#579055] - soup_date_new_from_string() now accepts 24:00 as a time in ISO8601 timestamps - soup_date_to_string() now coerces the date to UTC for HTTP and cookie dates, and outputs the UTC correct offset for the other date types. - Added regression tests to tests/date + soup_headers_parse() now completely ignores syntactically-incorrect headers, rather than passing them to soup_message_headers_append() and causing a g_warning. soup_message_headers_append() now also rejects 0-length header names. Updated tests/header-parsing to check this. [bgo#579318] + Fix a crash when cancelling a message from a "restarted" handler, and updated a regression test to notice the underlying cause. [bgo#380193] + Completing the API updates for bgo#576760 from 2.26.1, soup_message_headers_get() is now marked deprecated in favor of soup_message_headers_get_one() and _get_list(). - Do not package ChangeLog file: it's not distributed anymore.- Update to version 2.26.1: + Fix SoupProxyResolverGNOME bugs [bgo#578746, bgo#578809] + Fixed warnings when a message has a network problem when many other messages are queued. [bgo#578809]- Update to version 2.26.0.9: + libsoup uses libproxy for PAC and WPAD proxy resolution again. However, it arranges to do all communication with GConf itself, to ensure that libproxy doesn't call it in non-thread-safe ways. [bgo#571527] + Fixed a bug in SoupSessionSync when proxy resolution failed. [bgo#574957] + SoupURI now handles unencoded spaces in URIs. In particular, redirects via Location headers with spaces in them now work. [bgo#566530] + libsoup can now deal with servers (and clients) that erroneously use LF LF instead of CR LF CR LF to separate the headers and body. [bgo#571283] + Added soup_message_headers_get_one() and soup_message_headers_get_list(), which will eventually deprecate soup_message_headers_get(). This lets applications deal correctly with implementations that erroneously send multiple copies of single-valued headers. [bgo#576760] + In particular, soup_message_headers_get_content_type() now ignores duplicate Content-Type headers [bgo#576760] and also ignores syntactically-incorrect Content-Type headers. [bgo#577630] + SoupCookieJar can now store multiple cookies with the same domain and name, but different paths. [bgo#577360] + Abnormal SSL connection closes are now treated as ordinary EOFs, for compatibility with certain sites. [bgo#577386] + soup_header_g_string_append_param() now allows NULL values. [bgo#577728] + soup_message_headers_append() now rejects header names and values with newlines or certain other illegal data in them, rather than generating syntactically invalid headers. + Fixed a small bug in soup_date_new_from_string's ISO 8601 handling [bgo578369 for g_time_val_from_iso8601]. + The regression tests now work correctly on machines where "localhost" resolves to "::1" instead of "127.0.0.1". [bgo#576583] + Miscellaneous documentation fixes/clarifications.- Update to version 2.26.0: + Temporarily disable libproxy support to work around a bug in its gnome plugin that causes gvfsd-http (and probably eventually other apps) to crash. (bgo#571527) + Fixed a bug that showed up in WebKit, where if many messages were queued all at once to a server that doesn't support persistent connections, some of the requests will get lost. (bgo#574365) + Fixed SoupServer to support using SOUP_ENCODING_EOF, so you can stream responses of unknown length to HTTP/1.0 clients. (bgo#572153) + Fixed several bugs that prevented SoupCookieJarSqlite from working. (bgo#572409) + Added G_{BEGIN,END}_DECLS guards to public headers that were missing it. + Misc gtk-doc improvements. - Remove AutoReqProv: it's default now. - Remove -fno-strict-aliasing from CFLAGS. - Do not create an empty libsoup package. Have libsoup2_4-1 provide/obsolete it. - Merge the doc with the devel package since it only contained gtk-doc. - Add gconf2-devel BuildRequires since it's needed again (see first item in upstream changes).- Update to version 2.25.91: + Fixed a crash in SoupProxyResolverGNOME when the proxy requires authentication. (This does not make proxy authentication *work* yet, it just makes it not crash.) + Updated documentation- Update to version 2.25.5: + SoupProxyResolverGConf (which was incomplete) is gone, and libsoup-gnome now requires libproxy. + Fixed a bug in SoupCookieJar that was making it send "Cookie: (null)" when it had no cookies for a site, which confused some web servers. + Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and soup_message_body_set_accumulate(FALSE). + Fixed the build with non-gcc compilers - BuildRequires libproxy-devel. - Remove gconf2-devel BuildRequires.- obsolete old -XXbit packages (bnc#437293)- Update to version 2.25.4: + Added soup_session_get_feature() and soup_session_get_features(), to query the features currently available in a session- Update to version 2.25.3: + Fixed a crash when using both cookies and a proxy. [bgo#562191] + Fixed soup_form_decode() to correctly handle forms with URI-encoded parameter names [bgo#563302] + Fixed a crash in SoupProxyResolverGConf. [bgo#563145] + Fixed client behavior when presented with multiple auth types to choose the *strongest* auth type (eg, Digest) rather than the *weakest* one [bgo#562339] Added a regression test for this. + Moved libsoup-gnome headers to a different directory to make it easier to split libsoup and libsoup-gnome into separate packages, and to ensure that things that only want to be looking at plain libsoup headers (like gir-repository) don't accidentally see the libsoup-gnome ones. + Some minor doc fixes + Fixed libsoup-gnome linking with --as-needed. [bgo#559342] + New library libsoup-gnome + SoupCookieJarText, like SoupCookieJarSqlite, but using the old-style cookies.txt format, and in the base libsoup rather than libsoup-gnome. + Various bugfixes to SoupCookie and SoupCookieJar to fix the problems with cookies not working on certain sites. + The new SoupMultipart type provides support for multipart MIME bodies, and soup-form now includes several methods for generating and parsing multipart form data and file uploads. + SoupMessageHeaders now has methods for easy handling of the Content-Type, Content-Disposition, Range, and Content-Range headers. The Content-Disposition handling recognizes RFC2231-encoded UTF-8 filenames. + SoupServer now automatically handles partial GET requests; if your server returns SOUP_STATUS_OK in response to a partial GET, libsoup will automatically convert it to a SOUP_STATUS_PARTIAL_CONTENT response with only the requested portions. - Drop libsoup-334021-client-ssl-certs.patch: it required a gnutls patch (gnutls-1.4.4-sign-callback.patch) that was dropped in August 2007.- Update to version 2.24.1: + Bugs fixed: bgo#533473, bgo##536285, bgo#498509, bgo#553976, bgo#557072 + Updated generated documentation- Update to version 2.24.0.1: + Reverted part of the fix for bgo#528882, which caused the DAAP plugin in rhythmbox to crash. [bgo#553466]- Update to version 2.24.0: + Cosmetic version bump- Update to version 2.23.92: + Fixed the handling of a 302 response to a HEAD request, which should NOT be treated like a 303 response (bgo#551190).- Update to version 2.23.91: + Fixed a crash in gvfs [bgo#528882] + Added soup_date_to_timeval() for gvfs. [bgo#549006]- Update to version 2.23.6: + Fixed use of g_idle_add() so that heavy I/O won't end up blocking libsoup callbacks (bgo#536676) + Allow the caller to override the Host header (bgo#539803) + Properly handle responses larger than 4G (bgo#539861) + Fixed the build when using certain LDFLAGS (bgo#541506) + Fixed a small bug in Digest auth handling (bgo#544681).- Update to version 2.23.1: + This is the first unstable release leading up to GNOME 2.24; the large version number bump is so that libsoup's version matches that of GNOME at large, but note that the API version is still "2.4", meaning that it is still referred to as "libsoup-2.4" when using pkg-config + Added SoupSessionFeature, an interface type that will be used for several new features. Ported SoupLogger and SoupAuthManager to use it + Added SoupCookie and SoupCookieJar; this API is already being used in Epiphany, via WebKit, but it is not yet complete.- obsolete libsoup- via baselibs.conf- Drop libsoup-2.2.100-r924.patch, because it is now upstream - Respin libsoup-334021.patch, and rename it to libsoup-334021-client-ssl-certs.patch.- added baselibs.conf file to build xxbit packages for multilib support- Update to version 2.4.1: + Fixed SoupMessage to not downgrade to HTTP/1.0 for the second attempt when it receives an HTTP/1.0 redirect or 401 (bgo#521848) + Fixed Host: header syntax when the host is an IPv6 address literal + Fixed SoupSession to not emit "authenticate" multiple times for messages that have been requeued (bgo#522601); also added two new signals to SoupSession, request-queued and request-unqueued, to help simplify certain session-helpers and avoid bugs like this in the future + Fixed soup_server_pause_message() to actually work (rather than *un*pausing the message) + Added a property SOUP_SESSION_IDLE_TIMEOUT that can be used to set a timeout after which idle connections will automatically be closed (bgo#518214) + Implemented RFC 2069-style Digest auth, and fixed SoupAuth to compare auth scheme names case-insensitively, to fix authentication against Apple's calendar server (bgo#498484) + Fixed a crash in SoupAuthDomainDigest if the client provided an unrecognized username + Fixed a few SoupDate bugs (in particular, it was outputting the wrong day of the week when stringifying dates) + Improved the cleanup of idle connections, to fix slow load times with the libsoup backend of WebKit + Added a new SoupMessage signal "wrote-body-data" that can be used for progress information when sending a large request body; also allow providing the request body in multiple chunks even when using Content-Length encoding (bgo#525101) + libsoup now ignores SIGPIPE globally, instead of un-thread-safe-ly ignoring it only around network writes; in particular, this means it is ignored when the SSL code needs to unexpectedly do a write when we asked it to do a read (bgo#524397) + The discard-body-chunks-once-they're-no-longer-needed behavior, confusingly called SOUP_MESSAGE_OVERWRITE_CHUNKS, is now controlled by a SoupMessageBody method (soup_message_body_set_accumulate()), and can be applied to either the request body or the response body; (OVERWRITE_CHUNKS is still available for backward compatibility) (bgo#522146) + The DNS cache no longer caches "no such host" results, since some name servers lie to clients outside their firewall, which could then cause problems for laptops moved between networks (bgo#523269) * Added some new regression tests, fixed some small bugs in the existing ones.- Update to version 2.4.0: + Fixed a small memory leak in SoupSession (bgo#518798) + Minor fixes to redirect behavior; PROPFINDs can now be automatically redirected and 302 is treated like 307, not 303; also fixed to make sure that redirect-test actually gets run by "make check" + The SoupSocket I/O methods now set nread/nwrote even on error.- Update to version 2.3.4: + Documentation is once again available from devhelp (bgo#518384 and bgo#518317) + Tidied up libsoup-2.4.pc file (bgo#517631) - The shared library subpackage is now called libsoup-2_4-1.- Update to version 2.3.2: + API changes / Behavior changes: * soup_server_add_auth_domain() now refs the auth domain when adding it. (soup_server_remove_auth_domain() already unreffed it.) This means existing applications using SoupAuthDomain will now have a small memory leak. Those applications should update their libsoup-2.4 requirement to ">= 2.3.2" at some point before the final GNOME 2.22.0 release, and then fix the code to unref the auth domain after adding it to the server. * SoupSession's automatic redirect-handling behavior now obeys RFC 2616 more closely. In particular, status codes 300 and 304 are no longer mistakenly considered redirects; POSTs that receive 303 are now redirected into GETs; and POSTs that receive 301, 302, or 307 are now not redirected. Applications that were using the SOUP_MESSAGE_NO_REDIRECT flag to prevent libsoup from redirecting POSTs incorrectly before should now be able to remove that if they depend on libsoup-2.4 >= 2.3.2. + API additions: * Added a SOUP_SESSION_USER_AGENT property to SoupSession, and SOUP_SERVER_SERVER_HEADER to SoupServer, to support automatically adding "User-Agent" and "Server" headers to messages. (The default behavior is to do nothing, as before.) * Added several new methods to soup-forms.h. Applications that are encoding a fixed set of form fields can now just pass them to soup_form_encode(), rather than needing to construct a GHashTable or GData list. (Likewise, the new soup_uri_set_query_from_fields() behaves similarly for directly updating a URI with form data.) There are also now soup_form_request_new() and other related methods, to directly create a GET or POST SoupMessage for submitting a form query. The original soup_form_* methods have all been renamed, although bgo#defines exist for backward compatibility. * Added soup_message_set_chunk_allocator() and soup_buffer_new_with_owner(), to give applications more control over memory usage/copying when doing streaming HTTP. [Wouter Cloetens, bgo#513810]. * Added several new methods to soup-value-utils.h for working with multiple array or hash table values at once: soup_value_hash_new_with_vals(), soup_value_hash_insert_vals(), soup_value_hash_lookup_vals(), soup_value_array_new_with_vals(), and soup_value_array_append_vals(). This helps to simplify XML-RPC calls that send or receive structs or arrays. * Added soup_date_to_time_t(). * Added SoupMessageHeadersIterator, an iterator type for SoupMessageHeaders that can be used instead of soup_message_headers_foreach(). + Bug fixes: * Fixed a crash-when-idle in evolution-exchange [bgo#437835] and rhythmbox [bgo#506552]. * Added the API version to the gtk-doc installation dir, to prevent parallel-installation problems with libsoup 2.2 and 2.4. [bgo#512810, Daniel Gryniewicz]. * Fixed tests/query-test to compile correctly on Solaris. [bgo#513602, patch from Jeff Cai] * Fixed some other minor HTTP conformance issues.- Split out a shared library subpackage - Build with -fno-strict-aliasing - s#%run_ldconfig#/sbin/ldconfig# - Remove libtool archives and static libraries.- Update to version 2.3.0.1: * SoupURI now correctly handles URIs with complex encoded queries * It is now possible for a SoupServer to use Digest auth without needing to have the cleartext password available * Digest authentication now properly handles "stale=true" and "nextnonce=..." * SoupServer is now subclassible * soup_server_run_async and soup_server_quit no longer ref and unref the server, as that doesn't match ordinary GObject conventions * The test programs no longer use a symbol name that conflicts with Cygwin * libsoup can now handle the not-quite-HTTP responses returned by Shoutcast servers * If you use libsoup while disconnected from the network, it no longer caches the failed DNS results * "Expect: 100-continue" processing now works correctly on both client and server * SoupSessions are no longer leaked * The XML-RPC API is improved. The SOAP API is gone... * Added utility functions for HTML form handling * Improved message header handling * SoupServer now automatically adds a "Date" header - Disabled not working patches - Fixed summaries- export new smartcard functionality from gnutls for evo-exchange (gnome bug [#334021])- Update to version 2.2.100 - Remove header-parsing.patch which is now upstream.- Do not build unusable static libraries (#238552#c17).- Add header-parsing.patch (#235084 and CVE-2006-5876).- Spec file cleanup.- Move to /usr.- removed 'rm -rf $RPM_BUILD_ROOT' from build section - added ldconfig call- update to version 2.2.96 - SoupServer now works even if you don't explicitly set an encoding for the response. - WWW-Authenticate and Proxy-Authenticate responses with no realm parameter are now ignored - Fixed a bug in soup_mktime_utc()- update to 2.2.94: * Various fixes to the XML-RPC code (which apparently had not actually ever worked before) from Brent Smith. [343973, 344222, 344458] * Added client and server API tutorials to the docs * auth-test now uses a local Apache 2.2 install, if possible, rather than depending on files that used to be on an old Ximian web server but haven't been anywhere for a long time. [311825] - changes from 2.2.92 to 2.2.93 * Fixed outgoing data corruption caused when SoupServer started writing out a response a second time after already having started once. [334469]. Also fixed 342640 and another bug caused by the workaround for 334469 in 2.2.92. Based on patches and analysis from William Jon McCann and Armin Bauer. * Fixed a deadlock when changing a session's proxy URI. [309867 / bnc 174255, based on a patch by Veerapuram Varadhan]. * Fixed https-via-proxies in the synchronous case. [bnc 174255] * Fixed a crash in evolution-exchange [342545, fix based on an analysis by Wang Xin]. * Fixed simple-proxy to not crash at startup. Oops. (Alex Larsson) - changes from 2.2.91 to 2.2.92 * Fixed server-side digest auth to return a valid "algorithm" value and client-side to not crash if it sees an invalid one [328615]. * Fixed the Request-Line parsing code to not hardcode a maximum URI length (to allow very long DAAP requests from iTunes in Rhythmbox). [335040] - changes from 2.2.90 to 2.2.91 * SoupSession, SoupServer, SoupConnection, SoupSocket, and SoupAddress now have an "async-context" property that allows you to use the async API in a non-default GMainContext. [Based on patches from Armin Bauer and Jörg Billeter.] * Fixed some bugs in soup_date_iso8601_parse(). [324671, from Emmanuele Bassi]/bin/shlibsoup-32bitIJKL2.28.0-2.52.28.0-2.5libsoup-2.4.so.1libsoup-2.4.so.1.3.0libsoup-gnome-2.4.so.1libsoup-gnome-2.4.so.1.3.0/usr/lib/-O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tablesobs://build.opensuse.org/openSUSE:11.2/standard/39d6d78d48afbd1521b0f3011096f894-libsoupcpiolzma2x86_64-suse-linux?] b2p5 @{q$Xa[d\cԬ@j.8.[AvX.l JM`TNhPdXwjO"\aLAPi~nyQg 81{&/v榸I'p2Q‚}}D>5#Է"CRt%NL`ͭ !X5=\N[Шgbu$ՖYG". 2%}J % P!Fk޻-bGyI$a1@jL B3:i3AU09z(kFX‰9y~GotGG8S֎dn/idGYxG_ q s&gx?` 5qJՂ6fd.7쪬^ A^ƍ<"D[I'Y"Ҿ@3y6)}JlJA͋D٣'X5%{,/&q ٰv '1ϙpؚ;/H6ÞBߢ=u!u5 q ߘxwp&VgM@Ti9 ~V?tveKRZO^6kYFHDV(`UZ0m~^aHӴb=U%"Es ɽ.-wwmΘ,7d@2v4 (%؆JŴNur]q˜o X$.B0fp>v8mSw_rsXT ZR(,]<+N?k3'⻂ y H1X+i`O}hM4"|_Eqv/E)pV:=nGVF Y@0"vD6R[7zY(:8ֿ(: YP<%0o q[+n)۳?{흮!Y_D;Vf.lDbd:tr[>ggcP=xW3Hhȼ$C{͋nf]Hy4{Az\?cފҌ}{4؊<8<B3acrz.u9RwuC2x5CǒWICoNVw zaI(2K}J?ȶWU MS 5A>C |.l CKZV bf6Zt mPX&ciaσ5.>Ň p9ysWKϯx1HNmm̜jaV"tvf>$vo]b~K~Ey5nR1pK ;fA 1EV 4 1JAzU){sq VȬ-5D[4WPs'p@=k{H(@,U4?N*2;P"*%`ItgK[i[̩7> |фWdyU+RrbMt0앷֋Ru,nR{r>Yt*ݖ(QGyum~=UұA04I"$"J+eGxǟXSVwDB觬B6W2^zu#Z쭾xf Z~5|K"F^k} ka."Ā'쫛Sv:f^ִj 'QhW0$lj#3uMa ݚe>L]dmHLL7A5y>٦n*V5CT+;5D-1| Dv^J*;jX y+`Y>);Go8B3LE]CI͙_"ZfvTқZb^U?t~1jY29yak.p;-%W 0߅E10 Z*ZFSmߐ/ݼ:t"ʷ(B&?Sџ Uc#eyg<* p.Pj-IBL"B3 &^D߷4W(}b9xb\gQ#OS P)&c1EM'n&1>l~ s;'ƷY/z|XZZPFky:EqĐu`XZ7"3^o',w@(tla\bMZks]J{fZ&>>/. .9Mo_ГrOvAM{˚O?k1%Aϲ:;213i(68֎U5J)] /bhOb[撓b>~J2e3[".W|bkbQ4םY[Dn {#+i9xnY Tb!"뚞-RTj@KeaK"U6AYVa)Kc_v,s}A\7]EGY@md.z:w-Pi'4&(֚]ScɧR8ugCgw?Ϭ]#;òoDRd(@M%JGEA?XL$ :OtH dzU^5m[~NӐ!GOR?q 8jCkKd%?.J8,D ʴ)•5zC?ϥh 9JG;LH\g3 0~w4}$0ML" SHɰԗ[y*iGlA{ְKC`T[ ,4dk LXz p"Dq{ĥ`g:p(v ==wO)aO[<`&]"; q0PYhܜ [YկD1ȨE@с^aD,pr ׁqǥ$uM N_ @9[WK]=buBϢߠSX|8F-_#^if4%%B?c:\b.~%4|1|"m|.2bt_UXq# F&3Z#!A}y4 X)n1lh9K=G2ȕM߅,&19T4e,fLJ d恢yg Lh 6Qԝð,&F -x]Jh+[zD[ߝ@Cdm3M<-Xw|U%ۤ]&j F ҚwqHڒ{)ܴb x7gqc{$Ԇ}0U,y5w:[0^36kQ8}eaX1k+&̾7 [bJ\#]|Ł{quH)G gaҘ7>>?ž !Z>< *|poSLk\m}[aƠG5`~D2>TlQȐ4R3]5 AR'~\$ (sQK v\i% r'tbF2uV |xdќrHITxЯPvBʩ;*y*(qX`I%f%F &8s){,=節=9kQZ6Y@9_{}3(\zrv?SARb`kk8VD@DD ֯^;t/Ify5 g!"Eu8# wZ>ØN}C f 2[ CZxdh$ESgI5*V謉\|KYb&"w*Ji7 _ ^vte7iz-a`/ b]GD:Su*7IO.By%t-%N~}`}F6=3|݋i˖50#">AKV HЮcZ@)B{ϋanBo"4RvmS 3C,+']Wxgĭ2/lk-36,3ǣ<.,^%rD LW۩ض(CfpA?ѺN9*pM P(ے Mzq zrdy*e:/ )&./Wufó<ԑ0IDXˋ0ǘhFr!M$tu ?hND_? sN|wyՁI~oR^CoXQaZ&GF{3{5$PzP yHTr62ƭ=r(;bQ Wg .6gɲa]yqnuGp6-`WrwpC,0kX2b׊i7 "375 Ҏ^Ub8Yb:)_xŒ5 ɡ D |Y 6 NOۆhЧUQY  p7Az1)o/T{ j z>ck%OCPvֽU~4Ah(Jp9s)d> F\ #;I}hpOXP`CZP{uD cÍ.C° |\`sJA.y9YvA@J&]y!8a š"OkdU2fZ4IdW5d\E;)KdS"o=Z0nD9[AOՂڅT ̀Qm 9qij]@wM"|T] ϻij庉*.q\U.*e?h`;|tBB0@{Ē 3>[LcHG*BX)K)q"wG xI\pq#8|>Cn΋*ǾEEvJ2)i`x&198>ffsR g0UHIMT* ^hf mU}v}~[kڼrk>^Cۗ_3u3p%4Qzؐfcۍ0g Kfy\mBz yQbqzE ;>ܙxgԡ7"TE< Е;*~^06UrBH~fgB. e7~3Ȭ15Ciճ9%| :+2w3: \]¸>[2Qtecuf}5@S5O%./lBކ;,Q3BABWƸ!r˼6pznP6a~תOA*PTHc@JJ>>^ibfd nwOv!a[5k5e|.IE*!]޹@ <0a#&&ڙ=a}Yj܍/"S &/ҖcQ38Ic Bũ76P{{\Z\e2=1qwf_MJ<{Á.2x_'Wn L2ZumyAԷg^.K zϊk3&: ٔ2&M^mGwtI7nV[e uͥA#,YRY0t+nU{+$ZX$+d;Ϛ/Uʮޥr:chًV)w-k0 G|o-OLNף{FD&UKYa $Ә HK?j+aTj)9cO_k7r?i-Cr,",TB4yN=>}2)\8mf}[<[?%6,˃Pd>ɐj&p0o3xb| hnuגK:gҵ-iBM^~BwD}wؘm8Ά sqvV$|@UwpmMd'1b\vU/AA?}dΎYOju^'a%Oզꜞ9}"C%beS-" u09"C  "R60[J.H !2VwH'^yrQl͓3+U0u•vп&6驤ɆE h|ۨl=s@%bޑKx'^XZx[U\hvA_ܥxz8%nZD^un:׾ݮ6G#zvAa P1|IK_S*TR:+Q5&d6:GLeN"b`nhj')@VW'º1*IoQǀV 4evuLM!(EY"Qy3Ҥ+'g꿛 689֪1MKJM81mKo3$2>ۖQlv 3}}ukFg$_Yׯ q㠃W(e<=5r|}aA@HXz\5*-7ݩfͣ1)ҿκb"y)Ct-^! *&ԛ(Y_TͯNaLFy&QekY #9-ƺ /Th4{@olzSx(۾0Ús. 2 ~1ޤT2 0 BԴS dں*PHK>hB1!`VGǠ#OGR}TnCY(P.vp/ؙ0|R Z\\fsqi?wIk)kX(c ^CuLddl԰N?Xvtx] ܻ4=l'ro^ALĂhӄE[AG[T LUX*)qFݻ\L vJsiִ<ڵ29L\FUyKL@~K*',}l3]TcqStEn> V^niќ2~.ev/%lRE0 vpc(h&cHjY5,^nb sqh,[>K3ӈ=p߼MWLBzolw%t ]n{?g1B6'AWvz/s=/is*p"y[LIN WZ_ *~.bqԩBtt'uk-Cw7aK^O%bb2\YrPDP8ho"};$MS@S<=].n;-^Ò2@@y [M7פBz F=5F i;[,v/Ե= Z{m=O/;pWh|+/%qMVS[`ze!fnL@#-y˿!$0N, Қ ǰ͏ Tk[ 3-DSQF&!h^%V-)Ϛb\I1&y1C }ZYVJ%@B< Y~q4:q]Czݬ'HRzgi蹊2Xmv67bIKFaR<˴yKK[r 7B~0yzCZu+aeT3DI5ڳ`]ӳDTm(} sǎPU(q\5p:R@BYA}J=^d@hOαSgm }1C҇| uo((O+~ne ~A=_q`e)O@~W ,pR5WGVʯߤi?PPm=ٴ}7 b qKpZCBl{wʗCQ㮅0T?xpШK:隹V{~B֊5eMz:/ߺZ5?ؓZDY|E=2-HEGNǿI' ]IwB;^0h'n# w F:}Y]ieko҈dݑMDd,wZkWoY! _Wޣը l.%7SqX_lusE59sR"Y(U@z߯]r m#Rlys Eԗx&n~!t z.a<؝&R@Tqv*Z /ruNDQ<,GOwpT& nMFF['F7*鐤]pR\lń 67(-Bz3[]IX,I7=P#[] M2a@ BH.b2E.2VgQ? ψ"ؼx)YO*E9YVWAc4H]y,6OL}>~-K౦lD`S9!5Yg7Y u=c/ 8Ԗ&aoy1(o mw:C"] }#Ҡ]|[i`(VWqcsql Kz$\VM+2FO #VNT%rNj7ָF+2;ip]XE𱭊EnK$[p3yz"=c辻U}ocEw̌y"+·א2-?pΣSՈ|n-$`:U./p1MJn2!ځEn S#VEE}D=`]6Jȩ4a),*}y&ثtnp:a"`V(~p Z~UVkH5J3 Ӹ+ F.?dx=Wa:y sq 8lXDb@t-=>ש8 ANlpQ\;@tȑ˰ 1oy1h">]k?K率gTLs-7'&!b*+af`KG&xu ՙ}?ϷoK~'ޙA_o[Cg Ls_".>FnWR]Bޒ6Y.\p/5 ۲2KD۴uIIGa :4:*.*Z= vc~zP~,7lW꜉9B?ェpLߴ~7 ,7za*vH F15A?Ǵ_|){n bSǔ[4/ Ȏ=ܾ6mmFVT5F FWŵSjAb/`n22A:.D B=`d]C%kҁG;h= Hӎ7JK8o-40ΙoȘ\ּhqRoŏeG;Zt\P7\z  ֛$nj=܃>rR(K I+P[}߻-mM(S=BITQ;RFBw9Ee%?PgG/ȩ*3>`Y]rnLAFώ슒7ܢ'[q4d]@n%Xv~ y8iX EHlZ9V+(hn^aeId݊|Z<'Zt\φщVqg@֔Mc@ ]f`]S9X~q&Ӕt7%8ѕP%g'.b&yD>nә]X_C?Vw09SkcE`]kaT#ZKY+h-¨%w 裋OM\6ƪ?癃%>jP L5j"k ՈekhѣzOm!ktrr L_ ە"bΗUI>rޡzU5 Ar,"^QhVd'6+bjȥiV>[W@W~yׅ}pZye Q uX3M+cPj{f R?^;}FN\{9%0~4+,d4S׶rc0N46sa!4E4ɸI=(A2YkEP =4.D P]gaùd;4L' }RA8/__ P@m+h%+wյHSs.# _NDVa<lc|al`$' ׷~I[w6"5T:IaT0B*fґ|Wʹ5zz%=!Sfig( ζUi=/k|1\Pweb]Mב-()|ڎ ^ J´LJcHJx$5[iy SUpAi#8DQoQ٥fWHYqqĵ*f kŊyE7#~Si挭n(r&<iǩnt q`8eO-v88aMq D[Xz"zdbZ 2}"L%1 XKǶ N5ΎkV s=3^73i[[f՘"E=tp: 4 nEWT=W#'~lMsIzL/ GO׆a[CBo&z&loFmOlE Mѧ`"("-.qy@Y9znt9B-&MB<@Fъ15B`#hqӑ]l鏴?V*6fSSǜU7x2[į|>&|%[w4X]! @Su+#ppиW2:fM Tr yҘ}i}-:XQHj2 ApyvbZhN,RrdT UXtŤpFϸIjKJx\dM{op_o3߬H&Jt~+Xj$LP:gA"nz6Rp 4)I쏲EWsXoS.EU7+!oz; XaLFgo:f]Ng.(¬HGĿ>oZY`0.8 VĎkϋx+23-(VXvC*:aK>}g /gu vv:gc~CSߺ`s\-~ܺ"Yí W  ͜W#޷ 5,O)4}ڔؔIKMC>^}>HXx8U-25/)'^C$?yE 4l5if1LY 򻧯GIaV ڭ| }0>23&w"B'jx&xVīoVD_Cu8trCAUOniGu$|@}P95p{"M2@,+IL ր7MnnbV&R/R+mr(Ge9vzA\yH8O"nka58b=/ԩC\ ! *@1qH Yfc,0#ĺl0)#,uIS(I3"8 ?0~s xbu>pGCL4N*{ηcF6vуd"DɃSUNҶR.W,XaBV8wXGc񛰭Ο˹ӥ4zj2B(IG%?խHlc̓ 37-X*-968c  epqm!=VwI).9)C;V;; >WÈz .\+э;m|.FE?xO>}C ؕ.xZr^//lJF!gZOaj>B? [<< u&q_;g~|Ct.$B-eNQZŲþ+ܣ*! ٺa>Q1 Z0W};-;\d7>n}y;B~vC"J^M?Tvߧ1mE1shxN1^Z Bټ̃Ury|9ҊA@r묎-'Vଋ WE KI:!== BlwXazZל7(%^PDl#LqG03m,H3\II_8ƒv.˞SsYJn*_a\FVbM߰%ʝ<$g18?uPX ô~KQ+%> m+KVJ:.ߦǮPSIJ9F-Ʀw}g V as0Rss}~`646eΈPRi\o!s[=1/ʤqe,oJJ^%?hHZ,7ڰ{[fR lX0$21jM53STwPl57 Mph?\%-/譌8-/ +[K2t߆x\-8ۯdOCI&mݗ$3zloԦmk^[ B6 H vc*&b=8<ʢW-&ՎWф{A)u&uO.Qۋ.T&;^R` 17y}QMa'TəS1uoVT{ 0KA' #;Pae~7ݕ_  #àR8G1.VڻC'H_ _J>T ۗng11'Q&~^6C]tCa0֫N ;Wnz[ޝ$kIR 3h#{R (rFgO]YO*`QJg*SƠ Q).QKث"q)B ]_a;MsUp)סf[*yvHL;ERGfvz,_w!=ʶJy%7 ǡ]vB z]-Pem$Ad֘%Yֽ&d}yk|!oBLuV7K_E|p@ (oJ%48o-cc 9EWuTh1g5hX֊;10J)1H3[|^a7Iz|"3_4դ霍?S oizD%cwNzi#i wu+_r!TBL&m6졒2`?m?Wڋh%qj#F_c{`2|2;@%&x4(a+=D>'ӤF(H|DnzmoE5LXiE?UЏ ׁu^p"8x!HE??=;O9s)Za Dvwr.[/aQ|wQk̿0e j\lWUOϗ"UoDIyocsj}}W8b-k' 3|ԗBہۗ,dYB2D {Vu#IyDkv<ܰ|B2&W*`e'IfrٝB@ߑ}7Zlވ?ɏxU-֫ zC2| ÎmdM@&-a *xξ73e9 )d"U@cStl= kCkN5~/m8%$ @I*a;#؍+lQ1q1Q}Q &>嬋F> ' poz6EalFڸ: =ܑܧQiEZibfQ<ӎ_z*w/^tXsz$@Ci٫ ̟i bZq}H_#[KKC!oU'Fw,}n5mŵ,ASwceWΗ($ϋ}wͳ~X&f&#fИae}Nݱ5J@q0FDz4&o;Y[ʹ(<ke5.x}+%Լ+z&JOWp~r /.KRh[Ue|'.K'dRm Ze .`T~Ĺa"Df|_ :2݁S)fGEsf#8Top2ed\L5)-OB}@32Z9|Q0r蹔Ɵ ǙpRzZHSTpԪZI*|J{?TXIU*29H^Ģf M40iG=.7s_ (Ż@,yleygN=k0n{: 8koz@VyfL.ɔtd@lKE/t vYhb V.|?\NG^pW;`oSi?8* }3zERٌ..3E[rV,-A;ݾodVޫ\98up@XԼ RIEE'IlSp˻C5$vg̒c:`R}k;f} ʠa)I@#7 =XP|6c?Q b{8?B z/{gWNC/{B#ͲUGT4m7`N')xE2ў[)SK6sq*}㨅(ۏ{PK1[N@oKw.U}c 5&oF^eq)&Zațvm[- UObO~g !v Zp |t|OA /ꃾ6kVpZ4 㳿Dw\Rm.dq=t`}hef4{NRSQz=u; T OUh^{/v| /?{;e<^ l-je" dGUF+cs0_Duޭ$i|Fokq]bm@=9`i;LxqPC`6t, b8kNOzd{9B;>JnTsΊNi(?L!ž@&~6< 秞ch${׻6Νmxnf b.p>-P`SlMڶ Z]u^Ϥ06>jVP A…D`$S ›ҽpg9)[٩=G3R` ϗKk*}htNom w!.ԧH*͑d@JXc8t*T$iBm1 0'UpЇh::M.vOnUp~>vg*X@i7FWj]XH'O^^c%GN)x xx^QM- 1R=Em"Vs}A7ޓއFH̹yòꛨн`*a vf1OOe2k|咅͢rX!4FH}8qGn:`nٛy >Ύ8Rc%LSrJF>TǦTL >PIRvM~h מD!X:8c$F;,xSX.q#bF˪8g7Y!TEQ~b`mpab G@]'oɓ<>XN+|_\-0:kۗE=Pq[E9CrP_JLR풸@{T!)d;LJĹtpb1{YzV@bJ ,n8 yg$9MX 6^iS:E*n2E{qJNS#̟w,MO~6(/j 2!ֳ#>"H!× ֐ kv!>2o('czK ?> MW:TŧԊMPihl:F8漣)]Dg*xث4Uߑѭ:u~6N%օ)AvId $={ɻgGT+儿Hy/ 5␍bmL4ŋ*36v*@ /tXyӜ>- \'s[2~&Љ&bd ʤx),q7m8lxfLU@>x"iD~hu;mG5> yK0R)$ I1%qKӗ1y}Vm[i@ڀr#* YOmb7(Г+:_,= &UmY}?liT{ܡ)1NJI=ٕ3=]b]=J>v}y:UF)zD)׃^PupzR= Я>9C}dV1{O?t+͔$flK y.:˛Y$0Oϴ݇:CtDO3[Yf$RgS m'v?0%ўK4u ˟zQtJ1Eqg^@dLY{jjgO'ts;jK|a:9k.]J2 V^cN2}Ecf~#̵Ou9aZŤF^ t0ѾE 3Pc(`1E!#_)PV`dNc?#nh3Eaq`X,eBzCZMbJ!P)TtjV``]~BY6:5J U+'0tە~ncP#T/ i v8A "hT?3yd~`9LDS? a(ާ.oFU+[#IR`iE8X#b9WEЄ+ J%d\-1'G#w_," "jfͮIJDܿe#IҰs6 <5p bqy C>Z3F&`cDx d x k7.vVx@Y;Ž$t gR hUWƆTTz_B ќCݞp|ȃuj/P{^O~y22AקC?V*9fR_}!(v(ja9(떝Yapzb)_^C$a3!] Q uay8s-9~E%)^OIrt"RשKmP"8stXDO@R#I{ŭ3rv&K.SZК9j A9GE<4.;|>(0Ѕz{4?1I7hJJ|=k_?4#pg@XvԛD!a`=vu&D.2fv _}9X;NNb~n[5}a :2R#"1.l;̫Do ++Ey ֡q*e^5{ uh/*̔sCfjo SF~j c$>_;zU%֚-y-k _ƈu {A/u9 wt۠hu$)?S\@1KTVYwf *p kpwXcƿi8v7y\2Uh #EMuFz9,ӓk|;CKe)(1S%wZL|{lzCfk&j(SzؖŊ8dKT.Ww։yCmd^պ > 3= *Gz|EK=i ݃Y NHZ 9Nr_}Qn#BSC1tu5 l_h{]ZBǤ4m>xT\?w֏U!C?uzЁם&jO-@]WnUў_m=HXPҺ{-~/3#{9-{^FL|Ԇ1/}IY,2g1RXOl ?T^qeSM!ZTE R *]NQ,mcn~"3eg?Cc֓ӏΰz= y r_ ?Q3.ݺAbwcغ8:)y҃ۦܟ-s٩/N3`m;<HQe5eg5VKR~29˥ M)x2oY6 2/-yEXI+KxXJl&6[kU>{|dsp':p ublpړ̃1uE;DR*_I~K/xON>f !d3CcCLף@cZ7~cW (IѼ$r0>jQѭH\Gmz&H'o&-2Hš5tGsV 3- I%q]+܅L:Z'ۡ_ z)>2 W 6˞Abň@b͠ N Jgy) SwW~I9(=)"wa-kNs$:ӂo ֩>/29nR t{O[Gfj!=gMJ8?rO%E|armlp84ZK_IBDŐpaөKfFm..: [bWn4\"s։y"OFvgT؝J3mpPz_ƥOܐ<ڞ+2Sj$w.rI0uohLt|HxEv` +8yW'e-Gf: N2LRMc =;ngLJqc-ݞlo<> uNK M]㘉(+7qxl Nbp?1N'D ~#>L $6Ұ_teE([|Wj!-+z7N QsV!<(|yb|󓔫97kg Us?;O}ni}!UAFv<./\\[ʫYaіŗpQƑтuyӦaSqtҒU/51gQ >}֋ ?w[j}?| ~uPjS\1E^Ux@磴2"s?ep^z#}}[94ҁyҔ %)}_EnRQP2?:*(x<x[G=At9?8;"=X4kd}@ W#}}BZ\lˢz9 >@2p0O^||glDwݏ[0/ Q G. S5gb(T)7yv -j$q.|$3kH a'7N}XAm0+z|Nxre!*Ϭ)"{a!3*._RdMskK}֢dQcmVN[AL5i g: Wt9Lsć!=IgP_x}T7#aύp`\ *X˔\ɷy׭ʆ#LzBIஞ^cF;h.vUm  {阮b=qy1.Ӫo!hd [A%GpBlu\s(ΐ],Gb\RHHK:jAnCuKqf9 HT8(}-(A[SV@_ٚVfTߺ/U<>1K>;B zG靰-ȇgOhp&#:|XcGiƜq?ٓ*kNf6_:vYJ~˞MI&rnp`lk.,ӖglHrU)"iaM@LrQr琿OK kUJiFE h9"(vz׼uFiܲ ʷۗK)UCM\tixsvOu2hE5ppTKm@4P-r-^f7^OxhʣyZBȬ '>l#D|#4 jͽV*{9DOO#>^y,YvQ$#P feE-}@;0N൛_%22r8$aUS g.)K=rQ4µG@]{>(]2cT-z]q4!z_ N²724B}elK͠)Fߑ[n jdHH^qnY'DIrw#UQ_4odDKwW-*M֜Tp+ I䄵&p%PR'1'5EC )C_?sQCIZF1<)48_A!G XZM_V,`77V[+#Lk9ZJG덻t9(Fb\lpӈᵛRia襜z"WWtI[#/Zy`U}>g}!&i%GLUϿ{9 -_S|KmxvF9aPKsﲃd_!^7!bg[?{Swvѡ'O T ϲm-%~l#SCmc-=]K.IS-iuf݉ EڕY&4stFPft F93tMvY]sJ dk*S_*Z '"fb(d}/Tf*z(dؐBtCDka.a.dPrCm_nлtuI:yqg,Wv kグbAW=]pd2~T%Ncmw*L_9`m'70`':Wp,EQ@gs)3r!4]4wpS3֎ِq{hF^<[lo2絭>{8'O,}OL?hwU Ah n}ō%ς.cmN]!*ukJRΥ1QP6@ ^u"1n5fniwx +?8]Xnm9UDT)Mm ?vXq!JE}SbʩKӡc0G>pbhJgu]vcNOB;y=1`Fm2:2q{~LX95ռWdʹ"kBrg߉9R[$Y :4@4 Zض,-V؜ !o7Qc͘]ڱH^HVņXMATZ;q6"m1u?͜?7sM)4"~)m8? tUEc-.ۍzX$̔ Q@;]/0TW|4F ʈȓ )n c*@.+X.UA+mf^ًri`@`I P.-\A-UAأZ4 dX 4;Wf`@أ"_4I07zQt#ao,Pal^6X}ǒ kPR)@NjQ Jɪ[tqTw3V s⇒aVa&bJO .j5[!ۜ,ޙ?ރAŤhPDhS2bf5֔ y(ufq1<lw@S ,f?uv*.eKUulam(aWzBsKD.#zՊ-O 78ex%UxZPv^eW_E,G{v?g0))˨\v5/?nv?X84/~Ӭ$Y&^M W)p^Y}i|j.uM&S0Wk8՟Cow,hh5T9"1^&_\?Ď+8˿Ϝ`s>8WD\sh*סfWď=cS[ܧ'EmnZt)R=bp-kהS!]YŎ)o+Ha_U &j+QkxԹ ïėICSOon ӎ 4<0-f3+irYE_aCK6F:gw솅v3^4wͧ8jDž4;TKvhs_ƕ"eSyr ]{ D쉬Ԟg.X_Cktn5f1y{[bal I?6-͜5C7Zr*'ʱ-IE>[ss.t]9?NJEPisD;iWEͭ!vMɦ(2vR1^T\tTB0~.xA%[sB$'b&e3m;_F[37MyiP0:yp  \8x㥵I+m"5tN[!U){_ۇ#}u@ɷ$46UИ#d{,FV* xO!:Lz,wؑL^:F ,r{~JdvϰĜ4)`aLc!` @@ŃCDXf-U] [q!|E%^HX3OE6K[?׊ۍ$?,G ky0w pSz%YeJ #=޻m=;VF5ɽ]^$ʛI&?>[->%p*5(tӿ! dGd[9?QB?JB{@u ^>z?K/8PE'1W(E"iըvc R&&^H)^`bB+YY*.REʬ7hf#67ƷCnIι':B10blr  sAN*۪\szn׉TA^Ͻ#C xm\Y?IJtʲQarO~b/pIR.0y3Wlzv|{'c;1b8P|Q#ˑ#IK1IGx!|Q 0Ms&4mOT PGbC-oDήcћo_n `p!B72p$! _Q.#qUL[Uހ)YNu?fP8RmVDӂF) .޲jkJHc#H\]v%HC0.B'҉o1oK5[C*T$%'㍍n|\1Vm(NhQ+? Y2zGK] @eBq& VmB2cQa_[lp{Z&Ӛ+Xڄf攲:W$l[ ي謮5Q"oxX'S(9ZG@-[uG2TC//x [a})7S?sX!-Ҹ{)u UM(/ })V9ǥa{*[|Dcdkf"` +lCR)>9sGusH%juk195'#V#^WXxoB^D"` }407m-b):''2`%,j# 10 >DQyF-,X@ T$3 ZnID#d[xǔSFcеMFF}g2Ȥ+5w&5KJ2]HR:H[+RWH"J!A99bq،nbf׵ ^}1jQTCxEurG"/vmvGcpTA͢}M"3J#+7;:7M,Q\,N-KnugߏMS]HG4}%_g\n;gh߼ V"ZGhjDc?1)hVlo-shJaYNlz3_ p? f:nMV!ʜHԕܒ<.%m|hÜ"DD14F4:uOEZAS"P @SL[9u OQmdbcϕck|l<…E` -zf+%g#σ-ܑ>MlwA^yK RI:ii b9̌`_ğ9D}ݷ3bh{w&+p=Gdd_%` -kR+Y0 ZsJUpɞjNqX0=lm]&Մy<i*7Bdj 1ܧ.D)L%l(fv z"h5b#LPҧZ;Oӕ_'!ǘOLa-@=9Sжb3LVyEN8 F-z_rpۋ 9?h3 n#_fAU _Z SȧezOŘQLb0aӁHm:zBE,-'Vx0f^uXP;l(Hy7 F(Cj`A!Mtd|o1$1&BAz[Zhs0284 @:6IÉ4a8WA U8cx|Z$K~Eg;-Ñi5:8`2G$O;ojBYm 4:*ל9/ "zUGƼD\Ap*Z-ds`.rz]@Tyf+IH,[)RԈ XjC);:5QnZJ~:հљL~:j~ Ue蕓DJ*gݤs&Eu䶓JH ~ܣa-.-h,=2l7;wc ȱūqG a OJº 7܋(&##Du: +PP K9Lʣ:Gk"˭,{Hu+`ʄϭpoy#])DvʹxmnGU S+cM X Q]=Ƅq-S8<E1xJaE8F{$S+%yDB)Hb:5˷!e+Vz?/$C=5هmvy^ o:+ _% M"vS%tSM,Tk &6gn foޯ>~6cV|٤rG@KNԣZh ձ:x&b uC4ekl_^wF0S<#?Cb,oP@@jv7Q3b8ɥGߚ"Q^b nH8ݰ<(ܨVPDVmd(d՛V1?%Lomi4N&{2>b>vBZ>j;:((JF3~S-dK("pEM̛D`XG5n0 ׬b*+W¸SL2GFqMWkuӕWO"jTBwjdf oJ'+) @jI7%ٲD 0>ܓQ:N EU03!u*ǑtsKm]zK{R,;ީ)"GL##$:xNXuث(þ66`ʧ9FF,^ a'7]zF:#mA'0D.ۋ9ce2'cJ(N* '8C<`!zE޴#ch]F-X9l$t4MHg.Y֍i@LUmJ(OaUb;ʯxyM(V 4f;0(&>m:<8nCD,1xbҭwYs Q6rn`!uobl&eb~Ap"svOVz|2Mr$v`1(8(ӢW:KW҈'A!^͇uAǬf?K|rԄ ?3mZuK=4cazBX[ ;`%j* ݬ#/ldB2tP2 [B";`ҎC{IFgNZo.Gj X(tV-VXe]MNk}[CckRh|SnjLkެAjRiӮ؎etrti: !۟`NU,( ?1Ґ1')mOf|~F;jt=Fbc2#蟕_4?g, pےʊb7REc";(XQtv'2W]s ޓTnnd$97@Q1 ŒC|J~](;6Q q"@@Krc~[AWoP<쐛 u^%;=gMN`y Iؐ:;&>d$[0_S(M6r.Z=桋mтa., 1h5>jALA|/(]vevQbQI-STi"{#R{7 F,6e";1&!8Wi{tA8!WUAXOe$93%  m\ln@k`ZAnDp+5It|յzhi"gvشm%D-8T?6ߝn vS/^1|>Z?䟇0@ֻD4:1]CA vz C`&x| [F_>1,(Ȓz")ɉW Qw2züj0NpPV,Nv5k@ҡlz,XZ `#!4юwD@M@CH!ym?k5@a:jt*VeSR1:]7PTҚJEIPfN{!ccĔڵ[a- mF\Lu?FI8O[KdX\V[e Zb= Dk È8< agyer#\k#L? %Ymwl)뚫[Q]\ʣ՚0wNJz- 9`vmv7o2oxsè~Z6xHRIէ E;q@XB1%X 9I;Mw7MTA״CbrSHX!LđiN r<*8jSIP8˻RDN+kP:(&#}S)r?=+\V9tVᑣ5Mx!.2#ph [-s8?#m6}Gx1rhPXX_`M(&M|` Jw~MgTv5FIS obMAh"6 J !yRt= Dd7CMzLKHzDP]%p+hz5g sߐ!H>yvtyz8АтdR 1HfH<^u6vzAk'@\alN&/lq0%$2>O*_dDhyʈ%yFAOdrB{q~*8|mޮVŬQ;>guc: s铀^f;y3u{ۍV`ܫE%+|%LAw&Ŏ$?ٲwa?C3wq5usڬGjЕMN[T>1 [ED,]ϙ%xE8 6tyz s\tJY/:@,JQ3/*fSkQA B*XEM2`zzf_phhB;흾~n֜ F%?~fuWE8Z ۬.YL۶VQ]cR|qӈQP5ބlڜI"(d`C ٹy3stf<7Αc >g*d&LIzR,8ѿAQnvz]#pm2Q.(# V$2j[fˌLAPbjPֹ`0Q'|]بV_uEaT܂<.İP)WTݨzOY^g9u@2&%1h֨v*v߳祅& PgfC'A-)ܯJ8~N>1o;TRH646 VAV;w<-7zDʽ eP.a']+|ӏ@$u %iޯIjRB?13>: x!f?x e!֟\gbG]^I'`(44 P9aj{ ԅG:ea6/~'e#J2YӆyM . Fjg/AFg2` CWT4FANNijԛԽ04iht P~i½yB̥${~P-l6/JT[k &gTm>ӀEGpW3 .k_.+^;_[XVp*%Y\FgWZz¤çc.*t[0 Jva]9v^nv0 |YKI<䇰бD: aq1n}ᥟaRxSf%ꙵ !?WWڋ}ډT~S "*cqk7D_(pc3G;ԌQtUY' I<|8$ZmJH$bǵSM0Iw|nHp6v.HzA6bmVb `ޗJsn`<) 8LmGrM˄?F)t.+(#9ӐiJ/ ]<ͷ&G Ԕk cF uG:yWg"R-*TpXrWngպtsHR5/bIm獧y rt3RϘrMsUƕt]Mre]Oceq&9JUzB4rE8tOsqTEWu#XBK]r/{Wviqe㥱wr`dsGsQSDf|>&C<zNIt" ExGG&S. )3 ¢^$wj=~OiЙCSziҸ,M*fV3BPcYwoƵD}4"kB ?HjyU9`]pOR=7Kd{ 0Ɔ[؝#("P dSY\tGu^Ft.F\ X-4NLBr ;tXZF@pC]LܐߔG4,d/!JI1IWݕJğ;"4Yku?S.aZՑ\y$?՚й>T\a-{L5{Ewt<ZR ( - M;Q 9#,0ĵ\=[m)H~֙8UPWM/Pn30i雪,OovMLm9/Sļƾ $t G#l4VwTHMq1f5:6H$0UEvC2WZ@dMX0?l y/LJM~tya!!};§i8>DL% 춝ǘ_yciPSkk'nj*++゙=귂ЮXPV}T*U n[fj=&ix"BB*F;B"+M0_ċKq}q M{HG7fG߰3#PF]dRAұ}`_w_&eƋL צ/TUYh7Ng.f7?H.Iehj=1KW`z(WL ӯ Kw*S`V1zR> ?Nk@<ʈ-`͉9t$XȮE0X_:vrǖR-B$o4>Nfu "a%P h}Zk Cc<>7l\~[{-i+1g IBJxut[ rRUZ䏺; \;WO?1*tBE R>8VïsgkigC5cW-c 7=i:r06ȼb-@mGIT@B'fuaJH|I'[ͮd 1ҽt0'6&ob0&];}tSm[异7nNV&߽lP짤 y-ffza~k'!aז+{u*gM'vY%ί'QGH|2aܯ`z#1Ck}B;l<#*D*mn΁[) М A`,>t&YwL2-ܼcI`@ գ$͢NIt:E6=?yU{@dAN.2 LYU-3?}LY@0t{8'a"ȘC>a3m]TF5U0&gBB4{Q !fäMߎM,=g'Jr+P. G[; Ǥ ϼ/e};zsR.*g'Y(mQqf'~٩DK,Utz6CB?B|{~ K 0 BEgUFc4RjK((?ZC xPJPקlq1xKwMO&b'a u/e5tSN$\2ayp؋5P8{@&~bR/d똲W;h@j mțk_ W %'daOZHf%Jz4!GW Şz?pH]1tDvplˆ҄b? ;L&K[O3WO+&)EP S02g1IPS7ɉ,nGot@xl'Q3;T0 W\{Tg}*']Rei4B6VTx* PSs%T=ےȪɵ f}S+'gřQ~zfHa_JY%V@NW~ae*ol_VEDby%H4Щ_䐅_wY4!'Ij}s&p(Lka2l)vV"qn;\hΏwWx@pf +N) dh?Hh'h|4_I 'QL?)Eݭn% j°~/C7$S>7iG1*Xl[?(l`ЙMе>S[EiO+ʻpL]r8KMۯ7P+W@`=XJU2F;,P S4 >Ԍ7"{7d/CP$)^>JR:Ă,6S"wt?& }ُ܁8ƈWR2,ƐH+vKeu蛅<[yu(:Ieᕥ^12KKowD<6[ uf/M8ĈX<<1t 5F`o;)Ֆk٘K}?髎c~@jin_QToL;|3(Y~bȐrkm1]ERֶ h*%F{1[5;bw҅AF>O .!zyb[.AG|je`gD UYEMQ]QCOg0h?vD{`Ѷۄ=& Mj8ݣ譖@&Gb9VkȥaVF a:ظu5ȍ#q27U4kM Ήb=j^1_">bԺ99Gc{]Yk s:lFI YC чrj -^ Bgpp9 \2)A>tlZBjlfP?4鸄 APXf N˸:1mo.S4{ǩs+%]Otߍ!WٖW!CY;WGGagxVgߙA\Vi6].{{ )d,$I$ULK%V6yaxɁ5A*K=+$K*dO)bd*d\߫&6;~D?j);8*煀l1w=TtcO|R 5<}1#բHc* \1tt%X1S8cYF8mA+Gg'/DfQhޕlrQ-i6Ý, .k'6e}זGݎkz蜹! .6by'[2_-㏌L?'Ji!䜂VlcytF^gqX} 7\UXa[a뛐gat؅{s6@#lOo}*"([2H=0he3&ǰ؍c?0PJ%mjF˱+m<νv;c6xY=!ҹ5]qՆiUOVj.SHlh#F4yЂf8a!F/>BD4m#ShRv?NJ^w<]c|@˻{8'QC*6IwenW!.}یfW"rCkκ0۾@ 4g腹xv5 E~_L]1]w`6? ,90"LWRUA5B=@|^9 f?VgM_$ާd?/;ݦj{pԎƋfƺF6]EJ*8"rk֌Es|_m,gV 8 XnjXl&G|yutK~V]gM4-g2{;lD \ء2$^GRPQn|ca>*o,!$WeU;M]4q&>8 "Mg{;/fI1ݰc=xhy;|'*KUK:y1ic+#=+qP?-UQN:1aO|}JK*\rYZ^ÎqdwͲaԮ }[>Eg>23o,eI̎2:5Ҹ:8|\X,ok_Q=Ghd@3L}ٖv) ffzۘӻR pS'ǛCY qqšo3(9A=uC5m$f(^~>|Jtg'*v,g)WИjzE}{61@ga_ft2t:(;JdoE~۝%IR6IL%=V;Lqh{LxaŃ?őTUL{lXa3W KLU B5&m2NmCe`zD-pVkȁ~WQV[_ SE5 _ \A9f]#$waKSBK3~є6JnSG^YyeЦk52o2]U1j,^׶Չ>/H?a3 #Q@?^f^ĵg-y3f/(o+$ hDʇ#YmغI_'uz[|}/V5 Ou;xQ?jxv؏dN}8LFMc&LoVr X tI'{w5Sf晴H#v4 X4 3@A ^գӏ%) aìf=Q_?E*uhU#^CR$^d{w]WLYp\2`I"^Bla9ɭQbT);~]x^ᣍ"KWTscXgc!.Oy?,t;dXIo,"icg pݟf`Ԭ?Fczj[F$u_8>&qNxc=hd B~G =e-n ) ^o{bDa*z<6[zGQJT䐓~ =C-d3x sr Jq'03 Nؾ kK&a-_@kBL n ]Ô1ݯtE~~m_ȼQ}"v_B)ae8Qf~vz3mߠ(IG[ 9#N]5')rAaRh*_ 9m}Zj,f:R2kMq Ȼ|":7gHI?N0s ? 6=4/4 !oEn`;01b@IᤞPbb4n^\)3VcDL!Tk1/P H˧0;EWyf)8P'=r)2E KH|5?_WQ۩Rd^CMhO_!t;؂eُK/Cp6L>zcMѦS46 WmHŹSn,y g꦳Iޖ?.{1XAEM18&yvu͕oJ_'o|z[&z:>aVN#BEiV@R6$L\fQ 'vOqzG_hcX{/I*9山MÎKZe5UOf:&H?SDөsnvtDNi$[Q̝ x_a߮yZO }(rVv";bt*']{!/S{N _xAPIj:!@;6o[Z]lz89O\  z6oǖFWt&c#xiQAކS~W荋>lpb>(.qi4ɭKu8QxiT~.g%2w'cKdmZje Ue^va' #j]Ж@e&b9Ž(q k>W{TA@16r44L.? IA3nj=XH~aN:qySB/|Gp@ Po/3 %10( -b&zG⹐D IK-&~)m4̥.nC~%;k{Ca΀ŏ\Ł9%kP"'\[*9=it\'F?DGus lOy9;:UDڱ"5UXe@i L2#WX6(̅%(,瘽wA2O\->4;F8$W;ݿDڔ~6]\R^(wFQ9 'va(iC A=Co xtERGFj땛'V{;VMw I%LQycȻa79+, /iWR4dȹ"9 XI}g5V.QRWMOyY{1)>IXK H%̑x݋N(%@Q6FoAM{Ē\+Ƶ\n}t~`uҵ6JɌny?_ 8(OW pI۩zGuY 5Z;agߝD[ :c"Iõ }zZh#V; O!ˑ!Bxtk%h6}ǼF)"@3 7%:\Є0伨]Qw\®wA/nn*Z:ÕgڸF|vwrn(sދuE#c:kfʨ#\'ɔU2s%/) ˑ2r#0^1 s9*v/UlKEl?}t,g]kC"%&[5X-+B _2VkTw$Wc`ӋfH+Eo b(8rt8rm%gt[FG<?m:{H*I?N;z^bD@)sOKʂ7IÒ;1?;wLwQE _zwXq/t?~j;P-V$ fV<0ZZ We#F!U5T=)/-|A`k: QU_mܹxd<^-RX9voyMxIlQZձnHwךןrQ^q@vQK;5ťUL8y@Hs-=f/YZ]6)akMNc+le[Ԉ =>n˨\'H0.fǺj\lGD"9fq9~xG:F|^e>gT/U(={xJxpk VwlWhՉYli@P0 ~-s$M{RQHhgnpjE0avUu=LZLy8UOR^kNr8+%%*ktjEy7ØLSfo&'A0FX0y=i/V^WOY;KD,ܶC tKF{&=w-`9]ϋLdbEwxǐ;-j.sʯ^pM_M{vOO(JR혢٭Ay˔nVL҆ 8߄*9齆kʼn3L;[ר#&ʅIv-[&D1::&a37ffA3TI<'kEBً0;W( =bnT0Z-1 E;.UXtCTk]\œE Mkz7\71>vjC6O*D Kaw7#&a{/粀}1qJBfCZ`}i3X/ 42HmMz TNrT٭adyy>GOhsͲQgZ0lLdwԳfW9Ue]yW3x4dyp٠O_B$e{DKl(0h;)LEmW>tMMI1n~yN,v:u>dTR}FZq1KjOb⥗AH[cJM@j($y|[1_% UNel \!S zCvQ*n_Ui*ͽo,M@y 8Gqӵ"2'h5= v@mX-*6W?]c>н*{YMױI4_Rä xَ">HF}ˢ:.A:V/Hق% g@3`1(:CA:?r򭃚}rG#5w S0Yn;u"?6Zpw]m5+r4=W_ 0ir44Bڥ&k-x/y*z1k0[ܸ!!rD,BhN( P$]ԎhnL+$+\;{E}VBH`Ryi9 r)x9, dúiOD_ b$NK#YH^ xl'Lahm&^a( YZzwMoIjK~ ' J;^[ldbV啄JCP[reB bxeƂ4_0H*poJPuQ$\QoGo 7}bIژh=1@M# WMŐMLP+o|[}ԘCӫ榰0C-/6!.=%76Ȫj[L^!pLxoFEiiCQQcbQ嗇 hG]RaºVg-F;hӒW?⏬? L`yl;-lK:qaVHIBP4|SհyˁhϹ$&.L\UŌ_ɸ34U/}53| ˥z_`zx>=N}_E :^GpvM̝yw"rƯfF3X\jf +; d}+(MQ)g|@~뛳_{ܚ~k\ #cS"ۿ ozzz$ǩc;vC\Foeg̦D$U|N{虺 x3 hD#$G˿\m0\%*?Xm`߰u6ul2ucqG ! iywAnQӇ%⸇пP 3PFH'}xAQ>`L ]ODYmv RzS[Qyez=U}w|c7E[r;+j?6'yl]ARӃ s{>"ׁjzDzc :PgfI{ą_ YŒH,^ǜci5–m/4B`uާ Y)Wrf6fk]| ɬZ@;c[RЈ)غhkwpvh}_鼍34rjk8Ulz㹂)O 6ձ=E:LNj`h-E!܈VT֦qɂ.]MLhu7҃EBQLK&s6 ]6v9C T/ύg"$kV )Nj.nH=-FDR{V**.j@9 y>JBne[F5S"b*ה.O?r.1zr0A%JM;!lJdufr)wBa::c}[lWtwNH?gZF $đ+w?yfrZ}-\䍥[o-Vf>&xpNdI3T]S&~m8B h xб4Ekq'GOi!G.6ڕBa4!rL謹~oǑG^1CA%J ,w1)c63 5?~Csz^ӛ>wCq8+bk΅5ݱ͸&Q6;qŵ;*|,O{L$,20r'%#V.t IJ)q1}^ߢZ ߽|\6NkF%ޑƵy#0N3 rsvsZx7?N߷7' `8$u?ni3;'w77& E6`_c [F dJ$pG lh֗P47 I;2ZR۷CGvBA LѦ{7oH6MYa'L mL8O7hϪY5J2haF:UYm+Ur,ٟڂ*f#4/I  ]#4&xjGȳ{[,VMyD1DVD'4} վx]a)9zywсoMDQnA*)qhh|X3 QXaєFO)ZK@򒇪\R֥db([vz\r~M=?|nsV&`OwxpoIxvHG㈊kٷ5})$~̰%Hxc!<*v݆!pH[`l˖;dz߈нJ.Q& sXDDo:09#if)< 70HBꅍ4.S Tǁ Q2x,&޻ 7)&)d$d^S4)N&@КZo8UNl3AGTYVnb_2FwDoL8o[,q Cs3p?^`ɒ=K=ӝfWl ח}c줾T̥E$ flKWXN,n|׹y(Dw>#eH*'/;na!}lf3WN!mgstiI4ov7\$Ky!xr܈J:xD%ml]Y8Cf>"tUJ1TE/߆-ް595~nCh36ҭꫨ *YEDy?Iqْlfyq@[#ߥͭ2*"<9-7Pz,gJRG-H>CmX?ak룪Hwɧ`ؿ}x:}+yt#b ]DE(k`$:N&wos*~MXBY Im?9(G\Y@>h&Z$]*>FFZ,&EPZDT;0>N뚗c>HpnN0_QwhZcj%873LDj1m0B곣F4#dvИb,n.|{K2.ԎbE]Ԁ@|sE`7\҉)I\2gڬ*FO<.uzҶh%|zBt0MOe/M=LV? [yOH"(XE9 B[BʒzO9ˊ ~7kEA fKuebh@ ?/1J4IW@p>QS$h_ ۚ~Qm-eƭW.O^"MlmkNi]&#NmqgDnon6-* ]M2ؐ 9oZ;sGMmֲ1(,i:;Myvhΰ PZs)GK)OpŜp!/YvsCb̴(K#B#*>"XFj8|q>j>HBׄQb&Y rڰ!nګ$ŐvpO+hp"c8@g*X7#@nˆDZ\,uzN^l%(GY%/2݊bDHla1QdH"IwhԟȷTbׯJ!2 '-KRb饏1ԗgGID.*OZ|yKT.S;p8divqi @!C@YE~yg%tay8*2'Lex8Mc㦘QoxLU֟a##; EOfGkv#ᗁ$ˠt8d✜v`yl]yj(y7(Fri눜^\(rRhOD؉6½8y AeU}%hE4^D2 {W˫z8"gZ8be^E6iU1OH]Z!P gi>: sUmη8Q a(mdpQc2W`:'' {LKks`.f< h)j1'EMfGv-&ys% Ѳ\Qpuͷt鰌.^Ո6 Yʭ?ta9Աڍ8}jN^n;ߴlWתּ<BwCf"JɶΛ&zr5d!'B'v(WBab<6glͧ_d̸we7g9ܼ|  O?aCVi!%I/hAK{7(ʋ6*l@O"'tHhͷ}%4wnP!>뤼.M`=|QvS||Vgok5O a'ď&"TЩ`;벛5袄 D*ۉ8l6;пo+DN+jmMs o/(nSmlLѐnWSY@J6NS*ˉr~8m~#kv^7rYNjXq)64uIoyx&`NQ!j^LK [aLލVܫ+Q9m~iY_=xE{€ë)w! ԛ2p\?wx723#$C`{eiߝ8CXR43 ›-+e=^gF R6Z;xu?'QYoJAK{g s7C2kZG3T(7s&@vמцCo͒:`ʖ.N M ,?v=q*xPEd8q =T[~|?&Ci1(?F-6.@{Z>mn?w3- ` -sib.:^Z}p" GȏlL}|M ۫{Is H\*nA^6^;R>rg~_| -C 9WXN҇X^ɝ\"s֋--Lk;0CYim?;ga)&ʊPqb),e [ e?\M|GfβJ.R6NhB6zzlbCgU*J;<+}-4 :q y}h}{|2+I$`ZE0+-29~Q L_lK"Gk?خ(觟f8"+n !?fIԉ[3$aC3Y.84!M )' _ ʙjYXΠDM[Le JejoM/2d_U?\h A<}k?ql4*t)e{vϿt Be)ׇU8RSRhTe>X>ߌg5F5B*l+iB튑)|tgx}Gvo +\L~rAYvKWUsNϼ Qph,t"06Qקn VâҰkn 9Pp0@mA )9texzB=@׭qG7) ',wmYwM7+jDĤ>rYAn?- 5aqy( )n˃e fۥD gHt2jH;qLmb+g7mRuxXuX)9 \d!P22L9K|N 4)aS6Jslxn?:^I lY@%l0Jr+f3PFX[&y5{(k"~='w3=X @umq+LYC,_#'XJR ;ni^fjF7ɩ!OJŅ,K}⛱IZ4W!F:F{SZۆ y5@+Bu)N[ro!ow 2_t)(v:se;9?Sl=\M:XܮG쪶_YTRٕK"Y.Q QW?,ŏBuT(j4NNAdޥPE `pSS_P) W'ﯗցNǎ[BuF<Ib֒c!)Ӵl[;J-J<ի7:n7ж25`s8Ȗ, :*jM,YW"ß59XtH^^]sCyiQ˶iׅ[ !A`x:#5S

u2, R4PajdOvIC0핢QB':x6⍂Rкr01w|5K!'v[:Ʊ*\hZ2.m.*죄\A R$h'^H q[Pk{-qB[mE\.yGZ\BFdJџN%9txy*iPqUa.~>Q.˂+|0zxDs#ȉ_qߞ5&jjj!Y8gN~Lc'n[%8vʖ9J܂ kf[~P.xնkGE';A)'LU o L.lih`nN}8XA?jq6?e&|hn ֟o.]ѯ;1D<RY.Dѣ;ø>*MgR\DHŌ.DtՀ{ r?]^rؙ.Ԋm@'3#L_,*n>VSL4VgaMb% qMf廢}DvdfH9&GS$WMc0\5d0VK7O{jbV}caY#EʹoT@8gyS6z뗟dޜ08#e˕뎑EZY@sޚsOpy L7Gÿh4JNL\>G gYBr[{Kv?]Î%~~x I4 *]]Ƙc ȃ嗶H߸tJnГ6i[d" AHi\2 PA`QBw]C\ՔM#-\N$L )j#?հIez%!+!#F I(=Und$ܕ^ {aq&>,?|ؗ^: 4ojF;Ze<8dJ|%;6&3ANeRj|Cem_3W{} @WQrܢQo脇̓L1+WLp+ #xȒbǃS>5:dBHVOhGD9pVz/J+®ѫ`Pu/:Ⱥݘ~g]mHC"r':7MWd}JLqoH}u܆Ny_f&|+@pS_@G9Y-H,&zpHj"Њ;iZrv9׼Dž 1 37O^jzt-MvָO=Xݪ`ώ>(Lp[0(c{t4Mϋ~QDټ` R'n%A 3"qPg8'T|/EuILwGk:Rtم;ﭳʇ^(L&M4M7/eɵ̭P׹$M "'RԣVr.d(38%0Q!>GWP7!]ɲEh'!瀚3z#Y#$Ζti2[IJv|uRɃqѾ+BPҪ*R^kS 9|C3q?t[:"U ?FBVh'( %mJ϶M`kVw6zMS3Հ|$~L>(ëk(?^):ee|43t) K7U1S{t69-&kR|\uLSg`Okf_CړR?=sRA Ci2+F`#Fqgܜxw΢}D6i b1Q wG^}LP yaАRI> BaM}I'po33ƪw@FwKT"ږ6G/ϖThIj/J S /'q8fRVYv}4/ߦg=@EKr rzypרX QV;uܒKlÏN`XOfr'|U'pe9".'hEQtOq|Oͺ/-;[ KUQLRO05x0UZ(Ue،|!9barq<8%dG@#]~;lbÁ=|eܡR#LAUX>M_Hz )Ċif !N:IzT5d.GHFܴ3_p\&@G.Ȼ$ÓYܻ!' ]X5 E%h ޷WI\"6Xо#ǽHCӲWpRU'AZ+"sc*E^VR8Y%$92<򈟨9]Bk䞴|Ef3]EG0Q%V)5Ec1{[+Z69 5G墵Y#g&)Ӎ c7.sFlZ΂.F9hM,u˕$AObRIj?ڧ47O8%テC{|bZ;$۹:ةmu&F.3C*l=x4"vcB'O!8׍!nrnXL imK¨!I yo<7Jm.ik߭U TB]lc4,&o=9(D+OL&46ںk+˦!IA ዓf%9f+gΉy,pC>]WpvNvjyo,*wO5Ma^u_\|I<ւN U<~K07aiQXŠźPɺ#*|/ՇQ¡Y0:5P]Wn] M'_kkO-G+:$b0 B͕92e}^jԼɷ5>ܘli=p?IqPo$O¬j IU/x.`+H?rX2'a-#t;Oi]n|>6c]ԭi" Fw] ZEؘlT1dg㕐_ߌk__2.7 ِ+^37vI-hB(X0ЍmҐ.SxAGesa}B-Z=͋c^Y4#"D<ڎITE{8zfJ }B_G;HkA],V{iu#qyhEv C\(}ȆnI.wP^*P)כ1 e  njZ4@7\%dNnAjYuɼ$cGkZ}M\yw}u2\U#x5%1MZue'uAZRi]h'4wvl"ŢkEdI;t&Q]Cl7} ᥃=\}L Y$ JM\R%?:C'*c<Dp-Nd]>ԂP)%T& x_FH'h:)XQ>*áo}";ѬTisxsIK%Ϫ;cDBnc%066ĄeZb GJ+J=ZcUOk\0Z%T}'3hzd +(F23  |W)MWX+"ğ2W='ҡvmS뮼N^ZX۸P[@>) -&[ k z/򧗺 JKߣi8YB?1/f?TI$35c#:U^I"YS8 =;) -tP:Z wKaB`\h+'GB?ObL\̈́U8Eu97Xֺ;*^&d`,Vgl|[ĭj̭ g0WYH2-{!J)yZc~Uic%ifq i,|*w/N? 4 ghNVOm~Lyj@>i^nV܎KI?i< ;p"uGvf ZhfZs%1K/@ V#ǙQ C֪`4lfWՃVK3HvK4擻>_!9jW=?X2=DzLlH sS`oIc%Cd?ӻVN&h)'Կ[s1JqJwΕ=9ѳ϶}scpfwC8@Qrllˇ,Þך3R^ ?5^l->_6&%_@%OlIN[.{:-g)gM|?S9 ^zdS,}BB%]3f ٹ)}Ke/U]8x$4or(T6 <'#*0@"`陫ݗz(=YЉeK"tjcN:i,W?;h&7X<_= Ie '.~jn'ET B"0Bzw=$z-U0TkXڃnI@20 Vg$lOvؖ)QdC, !^L E~Y@-l -i41CH Jt^zOxvz-ᅠ*ݏ<]=,Л;u144[DiDՃUo8$q}E;9?.ègDA.Z&dF9piD`Pqm2ڑwBՈ)  ^`yCMpu$'ZS_RB+iB4W?%;2]pf8Jv*H [.T(@z 3*~mo"+vF=c-AzN*ZNHk^u;𻆸Q1s(@N'VDXPYhhBV~iZa!<1A'u{}i 1( MkV"|ج 2MP[AeeKN%5UJ^qTVrlJ z9IPr-o۝5RPU =/22N߭k\I2X| hIӚZ$ÏV#BIz'`mX?t'Lj>IrDɦwL5SG&G5bgehUF*N +*Y ;0 ~>t~l˗5J bE~Ų{u*S 4Ox\fGxtiWg7huhBVF4 b1Umjߵ~9Ik_E*ΕӘm/袜Zh [3=*x\z(q$\|` FU͡HK .ykR hL% Q+x+g+nUG\#Px,3@qk*)2TSsU=#1ո27Z;КyISP-!t'1:Mߊp)5l4 9q)!6ȕ00/1ELLSNXC4O~c0VE5qMGm ֍B;:Uͱ+<ꋘ{)Voޟ!:G ?>C yˑW䊧p;o3N~l(l4HZik$z_:a)%C$ oۭ3ٞ_]k, _ϮN 9ao!%@Ao%g.>-MbȸWY%h 4C4\Jڇ+[Q/t_PX渵[{ɴ!Ɠct'ʋCx>b6o-YTZa*Cz:pSݕ[ԗLW~AW7yϜbwuLdE ?-giQ?ʩLaFANmcQohB"y;,w+9#MĥL8Mr6&F߄^h1[Aˮ29PtȪg)m^6I푔3 -5x Fza=t WZV Ϋb>wtewY|"ݟSTb]Z1p" h|_?vDtŲ LV˥XvMltt\PN-ŋӄRM{Qn il<^- s/9Lvn9(R"p1!0hЮZ7ˊ'g)mznJnP,W7b!FdŃ-sHq9F9=_J5(~MZcM,Dg{c$@A+}2u,W8jg]WVEx^cEPb;p,_2 D5^VR?&tu ɬ惈؋ZdzzV}n k/mF:|$2"։vB"c *nsIvVybJca3ުsunBJhGsE;_uAg0**PKSo Ys;h!3<5Ԉpu6gr_L7ռ0n( '^[UDlv"I!$qar~QB`kQ JlRF|7 d"o HUF 鷸$'شߍǨ|-ݠoVgJhj/>{gkF9x85Ac SޜB˺Su!~~)^4<6ii8RxV>6v5 u}2;t/D 8vz!Ci h}iWwmMqXo\S:uJbA❋ ֔@g`A^yFGBS2CH@LǽD߯cxL]mz1cuJO.A'cÑ$QoMef[jDFZ@A^*ݴl""+WaKାwj0H?SF0nTG!hIՑ2 `¿<( a>.!mn?{A7,윪?|xئ=R Ҫ~Gr1$CFbzS,>JyzJ =T4li1H.Wf2Fa}gRV6pV"1ؐ jB9sEp᫶j y\/< Ypb>w]P^&W<`Coz.eM'D EUĵHޟ=ʄ7LL5w8?S,&DI@C EB،XƕgCa 4% "Ngq mJa099E#ܓ@;TrPZ\Ԫ1UYm_g4<&/$ɲ v]&B{E I].EU 9;#9[b?Շ-tavv!Rk2}R{()~|қ/=%{LX% >B^L(7n^ b]8虾d3u:E u5|q!f"Lf0ns! f^4H4[CKpأ8ȚJ^ʽdbKP0ۦ@[On#TDW%r5 jW+H&hmaA+Zd=q&XgI+) (GD7Q!/ߦ248v&qykt;S7ʅ&r:8]Y ۇzAb:9W#\=t^~(YL>}2\to$p5%BϢO8{4Fɸư9lm~*1eܞiS`s)QcFKsT@5;?]\ERWsMvC<ϓ7-Rbun*SCd&o۵AF%Δ'#&x>„NPm޸Intn2?ErgC~,Hy5f39Cܺ.]{۰&#f/\Śi8jL2?C1ݡWeQ֏IWqo:KSN]Q{^rȝ}+΃N:AS޻dқ Ϳx!>@h6WIjq/F/M+A  &UR 9]]pQvЁHĉ<>17e'"}# wȪȶp(|Wʲvou{>q5x p+cZ7 V|=f>#D 7$e(hAK+Em8glU{+E_lr1S0Yi2{cDcD`2R{GWWGFM);K+ٕ= ߼ NrREu>WFeq%_x?̪CťTv Aڌ}!wk ]wu /^gm9 yޱ.WhRZY zZ1;V.9%~< > b o?EH0 1r Wȑ|Q02Gl7ڌ! 2a_K{)MsU?E !r"2vR)ap%9V^,mxXho~ag[ nXOVëBg NqdC@M@-9A>$e̽,E-][6Y kǗcap%6Ώx#"~m{D"3n`YT#}2.1T rUVϬj ~\ufBػXvwWlkuycO#̙M!}&&l/ R~3d zH9Ϋuuj?YJcK7p,+Z 깯xwt@Arq* !—x젽i[%pH3\ jis/(HO2ڸ~z~hi6s/IHH;,MS-eR誆%N$Ѿ :'s&] kpvl7.W6% y\Mx;C_J_T؄J>̐7%H٘صə>2kM_O`S$B`)ʼ/Z58kdK\}&L1hU 0ȶQ O P"a]8=?x?"33xO<#14L=7YKW{/ݷǀ`e] -I$꼲xzQKuXaŤGrQ䮯ԡoI<0y 7GW9'-_ҵv~ǖ7%$$X`wK L-ܑF2f5Qsn:?;*FQx#u"4ͺ`OpO۔lk<^B)s__Bt|HW3kò\BC,מuv[~)8T+_,a[vS3B-Baط &:ѻZE!S;IAr`@hAw⤥<0N̘]l wn,u#!3QV;!'0@S+G6¸"Qcہ,hܵ\t#=VN7i̗ &^RQI0%!o,TRFiv1#Peb"iNӽ?ڟ ߤӝ`bl35Iۜ\,S.,-=2?=6Z1s຀9nOȪ`7u@,X~z[O^}Zw>rVA H=5Cn=rLazv'VP]Z>P(+Zc[Ӱ`e5 G쳉K N݁E._#՝O?HG@8L `څ*@z3溢ߑjuA}eWkشOnŠa*,s D|& +@% n\ &#)4'>"Fhݐ_+T k_{#T|~10ʊS3*wF7 cF! +{#kLWbpof5klxy vb{a߫HDt鶫%&f1QfZz9$&犾)zqnk\st.1 ڋSN qeB$M#lqԕ*"ǂ,}r .Մzo~m.n_hr=Xp$d\L/)A]oDa,rl!@ _VY7Hw'<˗i c uflI4;ogvŷG!}8dyYZMv3҅ÓR3a GZ/_/CïY8v׹xWN92/}5[}4L7l ؎#!;|ɰT_{"Nݿ26 4“e jNoT5Q |FYIFF!? i:ybUukIn{25nuRb(8yāŀTM8ީ*Wq)cʮoi\\Adڷ;p-;#CF MvkurEQALFs[Ɍ@&Yt;뻚_QCˆ=2}+Te,6?-D }F'Ar;+/@ |jX{H?K=g C@K?C|OxR;޹S5Ra+hr/(/|2LK΢e~$*t*\B+RB+:ςzXFrB,kn;P,'n fخ5a/CWH1+x˿XiLc(,yRG4BNqN&C cL@2zkU0[erRѾΠ๭|mmk]w= (& fX˕7P`݂{ tmĮ4pnixLޘq?ΔiթgZ& 1ǚ@yyxˡkP1Zy޵a d<';yzhN@OwCY;9%n79I~ǖ|;Wt3߁Ǒri~_\R9w'ݖ;8&]YutE,*meHR.T.OB`s{ƞjrƪx/$Y]KW1-g?mٿi='dR,=p/v{#g$]*p|K^xgU@\ؑ##U1s Ln90D!,5ukW5t.26:@6Ə GH`$Mb'jvfژB&esh,f[o >iz0N슀eo8}< n$R}Gn٤Y'uVViF;jt"1ejV"O>g=xZ y`J!@}&%瀷vJ%}pJ7J1~OA8!ۍӲ=aCMR3ir;diE=c|}~{+Fw\+(H3aq/^͵P"zR3"RZ\ەt<ր,HBIFrp >]0̛Q[/%} o<ӆz6;d~>)?s(g(|n0p&?!t[!m^YVIol;NxP]jb1$NH@_5>1ZjBT)"e‘v%u,Fwm2 ѳ훍Scۻ#bsZǾ$k E:oAR" IgAx0L2^L5.swڰka/}!R w_3a8]U %@!#ּ:^Rmi ŪS絽3\ 1^^C4ֶJ]}u,vny+~5c}:Y?x(S̜{|1Gb#{iE9PL(>A"RPȼZ) lG((Ӈ&t'ym4-KY{"mµNciZ?[4^5|qFx=ň[lQ #ڋtd"o}c*~<ބm:DXm{#<[& d< "] vI:!/?&kRl 5qgLhp6m'!JӱRi7S _6?Mj&' wf$T c$ ѝ3B0|7tF;܇jp5KysN2 ]&[\|!ԓl֤V<$̓[a,jzGa&<77^ 'P]+ERBi0W܋RuԌyNM'I9j+ȭC+cQSeLHNEG^#_bx 3q%{A1 tz$dEhpy*zh2.Qֱ E$B6SJWP_9aY&YF ̓V{Ȥ!MUT- -W*$l{n3C녆3M#NM$~OkY]%wR~#`4^mF" Zɿw)$48N0֦HS^R,J5贒=Qko{$۵a.~Qh\}IW8ګe]U2pJ[4cX3H]8jH[ m&A!sK1$Jqjf)̄<`;!X? aó IJ _I:Tyl#j 5q39vSnY!{y6%Օ%7ٺ?轌`/.kfs\þQ햇ڥȒ靶bpOf|OK[Vr <P;noE2(ۻ8w/;_%.p1 HD jJx(HC fKztI(tQ[?NJ%")n)ãHŊmUp >3FUT$gBAЫLO1u3u,[; 9eo4L#|20){ꯛoJgd>SQYX& z܀&zVCD7B'Y}s=fwu^l6th" R+]G$nQU|J3\I~LeC2Ucǘ6=lkQv\Iuo_^ 7]7`!+}V5s7L[ z9'`M^q \"!_zh#r6YD~%l/;%>)a n|!$&oNZ#ܸH/8SnF%ߔS1q* }quy^aXfqdS0'_7yM&Vn[nt mi]h6B4ҡNnZY"ј5wLN`pGb֪.&WNC.tk+Tzu'KPKN wՁM5; ғ/SNGztE[7F0nh|OR l0[ٓ!L(|<(,']rT"%"(е?VT7A 㝌. .QwW&G΄Iij4H6jWDGsy&~jjۓٚmX9B~:4q?((,wKޯq$ K<O#Y ttD4U5!ir=>Ml+gTE"t`W//9=`r7js`@fR'/l̔.R4}D$O x<,lG",SېrSRK揼ӇQ d<r;;ؓ )UVxIN\D|{%MIG,˚ђ6 ~NY;}5ٹXҍJshL[M9n9er/m܆n O2 f2!m3mhkn@.A䤺tAo: ndƵ/ƚ-ۅ9LSW&b5|e'24FQzgUg6<z R~g%5-s+̇B+ou{;F#A.~9ҤccE$/yEUf(Zl-gEAB7/vuG yIӌCtD ]B7jNqq `+ 6f "leŞyOsWG99K087 zUrQ:)$;M @9gSl闞,Q}cMrȤIM#l_ /Y3 %2RvIl`RrUYy]ʳC-J~2JtCb韾GF՗/n6P ;8e:6 CtvyZGE)5%a/SnSY vFyz0j6iFղKANإ6ڢ=t).og-{[q+=DbQh(--`;' u [bh:aLݺ3hqOo/N )qD_9/DŽ߀B=݊'_r 1@9zހ1 IYi#׳E#DvS koYQ:*p@:sMMuT3alDw^ϜG! I1LHm2Fݻr5th Et/8\c=W> ;.ӛ{gTǠQha%ާΘӝ0$nr5"';?`!T^#C}~1G+zkۈ?Fx'GBc!6ćzdnb0-\랆%EeL Al}9J]s*Ea#﵂M 5hԠ^`P˧SO4ՀU$1_udrVB|$nAS]B˜عoᅳ]+k{sJwUbssL7K:tA=c.'N)q ꛦtg"aD}{Yz3~#k>:e _8fpOچ0v=^|n\A$@&FmeӘb{rX*.&DgzG:v GAVeAXfa3phI'klGŸ0K$(2.&etUƢ&+VV#CleI8lA=7VkL i1:ޖ)rw; N/r􆃃T41a$gviFkHYi(je8F8/i'L*fŻ, 8:Tmp _yCc캰F5޼$ƒ}3'_ Ob% f,` cE}tPH]קKЊT6ѪfbToi iv!- 4#U~g{4@х!E埌qj6CW %3 ?~ &Veze͵̇h+3pj-+tźuʹ=֙QD-Eǭn[QOA0q7DZȥ< irv½/ ?R[ i۞ϘTق;_%aTY#ka^$RF\<-"m` BCH0dX^39ڿH`*gOsso gf,x VQS'C香lfxuWfjHZ]T,eiҟQ*BFU #pbaPn+|H@nֵ+poC/- j5*!xr˒FnIx*gx=P3_LBxN5o!mmC03|_{pm#M]Y(W̫%:N#=we?IFNYo)8RpeE3 P;e=1@Rɀأ:z,,&aE(_8F൜@ F\&}@#[a?!6w?i-9`}FVf>Xl/1U1Hҡ094WӈIXڑ'v:yRvRp[^1 ;h%U,Ҹ(IHwQm$#hr 7.}HߝJz_a3cJ4&6I{]w򗡣{$1&TTӳ2D]7 !*E3al= LM>}=}+>~z3|)]')l9}Ϸ>nùb<1L,KJUϲ͌"L)1qyӜ,MfƂSaFqX`* %n[9+{d&.u+ҶqGOT5ةףVUya7ؐ7Dݙm@Y z!Ig-&Hƶ 7rm BDN6;CS&@Ɨb_砟t2)ŕ7wX15mK=]" ] mnm젢ٕd͑`J@bVt3ImA c Pt-Dz逸(bnK`Z2SwYB.ݏOY},]QaaQ;~8Er~_a@AoFkdyHəMfItljPZ|&Ѥ<乃TG{ %Smslђlo|6&ZSFs8?y y)5UэCUoT=|7AfP{X{HH,GvRHjj6rxJnbO8ϾыL Esؿ졩x{@>3A0|$ÍLߊ3nB3?bRRRogNԘa&ΐ:L 1:VO}=O1cқʶAB`gX՛aQGNYg0/l58yG;BKCu[OA med>LO@V]u F }4߻#{$`b(1FvfpZq̼X'Pd )q_$EHLQ{L.缺f8 y+ Ѝ:$_g&fP"4te\vb=QMz^H8,]ެVå 3sqCiye9<, V4D(e0Ip g:7&hIlta O0nQ_NɧauE9)`W ʀ se%Wu4$K2 yv,($F92^<])WS0AB|M4(8 *Q1oݟ`햓ES+f2,~~C 8dZLDYFL k.D&KDlJk&e< Gj́Dk)U)ݺd0+s|44-cD! J 2Fvc!*sP;uq۶jT'~Vwq'F2}>&ۻ;uXk,d_ί6Mez}V|W?q@fmޞ b?Rx;=uOeDA)f)RBg Dt͊S"`M1rdQ3Vspkw=FuHizp? QkRA0@mCXЉB+!8ũ6 ?JٙfbT!O  ydh!~鴜HV_>6Ƽ6a&:Ҥ?>S|lggQttVc˕dj*_5[b|DcPSo[hwpJ\} ն@'ݲHtBz@Wy?$\Xc18RSɽh;R5xQ-<`R [fr_waҽ)gŘ>M@OAu (\d<^* ^)<|Ǯſj,:7Iz]ǖgVD0yZ+qހbMrHsy4f|#px7~o!Bt}j :71G]K%UyaYPJqWYHCwW)EU|5=kfɯgy7wwaAk)"QLVmde ʄ~@?Tɿb,G#7͋X>) ,;!S 6 ?MMR'ējYl7b'#tL3(.i_ ջޫyܲ ֛Cȟ0=6Țo{buw OzHor{ʘys2Ӣ"31fmGyzAi w^¨*)@QL/J(Hː\m{% :$(m쇤9dW^b5"PEMjWqU?!7 $t@1+5zM}ŵy?Hũ-xJ>?}*Ic9fڃ7axg,YK <맆ݱ 98t&|yI4z%M%?qVA{ I}WW>ُ ӄOZ)WAEy2@{HGDǢ;5iOQk)Si$e@A;(2QeL7=Xk*GB-\~=Z:TrFI^5f#X,-f8yMQ k4-Ɗ'UEZjm>]=پEW D-AP)t<Cˈ#"pruvG`N@Lf\M;xXW cdTӀtd<"9q/!Y|NoOZ*F_fd[TcnMS'zQ[m(ƆU2Ġ{ R*)z9NյW/a>~Xa|H/;.b0@AC;ieם Fǝ6Sqt.J,Br.|oG_, -{os~0GL4LV \_ng^) ؃ 7xV PƱxqsc0JГ>gOB>Sl~xGJ$D: DMH]!Rz`z$(P|YvAq4Jz5\tY #,[uZ\xXihI9hxQaEasC/r>@/%7MB@A"|wdWiܾ[)N`CyR6 #?#_4$,̖* yO6: zAGc -a*LȪe~)yD 8IC9XSxobU}m͐90 (]f A٪18W~c*1QTxb1Y bēЭ"acɯ?cDa;/#&YywO.l4GКxp1sRh8v~I)Ƿ(+IϘ xFy}{#!s/gBmtS:"8܄N GoW68jߍ0'}W xG/uj6icVT醞_UdO O3Z߯D$'x#>";ۛ&#櫔%~~/_I*29G1F }SbgMgRa0'B]+ˆLq;+Mizro+oyy髼 K]{8zN:!fD7ˇEo吱 .fx)@: *uB^棴cIpî\"-̮% !阌Ꙍs@֏V3eȌu^d Q')cl,9{=7<&ff@!10%[*]l\vr׋1#C/jS=!S 1-:njb18ERG9'(c]j1>.F,m؁gZZ#Sjj=YqśAhVkm|!;b< I/OsQjZ)v[Dʦ 93V?:}gH &Tj$Qap*{ xmƔQWJ'YH,SE+82"Jc*Ivjm3x}'P$ .aCʎZMd%ڥFqj"ff!t͟!|&` i\2WJ j5GѤXl>j=b&ur e ls[?Fk&\Rvt_,dǍ)g|p`CWkNN/<xnſ|qmHڝ`7hOrmЇY9uF4[q z,# BhT )S<0/gJIB &˅0B/lG;BA`"z+8X C 鸯rCZkNۢ5Ng/ _$G Q[Ἐ5c! 7R9hU_.3$EV4& = rg83~"6;OU.^['OE& [) w n ;ѝE~p4z˽όOB#nXoI+JpWAhEIdXAb_W1Sx|Ouٓ9vsp9&CMi*,gY"N>vnW hJU&A++sֆ(Z o-b1. .9hyDNPu,&f~LpacHj=tsNbbl$4g_N}\RZbpa.124+'3> hK /]ф+MJ~p 6YM4\CPFf]h Cpc`L1yp]Gk~1\;o6 #nļbqWwpmZ+hD_6,y;0uKqd]2}gr2EAjɵۉG0؍-`I;ʮL绖}x4kW9FX9ڤXSm5nsxAHM_:0kWѼҞ6Wxl&H0@,4X :Å1YM,`u %Kol6ΝA\m-+ K%yXQ8͢Oar!ՠqsfErHW(fyB Xd i뼑B1\u' ci2ޒufhb+YFt*K9wN]n!p!\5iLRB\rFLAotA (|ƅTS\%4JE4qC!3W]?@lTݕg,2S)+4q:gy2*:YD }(maMԺN"Um3P-2HQrjv%WZn7gB;FyR{[B7&=U{=Jjf*Py H>;ԥ)9DM0R=hM*E?W_dM8[ob#<_n4AC=ݶmrnf%rn5 YJZCŃ3x=`gVjŨBeSHG -5_@iB. Od¹4(ל0)͊_o#^m[|q8-HQ4V.PPDؔ*S2l˛l>՜T0donW ->7Be{;$Zڠ)43 Bqz6RVI8n5᷈W{rI]oNtZ4̂ڞ\]`XN)K_;/𣙉ʮ`t="q{Ne; ~ԑY95W{ }r *űs=L 맧2Qc>T"7?RnZ.otPxMGI ֎BXt+O pRj!ǧ#hl "͇rs_ߍUy93WAh"u¦&uolWIY"  w"vh_ƐJ۰_, <zRWELGBdt{Ц77>+ifmcZ9T.0RuAZc'4tU;$P Iwd+"؆xhb,_d]ڕֈImzvv{ nNcWXKq+H[(1]yZ9TʴP=;Ycd~b CU C͡T]RPq`Em!ڂ~uzF (UXTKh7w+ԊwaT9鎅=0@ 1*P;ԠO= 9̊:p<_dR: kcQCyJSK3I!Dϡ(eġɃc\ `"g&珪P40>iwBZ~md93CQ;9I4FDu~O«\7휖S*ZƐ1Y.fHq$Gz2!⅚z1ұU_ٿAfqRF4U$y'1h`R4  l؃$u\G+)&5`BA>+Y/RqHrL1^]cvZ{䠫yA{`,L5S $Q]7ʽ7l|aЈ:G `/57L^pD&puCvK5~Sȸ= ,@@zko=#U-Ki%nfv,1@V] ju=siQ{20(dHZ2k}@iŧDx$CgU¼5Ɏ^g+ |H^kҴ#[s:Ge)&캚Ir8Xa%vH0Wo)je 1 I=Ų`SM5#]oU=?v}4xw t([ $_ ~Üu4`!z<@,m2׵O/xJ^xOG5in*HڭfQ"(lOTW7ou4 ;';l cǬkՠL~;5R, |4`:=uܬ.+{W,,HpOS]pgm%&V^+1z{vXWZ5AUhm֑Lk :ߺ:2&0J3XZ\O[~Y+ԒT:1jÃKnLpĠ,_ ,Gd!wΞ@uMAf04v+ ~=ׁwQ ?6v_ ˼VK!jT^ @鍰I;,s&Tę4Bb`Ϝ D)ġmSdY mi2w7+di%C+!rAc]=? P ߟoW C>M}EuT4[csV?/%7\S `mwo/z99mq;z/4n`ēxef_(pt*h)z2R B=PF@Iw( G̈́+,}@`-XŌ.O^Edzq[S:[&1BX_Y?u P_~%CD1y{Go ;Є+h 낛/mQT~ M{L Jk2 c[]@QQ>xTqqȹ&Oц^ahU5 agcG{L=)6.hB5VGAJ>\M j($f~u-߃cY3]LلIQﺨSI\Gݼsǿ;-+TkJPB? Ќ*2vӥ zi ݽvCB2ܯ:G3]@@X+^`$!X ҘeO79!ݟ k$9oPQ4B/ ![ zy>^:n[\k0 W Wf/&Xp 3$տi C߇'\R5j ]n%0 DS;hFºbN$A[!=T˾sUiڀB" MQY$LF%B-:` Kv;Wsֆ|Y{_ sn\9И26{ğ)@Ԉ5C;!>$LS/}6gE3uA'I86yâF(wMyGTE+R"Lb­ khIatܦ[7 oΩM3|(:Ew,`1V L2 ok7UU:φtLfO5Q  5M-˨g읯irYME=I_|s]}xQ6u+IГb ב5öO4P1(|D݅vcVfUly((sfs*Ec4trKT>qhX KnEM<8PumEH$9k@ 48aƘ7N֤_G ֍T]5f?LC LCQb^.N`oG4yMQKkn5pCMP;B5)ꥇm?*E#qh[Pej? TͮkZ2OkS)7BR5#.XUi(ĕPT# ~Y~ r.gYȢBn'8[WJ8;I󳅛1f3K]~b#d*+Asd7g4,^0ݥ7ʂS_\ /_& I)3wMpȣkqm/ R8#l)zUX+J4'C%d/_׼R VCDy=PGW7=E:vDxʼn $BvJjlo~7JfE0.(hTk'fe9;(&”XA*0L_ٯwa'B׭aw"s3vlz&pnԉu{^g(jX*)pOum-Z nD HvJ8lam咣\ Xf E Y?sȖ2 >Eyq_<>? .FY.8HW.3S8S8Kr%9G/S ܏-S(g0^ӘI ?6׾R{5NHKExyO] =x0g8aJHw٨ȸ=Q5Xɾ%0O]U^:(=t*/r>un*Z䔼`U$_B( 1xu,^ZÿorVFy҅uŌ{(?+dV8\zベkr@(oB e}7Dv}3/Jwb;]&,.;dV*㲫Dr]u䮉%OE!?։q4:97N0mP1GFz+{U ")Hp-/&'WÛ30κf1\|Ţ!?O ,UpM}KΈPڒ9Z7r+$w/iL DNܞ=xM$N Y);Zz^ /A8N+?q}7irq ǣ麗k*ixDuϯI5P/$,B$ӿh.,&$E[X TƇϗžG )wYy֎^wZN]WXy}q*>϶oSEӜan32ԑ3nn3%((Wo7# ~okr:#dR{E%_do6w=y B;m\}=͙,eCW]+) eNa<γ.y >ǓYkـvN;?`DiŋY9-==Lvv%2"n/nn!%(9Sj(lcū>o'45/Zba9s=|?),nF  J2lxz׿٢6am}\}YLJl \)lJ\+$u!Mm{}6g@~o |aʥ8hѼړUJ G>{];>CI- -j7ҝe=otI IS랄:&FRK뷥pA_mk~2EtsǃpS .~ŸMo޻vSuz `-Y&-ſc;1> "אWxq#xaK̃cqi2xNIa6. 5Am@CwH(dHf :~'UFv\fV`XVol$4ym kq:I%4D7En 4/[<>Žp<MC -4 @=M#7=@SZĜvItsdu,lkR[v DZ]= z)58|3&dDQtT])(8p J6R_{k+M$Uh -"0U[2+(Xrj..|>Yu4kUތE|fvd 6T<%>O/GH̅ҽoSJӚ]%hm=Pgwf-7MԣI0zOy9zii3LA(Fv#.*KwLV>ԱY#h9ݥ@ADҭ0^'B+ټ`Su R7f gf]!c<#ly#nfWew3Ҷ1َl'lvN<;[ 8۫NbZΪj}"Bg>:\FgyS"c 8߀=DX^n5IPD['?ľC:?VRROr'# U6j92 Mʴ_f w Gl7TNް a$|xCUiw]XOX# D(1<="]Fi}ptsay;16a1[ONO8UIJ ڈxXzt\v U.uLl(1:SFXx\${Jz࿨uy䉜\L7Id-Mw@#wtUovΒto,80=JS3E2֜n7-٧z935 Ġq[3M@m~a qx$1s} @?ߍ]<]/ӂN4E[$tkVPp(guۋx&kGu@Ab/P"]>ejϹ\ q.B(d T^"h~I/s6tv) >Ŋe~}>9D]&8ȫ~62G t3 :3!o؍y,>(CpgBVS|jٜ ӄ[CI!*@0ܯ;w"w4E<,n2i/Iazq+cl"bsJ%\ @eD dߨ{D6c^9EZ)!0Yz͠S,nw`lS(Xu1ozb*,kXk隮3c ߊT?*.Zi< y <#AIBgCE^g4qwu&ۯlaܝl1Cտu=1o8hBP TFo&(]h&GD=34QTu->Gݬ%-tߵ 8J?BUkضQZWԆ'&ǽPVKŬݕiFV|wԑ/:CsG5+s~S XIrr?ۑ4v3E尯;P z~#-(SCO(j&'rڽvqA>sQ?={-Sll2(Yr0*ęϐfXz:Ȏ\șI8#R/3 ౻%1q4xa }bCE8'3܂k&E&pq&s &iLc38 ~ ߴq*`PϝĘ@~Ld13 q(.(S8Z1{Yʀ IMcY]#Ջ4vբ OixuÖ1\ʸ"lV]cn4CLhn3v@$krʫ6R+@@K!QAS]1_MMa㙄?:̕yta g[Ng6"tj 4fh#x[z,g^MҤ{pOQ'mCx%3q;riS$ibR:8RqKkޞ/H`1D1Έ2=0o-%6U@%B]8hI! 6 񖺥Eϰ9h\qJsӚúJqxٺp۸6[wLT aj֥.㓳ATb{ `!o1,p6ZȻϪTKF^ܮ;6˻'^h03RKV\$|DTfnGt[f◱.YT;K` u2iEO} ;w62Hhdt37e3)S]X=*]zרA;1%\R0EK}0ʘU2nQgR򟨫G=_ܡ#s# P4g"ŬRCDŽ 7i>cz& ԴQˉ}eXŰPT,,9WiK]. ё^2S՟]I&0"rͤbBjcܳնCKJ: OSkN3 < gŃи9hIq<7&Aꏫ,4kDnîE52 >Kȥa.R+›R>9h1Q]p> YqB#|oFǫ8BgEP;U޸TO4DaE9:%GS8T! q̘A$k&1t3u ۼpzZ h"d2$xU߱WTG-jKR +6oI'M߬n]iﶫ=/5o$?r‰5Hgly *^ot*_ o9Ɗy M۳SY+s'65Ҡ2>uV]0žBsՑ2;(pFҊ_}3צ`No,@2%P1Fd?3w70uÌdl ͱ9f?)SәX\~ FYh}8|Tn?ṿ|uWdz{iW ;7s@2ٚ2;8LU(TތZ_54kjtJ#cLS+q@ԕxnUV^l.kKcE> ('];}f#݋6lXtSM\,0÷vRߒmqzwbYAvTڨ2֙gE,#7@6쮼=|ʙT+D1OLYqlwuKO'+3EiҾc Fl ZKkšBns o'/dM7։%=^>2% 5vC`'tL=c"ܱi4u!~;`>bE4-Wzݗ5u |AF{az1.eӾSO |~`"V7Z6z(.'ԠܯqI :!Vk,P_Ft a*Oj`}4ߋ@PI]9ߘM4 6RF rpPu ˊ9=6Ou/ #i-7CM𫫥6j"cYфڥ2 ?[uf>N"_-4}A7CÚC;GaYBыqk5!{K%BFJil-(bWiTNVc(|̨<_ʮ@K!6r2>N*G-8 zk(Tof$A.~1ցMhw@{<iKϵE]- Rf̎JaVPB,+';}qv*EL,Mfp+bNVWT)=I@.FڎfrdbF0O2U~mytv (P.'p?HvB~]R i/, Do?uIb"PzjAfd<vָ~UNr0K"PnǢ9Kk!Wb;sxPC#X M<1rUwIxI rs NĐD^ĚA_NYMödk{FN>%-^ a:!aZPWMx}cA\*.G@+PC ^`*A-jz׈VɿaVQ Q^ jkRX #hR`;`L yooȚZR"J[dQ:fY0ig-ŵF{ }[2WR G4bƵm?Gg L_W>$S)4{ىAݟU~=vkf;Tvv{ dG#Q5j pe'zKZ3Q2LW` 'om̃N=|mNIjo!~o^ӯ>mW=AYVxb4PV[BEGYCU{[ч^Rb%西Js/ D#|1 o >7fTB!#Pu?P_>h5nKij I׎[PLKu}f)7 Ka@r(﮻x4`|ALƯjӯ4óG| 2#Vq!~ Iz, _<B ZBvH|;ޣךyd!.ͱ_~Dmc7qևA #X/?q\[)2 fFU#TzeXpGXKH5 3jv-xCB0H'bx`SR$ ǢiҊQ47 0.J6GZ@j>q\JX7A̽ Z[TYv׃C{_&q\