weechat-ruby-2.8-bp153.1.23 >  A `]p>s?sd  A|  $ & ( , m pty~   (8 "9":"Fq.GqDHqHIqLXqPYqX\qx]q|^qbqcrFdrerfrlrurvrwsdxshyslzsssssCweechat-ruby2.8bp153.1.23Ruby Scripting Support for weechatSupport for weechat scripts written in the Ruby language.`]=s390zp22HSUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxs390xH`]=7992610f4cec72c2b65d53d6b81adadb7c063a010ee33aadab96a08dde1bbf0drootrootweechat-2.8-bp153.1.23.src.rpmweechat-rubyweechat-ruby(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libruby2.5.so.2.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)weechat3.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 subpackages390zp22 16167233682.8-bp153.1.232.8-bp153.1.23ruby.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-weechatcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=13596998cd3f711efe1b9883e2a812dfb20f8ec6, not strippedRRRRRa) Cx87utf-892c23f3284670b401333b214d376706c772418d3c1f8215dfe8f1888e2a53c6b? 7zXZ !t/W] crv9w0 ՈchX<)ӱF b}T֪ɜ1Pw z|q!(;\ L^jA2?"4M#4p͹~wO4ENFb>B;ɏB^s٢">ll #lUxkݵK>Vj4/SVIi&0=}ea4¶XSVe;=TfvF7 8ЯK^)05ZT+_]]99wof,J b|, \t ~*DY|I}\†;6*n2ՏOr>觩1>WQUP6LY%!H*eNLɩGz#KN(i'aw$MR MNRz`gdy]@$^ <+ի^A*A1y|#ډ]o#,@prܬHrΓοM )LoOk۴l3:i#䑡xt++#x kJlVtw MλӲ KjWdXv*>Y^RP ®K?mV)7z%?ĜDN B%0?8,O✫-l{^LKGB/B=k8U(a.)}R;`дyl=gH6vm{Oɹ:4oM^m3>l7>h tI%"Yw5/ޥD- $س1u Iz7)9u|٘Lr[Ó')mmE>ڡB&~IIr>MAп !7-R"kfpu- ّ9ٷ+SZ d&A;q `L2Ⱦ,EoW}2j-<+${$9ZfZ~zEU[ &y*ЈƱkZO930)җCr)e§eueObլwr^}bd` eW_t{ >7c80@fvٞ*it=1Bgww%7#vYoBQ|FY G1ηGAEHh/8\s TUX1l o(_xpH͝+FJײ@U4h=BdFqBVx9گi R#5cSQ)N3^@YewU톯T#D1N1nHʙc]0 +5#|BW)f)1I:RT7AY)V &` <a%m2ĈIXN{!/>h>x oĽ?ZcGN/8nvh-m#6)\8 7OesG<M`p֙=}mQ@N&|Z i<ߖLv`+ʱp#bu?WN|"$Xǵ5/Wbe$`J>aHh *mA! 'bt_=KɒS@Ru0B~<)I'hd k9j7W7effx`'oHGҢտ`eŹdO7(כ7-Ngb9*&D);xd*\)rC~ ?46&O9u y`W_̟QEDа-Ґ^ e CJ]4!o~^T3L z h$,,ȌVgn hn@7?xZ]l Z`S_6h+mܺO˭FbǧT}c{N[0GDn39l*zĄt[H&p=x'Ŝ*{[Α%yFwebaz}vY,lڈΈB[|zRs]2ͥTߺ1GVН-ХUϋQŊ4?o*dZoj(|ŜkQr^.szy#pLJ \Ŝ<fKi+ ǭw}bk5u$j2&,P]P_=v{.adEumdKg>i$2 z1P]iY0oɿ,J6 ঵/5_IPb |@\ĠLn(꒢7IeV7WAJm,wO꿃QzѼFB.J ?KҎz?{ 0 Z(~[R*͘2ˏE6\#ge9-mh"'ѷ@?LزLok=Vj^f ;qJ!9Yv(Zj+Yl?+I',#6!xVxzBeK=KwME|Iw !q} qu v/ c]o( wpXPQva3\+Xa|pTgv Z ]7Z|yMQh#`рM2rԜ8}Rs] Vwn Er0]SDVqˌܢFޭ^Y6*ôh2,^*^?1޹ >z[j mA1q{ xC#j{;=-p6̒G ,L=oܯҽTƣV~|  YdxRw5Q]Xa>ZxLNoX—:,0߅yxFK1VYZoѼǹ|!̳P\UWbМD:"5G&z"۠џ+Ax.*ڰgV'lˉWN8sEF1ͅ76\eE]pyp-h ! R![~^QT㚀!9/.D@/@.*8E!3߭/rH*t.P&QհaU"lZD@10/:r KFX7S\4Y%s$JQdt_Fl&TCvq 2^QC[ wTK^ o:O[A~S.s* fM4He0'|aXB&u";s²0"cXgHL (U/K6}4<Av9ԧVd4cN; io} qx)eaQ0*]:`Z5X]ޙzܒ {>Kj'7;6.u.k}[n.}7..M d,ݯDܣܟf)]M'Yl6S6p`7]KZjw~0WFFST)M;1O@\d&;4A 7'.CDUkaC@MKTѳYYn.KL@#~|{Iw>3%M=^=v٢ߑO ,( qW(*~*wN78EQ}Qo9ǘtL;``M@!3%Ii4x 2CjM Էae> w4zlh+y}:x^jaP@p ӟP贈>ź^C)S#X̤G%`bkDT@#J/Q]7@;w HviX6g `F)3Cro|o8Gx9&ު#8)1_Q%ޥG7t7>F6|.Lo0w!=m3 D ]aB/q&D "6{b4I9i: --9(31׶zѼ|TC$1l$Ў'.(?FUG;\^L'j"[DP{k[HDjY%k\j"ybEƜ,k2~yY?;t/!g2 )PVޕpƘfŠkxމ=zvώv%,v~[#N6\hy@ؼ?K_Er&73V3҃jU Pc#m#q*j9̩dw=ϑz<2xT# ] |K}s\ToS73. u/s#(IIS@¡sy SKVِ&7k[?:6Hiֹ3PC\'+(bF9,<-%"eO{#@QLΚ*0} .NB]P'_}'JIp$>;WU"Nv.~M]<~Lxgj:0ǣD)PF"DEpx$Plp;Z8FfwH+*l3 H`d\+ U=19{sI%o7w8rdѸb! *wCriU̷ ڄͬw2xZ`.-&8O?絃I|b*oU?- ԯm:{\_V!uywEj}GRq~ :7B]><ʋ|hSD^#wAU'HYCC<wY"b=>9[Xeq dWH#ֳƈzI|1ji!.=kq̙ӎ"rHL^k8 kiuٝ \Zk%x/n z"vp)O走7 I}XˮlHP3kGd6߇5ɐ.gIFeŢ۷K}X[NւyNOn 0(K~zQ\ _$W Ot`/x9) 3$}wEȽց u"$IǎF':̐2>3vLF3_’N :,ڏH+AC\}f-6MUrc=tU'5U*G[T2bxE+VfŒ@?̈́RTVMњAa}!"As .ppĪ}sRx$3;O pMhCH@ )bHČJTD7`6WhHuÊfhi|o!UְMV"M|1-hƵVՉZ)e'Kfh9@Ն>F놽X0Hh%{2G[,2P5HzKlu݋2"?mՏwCނM2 +eSv L)-ڳH0YD Օԛ/;()72U4pKIcHht⥊KOzaMUJssxN)Q<ʗU@ Ɛ~-:2+ .GM)y?NF" !Vc$5&ςAxHYzUduZC=BK4t>tc"†*S8i|_kg8a)0ʇ+Pj+bY$ïZֻQHcԩz aAäͬ<,_n/Df"`v$)v 8 -Пag~CCl&iL4g4eVK ,̀onOوg?A#17n{/ )=6 K./N#-;oK.,y!_}\-Yfvm->Lfw]k߃(9 2@]QFZK(*͠^m!nc'lbT쵳OɆ/ `dӃ('5xRL3ߌ)d…')E)CjyV\SA,% ۂJyM {j]j/Sh98 J>se#9FQ)9+}5dYc$Isp:powzv|;*y x]HFQr}zcML6C 8Zc?qļ}♏޴.٠ 4aYqF"Nfg/$8F~8FdߐhRͩaPA<+krM檀<^C b(\: #碽hP)p|K[H>ΗX j4IYDU\q㒃kZɅ 'Jcփq@7֍9ͬegZձsO30!D \G߸R)&E5} #:ݗۅs8\h:!;HKZ|+£,bdwcZ#A)9'uz.U{U8?ZIfȣIU4_Q\*6zHJ84U#nV2!ǿ꒲˖Z#cEtxA2^opD\<T9u2M"!mRzaTIrROq톎ZܙEaE]N=N&{z_,GC)~@! WkW!y&{ka3IŒ5r ` ~&ˠ$&ÿb$I&js6,e(I7PrbM.]6}5qi,$ 3c 55STqm KhHoyp@Y5"@>E ;L3T<_5*G۰S(9H/EQTy 6Uj5wT.ew$ i=}KI=e)YP8nڹ)*4|wZϩsh -bd 1o?6X}^i~o1I+ SظK=*]w{|XCd'PvZ #GNFEGqKO-T^q&e}o{JW^[XyA&fz0~Q&'f/Lʚ5b|3\yovwvpXKY7eCŽ_w8fD0=VǶTJEzZJ| \`MHK2zЯR$tkBʼnKíJU ح qZEޔɘTB_ZԞը~I+i8J$xJD?Qc)xҘ_继xM4_ EһX| nUj6/)DSFΏlL3da3 'u[ERV ՜GF9wH8Rf,[׽U?[s2Cs#&8^+,)6I*.Ѳ$TW7Ӑ?^TV\.X=iJּVvҚֿ#y:*́MY h "%wSѥoh& J$8FDD#?1ܑG歅!4D9heA!q0ywXH+4X7)};vTNur1}{V+2 Jg:K~uzx+W2vyө׭y|npK=Yl6G^vP(6Q MD.'OL^zTVƬ=l%~u 麟x.O@GZ<cCkpB">tԋӓ}\_+_b_O./$54:QeX{ {=X@x )ý̈gYO3 An;ڢ$&>?Iii%S :6Dq 2jdD6*{e&)x qHb hx`'1jhsCeذhnMwO \dJښc~1 #lH!'O& TtYYàcX:].!ڮp}rsdf՚0>X|qaug&B^T{7 )8$HH9a˯SGt+?;9MKK%Tk +fɈl_OD˵)UL=uYHұxZe/Io>uX24Sy3P=TtTŻLMwîEOVjDQx⌈\x Tx]g<7-NNt4  KvgA劐$E֬B86&,%CTS-/$Sxaq3@9K gBhg))[Iql-^AYWp'`#Y|o % -=-pk{mԭVkBIBx~eL(1^w ՝Dx`;ʦN-W|)n!yA895wm՝֡h/#ӈY?ŒEH12uN, ZqPx†EXl"2\"o~5lrԝ`iI:v⋵q23SIbzG. 1H͒âV[~^N[ `s9_7쾦-٬qgo|_I ;M--sRׅX_½7z|sƳR<`'3lv`pDeDv`K?8"F>ȄǷ5 =#\u?eke}D Pnjq$1 %-Cd wTMtU y~9L*< ޱ ySp:3ncViXG(K^b&[XmPlv!F]-cWlw]k8<>盤2Ʊ:E|DfELzjJT❱g%ɇ\e|Aa׶>,{Qvo;AxGHznh\&X1+vzOmPOzWxv3J^#3ە*lEJ V5=6lM|tCu#'YCwOI0F{]R#EfLC!JJQ{؅ bNᙘ@ݚmfw!d¸-ﳩ`MZ"Z6垵n=jf{7>+ZR]sZw/MSl(}MΨY–&<6p^O<$ʮ=QCZwU;4BrD#LTܿ=;,{1ryrSrtyǿ0%G4IGITvʿ$?͈QFR:MY? Ef` ["`J1[kMμ♈І9idB˛TܱQIe&Y~. js,!DMƧ5K^EKJ^85ΜstL \~܁p{JG}ƌ^syoZ@Ͷdm'T~Pقx4 ?u׹EYBYmhRC"n;m4w=g]N5q&bu,Nxx uY69^}\@$r+_gm»$llWf` GqQ9K :32T !4a;Ju!\i2"ݼkN/4^Uj\%*H٪BN!9M-$iNRgr&WR$j7ZŇS;Z֎_\FZB?2-D#]:%Zgd& #~|˞jg҉Z ~7G_i+Q2jsEr4}2jw5SIs7 #͡B1)!8+֡`sH?j.I׋i@쁶:%0rk׻ER})QUzQ@|$1Y,:W5j808@:[jp==U}AG%Qkç h&$X]H>\E iy;e|FAWmB*SyYô^"jG&Ggf#t}= ~)h"6B8&5t*8'w?yDjuK.g9^ԋC@vz=?NJ H+;VV_J;*vRڴ=}PcS]a\}^p Lo Wh5OfOf_cIe"L2ԺXmY{}\:n@ڄ"ײfk]gmn?BXTa1U-b/V4L"Gfs;&9Z]`j?W{LYH0Y Mq}Xf B#KجqAL]P蕡ٙX߇Е!${ j+eԌ|ox#9>+QW ]?hyt]q_F}l]ٶ1ŒXa7.bJWT!:ǥT_P\sɔ'nhCG7W.-Y%IkjUv* 'ڋ3wO-Pq/Ap C s"[ ^(APtiMުt~{2#gCT$یN,q |vwET(Jdkl  ϻH8) *ye;;c̥]]&Kq{/%!THh83{ j9AR{?|,Ԣ |7̖NFg2%kXT ]V;Z<_YpV>p= 퍙PW8(:Tgy`VY[c+tZ y:<ۜNוuz> dLEl? VuC) ̳ES3BZ-dRϣ`{y\;<ýSe]j&}}#/cK^c"Yܐ>̶O 9%$T^ɉ>=Y.u2)S6u(r;8 <Մ;{!n-@`f1KN}R'dPn%UJu?:W%,-v4dR_0Ռ N'H-zf^1tw^#iBG+{HA*jg_#e: D+.2싖`Q_v%ln Z|֫P4vߚ;SK1@D3Jp3BEaN{їej/\h|֮v}Er`hHZPhg6'f}Hq]5Sj(pkUaWs%f$]T+:b̎y^_BSrÊ]>DSPT$~2˯ hE,9@r/,q{x5 XgF4Wm,N:՜ːTlR\((W4Cgo"]SpQ!n2>ރe`zJ9RsbR!rR˶EA&d`9tFJA'|$aC%dnڿ1yYCz~H`_$ 0vQMʣImyدoZڡg^K&fS_,+n$}my%@V9>RÙH"̓ &n4VTWVsq|kvy&LqGY 1RSfnJd v^ž aPtor}N(_ة@j#o S:6SpT_<^xtU 3c"pUx?C/Pr\>;""*uA]bn21m W'F"d4\$Jj(FoQ!FwO9Un8Sj땘+ryFV xO \(YQ)1L%ICpI)@^QN(x~,M֠x33C\Ia-yKW/%5.#gc]c{{Ϡ7^/S> ts4e@('H@44J}ʞ)Wfyn_>įms7Qe`)T᩶ ^@ZhB '1 hP~~V.׺2K)|rQʟ񷇧zJҨXDQuY|ZE@<^Otݎ`'طeUh;a̚ɽ"#&Uh5ʒ nA֟K,"Q 9KlC;SizJnKvu,>2-Wx`YvV  ZXw<{ =X('85b}hvqw,$H"=YYgELۇ&mv]LHy?3q kium[".s7#H?7Jњ$A35"dGw=z?Km,L8% k`s7y#KRr#xC-*2}0έdJmq3̣TX'˔yr. yXw,RV.-m˞~肄, Pvs-d0W':&F؈Ȃ?e7$ʠzMĠP㩣.T@S؄.FTRu`ʭK.P N3o.b[+rĠzK\ ~:lwl@X~?4jj#V>[`K9g5F-ݛa?qH#W=jT)SZm%߅"s\\ӆS=@&KLݯ/;=抆fP("&$?y8|/9k8gtΛɓhq6fm8TQ1DBgyȭ_2"1@TTpߺ ӫ H!EUK5pPVS, +N@[mHCԟol6YtZg9 mTkz+9@T^P$FLq&I6z?(x0xՇ7ufohZq!]qd2gkc*^jZ37y4Bkڶ@͜O We\ǰ%G(R:9^A^ư |M1CDó't䔠HΤ-:ZDz&BkJWP>yARhj_~n- >ڥj a[Lvdr^cfȢBtZZ,o£COzfҩD?0'96|Dr-fP"]` \35CSpf-@x *qdō?( yBvK ~ =x}?m%GBq`;Py[f}Ce>bv "wObBԃcȫ?KkQ[1 +rulVWdΊ)x lAƟp]#lg -)6DkY^.>Fg؁'dlr&K쉆|lΘ*Qb #-[^)>Ųä=lSoUfQK0ItΦy@\˅Ï<o?b\JVԒ^G\N 9(0wi X/XWA}*ܤ˓iXNݴ. w@r`#t))hA5M/_g\&Qm]ܔePm$G1ŭ֌=YIPwo^/+^q uk 'y2nAa~.ta%ImQE8¹Y{Bv%l-9>ZeKNKӝ7^p%J,{c~KG;ߦii`!UECu靹ړ1P-xw4,4e[P9 󶘍^8&3NouxZW`xi`Y~dL az3= @yw퓒;(mmmЙB?j0E-YKQ飧.3ɠq6.W|^օ-\;\Cb1Bp8v!buo]2ae +wK5*[xQ29?᡿~Ht m YxD)V =Gw [מ8f&x)_ê2;0>U5B j> ^qVuќmƇP0L Pd@X3ϙ^tZfItbJ@7.77pmjoķcrj}#°:OGi=vXі}%qW~Lg;O@)̒C1|FUmUS9*=YmSd|_ok!.2E[{M>_Ԅ&Ҹ`;nVTnQӯhDR"_GkԦjwJ8-aSiAZ7|YYsc0i&c5nt$vf; Q|C2[we_K\ altnUc·gJQS.3Hh,-^H~? %΢fj\RXW` HUoVp8jG83*Fk}̄3-98\K I3 q.gPzX'c7$ؑpb }uC} ^˴6}Zq׹bԺ;(/` ))gj܍a* -T3 Lۼ ϱ}A#@l:;ȍs }g%J"K87`AC35TN =?wWc SR1uƷ0 &0\NŨy8V1s3j^s^@ o|HO"Z{l`e%jĐl"Tߝs%0iKAկ#vvJ{^hOU }MXhrt@gg۞NHu&UxqeRm|Z$vYmDd}N0!I7Uq5(hO3=]%#cpSd&8L.-9ùN׮Z"rkf>E*ң<21ic .2V(xM9 fg5`RZx#3⩓ϐ]唜aaMRsxWiCQ?oe%^™W^A1}OOlZxp@g'Ll{Xƒԟ Uk5Q/au`+rxU=R*X7I:B/ljQJ 0+o6tEDoJ;c\|B8ꘋMOg%m%k62]{ۈp ؕ0uԃ>h"GQ*UC3C .Hx!9R4R [&8ez /0z'鳄rBuvdR~.\a 0̥@,E_Pf]]$-tRfķ 4uG9Bkf&UCH\_!vw;G4QV= *Qʬ&0L3v"6\ \u#B<b(jc.0^,7xhoU.bM?~&3"ƶ,J7۷wݨYn%2) AAvfj94. V9*H+r=L-C| D`ϊGBϞ$ZANN4+Y4s2l!4G 9MuPf>A-K%V|18v)}ۋ<ϓKp 1ZPYy! @uRcMN7da )FZ" g4!xG!7{Ylam(O/QEna3a;bjKa i6onj>t'aC5ȇ a&+Zi"7ɏNT";k"ǘ="֒sjˣBO*$?({]"B7UK6 wa יDkr -5D?Xywo8N{ٓkwW ھXfL]qzq8}ww.O#36Ym^wT sPK_BhII+#Fnh$*¶Y)(HxF3 h 34f& 2#q5Ep1֞d|JpIb>wՠ'`⛔Fe ǻՀ@wkZ1 GUun9ǡ. 1?UhnL&ubeq^D3D(1y}ܜO]V(r`LsDF'f<KrnqGɣ9UbK'1Z8fUksII/H:nܐ^sU]SzZ0ncefٿbTm( X9LTb@?*N^m$nqMi{^?-O4򡶩S\ @(/^QXnlDz Ɂv[N VR T꫟~nvዋ;3t!sT VAܜ냧ʡ)nmY|m--O9tcUY8UӉa+g0B^ S׀UA98oxA3J :,c=B`60R{d+4ټš1WVck2 Ű34<\@"!j#2ޡ("y^[sK&3c691tY$q'y%ߒlQZ0JȣE[/6B PQR,Na\7RySXMoĻA d"4VG^<DLA䰭sIqKF\w~N@0KK0 c6%uYcgiGࠝK'cE%QI)ǥ/̕d+?TL% Z+u'NU1mx$𢸖}hatv{ؚ At~B&\>K[0`Kv fRؔ(qԴC^S?Z(yvX&92׽ASB0dxxaBI4A.QD؈ eQ@1G v#z$+r OvPN{x^eEӣW?R`عy\.͈[ʟ5҄3f53 Լ:ށ4r i$>HтbuELrIӭ@_*RT[wG-nj>S<'. z4GܩK'7ߏ,DK>ln0Wgଷ_2IR#a1 _xH"S-RJӶeȢ`p %V8I{3gpr Bݱk=kצac\ )̇{ˆb'/c( {W8T I7pCuSh#[q`@GmdOɝCNY}Pg?FEw$HDkIqh7(]X& {{Vֹq >ގкRmHRd&0m<)"ۃ3mT;Gu"_(w`( W"b`wF -4>'7|'ȭ7S,$7y<EU ~m͢ q$O zSk+.u߱j'!aksc[dǦ_<FE^ ~M F 3&~NBAi/j`n/1`[$CmFy:4J_ ye8d-Ե$WZ+0f "|eq"qVPTB%4F8]^ؔDUӶҦ{fotʋoÞ8[2:/271aE>eAQH^3O>N%xfD6z?`0\lfWhO˃mXN:Gc ,nE_<W-]!~`ƎT@MD2q)ǡsȷESٟɻZkq:Mp=J\mf"ui.f\D#+ Uǻj=a܄1m(?/_ ^ߨPm,4r)slLc)X>ͺyòmI@3g.JdQ7Weu% _ݢ<>JJ Xc[:fOq:PQWe2X Op{zȥfg_)+/>ڢE2y`m-W@$}LTb!Eht*WǶsi^+02IBNOk/üoU:M3ScZώģ,7ip{r,:T>YqPntDH,]hA"JK(A\Y,v{pmh.Bh$C}y16fjaj0IT})~5&ۮ߹7IIzT9;_DKDfxt`MT QᰳsܛTBaj-̃^ॗ`pٱ[6 ?;*l##TUYPRj:Loj}!,.B<*"3Mx4N{2.-ѻEÿhljoL@o߮&gxU%nャy!kE 1Z~81tfDˠ$]ýUȭ6a]5mGlj043J@ľķC4?Iw{.-IdcI{D{3'+zef-/q1УtS%rA  mԋuPeq&d}gs}0kcqƂẕWx+BFm $u:+.ʓqmy)0Wm3_KFzkJ;V X^6Qܴ7T4xNw§l8p'ߢsACߜ. 9]S>ȇtЋFt$s`u.pR 舤dX'a =x]۟C&Sl\p k4h ǖ酳 P~pֽ3r^k柛6%U_(zzW419\~ vzaOm*-tUP3XaQ }Aɤ2H Nxgt "l}}ۼB;rr *R*u}^,ҥTa pDqK GnGرjJgI/yWg 4(o#'*NkmXG&:]aC>:>'CXֺ9tr$֫.4j^l7Fm`vVLU$w![L#LnCW27= @^d˔Tn8rBjNf!ӡ| :vl? PԎ?enS3iHygusT^FF 3ݱ}Gtl7:~tWw'j֌ ꢗᾊ]{{\dfap]Z||׋&v5ج04 ~c6|Cn&7TF)hf A$gawiE$UIGscUSzߧ[-O(yďxRRс1)Zr$% x='ooBV 5=-GiUgWvW:OB{\L8|~FxfU{WZUk7Sw7`Hj[1&sy߳ & qF^Q!yV-'Kޙu)hpOdI]wRyqj4sxksz2y<;@5D0oW=([hkt9Yqy#. ޵e-,[=As\XsѢݒ}N8+FAr_lׅO$$o%GY,` JSgOf `n0c'bjcryg7Lrn0obXz)4Q0+%#LX+yS*y=Z UvN6J*Sgu;0D*]b7#YI'nO;)#4BQHU~@ȶE [YJ*85IV}1'ېU id  0"M*# B&z!Xxl=ISB 5^|Hڽg\yEsK-^ve@T_YY / DYg\+˖ȝ~1zȶR' SCM(<- eapLU ;gOcn{>+Pnߠ/{LMy"*Dcn"QjWm*Z[dɋ;X2rd?:N2~U5/5-Lo7p>[G()FءwGКɽ')=Y?DLȩ-^_jO"H(™V$ R9Z彁eu[Gސ鯯 7(ځ1 ؇%;5(UAlʦGG)/ -+ 3-ٝBdect6>WSr5lGhkj%&Kn {w[ G3t,"wi",Q"ZM(d PBҺ -ڤYkCg\'W= (ܖ355oEm ]4 /*&y8~ -0! {WbB&fEk(r4~z;Ҏ+2jmN0-2Tp rjӤ?~zSo"B7[)hVU?A"V6ĥJ-- rms BjMsHRl m2w::5>f^BFĀgkiUҮe1lyJ.WDg!ZuiY /iƪrv[1k#v#K(6i o4Mxpp "Xsz0XyZ"qAv t<*Ӎ:'/ ([*%ȠK/ȕSхL|Jc=>r1JQš%k7!D1BBg;5^Ci05I FeˡfYT7"9voYUU,&KԑbXb贚HM(:y<:,41X^-VsѤ*LKvM>_yW";AYו5;RµuA/AϠCǖ8$$;XusءÊ Q9uATclK]듬 HUYcэKTfzHJ?%bVWU({!221c暬aVj|7WE{(H7х8O}I Bďb8U-/ ^F#6yeX2hiQ,|(1ȫYn`.ʐ%cޒ=;lE.٬+x՞F3s?ѫ2-neϿ%$ E`3*$@H+Oa.U^IBJYƅrA5⚈yhzҧf@-[+4drL`ɘ rk0 }T6pџdp-Oio$Ï0wvsȓ 9{60 JhW   3oXb bJ4]-6#X(哫n 3.9eD\ZGP-N%?j>TUa}e1/̴|KH酼39D8q6tFbF#p&&qT1&agMGufFHr &2:;[m pUXnY҈A^ʀv6ʾbyCs%SLgC'-I!nNň XdAV r/;Ԃp4`#5LQ!$ qe"P.ΈŦz׻3r91BgY*ډ'LP'M j*x YE;d^Fs R()g-A=.nDI I/ѣ_)4Q=oƌ>qGE2!RT7w)ý~?$ -(%|}V]=fb DRjtsrq#_2uh=Ddz]4t]%9'{e* B ")gny|;H_աjpX PAۼ>v.*C UM`fҎ@yQ'&AS(<ӂcSϗAT; C@OA@69VOB/k#2U[IHUG]ЀL;8I.9+SǠoz\ =iӮ2kݥ!o钬xNHҥE5Rgxri먑G[Dd(]dv^F;ܽ)"&-ޙ8dAB<}dNC A,P3 ‹]*a躼v4u1< mXEKU .(D虵Lt]G+_͉`⑤89jOL!#|vu\#2RK)K-9ҊMX78gqHM}q}=!VMHRB0 z[./oZ6q4d"ZYÝlTuriBkj-`GOԒ?ޣ/ G6U?wu̢4ۻ iPIi^ә_^K G{䵼c]+8+f ^QA(v4}×Kz[TΝsnc g2\hjG8 PK>9AQEPN$%Dxf%sjCγ:ڍj?zl&jd}YKizQN:21++[gsr܃g{om2Jo8Xk~z&vv wm'sr0V jzksFegwv58%sFiR'^D~'T.Zd( 2ڎ= dE\PΫ/+ K^*]GThf t@⋻Zn ƗF We,CD~MMRkaBT-_^"aĵܥuDk:nW#"eZ0R":{d 퍹oqd9*H&#Ug9 *J*Zùx.%ݾ׋நu 2|<=sFA 8`hzoW?q˵f6~sYK^/Cd\4lT^(DdR⭢.V+)_5vaOűC|OvQ8 ks!m<8I5F7M,]΅q3$U\35o:"6 #a>,R'/d C [;Ώ\f4ZЄE;+ >g6;H/r~53:zb덊xGj`# -`{`$"@3 )&D 2iՃP{8>yr= V|~xwRbNjhަO D>ա1#vEj]TCQPuv: [b/][ı{j?7eơϢd!ںpnxgCB+cIE&nÅԫh't ?*M0餝QLN' /GCğ֯=k*[*bX̷8w5nc{{m6!WGlꎿ%Z] Ořp%^ר)KJhzl1DMt:?vSC<8#]t>{MmX4Fηșpi$;4L"Ƭ; `#fVךP}6zufY> r'tx'iy[/~ Q̓>ߐ5kDeKh'ֵ6[W[⎖;fa7?EϡM>FŀSuyh Q@{wHs8H^1yEkUXIzQѧ:k bյ1asSzcr [U\̖~ O]TߗzjD2hP"UiS?N; `eT Zeb}SDzKxFM vS^`ɹ Cڗs 6iuOd*}fY)%:˅R[Xl<P ӓVq4}L As ЂTW+W~^24?֣KxVv=Q.=uf,ސyRC>zZ}^ z{F|+0+T%B[KY%eD&hc3.2>ko)saDX _N??W1_5n=xmbA)砯Rj D v-hP02բ=y0qy(pp skE0FGtwSR"S~ o9bjӿ#?o֊r{Jp; )xbb8|Z q&&eBD4<޷U]}3REHa<@K$0m}\f\qTL*&D1a ꬫ!nD_X~LYp͎;xXsO.:-(ЍXEFA'e mU'w=龗h^ιZ?Huq˨(͆hګ|@Ayƀ n; irV p%Wa0R uO~9Ȓxzx!r/q6q&'&5KjE;ʹĎM}&cWK ,[>  ƈٚ1 4ȠCв(Et < bS<'Lm"xGw|Az;3Pﱿby 80XSڹdVԙf`WĐ=z'_`ؠ&w (gB=S_;t]N_N% ӧj-ZLQ({ z$?~VWןj[W^Y.KM1%䌝&h WcG±62GnѯإSrţ*s5  rÎ"{ar嵴]vԠ@$e *9#Nf˸w=opX;Qw `'\`k(6dnx:q"lBn #}"ûuC@`,+_Dܘi_v7W#DOiKlb; ,zeDwefk['2!fsD߂`5Pw|t%;&# 8XDk89O`^ts nGAzhtw).z^?%lmZ$P3"Hڍܓ\#Db=gGIHFdr)Z9162JZƶRIB"_31mgs4Ǘ@ȋƻr#ؖai?}JBɵ371;\C6g}>tN6BdiwS|x7`i*2'//"mhq'j# m8 Ro̸dtkRIJ6y iՓV13VJW LKpٜ\;9He(:#G~ZĥJj KLbz!$~MiB4`׌ ~FR3@.\+L/dzNӆ%uA'd!.f9S H0)!rσahs4f2ϾmXQV@'DZ@@,&j?Z[-~}R9Zֳr0ԃu&buݲ] Ծ6UY$Y *^' WFOy™a vPkψaY1^z~afAH{QHm#_'YõMH? )t_|A#1VA}H}c늦tDlV.Gw*վs3x3^!` ן:8i71Xk-  4/e H = ./fuމKȁG{)sҡ&xiӖF8_s+ӥ@3' vl:iMȨauN@hMY6°8o&%0Q0@2bv4Xg[88R2 ݒbrt B}x fy1)wxw* rtn1{w蘖FQΪn/Ԡr!EwFv&_Tӯ*((@ Z h)VP;Ow- 1W9th`3p{qI;j=cLs66V©tۣK!gE` s&91V![V U]!fG-4f#P"aF*%)!Z<ɌL@pӛG6Bo!V!t7xޡG|m'gaxHA!xEKu}z0bIw= j PJP-C3x"EF2NR1$ Iݘ%%n>qߡ4 jqR/F =u?N矠zW.\!#K2԰-v1Yot"fɷi?ob&@ۑ_LT 0.*PtRykHer>Fg`ӓAtoHHI VNM},T[:=$/mG$m*Tꏛ뗄\R}uhf喈:Tۻ L`erP_['T~E{9=aѪ'm*ף$NhjJHҏ ^1>^UTy[O?c."^TT* 8\WƬlJ*Ul~(Sy:SEq⹞U* \2Xyo=r⇎-Wyz-˨ @$7-j\A \75Xd)n\"&$4B]~ٷw|YkpjkkN\:Ƌ}VN#X*KzEѴj&p0fdƦl%uU#2ώgK檲E>534̾vp{9,^B%.ݣ4Gqk#O[wjKS!zu|!57L\|^mwd@l]>>={fImt>(FҔ,k]ĸIH+Llď;¦c>^=fy3|B`rq$~9 2*fwn@x/xhbӉP>B;^e}k+!57wj\H:!OsJϳ!ƎLd<d٣7 u(䃎}]ΈlmIeie. 5ve]rI@'֔_, Jbfhտ{|)E#lV9$gS ]^b,蚃Bn`=K!z+[,oel{`Rq Σ_>I si2w5o8yN~PEAؽn%2\+fNm@Džl|y<%965/,sУߣq<ηS#]hPfKʲrgfB`8#R{)vрNx"fL#պhDj(<h.{z#q9->LVڤڋ5VL|*INc$\grQw̄ZTҧc=8Fp6hW˄}[.'8Rm>;FFOP:;8+.AeIba.Z+48m\Rkֿ׷q3Iܰwa;B#:L  &=cx9+̐ z>1إjsk,%.j$U\kg }~gUQz,,Hx⩆8Yf"'HAJiVuᝤ,M{ 9TnAQťvƾ|!~ q4cc$ RXH]ْ ei|O[.X=g\[M#Ƚ5OypcuWnVGՍXۉ_hğm +*Y,CakMy9τHl$S+н VpbbX(^nP̆4D٫;U[+[>DZ Ϊe85{g (O:㧣Dja%`,>wsPe'Ў6uxfH+V Ni_4,ygN@aJB/]=I9B >4gQΕ .葧߸"_AN^Fa\ _=,]Wdž!OZJ c\OdU=F y}%|0l0/nBu !&ѢϡiOqƖ\ f?>4eꑇc :2?.xBLpu5)涜uT;e>0mS`ןDbt/:6yK) Ȥ6؍pq|Hgo%XC:7/AE?Ga@|DWn"l(w{$ے#p~|nBt*w(vxfm1T𮸇%DbVf MN: f)ٴKɐP]֊gOq?iZ.YA]דDoz42;X^WLfNEaki:*Y޽=pŌ!;}-^Y/Ѯj۟CJ}߼!FI7]E1uUF}G3h7ε#GɛDbړS҉YiG"lڅ食07P@' >-JeRZ@")0|29~|@Nˋ0M]!1T rx"YE\={yIAqV>ZI%ȇz58VXq Wƙ3t֧Ѭ٘˫3<[tl"MpW` C ν !BB܃/m+E>bWBm$EY*C QstG^4%/)\³eN"$|̼*Gi©ifI wׅw6.d}O)D-0L*9&+-^ ?6sBlkԓ4!tͭh5Sy-0 lur[\߬yhr- w#D3JdE$4TM |+:sD[]ѿR}Y&SWtMWzt&+5J./1 ]x4(> P^Dr!Q,6*BWé)!KU~Rex" H r-A%݉(vS\M!<0p\?!6ɐ_Fc fbH q!D;u `G;yUD( [ڤi6v߇hq}O4v9s.*Zza0.OrǏgfb2bFƙAGZ'-KAuLmGT#90xI瞟]ZRDBQC@u\BWe$.$I*o+ ǭUp@W 7/[#?h/Wl¬ 7bniC, nL*urIkԦZ@n 4xKPmU`ļRƉH<X=Tw]>t0ĿH∶j@t34;96_:֩u3lNKL[_RH`۹: ymF:aϷeg85{@Cvc _R,Bz>"1ETRD" ѓ`3!d<cie3~Agk)2E.#}H, ,c?*YT[SiQ!+lZZ aȯ,hrz<(R] DΙ\_sy4_t;)YcRjJoe.{M&xLtТ֓V_$7Pf|p[ a#W$ g)?= rr90 x9@oD'? SHm٫^@ݞ_v\øG.QcYY#_m~"fh򺉗F/cUhiƁp,&[Z1CwT&~3'Zjo!iΈ3LqJ i3^G+ #n&6b',' cA t !0Xޑ V;U,@]<:ׅ!coɁdf4>qTf )`]yMd6/>1HqmI;2mq::PJ9 :웧j;2OJWOgcF8Wb1tVZ96S#$~9*uJˌiFݮt:uA0c;*[vfjUwU≣ GZR`A XZu<_,}0fy,&lL?2%ʃaZ9yڟAym-Al/hޱ<탙 l"\3a-6]({ZMKM' [f+iL@ НOVCKlX fsL c  U_㡴}Kp?9UscjdmTmߨB_>BXLM**C.A rl Q[XtQ9j0%@G9֓=qH=||l< D8n>TJVG.o" 8n bsUԈ=`2zBe.iNvy>n Nwc.TsAzU$.AcINV lߝ6!2^/5͖'^f!Ulda @#AՄqZl+;͒0Qn!Xn>i l)nE_DCD!}[rFwTu+>'NCjIL ԙ~o )^8+y2NxjMVP_(Yi0  Yؑ29y^ew\#Qv-wBo_jI+VeoFR\tG+`2(ҜRc}b w|rtD}ێ:_<W|Z"OqTHx|Vae\]|1Sx L +fai1o! }{glO-NO9 KXd^a@T05;R|0 @| l T2J^I:ÚX'|ȝ.)SzD(*R}%{twξrGZ*\jK?Ez:xp!ZӒ--UWm P"nTc0\e\"/)b3jhkcD^ +>V53iAWAvz͞sܡFõ_NV'CvSL"G6kXG y@%NT"UM+m;(;m\g>lʨӗnR^wpj i^OGQLxyYq?}չFeJ]Ȼ<w6e ]%c.,8!:iqT ZGm&c w_ef|Gak7[!rgdPpG+=3.7a,aؚC ۶ YZ