weechat-perl-2.8-bp153.1.23 >  A `^u!M@eeeYOX>li'Mh(5*EVK P=aenW7"RL=)<6?ٳ^F$[1Kǘ?Y]sp^'F od5"nnz_ ":K:=/B_J[mr[|++E>=2-zY'WvѤJzGЫ[Ô@bJ~^r <0R\vQ&lboWsSH5809a24ecc8af354df6f7fb93e4dd8b82c29ebdf8584fb62d95e49c39362536274b028b4f36475983e4627e27f89c195190e0e92l`^u!M@eeeu`V`)nqW+fɝ(R \[^?R66sZT0]Ԛ PЅL [^jAԻ:L6x0 WR4a@2S!)P5LHB6Yz?Lr|--jV*t1TsMNs"!)w'kܱoI"v*םukW`EϠABfbOZ@'xOln>p>t ?sd  A|  $ & ( , m pty~   (8$"9":"FqFGq\Hq`IqdXqhYqp\q]q^qbqcr^drerfrlrurvrwsxsyszsssssCweechat-perl2.8bp153.1.23Perl Scripting Support for weechatSupport for weechat scripts written in the Perl language.`^tobs-arm-9mSUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxaarch64m`^t8d00e796fc34bb9df0fb2b136e1d17b6b272b17f8bc0a3c876f1060e340c63edrootrootweechat-2.8-bp153.1.23.src.rpmweechat-perlweechat-perl(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libperl.so()(64bit)perlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)weechat5.26.13.0.4-14.6.0-14.0-15.2-12.84.14.1^^Nt^J@^4]{]m@]m@\s[@[ @[M@Z@Z@Z;@YYOY@XEX{d@WW_W8dVVŲ@V@VGU{@U@UTT@T@T@TmMaximilian Trummer Maximilian Trummer Ondřej Súkup Maximilian Trummer Maximilian Trummer Adriaan Struys Adriaan Struys Ondřej Súkup jbrielmaier@suse.deOndřej Súkup mimi.vx@gmail.comjengelh@inai.demimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.combwiedemann@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- update to 2.8 - New features * core: add variable "old_full_name" in buffer, set during buffer renaming (issue #1428) * core: add debug option "-d" in command /eval (issue #1434) * api: add functions crypto_hash and crypto_hash_pbkdf2 * api: add info "auto_connect" (issue #1453) * api: add info "weechat_headless" (issue #1433) * buflist: add pointer "window" in bar item evaluation * irc: add support of fake servers (no I/O, for testing purposes) * relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512) * relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue #1435) - Bug fixes * core: fix memory leak in completion * core: flush stdout/stderr before forking in hook_process function (issue #1441) * core: fix evaluation of condition with nested "if" (issue #1434) * irc: split AUTHENTICATE message in 400-byte chunks (issue #1459) * irc: copy temporary server flag in command /server copy * irc: add nick changes in the hotlist (except self nick change) * irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439) * irc: fix memory leak when the channel topic is changed * logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue #1444) * php: fix crash when loading script with PHP 7.4 (issue #1452) * relay: update buffers synchronization when buffers are renamed (issue #1428) * script: fix memory leak in read of script repository file if it has invalid content * script: fix unexpected display of scripts list in buffer with command /script list -i * xfer: send signal "xfer_ended" after the received file has been renamed (issue #1438) - Tests * scripts: fix generation of test scripts with Python 3.8 * unit: add tests on IRC protocol functions and callbacks * unit: add tests on function secure_derive_key * unit: add tests on functions util_get_time_diff and util_file_get_content - Build * core: fix Cygwin build * guile: add detection of Guile 3.0.0 (issue #1442) * irc: fix build with GnuTLS < 3.1.0 (issue #1431) * php: add detection of PHP 7.4 * ruby: add detection of Ruby 2.7 (issue #1455)- update to 2.7.1 - Bug fixes * irc: fix crash when receiving a malformed message 352 (who) * irc: fix crash when a new message 005 is received with longer nick prefixes * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) - removed CVE-2020-8955.patch: fixed upstream- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch- update to 2.7 - New features * core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635) * core: add different icons sizes (16x16 to 512x512) (issue #1347) * core: add file weechat.desktop * core: add reverse of string for screen in evaluation of expressions with "revscr:" * core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx" * core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue #997) * core: add optional default path (evaluated) in completion "filename" * core: add support of modifiers in evaluation of expressions with "modifier:name,data,string" * api: add modifier "color_encode_ansi" (issue #528) * api: add modifier "eval_path_home" * irc: add filters on raw buffer (issue #1000) * irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892) * irc: add server option "ssl_password" (issue #115, issue #1416) * irc: add "user" in output of irc_message_parse (issue #136) * irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684) * logger: add option logger.file.color_lines (issue #528, issue #621) * script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded * xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237) - Bug fixes * core: set buffer name, short name and title only if the value has changed * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978) * core: optimize load of configuration files * core: fix window separators not respecting window splits (issue #630) * core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619) * core: add support of reverse video in ANSI color codes * core: fixed segfault during excessive evaluation in function string_repeat (issue #1400) * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403) * irc: do not automatically open a channel with name "0" (issue #1429) * irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832) * irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue #60) * logger: fix write in log file if it has been deleted or renamed (issue #123) * python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389) * relay: send message "_buffer_title_changed" to clients only when the title is changed * xfer: fix memory leak when a xfer is freed and when the plugin is unloaded - Tests * unit: add tests on GUI color functions - Build * core: fix build on Haiku (issue #1420) * core: fix build on Alpine * core: remove file FindTCL.cmake * core: display an error on missing dependency in CMake (issue #916, issue #956) * debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan * debian: build with Guile 2.2 * guile: add support of Guile 2.2, disable /guile eval (issue #1098) * python: add detection of Python 3.8- update to 2.6 * use Python 3 by default * add support of 32767 color pairs * add option "close" in command /window * add infos "term_colors" and "term_color_pairs" * add infolist "buflist" with list of buffer pointers * evaluate option exec.command.shell, change default value to "${env:SHELL}" * add filters "h=xxx" and "he=xxx" to filter options by description in fset buffer (translated or in English) * make command char optional in server option "command" * remove default aliases /ame and /amsg * many bugs fixed.- add obsolete for weechat-aspell- update to 2.5 * the "aspell" plugin has been renamed to "spell", a more generic term, because it supports aspell and also enchant * add support of UNIX socket * fix memory leaks * more bugfixes and new options - change subpackage 'weechat-aspell' to 'weechat-spell' to reflect plugin namechange- update to 2.4 * add command line option "-t" (or "--temp-dir") * add support of Time-based One-Time Password (TOTP) * add option exec.command.shell to customize the shell used with /exec -sh * add support of close frame in websocket connection- remove guile bindings as they are not compatible with guile-2.2 Upstream work for guile-2.2: https://github.com/weechat/weechat/issues/1098 part of boo#1117121 - obsoletes weechat-guile- update to version 2.3 * add hook "line" * add option "-P" (or "--plugins") to customize the plugins to load at startup * allow multiple options "-r" ("--run-command") in command line arguments * allow allow partial buffer name and multiple arguments in command /buffer close * allow specifying buffer number/name for /buffer localvar * allow creation of temporary variables with the regex in trigger plugin * add real IP in client description in relay plugin * add repeat of string in evaluation of expressions with "repeat:count,string" * many bugs fixed.- update to 2.2 * add support of list options in curl * allow merge of buffers by name in command /buffer * add reverse of string in evaluation of expressions with "rev:" * add indexed ban list and completion for /unban and /unquiet (IRC plugin) * add support for IRCv3.2 Client Capability Negotiation * add support for IRCv3.2 invite-notify * add support for IRCv3.2 chghost, add options irc.look.smart_filter_chghost and irc.color.message_chghost * add option xfer.network.send_ack * add support of Python 3.7 * fix memory leaks scripting plugins * many bugs fixed.- Ensure neutrality of description. - Use -exec over xargs.- update to 2.1 - build python plugin against python3 * core: add binary weechat-headless to run WeeChat without interface, with optional daemon mode (command line option "--daemon") * core: add options "-newbuffer", "-free" and "-switch" in command /print * core: add option "-y" in command /print, add support of buffers with free content * core: add option "add" in command /buffer * core: add option weechat.completion.partial_completion_templates to force partial completion on specific templates * api: add hashtable with variables in plugin structure * irc: add server option "split_msg_max_length" * logger: add option logger.file.fsync * logger: add option logger.look.backlog_conditions) * scripts: add configuration file for each script plugin * scripts: add "eval" option in script commands and info "xxx_eval" * scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins * scripts: add option "version" in script commands * api: add time in info "date" (WeeChat compilation date/time) * irc: allow ${irc_server.xxx} and ${server} in server evaluated options * script: change default value of option script.look.sort from "p,n" to "i,p,n" * scripts: display the script name in stdout/stderr output from scripts * core: fix regression on execution of hook_print callbacks- update to 2.0.1 * python: fix arguments status/gnutls_rc/sock in hook_connect() callback * python: fix argument fd in hook_fd() callback * core: add flag "input_get_empty" in buffer * core: add signals "buffer_filters_enabled" and "buffer_filters_disabled" * core: support loading of plugins from path in environment variable "WEECHAT_EXTRA_LIBDIR" * alias: add infolist "alias_default" (list of default aliases) * buflist: add two new bar items ("buflist2" and "buflist3") using the same format configuration options * buflist: add option buflist.look.add_newline * fset: new plugin "fset" (fast set of WeeChat and plugins options) * core: make value optional in command /buffer set * core: allow floating point and hexadecimal numbers in comparison of evaluated values * core: add option weechat.look.save_config_with_fsync * api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys * api: add argument "recurse_subdirs" in function exec_on_files() * script: add local variable "filter" in the script buffer * core: do not change the chat prefix size when a filtered line is added * core: fix display of nicks in nicklist when they are in a group with sub-groups * core, plugins: check return code of strftime function * core: fix cast of time_t (to "long long" instead of "long") * core: call the config hook when options are renamed or removed * api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts) * api: change type of argument fd in hook_fd() callback from string to integer (in scripts) * buflist: remove recursive evaluation of extra variables * guile: return integer (0/1) instead of boolean in API functions * guile: fix return value of static strings in API functions * irc: do not clear nicklist when joining an already joined channel if the option irc.look.buffer_open_before_join is on * irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value * lua: fix boolean return value (as integer) in API functions * relay: fix parsing of CAP command without arguments in irc protocol, send ACK only if all capabilities received are OK and NAK otherwise * core: fix build with ncurses and separate tinfo- Version update to 1.9.1: * Security update to fix CVE-2017-14727 bsc#1060140- update to 1.9 * improve speed of nicklist bar item callback * add auto scroll of buflist bar with new option buflist.look.auto_scroll * add option buflist.format.name * add variables ${format_name}, ${current_buffer} and ${merged}@@ in buflist * display a warning in buflist when the script buffers.pl is loaded * add server/channel pointers in trigger IRC callbacks * add API functions config_option_get_string and hdata_compare * fix bind of Space key * many bugs fixed. * buflist.format.name * buflist.look.auto_scroll * F1/F2: scroll buflist bar- update to 1.8 * add option weechat.completion.nick_case_sensitive * add wilcard matching operator, cut of string and ternary operator in evaluation of expressions * add resize of window parents with /window resize [h/v]size * add plugin "buflist" (bar with list of buffers) * add arraylist and dynamic string functions in API * add option "open" in command /server * add signal "irc_server_lag_changed" and store the lag in the server buffer (local variable) * add aspell options to control delimiters in suggestions * add option "-include" in commands /allchan, /allpv and /allserv * many bugs fixed.- Update to version 1.7.1 * irc: fix parsing of DCC filename CVE-2017-8073 (boo#1036467)- Update to version 1.7 * New features + core: add option weechat.look.align_multiline_words + core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands" + core: add optional arguments in completion template, sent to the callback + core: add option "time" in command /debug + api: add info "uptime" (WeeChat uptime) + api: add info "pid" (WeeChat PID) + fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename + irc: add server option "usermode" + irc: add tag "self_msg" on self messages * Improvements + core, xfer: display more information on fork errors + core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait + core: add a warning in header of configuration files to not edit by hand + alias: add a slash before commands completed in arguments of /alias + exec: add option "-oc" in command /exec to execute commands in process output, don’t execute commands by default with "-o" + irc: evaluate content of server option "ssl_fingerprint" + irc: change default value of option irc.network.lag_reconnect from 0 to 300 + trigger: do not hide email in command "/msg nickserv register password email" * Bug fixes + core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received + core: fix display of empty lines in search mode + api: fix crash in function string_expand_home() when the HOME environment variable is not set + exec: fix memory leak in display of process output + irc: fix option "-temp" in command /server + irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed + irc: fix buffer switching on manual join for forwarded channels + irc: add missing tags on CTCP message sent + lua: fix integers returned in Lua >= 5.3 + relay: make HTTP headers case-insensitive for WebSocket connections + relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols + script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded- update to version 1.6 - removed weechat-doc subpackage, ( BuildRequires dep missing ) * New features: + core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear + core: add option "cycle" in command /buffer + api: add "extra" argument to evaluate extra variables in function string_eval_expression() + relay: add option relay.network.allow_empty_password + trigger: add support for one-time triggers Improvements + core, irc, xfer: display more information in memory allocation errors + api: remove functions printf_date() and printf_tags() + irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them + relay: allow escape of comma in command "init" (weechat protocol) Bug fixes + core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) + api: fix return of function string_match() when there are multiple masks in the string + api: fix crash in function network_connect_to() if address is NULL + api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux + api: fix crash in function string_split_command() when the separator is not a semicolon + irc: fix socket leak in connection to server + irc: fix display of service notice mask (message 008) + irc: fix NULL pointer dereference in 734 command callback + relay: return an empty hdata when the requested hdata or pointer is not found + xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set Documentation + switch to asciidoctor to build docs and man page- fix typo in %if conditional- update to 1.5 * New features: + core: add Portuguese translations + core: change default value of option weechat.look.nick_color_hash to "djb2" + core: move nick coloring from irc plugin to core, move options irc.look.nick_color_force, irc.look.nick_color_hash and irc.look.nick_color_stop_chars to core, add info "nick_color" and "nick_color_name", deprecate info "irc_nick_color" and "irc_color_name" + core: move irc bar item "away" to core, move options irc.look.item_away_message and irc.color.item_away to core + api: add support of functions in hook_process + api: add pointer in callbacks used in scripting API + irc: add option irc.network.sasl_fail_unavailable + irc: add multiple targets and support of "-server" in command /ctcp + ruby: add detection of Ruby 2.3 + trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" in default trigger "msg_auth" * Bugs fixed: + core: fix nick coloring when stop chars and a forced color are used: first remove chars then look for forced color + core: check that pointers received in arguments are not NULL in buffers and windows functions + core: fix truncation of buffer names in hotlist + core: fix update of window title under Tmux + core: fix detection of Python shared libraries + api: fix number of arguments returned by function string_split() when keep_eol is 2 and the string ends with separators + irc: fix first message displayed in raw buffer when the message is modified by a modifier + irc: add missing completion "*" for target in command /msg + irc: fix /msg command with multiple targets including "*" + lua: fix crash when a lua function doesn’t return a value and a string was expected + relay: do not execute any command received in a PRIVMSG message from an irc relay client + relay: fix the max number of clients connected on a port, allow value 0 for "no limit" + relay: fix decoding of multiple frames in a single websocket message, send PONG on PING received in a websocket frame + relay: fix command "input" received from clients with only spaces in content of message (weechat protocol) + script: force refresh of scripts buffer after download of scripts list + xfer: fix DCC file received when the terminal is resized- Fix build-compare - include .changes file as Source so that .src.rpm can be rebuilt- fix sle12 conditional- add weechat.keyring and verify source tarball by gpg- Version bump to 1.4 + New features: * core: add a parent name in options, display inherited values if null in /set output, add option weechat.color.chat_value_null * core: add tag "term_warning" in warnings about wrong $TERM on startup * core: add option weechat.look.paste_auto_add_newline * core: display a more explicit error when a filter fails to be added * api: add function string_hex_dump() * api: add argument "length" in function utf8_is_valid() * alias: display completion in /alias list * fifo: add /fifo command * irc: evaluate content of server option "addresses" * irc: move option irc.network.alternate_nick into servers (irc.server.xxx.nicks_alternate) * irc: track real names using extended-join and WHO * irc: add support of SNI (Server Name Indication) in SSL connection to IRC server * irc: use current channel and current server channels first in completions "irc_server_channels" and "irc_channels" * irc: add support of "cap-notify" capability * irc: add command /cap * irc: add hex dump of messages in raw buffer when debug is enabled for irc plugin (level 2 or more) * logger: display system error when the log file can not be written * relay: add option relay.irc.backlog_since_last_message * script: add completion with languages and extensions, support search by language/extension in /script search * script: add option script.scripts.download_timeout * doc: add Czech man page and quickstart guide * tests: check if all plugins are loaded + Bugs fixed: * core: fix execution of empty command name ("/" and "/ " are not valid commands) * core: fix memory leak when using multiple "-d" or "-r" in command line arguments * core: don’t complain any more about "tmux" and "tmux-256color" $TERM values when WeeChat is running under tmux * core: fix truncated messages after a word with a length of zero on screen (for example a zero width space: U+200B) * api: fix handle of invalid escape in function string_convert_escaped_chars() * alias: do not allow slashes and spaces in alias name * irc: fix channel forwarding when option irc.look.buffer_open_before_{autojoin|join} is on * irc: add a missing colon before the password in PASS message, if the password has spaces or begins with a colon * irc: fix charset decoding in incoming private messages * irc: display the arrow before server name in raw buffer * irc: fix display of messages sent to server in raw buffer * irc: fix display of invalid UTF-8 chars in raw buffer * relay: display the arrow before client id and protocol in raw buffer * ruby: fix load of scripts requiring "uri" * ruby: fix Ruby detection when pkg-config is not installed * tests: fix locale used to execute tests- Version bump to 1.3: * core: add completion "colors" (issue #481) * core: start/stop search in buffer at current scroll position by default, add key Ctrl+q to stop search and reset scroll (issue #76, issue #393) * core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with Alt+k * core: add option weechat.look.confirm_upgrade (issue #463) * core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452) * core: allow pointer as list name in evaluation of hdata (issue #450) * core: add signal "signal_sighup" * api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval * api: add function string_eval_path_home() * alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias (issue #458) * irc: add option irc.network.channel_encode (issue #218, issue #482) * irc: add option irc.color.topic_current (issue #475) * irc: evaluate content of server option "nicks" * logger: evaluate content of option logger.file.path (issue #388) * relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440) * script: rename option script.scripts.dir to script.scripts.path, evaluate content of option (issue #388) * xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388) * many bug fixes- Ensure we use system CA ca-bundle.pem file by hardcoding it - Remove patch: * weechat-capath.patch- Version bump to 1.2: - add options to customize word chars (for detecting word boundaries) - add a welcome message on first WeeChat run - add options to customize quoted messages (in cursor mode) - add support of environment variables in evaluated expressions - add IRC SASL mechanism "ecdsa-nist256p-challenge" - add support of SHA-256 and SHA-512 algorithms in IRC server option "ssl_fingerprint" - add support of IRC capability "account-notify" - remove "freenode" server from default config - new script plugin for javascript - many bugs fixed. - Refreshed patch: * weechat-capath.patch- Version bump to 1.1.1: * core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313) * core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317) * irc: don’t close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313) * irc: fix /join on a channel buffer opened with autojoin but which failed to join * irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294) * irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and irc.look.new_channel_position to "near_server" (closes #303) * irc: fix crash in buffer close when server name is the same as a channel name (closes #305)- Recommend lang package and perl/python scripting support as bare iron weechat is bit boring- Make this build on SLE12- Version bump to 1.1: - complete inline commands in input - allow incomplete commands if unambiguous - improve speed of completions - add bar item and signals for mouse status - use bar conditions on root bars - add option "reorder" in command /server - open irc channel buffers before the join is received from server - add server option "sasl_fail" - add support for color codes 16-99 in IRC messages - disable SSLv3 by default - add support of IRC capability "extended-join" - add options "stop" and "start" in command /relay - use HTTPS by default in script plugin for downloads - add option "restore" in command /trigger - evaluate and replace regex groups at same time in trigger (new and incompatible format) - many bugs fixed.- Remove sle11 support as now I don't need it anymore - Use %cmake macro properly - Document that there are tests that need extra pkg - Split documentation into -doc subpackageobs-arm-9 16168030592.8-bp153.1.232.8-bp153.1.23perl.so/usr/lib64/weechat/plugins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/f455ba095b2f8ef3c43af4160f56c00a-weechatcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d8aa05c9b1fea50e01bdf134330c3402647b3d92, not strippedRRRRR0ӓ`筑ϝ{utf-840ddb417057d45320b8f7b35e2e8f40b3a3d8de87bd6aa620e6135c609716e13? 7zXZ !t/] crv9w60f*+qIQk῾:5\B!Y 2@O}!h-Fʨ(tyZXNȆctteNf] ak~;. Y%[ o^mmS޷þiY<9YJܿPEѷNm3#ܔx:|\ܨ%%,OcqOu&iVs'k^Mq~ƞjSܥLI㒆?m.tkvcF#ݓc]k<ѣ)Fn1-iTwPЎO@CViϊ/arHTj!{SE$}%ZPAU{7OZUiZB5٨2:mYXve^ _& EbՂ=~\\`g> ܗᖔ]zU6w W<#xcN Q(e<61 \Dh'Z n3sY0Iu~^DŶlT:-V:lifa|#K'R8꒛Ѡ^̌1u5 JC[Ym&[(mͅ.vϹ7}@]&*`1ML{e1{K ֿzM%^ܱ*V20@KIJY*)I^ŝ&>{mmX#dž\lrP>>6=]yЄѨ5f46\ ?)igyA7<9.5GM Gxh˩I^ӊֿLICMPѪ8ALϳ G^3{cl\G 76DEP4v@1Yj]AfTZkhyb>ӝ],Px;W92 %Uv}$9Sqz^V4][ 5`į 8C[g P0៏R Y4 N#}+3Cˀ ]cv%eA^fl}~Ju; [3UUĸ!vmਝ/YW*n` [ϑ_ap>΍N;DQӦ(>c 4lC^Y ƱH$1>odu}axMG]C *W81y&~S4ob+q2nYfVR6%w&Ui$ *y.r+`ENEohfR-q~8x3cM^OtLLĸDvj~`y燏U~,j:ͺl?Oi<)2#^rt@bsl;$d;C;G`<[ihg=ǪIouCb n;"c^"D.K6.f:my][F"H]pv"e^ޞK~rGד$ e*Tt+YU*+ R/53+.9`h)⤶d+?qXRmKih(:%+8w6O&m:ؿ,ccK/"um-0ҋWڕi>qpu6MuXM$L0Mx? d$^".X%1>C4n _҉"(TIA%bOOg҂#b֡ 0tҩ7xc34%([^X]&] ;A4&ݮ`yL>ƀ mBJ u} M`;ۥ*X|sc9 ʟw%铣&ɺfA2MmXI袹!2y @5uE^Pm}6*!5U0)lG"6{UU~lyᢖ^b,b`HqUho uѺhMބ\@&.]@h)A.\I y0|[GGUF.7De j>j@%Og„ҒZfu8A&D&M>K>#Wf3|TP<i4= EU듊iei1Ey3gJ)qP;qZ3+MIF8V`" ]Gģ>n~<6]UX3dy>u\$qN]/Cz. w1'YScw^}w?Ӧ'fV`-(o 4P̣PԊ7XxeK@;@=rcpbЏ6p9)B/0gW8y}rf;WwR15cظc"IKr6ū?;#sһ;&E`n%nqOIȰ]\\\ДWK֧-d5_kEɹ =:Uͭnb5*PSߪ ݠ .Em:Iˇ n%VYGǟL"X~&f-H RD 7p c'' *BZN=@yJ]_'J6Y}N{­c)Œ.sy^ssVy">5 u 9?r,f0'tkv1x2cav!؅y.>C6wڒ]nQMh}z 4%Y1.zY72\ͣϩ8r|KIk~b@` [ z>8b$P^X(m0m8yU.c&i&χBﶭIZowrywkg=;͔N-{\W j٦]eiA(Xiѡ3킢R`"Lb]b!$MI#l F"XkSNTޜ>E鏣,aXݮ|n㓸)ԺkvC̄?a>ሻL.14wBh 37~XW߾e}s :X6:@U cyUtM`PZ5oi隺)յ9`tRE5vRC^,l~33o`̇,N疁cWZ`ə7u0MD^ILQ,J jRޠծeQD9nrd<ѨW( P·w/F 4x[evF Ζ9I??6l>Ӷ `CtܦGNjXY;νk>(?v iRR3_nId8䍭pmveNșYv~Mݻry%3wL19X$;0KQ!r$F҆,)VӺxvWU(B~e.֓幎#wh˨)=O6궔j)_JA$Oӽ'X)Td*ﺩ.sګ7s(>k*j\yWRV6RnwSfZ$Lv# iewuHut{r_6Sҧ<6㲲h E[Eݝuّ:lUe2yNn}φ)7仂0kC3εO TRdOϨg^ 5aazI:G/sCt"Nlyh7+4t.&[閧ykbph^u miLzjPd&(锱-*0[v~(Xw~Yc$;N?jڕ7C5й"yt\)yinӼ?>`yEKjB:)ޕՂ"`ҋhBkiUz;Į䂍(wl]F}̖Z¾S#-RŶ'}p޳u~s5SI]륝f̓[ey|dljlHV坊 ԱML蟚Eˢ*UX-hP n& WW%:i@M{Ǩ{yJ><^۵< #F%B_\6LHQ~bP\(_ NQ#>PJf%5,3NfSR9P/Oc-x9tڥ#lКRv2jiJ%aYyR707o$}t'eaHM6ͤ~?,cStTt6)>u3 ?OJ,ڛ=_4 `3g D74f??s}P U=w HlW.hϙpWᚭtlQoBڰDϽM\ i=XMrtioڰj6iTJ؅ [UX Hh7 `$n'd$&uuQTC<;0plnZA9Q0h2/ 0 DifcEouAL_.7[%fpU^ !qc42Zo!:m,JQCҕQSVAN(@QYKOB'? 9QP8z5| BVG;s#u Ol}ԫB@}Ls2eч_ !%N7Ad]Tv"l)4e\/\٩?WSgrĪZq<'l}IA1UFwV\>PŰ.Q5D;J_HSZBڞN yДԾzн@es"i,#b1Omރ.cv"KO\i0WTU nO- L|^M9()Zk`p̼]| y3n۫\7QM^-f_܍Xi=|nth|\O 758a=2̛̾^!nɌlD7+ɻ K 6a9T!B% Ѵmrx/2_>.::nƚDzO6>J< UabX6 L ZEʅP}riͫh!AؕvQ-/=1mf@G}Gm|Sy~άDŽJea2L3Q7ĞfL mX~85\PEu׮\65PVfXjCV:U=4Tl:Q: Jޞ,{e`Lnhg·~\`bZ9HvioAй?j uȼLШ(x{nmEj]s-r@qwwVT%Tv*m+͆Li^iੇKit=5Or-'0-9|f57lr;/񵼈`>V3 hY ])pvrotmK5=fT]lW7AXV''D;d} "W+⻬}B>/l;U;S#CĘ0$狙z/՟C bx`RϲfXԭr-867Ьd?iv ,?Ѳ c4[܂r@\YEl6`K ʐ>o̍ |M%\fOwό,+pߪޚG-'z/@.,/9iZ)FE{;6{RlreVQӀ姨 IE^.}`Jpd i53r%ǹiqQFV>}\mYt5+^ ʒ<@Oxぇ ,z"*<.˿h)^fvF}o'6m0Ez9:iG\V _Not Yx\3%QlC;Qno{5wbvV0^QJX>N4tf(GYCIM+&sr)4@tKXX5dRTJǀg8.M4m^@nD_K6{q3:C@G=gS4-)<ἇhV!GԬomInA&/fٛp]+k/cMkDu` Xe5_EH$Yȸ4yL2eW7,uɍЊZٱ: >gm_Ľk9oCݪMΨ Cu6޻MW4q3>E,%.x*<ʹĞ=f񳰟b$%ݨ n4s}ֳG{||k0vh#t6'Ad]Ƨ{ !F4 ?djay'\Qhhvp?8Utw+FmYBv IG}T 0m%1vzHNVN񓉼95I\ߠ79߳l]yPo\SwǺ)C7M8p-N#W|fKtGij[)6)Lc٠̞uF#zKu@WWv8TK_tҌpDheOUؼ[,L ?#N≮C YɁXjI-³qI~X3Q8x$Fr͜/k(,ihTd2{cgɅS9=\gSCfM|WprǾbA'w%FH6ѦQΏƼw FH;jP.>&984| ^o(r*@~gJ|Jpʙ&Z*#>aScT6VjD iQI1uL#Rkb(rTE0nBhHx?ypf-T`*]G,{ C7 M庎y$8QA44gb'ŧ$\KAϦbphAbT??:+8N}Q JzH.SՖn<0p:Q2U:iA'VrT:^CW'4zr<`.0S!JI-d}jپ1*Nrz_K@ᅜw]vZZG?Ll4#ܛa f1\fA89M3c =d0E;knNz[e_l*xfԻ*-`i%3Au=Vю% NBq+! L+Ty*[j]F7p ;>. .q>ds"lV!G'd._%uc w|GU9Ԍ_"4\_qs+d 9Igvkڦʳ\p:P`vG/w٧仧R%Qy+9&(.xL4}L(} =SaI&k^|B\Sz QayBܺ$E*YOEҹ{a*fh*̉"ADLuPwmV$Na-n4;?v!vzAJ 7qZ][z޼m :Uk#L4"W̨U:sy݌+TOɭ46p,I}3X##rJY ŤV.Qy%N8k@Ĺ]Paj䙟 _ p6[6+NX1U-LB,Kmŧ[ܽ~ 9/˗J@y`!Ot?E=2vrs{8Ll0o^1ʰMO!g *I# $ݹK '4@0멅髡bs[ry*W85rXh394t3.,_TI(g̓.o&"HeD"ꤡsWZ5PTB{u\:;ߋ׌rV-iK0U#aTiW %aGu6 wOx,EMWe%lބz_Ξ5ߍ}(aJSS xbg F)za P/@@M gRgA&YJоpz0oٶ-*]S0AU7wúY^Mք2 ~dcOsIEǼ-O {TYS[S= c5!ֲU4\|sA["'*\'P=A/Hr}j*u{]kIeCj>h,79zctAGpڻޫ&x|=) w1R.&C~u$o Jo3YƔ hw=\WuC:l{`ΛFQXCnλ$"Чдy-wֱ le͙rܒ[ X`TܟHua ,/z {ގ5#Kڭr|PMv6ytD*'@)ϪVuoΜx8 ' Y8gqTD<, ulmrm o=|slB;mmY?w0e$~38W7r4ThYdHS@1Z@g{@ WMK֌.r<nCf|W  k 7s.)p Fd4#~gk< D\nʝLUw"6eFa yePZy;`̬zk/VPX0 ҉Lz9)<,Wh(vkl[}{=IN5 t6b3۰|: IVNaV0{ I,a"tx.R nv3OyЄh[eXxǻ^y Wr#SCj8@agq8ċ)ljWQWgB( KjPcjP 1B!lBHw).(?/١up7s p\E7b b9` {~>^(? H_뷊C׌[d#u0lyO>}ު?LX'差Eu,tk̡m‹R_YS[C(Ħۥ}}r&/4ݥZIL?` l^{K/t<^C.,HU9p9/1UqGx6zuyY6P0`Y][I^T}E1Fp_Me{|WlxI;On;1MW VQ yGRO kj{!ե0 "ЖY5O[%HUU=3?Us^jQ)2\,U+ Ÿ:>AD^h~'(ex66]hLWkC쭯s'J{A\)qHpI_-jn{? K(''^SoB])<X>.}& Vw0gH&--#3"Xr C9؏}Ż/ѕ"i؊l i P,g5ȣZ{{M4 kzH9Vw TFK"yم"TC_ c3 ƇDA2wYbu0}^w:D֓U*u醭} }LPwAeOnʹ}~C\(=^n]- OcS,xUWb)A_i>MQખ):>Nh2 ͉ 4=4=Q`v$gͼIZO5dE?̽^SKvWrA( f{!T2v""u7![iڧJO(帋Y6A<;vՒu>3$fvQ(7ᥙp:;~zƛ9)__d) )wG 4(d;LS4dny~Թ9G L.&NXe:BX#0 [y'|u!(mh3>?w0W8iwXiJ+PՃϴ`c{Ii=d5aoMv^t1д=0}nf9(+fרQSqno`e_9e ZwQ#?<UN جkJjI/崚 +d%+%.Å4&ym`W V׼3ZH/D;XیHS#Msn Ď$a8i3* ࠖ'Ӗq~-,1[-\ܾGW3vQy  !v=* ѽhct C{sjge Je[,q'26.URe,X@b?%_)\TPG#L:L\] mi) "^n 1G#_I/q&y:h] ?WI:NaVK ێ9)آ nl#("q@yOE<ç [/E-F.5jaJ ב &iiF۵+X`͝ciOG)/]zi:^[7[L|51ݸ+w0 viɘYWL zlD!3[!cIl #__?AcS`h*żcUok 0)^`?@"7 HpB]n$juf^ NkH.ogsȸw`"9hGx'*LY+Gߖu(KL{eHKLXW]k#J )ˁOL:`^%KJhJ  ?QݕRrrx#T|S N/8((ѣ,KTi٪+WもR""vb _] _b#BfC 2 r}xT&2t7!1vbS_C`7\܋fl2dhO(C7:R>FME+?NbUqeb'?^~K])HuX;\Gsr3f3bP]bS=DOG7OR@wypT #|䕨qLr-C[kǝ&-eNe椩iܼERعbe+y2 {sʽ9;T08O&ҳ8\< $34$M$} 6)ېSĖ7Fz|V!aRU ,m'jD5 6QXZd,}ϳe%eBT]1q\0g6֐Vt0j`)Eߕճr LlݹEiiNLš¨p>.[ O߈M"\NJjMG~*}frtKv7dX6 0F+ZB^`5 wQlIG0Wyހ ;,4?W-Ek#j`GBz1f&R;i/}RD7} ()~ݛDHd yQ2)6 o5:7No6a6~31ɔcQc "Q%@vBDƉ}"6j\$nBZ)[O۾b>#A0+TT##E;LډnjQ @[ߍWވCkHd"Z,9)ubkY#\(jx-4 pfdyc>3c˶džAWsR ۚ">_\)B7W3?CX~imX k_OYH[yV ߔ{/;xyvvVI~fdEsA dV"d".%#&J(fe%|>-3s}/*a``I-m!EI"4%0橰uPc<8X$ttR2hMbnK=}km+$U{ tX3DEROFM✅| Պr~t>C$;1ʺSGDiėDŕ6AwGe6YmIZ]:6\V K !M5˧nK(5ʓ :T()ԂXbl30ͮ0atMfqc9o'r`b \n|7渦LFԷhp@:%ɉ'Ld8}Nj.KޥN‘D~)aT CpLtYQ3)1n*zusm(F?Dy(4fb%-ᅴP}W#xJtwp]kcF@Z¢y⬌)u5ԭ КUCz5ӄ h$yxZHfԼ::ԋaUD&m60 i,HxzM/@5FI=bp9";}SO-NUXۯ 1r71 ׌8Ϟuً(ؙruMgѽij\3R-[)cYG5 ԟUWEm+hԽJ:_SOl?&&4uǙo6g"nɹ Z3()xucˏRۤ`XjٹE&vs]*+Q@!\o7*G-3d!+Pƨ.a8W6́?E$m*Դ2l C4 Iz~BahKB+œ~j X e8k,:?|ȋ.B-G}Dԕ:S|ꚜ\O)b!0fиh.Qqnd 1 ?#[eP5w@+Q!!{a 1u+|';5]QOeߏDI4F$oBܤ zk*yA w|5*Pkk$D7l16*56Y8DШr$xE?oB^Ro2@ 벗WgWntlR Ї>h3 ~Z)ooƲ'4Pp%xIVRot1фޑl 8hBotR0 …ؽ(o7(;Z'gjSdLQC~Rָf󞼈[(73#.\B*aa]3.oՎv&q.םk=G޷r5"qB"zۋD%ǻϻCVak񩝉4u-h4+:ox? qXӃ;[V{ _*kt F$,o0Lbh;KK(k긲 M0o5nr;7  L:Kз$C=Ԣ.*\cږٓ[i%5N/g3l՜3q'o#ɭ7խRṯvY{_X|zUwi1scve1}sV~NG%Rcu- ;#0SK7 {-]&CKTr Bu6t{pjjO’" Ԅk`bɂ^&9ݏ_;ڥG?xV*io)AXy,W@g׈SG/Yx$1QyTmD8jcͭ=2˦SRbZY>Ytޙ\H w`3C}%k."+Pov%QO6O֎-֒sLshGr# ?}qqnmI!7*GM{.GdBpye8l0Q'{!9 uH&se,7Kذ 9!Lġ)F3PSOL2*a.om}_[@'-;E0Rت$-]یYA 9uj ׯ7>mz`N@jB֚|X?*ȑ-WBFu cs}T%goFzm?:hYSb@4mYuJ[ 5P61(syN5dVv e9`Z ٲ:77ҧɃd AD93̂p$sʬ3@kcX+׍y.YՆ$岅eê{w!~zT!瑼<+Ԯ@NXM6Pt]T`1x<|yh'a0_uImTiHgKpنyx 굗qnK;y-*8[naZmMi+zP `T(k&8PзpŞEȰOz ["ْ/`:fr7{9%^F"s"Vgn{!hw&Xz4i2z`A#MNK# TU.jo `ŗC㻆 &:/d㶈rgOS'BOOR܆ ~ M-w`hB  G3L Ǯ併D U.q@TӜk -ڋ q0i/nKQ~"OƠ Jrθ ֡Qb/(8z洹uz?}nDghz]=}I= E`P-͹L!4*l}Nm2pmyG{P Uڭ#I^9TTAX jl,r;X ΦPחB(Lk||gA3/~w қ&BxmUyXs  )LCU|Z1<̜灬;)ƕ.JYD"ݾv/ٍ" v_#HїJ)uF@ PϨ$D¡pKAU|ˤwÁfbo*R*X+KbҮn 4I-dB+ةe'~'}CP9]>2(pa07o3p.2I/qLe77_ur7DǐtB8Y (&([ӡ@<ɍc;kia:cD*橫V@i'Nqn ڿs9Ke#O:b#i ox<)>i4?> X@wP}2kSZ]*<1F:E3'FUMd.2CFs+sE' '"|FL0ܿXz!٬U㶙P%Fn$7A!ao\pD9n8-s7#WyJ2W IRc4[r<^jB7gA[(O]K"yڙJ:Mί'c/H%.pTQ6p8;> fG tT|%ǖqKlo_1{ 32cBaNz#Teg}yersA~g}FsO*)ns- v öW7169'Gr0_@1=g&y _U+!/ֻEnݛͥjQ6FmhƁ**X]d$8"}ߒv;VXXގ "G%9eHpӊT>4P-M9- *E`7vknn |wiΞG GMY"#=UzD ۣs=51en6<93/Wt$ҶuMfJ)r*͗2Sy8>;k!*˄&~pwœXzλ[ Daq_/^kNvZ_~|_XF&n .  mL['ьbc1_f>N OPVtyj "l9B7Btj/^9BU{8܄Od 81J)Y T5qɘ8Pt_Ft2UC J=jEd44|~=vIF Ga-֤L_CXBם어H(v1>V3-,sKa S1| DhC؏$\$b#M䭳tJhcg0-mَ4pDB*hXX}J3E]X!;۷?2e9~ui֜@T}q VKOG V+&K =V6YV11PYlZ\g8z%w3/-aztX bpsD~A i夦*^4iME|O-d>&BoPWzYG+"u:|HH ,sIZsr<ډE0` c "8 DI|<t^"Y )~%g6#( z A0աw-\5 :0T|0ZFA!œYR(Z,UT#4NBYt ݷl.꾺??ZMG5fD&貜J<2o d ]JO(PM p&zdVfz&socI#HX7N[ht]3*>'}3$% @ ,]ejKpAFp A01:;q7zOz@dd8=MO,u4 $3ќ̜Σb]mstKMЄF3nQSӕF9,QXtE| &?V*c5oZ$+܀Q[͈;+>#[JCpgyҥٸz,($$B%;f]TllC`ݿLo٘eV}eDBeIcG"تn.ə gL{xlV%mcf  [j!ʳw>a4 %Q#y[Mi:8 랗L9[vAɜ kb_e ~9 n 'sNGKx9 eǝƛ(`+}u#); 50ۆǣPȲI6d"0 Hbt/}HSC+g.q"?KH3QY>nLB0z Y?Ӏr~ &A,M#άsS`'OؗY3wUG,02ݱO#mT@Ӎ{JpCgOH]Ҕ*݀"ح1k&bp8tSD9٦I0~{V=˹B'ʍ|ͮhosKz 2/߲^LàJE'7-,%}(c_-hur_Bdj5n {Y4TlPV(cWi1|r.UP%5>'g dˊ?ѕG;$63p`袵+6#s} 2dh4(X'_W ְ j*{*f~H ]U9,Hͦva h !hKz8#ohS=FwQ 2tAteJ:*` :_GǭP] {ZsŸk1^ roâq*%u$+]J CW=ΓUq}gSAf*[T F'ͱ?Ŭ/:T&Ix! >vߩ<Ȫ$sNoU}DN 8]jtRRpb+,p͓-gu="qJ2pإF\ U!$q<ծ+k;(r,ޝB-IVV)?]HsdC`SB?h'L^aeiECĩq~!LeokNIrPn {;Rmp`z=V鷃|7fB> T0NbĈz4Y Fh o(Lܖ?uTmSSBDjBY?Z^W# ڴ"0 e؟Ki)Trb]9psdZN!=# gy-:{=YMy:qbJt>9E o ؔ]fnS0܍4rMݣ7{9mpnN-E,OFYkuxZ t!$jmLx@':*S#LD 2QY d8K6Wm܌ͬ6$+[8Mv"sBƄ8l> ;'0$lOf%ξB)PMTr6yل LcRܠ/DK(i)-@OtdPtfy A4E,Ř91,u UR$?̈FDӶe+T{E|r ZX]:P,~#3Xʈ VD0u`C{.aCtWþpCb<)$I'&/x4HڟpjmJ;ExQ_<T6_SLXp Pq jSDXK k;⯿O ?It:K3D4s uQcS x'5" uD+OP@Yĥ&WEn #!-ܥK,s<<@(9;r- r٥i;&NMcK+䨏DQr?-vh+#_;Ma)xv-#Hd~Rtu7MBhg%a Zl}،2dC"xC/m*i>X1vV1 ~;Kp.R kOU֝4C,P#+tS8O[dMÝ)gАTNAMU3ժɲUKEjCd7j<\>GX&C|\$y+-ava҈b ĆWd`DKj[ɝ,+7q{U=hcBUݲ:`=Y1}gq$+B~5#[ YcQaV%<}RB>7tL [SV*up1YnEv 09a/ɖ|mqS'f׀YLHw졑eXi#XUi.! aX&X1)5UƂ%Xm >#\C.+:5GC_)böB}:Dͼ 9NӞ@#I>ZŒ|peIxkFT*b!CR ;l5~"F].PlȺH)PE[n쾣Iebs)ܵ1~wV mA#mZˋ+dl]*V B2~zB[C/ѵd= ;Ԋy҂ޱ_4k[;)}әޔa0IےY)mV*?4Pf7؁/,)V7g'Y7tuʃDt ' ENY #yԽ3k Y^ޣ[Ϗfܸ KuT<لIOf龳V T%DJAQx798{Vx;$LXl=2FX-Nhl,t3Qvgpw~Rh/R(D&7HI:o:7~xŦZyhZ-M(n:b"W`>W-tfcohjsL~åw?t @p?FgIYzُ}R.悮Fi MrmPLCIp!A8ZlA99Ro^~h, P2I듑Jeto0<ʣDaop|V sFU۵AV悂ITeH\*=@Zc`]slWvmTB] r** !lաdҸ{8,_jbzc+ň iaCdKW*WC O5^aRw0=|Q{@Z*܂I.@XN9Ȅ hIo4mY)СlGN{ocxfcWIE!g3>L@oZŠN!*.6J󰐖~KY1kE4iN-W/(GQ1M0AtI21&"å0~JFq(9qQͦLf>yԯ2D,[Fkt]x- %QXvxLe7E އyx^# YhG8[}#K@ v>ES6,+OxjηE*#󭤎8\{^W, -.L0ui9́|v VWϧ](BN%B"W&pG5I9)!I`Ŏ\DԻEl|1<|+TEG;tY&tA+xGO6PcN~eDzZ}nf/:IA2U%Kj!ŋ#Zx [9P_7!/R24 #3OeOFӈ6]Mr$ӸvհxbTiNJXȇL *h%EE@ls? tɻf:qQε-!wq=D%&CC?V9Q` |Bmhv7HR"lw LfA}8߷ 2B_\RT~4P",bЉ_SsֻUU r,ܻGZ$R;Cݲ(r QJ bֶ`NJт|S svo2iv5pt J/\T)d^ps X)'~&ZBe^1@&H1&3T_9 ^m@LEN",qށ,%XBM J ς!véݠ3=ɬԖ 4 {%߄-8%]|W("tm&"@ LXp>͛T}ݗ:P ϷЫdWu9kvdؤ i!**Ȥ9߻#o@C%_Y*&.d7Wa1i̭S9}bqBӿXBǤA~.u/ 7)~'Hy޽s95׾(}9W87/:NZ&t H$]l@ާԙi9xSݩ"E;e[qC!gVa87H>)gBh`stR *y}roe^ZBaj\+AE A933SIR]㷒S,t-}.$8@:kCy}!@(Zilm,<66VB Nk 4R߱3 [oV/#{ ߿^RܿÏG y̒k X.N8͔D!J7+0DbO^)Ψ7LYN#Czs*TLJ cCRL2xOHh7tͲ7K: =!_UKR)&eOU'P Oߖs"zos1˂vڇCgl>OQ oZywjDJwA;.ɺ𑡴ʇۡJlft[}F,s8Bc\A^= K[AK,ύn^гa*0je~Y@':F [dA4s>Yk"MW%`s_td4MfȎbYlf wIw7aP/^P-X]1 1[W,\yKoTp`Ei(VO EBI <-+5&gOͻ2S"a Z-G2)}w`1{ܜ45-&[F;WKEJ«gt](ft,4kp}wD1n<áF&B%((0Ɉ6[7c~tCNWxZ 4D~yp53&\v+( =$nZ6J+r(JD!s%1)ZxM&/_0ET0蹬? 4p+c%6qzR+ ֓$靗&q;qU &Cjl(K7djޠΨbOЎY )TAGOcx^{}FIx.ޞ(KmщD`9浦h{چ0G䤌˅sԩln dI7Ƚ[Q0,؛p{dTP2_^`d}ݨ=Jn—"l\5!!ym#F"> ,NW+J\ ҖSOt 4jssX]< !黍&!!{[tf2ScoM ߀3Ys9ϧݗ5ky͕ؠckp}vޯK)-m5bk"0 Qhʘ[x'l eӥ7AdIh]*]9㭜GЁ I,9]8O 8[uj$3mcS24~?:cscG6W&՛݉ C `r]Lۀ{'*7(eBh똄=ܓ4Y[6BQ"H!k"&eQB&ZJ(7"tw֨3eFPj}#pf~޻o`mm_KΧW)؆2UV뗤y!Ľ5):?K)!@=ؔڐհV׈M.^A `APh.%ie!WA 6j^'^ .3?WJَ[B1]X˱1A:_VȒϤq/XR#߃{t- ɳ1w7@4~Ι?MGX1"J݁9߀'i+;XK&]TasT䔇_:xJ}^P 4oG MD6 (a"fE*ni k;~͇)1L<1w7)0 ؄YZS'$fL#A/rLWqkJSm' a0,qҶgQUB=DՄB'_:P/1{ Hx1 cܢ Ǵ(G 4o1-bgApg즂V'K '#@StW>tzuw(ez[9?oiy`P̹C+ĉƐe\3p5^9GCɯڙ@d m&1{_fD ~ gY 'yٷ4ɵ[[]u>l.B0yTtDN/ш,44oFUr#!)7?b40$8i:Ǵ1W96B~ J3zQ2jCِޞ*0%ZD-ŰP.eƲ2{sΖu հ!di "*ⁱBTj?,~g8iTyYGU‡1]$rC%oNH'S@ԭTy]UFۄ{*Iɨt}íbu'p \U+3?sN.CX=v &סm^ hmsZ(Lkd>\ A4{L^U_."N'}=DQGqb1CIgb'\9xT0z݋:s{h8&^quY췡V2)c92mi OGdz`bݓ"ySg=fsU@vo7d]$t szunn=:{$j3r`#vKq 5sT9JAdu4zMV'V4w`_:71/Ζjk|UFwt,뙼 4v,w'23>&vsbEJY^(.a6:Aү$L8kbmiPw3~s̏ apr\@K$iBͳHyEF@ty &C B>/ [Mkw,qmm'w5),WlijU sRu8~=JR:۞v U2YK0 !斂.&|~IFm&o1A\8& ܾlJ[1| 6zg4[)rH&E˹":w$,(YOhp'H0\,u@g`~V /xKSH XѬ.hYj9cvoo\Xk~XIWӫ$-3*jdȏ\3h  'df4Ԋ*.YWRUyAqy qsu`O*`?у/V/ ^"Nҿ6kP:O\]|E]0ll@Z"N yIJ̓vTP)ӕ8QGz_3>tz2b6DcOܩ5sv|a@S8f 3X3ڪ):H.2 Ej+`\M"!m *!TNvxZeݳgE`& #9ndJ8X飘tw9xvq!b%;4HK}>i!vg !ǧj2#w v9l2+c$;s.^ 6.Td#Smt}[#`_FztLaf&ᯈ=rԖVAP~r3yzw??^d0oiImB}ٟpu?)3|LOj'"$J1mɂ)0(;W_޷ώ#1֑cj~"tRg|uU]hI(C7 \g $WUf!*Ua9(R:x<>rrcgHZ8̧a`p|( eLQX𭛢7&O=( G`qm .41a ]$_Lܛ-H%Ba+E^!qW2Ǎ%Zn(;B0uȨ>lf'߫ l$},DQۍߟO4/Eemj9Jq3dC//?GO,Sݟkp-N0qێXBFp81;H<_b(2!灁-/_d8xFǹi3bƚQ3mo{(m16d,>NIb8׶MEeUg 9:ERmft׆ΫZȏ0Ĕެ2^ /ajҮ{N~zd='`XZY^S#%7ѫ`eMUE u(f#.Ts!cZ. "+ 懊"K&aS|)Rv Nˉ\GP;JQ;^#$+t$>3=6X9֦RWH[Mƒ̧#{Y)}B+EGbG#Jp}y(z.,"I̷ o90ܷ y)N΋ʁm|?%nv~(Gw1Ct1i& <|'Ƥnrz :5O;IROs ]=+FkNi$1P*G ޲zH>r&T; :[7_f /ǵW<~Z ׆M yl/nA n58X~ v3a=5 Un}hZӳɼ-ť#~9$B󢏕9?m5Q5lӶ>b.'*wy:m-Yڑ]1y#A^<щ%urSm K Oa"kn?d>4+w~WAp[`C9عdۦ\ *rs>׌X^X3do*0}Y?kja `kC>?Tx/%*`0u  , B/fAwHT/4\'w9&FK^4]Ɖg]fV+sGi _2xĺ wkJu0ɫ =t^]{p!,R6w'um[[t*wCC⒑2mcV{@dU1@ϫΰYBX*ԃ ކ)) Ȱ/}-ۺ#I\yه3*͙R8sDw WJ%w">Y5 u F~Zk$RN:DGqQ rO?f Ld4z8>X?y Zyon Hqo>.TPCxQ1j00P|8TZȸU(;gĔ,Zŀ?P=(>rg͊7R]ZI aH< Q^Aywvqn^(7ʕjIVYe'9D410@}f/gy>d3%]%>5G>WHRa!@AČ^2ALgeQӶtjSI?']F lX6w뺺>!} f$yH9DfCpB53^J|]fUHSh\uCL,n8JKa[p1 OѾ`ٹr;.t % <j!P((;.)3jIt&?ť\mᙐCMCeA22ztÛ4" o_W$.X9!XBjfRh|ChNV/I 2xc,K2AA ?>j'|2fw`KPҊZ#¹z[?I ;‑ۂs&M)a2f<kN'b)r@ot=-7je`{H7]5|@TV5h3PЅY\V=}a٫ۚQ ΑR$>zuLxX5s2=u_joly.&\ "C=˃ĶJ~ #EZXWWߌ"l|<9s)v|/cr][r9i,!4DTc5랈>GbYwNҴfd1tR| ƉY|bˍޠy0eS(!(#q}!M]|)S#C!dUݠuqR7m uTۛ%[lX &ZDƿX}B?l|(~zFT k4 "Mu~ nqЛts9#_I"rxdN@&Ѐ!::FD꩛i2~h@I~Fj2ml` d%͊ɤ}zImŸUKպ<@?q@JRÊ#" $aPڥS!d,.Ze3n!P HZ: Z,'؄PvM3VKy@ Xw5uZ g{Fz{^5@<0Wt,Y*@J Wf;e4m$- zz0G!j 0ZP 6K=jv|gRGE2U ,ibE$2?wsJX7,Q> RZ1z\=rt3b5WnQx4KQs+Bh.dŻ*d1Ϟoli "ڼּ`S4~HN)DU%0UEzvGB+ q`qmLJMPDb |EٲlM/9 n6IZ^S49(dA2e֠v;}S'NjRfkkJj 0⦞aEmK|PȤ7ZWTfϰ^Gl%n"k?u%$\?B /,3vxbn,n8Fm3' KypmY 3̑VD{”oB,bׂ:K(Z^Lxw8b`Lgsqr,g>ƕMi| ߇/g53"oZ`4[|z"-ԧվZ{G*/IgP$EqfJƶ y"Iu`nR0"ȤaX,AA: .Q.8sK;kh( Tzb1Wn?;rmTk1'a!d79M?.6&dCAE,v)&„r CIպ<mɨj`=n!X9pd*55NRoPKVˢ`NţzM< c<\ѿi&0?Ȭ`K%q!<,pnqzhriOMk̥]aN Ќɸm?l6r97z) Bp\ё'#hRAkeU>;uֽ_.-F+Lu8JL}m|yovLZ1tۘLq>?!,a,r1R>8Iz.RW1">`h_dWiصw;CP@^틾}z!G?)/*8P6 "o4IF@m'mZ0@^d1z\l-E֑iύZ!g& 6Ҽۥi GQ _*(Ṅ@_*ḑeLU*s('W;3QK̭}p좐\}2 ≳ܩ%0MGU| 0ɴ4^vb2dch&ʒ4U!oLK^sޭ 9/ 5qBkLd25}ݕc[  ǪM+}s$5_87 E7.%7cѾ md}b=-|8ee).I6mAN%Xc^^~%ZPܪ :u ߰oi$=g_ ߳G-^]c';}!}?yvOi 6e^wq̟h*AaDYkfHF$o ΢븝TRgt2Oey߻l#  . v 8kTW(1ÑVYq ˱CJjCL[|΀|C1A*m1iس"6.ae=,JU2uWlRN%A+b;[D3hg'.8:&f~)PưyL4ӨL=)E|u^y)<9/wӷxHkXoF1sbiūGPX! $sK:,J= 6ESf'EP-V`o |oP&~}4P / -dYнu`6G3}n<P xw] Q q-?uEh^j=NF Kˑ=9*0R`Y,// '?MƉSJ(6q\jӓ5`˗ #fMX=zC]_7&{vIqFo{K{DĒu:=M )9!}pd^NS$&1LDܐ/JWqGte%TO˔ղlY6e@GNLt"@pʔW3F"Bdɹކ1/T;n #6?JnFOt;n|3/+l-coD_Ɂ浄,9Pʳطцs"Mx.}fg]vC}L"9Gśʄv?Cɛn݄:&dC2-,+֮\E0u { šCm⏾*Wr^>wm564,,Qf+rdBS|1c\|:-_:DML{Z8n[Rԅʗ4?ߜ!RAfA#R: /uUF%Bc"hʩ7bT,SAu4_RL3t?Su6-m ObǑ+% C98mS)8Q]ua]' 輆 S><[]N][h[2Crrg,y "!ȿˆ1no]=댻f8C.(Ű ?<ċK> $c2<:JFJ".ȷx|xX 8>4$Rd5[᯻)ٸZ^&szS >uS'r* ):V*dØ>Sexl_ n%ٴHSjiWC;σ>8f1E!+o_ݠ4}Y9r XguNn!/LW:1ZD]ejY8kZ7X+Pm>m`swTG``* |]οqpSm$-3d" =N}䁿a8-g8eeewu ~%[+FO}CݤdTssOpD2j FTjݗU_X˹#usyڭSstxp2yk ȌjqGnUf*uMϿhtsNڀwsa޻TXfg\!iRGzK_KKz \kC:ȗ"saw5;iMV=b5 idFIOąf|&P3rpO枞>p4(t?Ĝ]f~t럖@H8_?'VN\Y9t+S2 Oƴz\/|7L5ITN&ֈߋZH`,j(%å"ld3Ri!]zU֮,*<疼:9.NKRRiY$zA\^桦r\" E{}Ӕvbz# ӕFT<]݃W6xo/p4QQ⠳CQWʗk.?r@ eGfAՂ@z2tɗ*]\'6DM/;- mF=tKV7I!W屻/S$n{ji~lBv}fޥD~5tȚ5{S^pDx|@4NhOLpC4y]*QQϦ šjq~&rsvJ4?X#c 0"ݸBkQa ?Q8,kJ6{P3^qiUϱH9X(Ԥ掬]C$`Xo:E!hHgU%cbCm uL9O0-XDKػ:BWg+N_c`PłTɍ%]Y%_§8pY }thˮKV4p{u3>(p.UZ$qqӬ8eO:kYr;A9#"ho5,&^LP(= 8+/*T&2O6em`aP#6bʴP8jmL2Ok2P5ٮȬqm)Bb\b\lX21P)N&5jlq%c[RG<*sV=ajFyDz0֓<ol,]'_H~NMD\zKs+B ֗t-͇~j: G>@~3ѓkMK Olh.JU3NCx~^f{PLK !BWv.(͹z42Xfpt_!%Ä:p/G:)tӒù]j꼚Or&*]Q7+kS DWE_#AU##IgϏlުv_qP:,g)Yy,or)!47Fh7F#= 4 ޖ&hJ 0TmziPaC#]D‚vg9+'&3Y1xor{[q>$l{a+]_=,{ - q; L͂d^’]GW߉lShD9yX0l2<͚[DڪnBGVX3O'1Fg4'}W(FhB2pg 3S`ҿ)Z)~*(HӗԆW@\VF~p`1Tg~X 7D桳AS99Xa*mx ٤" kXW21Wؾ0-D]PZ0Uɤ>qwn(^) rt0{Հ{WHF VO}/ F އn>/7nlBa+ad{U0V&Q3Ǟq\>9Fb#~Q W~?A5QLpZE(z1"U}4)੎{F{ bBSSh A܇ d\u70=MH/i^ԩLEsc*"|^'Íj'afhNh& a!oo~qԫBbHlkp/]./ަQE38 $I@ވMC;$Uf'ӽE@A -ʚcU9@RR-oU#]jCuhՠ>B Hq5˰+&05S.?8xUZ66O!K(nMfB)toUu}e#]_gh7fɈod}:z-fUI Q$)9`KUmImOG=-S`ovsQL͓#b"Z"^ܡi+[Y@> & =:c{X;c85< s3ۢ2Cɟʨ.P޵5R%̀ ?ɧCGXg{@U[U3ū)s-`mw+O'cѱ)g![|Dܵ(C1W=tO{xRNU v]תPnRssav!"QMŠťbqbIlzUT-]CS̷^`HTYcAt nb6y`yu,ǐ6ݝ:۹}K@2)k%)4Xg`i_Z'(YGD#ewpә/:N+gnoe {N$e tI{JaȰ=0I,cRMp(Ϫ}Y.])" ,9%ZosѤ S": b3 zō3d~6Zs,byd>i2V(Y"Y|V.@N[sݏFƅE-AJ^{O|Ș,럴ns/wUBDi *.*,"w}Ь abCfjfMy Jac8;jܝJOzQa<7؏28"( /t;O;ш^w쯊ͧ6-xw1FR>A Ynjp"1zEq?(pAvXcD [JIH-{x/d%rș^qѽ!K~1h5m/^E}aP8{oA']$*6y4 xȮc@Y8ϦAi9݄Xt낈# ]RTJ'.8SHeNe>{DLN~`u >zU"ǻ יmы,2gLCUlfb׭uCDeM<re= sӗH!ŞhBDL(3]I&HhAn峜&p "T=l}| `$W}r=;"3YK$vtLq%fնQN/_zoZvQIKdOThTtdk)Ln'f t&4ׇt4H]դ3u.ݒ+>bd컜JvơirV2ͩ?hlr\Ӻ9/m)t)#Rr|aH" "x&~Y9-c-OvVu\3滝HK?j ֙_kҳ`ݾAB {c4n3WZ ah6nE 7%HDW´B< #&yV//j%)"ys?^VLOAf|5( @ HA/BU#n!$\OwnM=`Ci̤/h#%& ~m*L[q 4Pr9t+iG$ʾӶU-]#[0u|9aLT%tAzpOl =Gnr6A7K%ׯ&ǔnU}TBH8b 5ʀtY>G{ZۅK?@=AγzOXvn/f{,<$+Y(=N"@xWɍ0N0DQD.B܁m 8P8Iܳ\+G‚8{Djf}fi 7mr41i‡'0Is6,O=pbw.aI#/I}6'ed*޽rvy'`~W₏UZ2&v?'QaP#f4)r^>F+^aVogO]]NWȃ‚ dDB^ܷ5$55?aB|De|yG? 榔$.cv7:]}vwGO(0/CR~}ajֳ&(ƿ3,׿#(`SL:8wi`U-16 <Քz43z7O-˰t:DfU&3ddbisSϳK.b<ub<_%wXSE"[agxʂ5u(,Ԡu?z|r6?U2&.c`LW"TQ{w|LoV|D8d%$- 4 DcNٯ3o\J:_IT<0?KgXQqQ{>]p1kwGc'WK =9]BGA\7C1Lj$&+PPlns0'zbaN -Uzˊ$+$P ;k =NoOOEm, pFr;^\:;^8K(rRxLn#znިžHg{hpUi 3CwfZ{y^9_+`e^.O~y Se4}V2 lX%E{\5n_ ҴVQƣDP/Gc 7RIf?zW:g|м`LopP犍- n_*xUIG ic( ZQ6omԆ>=9U""!pXY h =/{Qᶍ˼0EHC7OoTkD8}B|*Βu=)HfPBH&~꽊|tC5f4 *qٔ&k;u޷'mIɞ+BlޓKRj oW{Q|B#ɒg{xq֗\F eR38\(@I b\Wb[|QlM9D35|a]AoPz(&ȷ 'L)Ĺe]"-IT.7xzaOԐ @2CJ&8=*q)cpf2ot`3n %\m;&8O8jܵ٤M6y8q"Cg??6!h* fyn#3Yp;KYqOUo&lޣc?j%7a7\Я#gzNRi-_F J. |c ZQ@fͫ~F}=ޞnK$s|Dcvf ivvɶDHĘU~à#+Uy_Pv F-]eO2FW!+zeͣ %A[$[hL/.F5f;*Gcd4X_eI OueD)uhU̸ Q* X\ 2Yz0e w3T%K= Χ#dz iA0,TY&;cH%zaRJMUVԞWVȓo6|o^(]R܈TdbVa~ ]J#۪ԫD߽bĝR Ձ$Ĵ^lXQ^+abI^ ѻMjb`"3CݛM /`S9e^]W-R`хGBE*lk9/ V5#N&/i jC+eb Jaz4rK2Qk'k8N!D:}%OF0U^g6{McЭTr RR5sWe x!1C66(d΂IJ&A&W9ېT^P8MmCfH(W|my`~cٳ]7e!LZR׿|v, R⺿cem g~ [r^q q5@XL>(xOU捉O_"#ޔ KV4sPx;]\=uw ʭ5]NܴsX1+ m: P}f\lyE\ (,1ؽeƁImJWpU#[;ZW0t|@n( )QeW&3I&ZӜv ݊:DYM\ b@γ*Mue ϗgis#ЩGP~*T6k/=WS إwމ}]+47`f+h< Z @ Kox'ZŞPh\.c6PD2Gj4mQ7/6;q~+Y/9}Ae]nUo57[8Er%kqtxV"1}$p.Z¥p2x,Z 3TT쿋4˧SO~{,3Κժ ^*ly7Z[XEo-4ߐݷNxbږJHCİ$Ol@NÈ"6f((=XU;s0Q={T2 S/@,Vsfh(,; zMQl%9x\xTN lkOםl.UA[)j\+&҈? 9F2a\.Eʳj'W',$@ц3JjoLwMնjE܋`5BDvb"F5"тW6_Gjs%Ig]@Fb"#] Qr,7HbugFFhFaWwf--B:P4FUI[1z-C&y=yQKKҊ^ẍ́$m-LeLc1qki_est9} #j$'J#S HbCW /24lKF vet[X1O^#'ӌ~#@-\V}v?K@f3kWwXCdCZUw+粯fObp>l$?:Uf /xy[S\?6XZԫiD$;*o{2{r+a6ٶfp L^t<0gzpQe ><\ɓ)8ԅ. f,x u-Μe; lV1,TXX2/fL%C4B)Ӽ%OȑBdŕG#(r<;d$ E4B0PbBFtlWV=adQd#TxS&85X)5EAE$wj.>/>޳{v Y!HZ?l+L󘼬v^ps㮀TcZ$pBb&j[ B+dO$ n5u8\jBwHx[QYL_OY q?f$ݨ.tB)Y&h얷il6bts!zX +s!9 K$N"8T+\@P3(RFgy}Qb Coބz5 n{n{5f;9MβJshbTYb*cKe%OWr Tnp͐5lwx$0&:&qq_ئ]jm ԧPڛ%I1JN?Xvo (٩E W bm'Ha@psF'I!jcp35 }]"Ԝ ;Zٓk+(7;߅;xZT𾝳WXɑpռ-KԙIhX w!x[ob۞ū4Co^3Z%|ZƶY5G@ԯ3o̒H;4|rmvS\M8?.\[{2@&Z 2s4 ylzUyj^q5 (nuȟoQ`jU FOI)ؿ\ډrV.ECk'=zBjScݕ cNDͨo$O=F@~M|)ƕ}IN/AuuoRYqu>aXk ዩ g5$b?"azzmth_1Gp<+>Ft)>E4\5739(1way[γcS@fِT_֯ qBubbH^ 7:8P2@LyhsYuĐ]"-$ ?rZ۾g$/ܹok=gHcQ,0SJjfpT7x[iO'ʊ}ys<=t&a!G}n(~mo|۾ʗ?"upK$iۍɊz%wX=Y SsqM!=rpI<*̓nNpfn]GWP?N2t7xijBE-TBTX'LcLr_:Pj<+b^倬PV.IɔϖɋcX2PFCW&o" u/ʅv@=ۻֻ" T `!#^jvs.h%e^!}bjzNЅ(|ؠpfO8H9цiʞٶ#{ݴ@ˆW}Iʡ\6rydq(lf& &?W<:Af >Lݔ疸؁ ؘVy82lǀmdm R. V2/DxQV>'8- VGƅߪFVļh9HyfeKW?aгFhbM 9-1,d}IMxwhR, $Yoe M-Q9vtg( _Q|} gbrh0$ԉD'e25x@sW PE6T`" n~ՅGl(5 T,R؋xc I P]O"N?f8 눢RZr/?mi ܾ=M)ҕR_=U:q,y-S bJ϶m|zPYr7JӋ& =xS1Tqѳuu)yK!&*r}9Mc*a=&Ͳ>[}1.)pvٞ:|:J|rʝt2?+mf%匶 o2wooB#.1[Rщ% `{d#W']_ /&ۧr5m2? _^?ד 4^\uY'e&9I[i-FIN,fk.r`yP;چ)m+𗡋I,&6vΠ"Xz5^~K!:U o:CYlW)DmiMH(I忐L[>;@L%vªMm+CLγC` *l_.hc֬3ؚJB+>ˆҾkbl>yv7 yW(?'_K3~祎dDt4uWw bg$⸂jz)W*t$10fbue.H*Ѥid.!`{}Ĵb lEF0)}MݒP{|cm܊K7%𨞂7cm_"M\>k(3ⲃzp S/nA2Ԛm>PLBΑK~K$]qZfnzSVӒ /a=.KN:I/BpMl8V鷌!Ri m/ƻT8[?vvw3ZV(^lJKci3~euXe#8E~|~ϵ 2q5:9qRB5 &mdտZGH cRJv*g.e?V9NײfQTr5-=.,.6C/7@z- Lj;CR1l*0߿Fs GgK/&W((˺1h'FT"[a4`EyOxQTl0Cgҭv!ض 3߃Ӑzb0q"Q7FC0jSe 408jñJ9殍&Uڿ`Ԧ *=s"r{'$т +[Vݱ/meN 8{R'J}!AިL50zvbL0 `:{ȵ޵@v~4gS8ΐn :%yJc3Fϭy)gNkO`o;Xd0oQ.<@l9OY$i78'+ K`)L/1Gt\p˅<eG8[[2^jڌ[UO@CH32`w`/ 1Pa\ї ~`~0MO$tqŜRsz|ITԻi QQ1vEE#T)ھO`]Y}W *Ϭd^ ;j@MLEYX E--ҡH&QЋO? vP8 rCeIh'8&0$ߏ!Q,=i.1L=!~{֟n OBj $Rv!|7m/z C;LeYÓlݹsY\q`6ݲ L< M*D@>M/l!L$]jvVjim "DW%,|;E,M,^Yڼ{:/۬;mM8^e6d(. TH1 J> %S,uEʭGlI ϲJjnCa,JRb"Ae1?J8eڽHpyUQ`6\Cv`pmLFmlV=7erɄb0gR%[+ ɏ ''pU\?)`ì^Q$5 9+L&/Kk̶bd`up17~xtfPL׍) vj*ztծDzbJ#Hbb#MHicݺӽh۟j <*C( Wa)vʻF뜇%b]ukڔ. 9yRR%JR `]׊>$n4"Xn'*@=ȗ!TmS6FJ: S Yx%}2q[5=vD<9/ym!MAϥRy4N0*ɊsZ_U1s3OB'dp4?x/RƏ%7w5=\]sX_+)eHPEp$lb[]}l+U<3JEt=m=<FQJ# +=#AflS8K* w?A~shδ+ UO:׳7j M!Ԃ$\颩0*0?W6_4N}tl~&Ƚ7Z@4` rs܍jqnj]s5DTAEE=f若<q[V鼺 ǚ"ri`r-vs|ŢnS-qb){`AS|&:=mή[7?%zY\yIR] ;ePerSnN >H PDy%vhCo$տǶnj. DΙ?e}ٿfot0É:r]60 e_F&P)c#"c\9T۶/禬Uhw9p較]kF)HJ o}"mt 00]Wth|SPnևZuG)pz^^K],}[XNYaΦ;C<_vx=.9Im V ,TԱ@5?V>1 c9ua9h陏n?j|hDV]:x0F!jF.-v<$ued[SLgU=ءs#E,> }Nu4+Y>BM#'1W= 5ʚ۶ݡk27\EdN\%C ź@u"o6]Dz=r`} ,I04y>!$byǟSt} |$kf{!O`2jis<ߌM'Gm7G*Ty-Qs,a7_M}ѬE L UjMWr)䎇3r3ġNs|B$5D%A߅3n$ufyhש6$9E3pžQ7E,vENП*%kuЧ|\h(E!g\bȳ;e*|:lwvfs3Msb>vGdBH¦txMs5K9'S7տ`xh qwg  j#ư,?qtmDǴ.Xkl)w_?.($!k)=g̎mldטg,3VM'K 30#W;ň!]4;ș3JȖ >e`2-y7YWZ/xaܒ~TR5#XNd8Nwm^#BniQ4:|lb|YT9ϕ̾9l.|w@)ȕ(UnTGnL")aDz{ڜ 4U31B޴nyj3*~o_Oʉ @Vbسנ͖D6I ?vWjƽúI8h֐%g@I. m(%Wh6٘v}HK=âv^aqצZ^ gW@L<3lqJ8m=$yZrd I% s.¢? [I8z(9$gf5Y%D0J:xg>,yi'bv7/LARY&K 'ήPl$BO^wJ۹T mk#<'ʍRɓA@u.gΑO<(a0$1p Gl~h90Pu 򝇆gQ}hI, a1 AOBwɡIؑ~x Q-0[:6 bhBб "T8Kꮘ⃆N4\\&]}i,clP|C,(wd?_u*evb\,t8&|d* C-lX%,uޢVv$wGrYfۊ@,774CMM݌₱z_^fmojϼEcbwTϰ&7}ag* bm@m X ϰy&kuC9ۄ:|˹W-IJ 7fN6M}%[_?ۓ*u*XV#㮞HC, ҭZozeF$?٤гfAL!+%d5P|E|$u\ n03F_2˨tPJ@ߣe \!(pO| Y51^OI˕5uĕ凘7Սg<9soGB tvV[t${T<=z*qrm>zYfKZp>&_0a#y積xvZШU|v[pRlG( ¢t%#*P"p" KBsl}@lQAc|b׫pNCx$6d_<,wgn <ϰ,L@&vh & fqW&_P {B+TWql{~qo/L>t֨ Y80٫7ٱxSPN6<ՇI#BCJ+HǨ[ 6=fXJ+@hP٧^#[4X3I"ImxB=LMSrOZUo$Ul-Jz?.FS'tە~q+vCU2爐 ۚ8$>=$1`1R(촌zc$ƥ| -| A6}VNW_a$[UU%\ZY#FM FG\=_'ms$QP =/o` H^l߳3n[eǸW:?/1XFgѐF{ M $1ҟoxu`L@(H:O.jE<}`7=U6#Iea\wǺNӴnIJf4MP06sE& C<; CUdf@EE) K*XܬW`2AXw| -*={yK^t +dO$;984M+~k%5)'EO>q?ېa4ClV`הߡC[Nr]l#J`z@dC`Zu#$><6p侍n 'A;IhZhr=FC|Z176{J[rdEK6*[5[LP-K,Jx5:B{sO {_#_BL2" j_>ȀV:OZU A1e\#zϠiK'J*2xxdڷ!A?f | F}#Q ^MDpa7\1;J?RlxOʲmO ~SnOi&TK]r-EťeBRѯxV]c*n؞pET$ūMȏfenD !m5 tjgFSM!u,*b50pѪF0vba7X,W%Pij< =:lea]iA [,# 9{~txBtAd.(ɰ:LvƜL8Z@h1RҬ'X7.dX0 LD E 7'K X<,N$Vd[Vp c%#Dm-{WS&Ip{OE(9!>fRLPN5tߘݚ̓AdHy}Oт-eeFDj^zT *f 4}ۭv-,"/2ql?Ջ@6:H>n/Y_ASAL d%trJwŰ1Sƈx#ڰE}!z   J`@wL$ 28V%k-¥sދ bB_>&}BqI@zE;R63pE3!~aNM &e`~&qsw'Q,Wz#1̽#ād5Ɂ:mQtW >?^;@J6]hjga E'Yb;u{H?Mg!Ļ]=R›ZoniHdcrOMw$II_r'F:}?ʻϛؿv>ِ& sʽ+%S>ʭTO֎ԶQgg3#MKxb*ҷ>!b K \-p"Кš\]y`ڃ%3'rMt}RZԓi3IXJ=[Uc`+ϡ4[ E:O.^ɗ,^dGo !^gѳ' hYG w⥰$ b{FP2i.{it2E-wiq󇆊L&>'qmd9[dT?WZNSsr^JIZVjGvCzVU:+)50^SVh?;=򢘿\"٤RV:f^|EhE8^Aw=}[: LVρa@W٪ZܲWhN )h//ytGHfJj79SJo <'sUљ1rܽ\DQTm*f  lo'94>"S,J<&3Gi^H*4*sLDߑ$FVYodV4B Z]@ݠ^>H[@ʞkKw YZ