augeas-debuginfo-1.10.1-lp152.4.3.1 4>$  Apaoָ/=„_Q8Q:xjw岍]LsɋMap!|͛ };^ORRAUJƲZ̵fʨ3:Su9(bs]~*VlB Q*]}| l$h]R ݅J>y }.#{\-X?h6G/l]2ǒ_/:H$)+K LkN_Okyt?I*aV &KRac39dcaa14a510aa4766614c53065649d91ece9d2aade34556935af295a15e59382912a177d30ab4bde1508001f7a17c566439cfpaoָ/=„XU{~B坒j_|CwEqrq%E0}H_ ⛓z9F`>pAUD?U4d & K (O hz  <   \tdt(8 9, : FJ'GJ<HJIJXJYK\K]L$^N8 bO cOdPEePJfPMlPOuPdvPwSxT@yTzTTTTTTTU0Caugeas-debuginfo1.10.1lp152.4.3.1Debug information for package augeasThis package provides debug information for package augeas. Debug information is useful when developing applications that use this package or when debugging this package.aocloud138/openSUSE Leap 15.2openSUSEGPL-3.0-or-later AND LGPL-2.1-or-laterhttp://bugs.opensuse.orgDevelopment/Debughttp://augeas.net/linuxx86_64MLMJ`Z c(AAAAAAAA큤aoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaafc4dbe3ccc35f2a358177f6166b5edc14bd078db746087d2080fbb80feb8202c044829e09040f579695c3b12f0d6c3ea61d6faed8f38a56a3f5b81885474082e389bc31a377560294c099ed733677691fd8d8d7ce65c1f12465e7550a268e32fc6c5b0099ec3c912d64a49fbc64e9f9c14d8d488893e5c2bc169ce54aa317a../../../../../usr/bin/augmatch../../../../../usr/lib/debug/usr/bin/augmatch-1.10.1-lp152.4.3.1.x86_64.debug../../../../../usr/bin/augtool../../../../../usr/lib/debug/usr/bin/augtool-1.10.1-lp152.4.3.1.x86_64.debug../../../../../usr/bin/augparse../../../../../usr/lib/debug/usr/bin/augparse-1.10.1-lp152.4.3.1.x86_64.debug../../../../../usr/bin/fadot../../../../../usr/lib/debug/usr/bin/fadot-1.10.1-lp152.4.3.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootaugeas-1.10.1-lp152.4.3.1.src.rpmaugeas-debuginfoaugeas-debuginfo(x86-64)debuginfo(build-id)debuginfo(build-id)debuginfo(build-id)debuginfo(build-id)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a\>@ZZY@Y-^X=W4p@WUU@TTJason Sikes vcizek@suse.comfvogt@suse.comvcizek@suse.comtchvatal@suse.comtchvatal@suse.commlatimer@suse.comcbosdonnat@suse.comtchvatal@suse.comtchvatal@suse.commeissner@suse.comp.drouand@gmail.com- Allow all printable ASCII characters in WPA-PSK definition * augeas-allow_printable_ASCII.patch * bsc#1187512 * Sourced from https://github.com/hercules-team/augeas/pull/723/commits * Credit to Michal Filka bool' for path expressions The path expression 'label[. = "value"]' can now be written more concisely as 'label["value"]' API changes libfa has now a function fa_json to export an FA as a JSON file, and fa_state_* functions that make it possible to iterate over the FA's states and transitions. (Pedro Valero Mejia) Add functions aug_ns_label, aug_ns_value, aug_ns_count, and aug_ns_path to get the label (with index), the value, the number of nodes, and the fully qualified path for nodes stored in a nodeset in a variable efficiently Lens changes/additions Grubenv: new lens to process /boot/grub/grubenv (omgold) Httpd: also read files from /etc/httpd/conf.modules.d/*.conf (Tomas Meszaros) (Issue #537) Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517) Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516) Properties: accept empty comments with DOS line endings (Issue #161) Rancid: new lens for RANCiD router databases (Matt Dainty) Resolv: accept empty comments with DOS line endings (Issue #161) Systemd: also process /etc/systemd/logind.conf (Pat Riehecky) YAML: process a document that is just a sequence (John Vandenberg) - drop chrpath dependency, the offending dump binary is no longer shipped- Use %license (boo#1082318)- Version update to 1.9.0: - General changes/additions * Fix error in handling escaped whitespace at the end of path expressions (addresses CVE-2017-7555) * several improvements to the error messages when transforming a tree back to text fails. They now make it clearer what part of the tree was problematic, and what the tree should have looked like. * Fixed the pkg-config file, which should now be usable * Fix handling of backslash-escaping in strings and regular expressions in the lens language. We used to handle constructs like "\\" and /\\\\/ incorrectly. (Issue #495) * do not unescape the default value of a del on create; otherwise we are double unescaping these strings (Issue #507) * remove tempfile when saving files because destination is not writable (Issue #479) * span information is now updated on save (Issue #467) * fix lots of warnings generated by gcc 7.1 * Various changes to reduce bashisms in tests and make them run on FreeBSD (Romain Tartière) - API changes * add function aug_ns_attr to allow iterating through a nodeset quickly. See examples/dump.c for an example of how to use them instead of aug_get, aug_label etc. and for a way to measure performance gains. - Lens changes/additions * Ceph: new lens for /etc/ceph/ceph.conf * Cgconfig: accept fperm & dperm in admin & task (Pino Toscano) * Dovecot: also load files from /usr/local/etc (Roy Hubbard) * Exports: relax the rules for the path at the beginning of a line so that double-quoted paths are legal, too * Getcap: new lens to parse generic termcap-style capability databases * Grub: accept toplevel 'boot' entry (Pino Toscano) * Httpd: handle empty comments with a continuation line (Issue #423); handle '>""' in a directive properly (Issue #429); make space between quoted arguments optional (Issue #435); accept quoted strings as part of bare arguments (Issue #470) * Nginx: load files from sites-available directory (Omer Katz) (Issue #471) * Nslcd: new lens for nss-pam-ldapd config (Jose Plana) * Oz: New lense for /etc/oz/oz.cnf * postfix lenses: also load files from /usr/local/etc (Roy Hubbard) * Properties: accept DOS line endings (Issue #468) * Rtadvd: new lens to parse the rtadvd configuration file (Matt Dainty) * Rsyslog: load files from /etc/rsyslog.d (Doug Wilson) (Issue #475); allow spaces before the # starting a comment; allow comments inside config statements like 'module' * Ssh: accept '=' to separate keyword from arguments * Sshd: split HostKeyAlgorithms into list of values; recognize quoted group names with spaces in them (Issue #477) * Sudoers: recognize "match_group_by_gid" (Luigi Toscano) (Issue #482) * Syslog: allow spaces before the # starting a comment * Termcap: new lens to parse termcap capability databases (Matt Dainty) * Vsftpd: accept seccomp_sandbox (Denys Stroebel) * Xymon: accept 'group-sorted' directive (Issue #462)- Version update to 1.8.0: * See the News file for all the details - Verified it contains fixes for bsc#933210 bsc#975729 bsc#925225 bsc#1023204 CVE-2014-8119- Version update to 1.6.0: * See the NEWS file for the details- Update to version 1.5.0: - General changes/additions * augtool: new --timing option that prints after each operation how long it took * augtool: print brief help message when incorrect options are given rather than dumping all help text * Path expressions: optimize performance of evaluating certain expressions * lots of safety improvements in libfa to avoid using uninitialized values and the like (Daniel Trebbien) * tolerate building against OSX' libedit (Issue #256) - API changes * aug_match: fix a bug where expressions like /foo/*[2] would match a hidden node and pretend there was no match at all. We now make sure we never match a hidden node. Thanks to Xavier Mol for reporting the problem. * aug_get: make sure we set *value to NULL, even if the provided path is invalid (Issue #372) * aug_rm: fix segfault when deleting a tree and one of its ancestors (Issue #319) * aug_save: fix segfault when trying to save an invalid subtree. A routine that was generating details for the error message overflowed a buffer it had created (Issue #349) - Lens changes/additions * AptConf: support hash comments * AptSources: support options (Issue #295), support brackets with spaces in URI (GH #296) rename test file to test_aptsources.aug * Chrony: allow signed numbers and indentation, fix stray EOL entry, disallow comment on EOL, add many missing directives and options (Miroslav Lichvar, RHBZ#1213281) add new directives and options that were added in chrony-2.2 and chrony-2.3 and improve parsing of access configuration (Miroslav Lichvar, Issue #348) add new options for chrony-2.4 (Miroslav Lichvar) * Dhclient: avoid put ambiguity for node without value (Issue #294) * Group: support NIS map, support an overridden and disabled password, i.e. `+:*::` (Matt Dainty) (Issue #258) * Host_Conf: support spaces between list items (Cedric Bosdonnat, Issue #358) * Httpd: add paths to SLES vhosts (Jan Doleschal) (Issue #268) parse backslashes in directive arguments (Issue #307) parse mismatching case of opening/closing tags parse multiple ending section tags on one line parse wordlists in braces in SSLRequire directives parse directive args starting with double quote (Issue #330) parse directive args containing quotes support perl directives (Issue #327) parse line breaks/continuations in section arguments parse escaped spaces in directive/section arguments parse backslashes at the start of directive args (Issue #324) * Inputrc: support $else (Cedric Bosdonnat, Issue #359) * Interfaces: add support for source-directory (Issue #306) * Json: add comments support, refactor, allow escaped quotes and blackslashes * Keepalived: fix space/tag alignments and hanging spaces, add vrrp_mcast_group4 and vrrp_mcast_group6, add more vrrp_instance flags, add mcast/unicast_src_ip and unicast_peer, add missing garp options, add vrrp_script options, expand vrrp_sync_group block, allow notify option (Joe Topjian) (Issue #266) * Known_Hosts: refactoring and description fixed * Logrotate: support dateyesterday option (Chris Reeves) (GH #367, #368) * MasterPasswd: new lens to parse /etc/master.passwd (Matt Dainty) (Issue #258) * Multipath: add various missing keywoards (Olivier Mangold) (Issue #289) * MySQL: include /etc/my.cnf.d/*.cnf (Issue #353) * Nginx: improve typechecking of lens, allow masks in IP keys and IPv6 (Issue #260) add @server simple nodes (Issue #335) * Ntp: add support for basic interface syntax * OpenShift_Quickstarts: Use Json.lns * OpenVPN: add all options available in OpenVPN 2.3o (Justin Akers) (Issue #278) * Puppetfile: name separator is not mandatory add support for moduledir (Christoph Maser) * Rabbitmq: remove space in option name, add support for cluster_partitioning_handling, add missing simple options (Joe Topjian) (Issue #264) * Reprepro_Uploaders: add support for distribution field (Mathieu Alorent) (Issue #277), add support for groups (Issue #283) * Rhsm: new lens to parse subscription-manager's /etc/rhsm/rhsm.conf * Rsyslog: improve property filter parsing, treat whitespace after commas as optional. recognize '~' as a valid syslog action (discard) (Gregory Smith) (Issue #282), add support for redirecting output to named pipes (Gerlof Fokkema) (Issue #366) * Shellvars: allow partial quoting, mixing multiple styles (Kaarle Ritvanen) (Issue #183); allow wrapping builtin argument to multiple lines (Kaarle Ritvanen) (Issue #184); support ;; on same line with multiple commands (Kaarle Ritvanen) (Issue #185); allow line wrapping and improve quoting support (Kaarle Ritvanen) (Issue #187); accept [] and [[]] builtins (Issue #188); allow && and || constructs after condition (Kaarle Ritvanen) (Issue #265); add pattern nodes in case entries (BREAKING CHANGE: case entry values are now in a @pattern subnode) (Kaarle Ritvanen) (Issue #265) add eval builtin support; add alias builtin support; allow (almost) any command; allow && and || after commands (Issue #215); allow wrapping command sequences (Kaarle Ritvanen) (Issue #333); allow command-specific environment variable (Kaarle Ritvanen) (Issue #332); support subshells (Issue #339) newlines in start of functions allow newlines after actions support comments after function name (Issue #339) exclude SuSEfirewall2 (Cedric Bosdonnat, Issue #357) * Simplelines: parse OpenBSD's hostname.if(5) files (Jasper Lievisse Adriaanse) (Issue #252) * Smbusers: add support for ; comments * Spacevars: support flags (Issue #279) * Ssh: add support for HostKeyAlgorithms, KexAlgorithms and PubkeyAcceptedKeyTypes (Oliver Mangold) (Issue #290), add support for GlobalKnownHostsFile (Issue #316) * Star: New lens to parse /etc/default/star * Sudoers: support for negated command alias (Geoff Williams) (Issue #262) * Syslog: recognize '~' as a valid syslog action (discard) (Gregory Smith) (Issue #282) * Tmpfiles: new lens to parse systemd's tempfiles.d configuration files (Julien Pivotto) (Issue #269) * Trapperkeeper: new lens for Puppet server configuration files * Util: add comment_c_style_or_hash lens add empty_any lens * Vsftpd: add isolate and isolate_network options (Florian Chazal) (Issue #334) * Xml: allow empty document (Issue #255) * YAML: new lens (subset) (Dimitar Dimitrov) (Issue #338) - Drop upstreamed patches: 27d8457-inputrc-lens-support-mapping-like.patch 2d12670-inputrc-lens-support-else.patch 49bcfbe-Exclude-network-if-up.d-SuSEfirewall2-in-shellvars-l.patch 7558c12-host_conf-lens-spaces-between-list-items-support.patch- Fix errors showing up in guestfs tools. Add upstreamed patches: 27d8457-inputrc-lens-support-mapping-like.patch 2d12670-inputrc-lens-support-else.patch 49bcfbe-Exclude-network-if-up.d-SuSEfirewall2-in-shellvars-l.patch 7558c12-host_conf-lens-spaces-between-list-items-support.patch- Version bump to 1.4.0: * Loads of bugfixes all around the package * Read up NEWS file for the detailed changes- Whitespace- restore keyring and .sig file, as this is checked by the OBS source service- Update to version 1.3.0 + General changes/additions * Add missing cp entry in manpage (GH issue #78) * Add seq to vim syntax highlight (Robert Drake) * Update augtool.1 man page with new commands and --span, RHBZ#1100077 * augtool autocomplete includes command aliases, RHBZ#1100184 * Remove unused "filename" argument from dump-xml command, RHBZ#1100106 * aug_save returns non-zero result when unable to delete files, RHBZ#1091143 + Lens changes/additions * Aliases: permit missing whitespace between colon and recipients * AptPreferences: Support spaces in origin fields * Cgconfig: handle additional valid controllers (Andy Grimm) * Chrony: New lens to parse /etc/chrony.conf (Pat Riehecky) * CPanel: New lens to parse cpanel.config files * Desktop: Allow @ in keys (GH issue #92) * Device_map: Parse all device.map files under /boot (Mike Latimer) * Dhclient: Add support for option modifiers (Robert Drake, GH issue #95) Parse hash statements with dhcp-eval strings * Dhcpd: stmt_string quoted blocks no longer store quote marks (incompatible change), many changes to support more record types (Robert Drake) * Group: NIS support (KaMichael) * Grub: handle "foreground" option, RHBZ#1059383 (Miguel Armas) * Gshadow: New lens (Lorenzo Catucci) * Httpd: Allow eol comments after section tags Allow continued lines inside quoted value (GH issue #104) Allow comparison operators in tags (GH issue #154) * IPRoute2: handle "/" in protocol name, swap ID and name fields (incompatible change), RHBZ#1063968, handle hex IDs and hyphens, as present in rt_dsfield, RHBZ#1063961 * Iptables: parse /etc/sysconfig/iptables.save, RHBZ#1144651 * Kdump: parse new options, permit EOL comments, refactor, RHBZ#1139298 * Keepalived: Add more virtual/real server settings and checks, RHBZ#1064388 * Known_Hosts: New lens for SSH known hosts files * Krb5: permit braces in values when not in sub-section, RHBZ#1066419 * Ldso: handle "hwcap" lines (GH issue #100) * Lvm: support negative numbers, parse /etc/lvm/lvm.conf (Pino Toscano) * Multipath: add support for rr_min_io_rq (Joel Loudermilk) * NagiosConfig and NagiosObjects: Fix documentation (Simon Sehier) * NetworkManager: Use the Quote module, support # in values (no eol comments) * OpenVPN: Add support for fragment, mssfix, and script-security (Frank Grötzner) * Pagekite: New lens (Michael Pimmer) * Pam: Add partial support for arguments enclosed in [] (Vincent Brillault) * Passwd: Refactor lens (Lorenzo Catucci) * Redis: Allow empty quoted values (GH issue #115) * Rmt: New lens to parse /etc/default/rmt, RHBZ#1100549 * Rsyslog: support complex $template lines, property filters and file actions with templates, RHBZ#1083016 * Services: permit colons in service name, RHBZ#1121263 * Shadow: New lens (Lorenzo Catucci) * Shellvars: Handle case statements with same-line ';;', RHBZ#1033799 Allow any kind of quoted values in block conditions (GH issue #118) Support $(( .. )) arithmetic expansion in variable assignment, RHBZ#1100550 * Simplevars: Support flags and empty values * Sshd: Allow all types of entries in Match groups (GH issue #75) * Sssd: Allow ; for comments * Squid: Support configuration files for squid 3 (Mykola Nikishov) * Sudoers: Allow wuoted string in default str/bool params (Nick Piacentine) * Syslog: Support "# !" style comments (Robert Drake, GH issue #65) Permit IPv6 loghost addresses, RHBZ#1129388 * Systemd: Allow quoted Environment key=value pairs, RHBZ#1100547 Parse /etc/sysconfig/*.systemd, RHBZ#1083022 Parse semicolons inside entry values, RHBZ#1139498 * Tuned: New lens for /etc/tuned/tuned-main.conf (Pat Riehecky) * UpdateDB: New lens to parse /etc/updatedb.conf (incompatible change as this file used to be processed with Simplevars) * Xml: Allow backslash in #attribute values (GH issue #145) Parse CDATA elements (GH issue #80) * Xymon_Alerting: refactor lens (GH issue #89) - Remove the sig and the keyring file as there is no gpg verification anyway - Remove augeas-device_map-grub2.patch, fixed on upstream releasecloud138 1634726599 1.10.1-lp152.4.3.11.10.1-lp152.4.3.10abfbc0d4d8856c8ae9291eb08c391b011ca676479406a4be572e9b41fa1b98e2f36b120f39079299103ba9cf86edad3276fd9f24d2b9c2f2d6f1fbaed7c2352d05e94d5d3e1a14e7472ffac4628a29ddebug.build-id0abfbc0d4d8856c8ae9291eb08c391b011ca6764bfbc0d4d8856c8ae9291eb08c391b011ca6764.debug79406a4be572e9b41fa1b98e2f36b120f3907929406a4be572e9b41fa1b98e2f36b120f3907929.debug9103ba9cf86edad3276fd9f24d2b9c2f2d6f1fba03ba9cf86edad3276fd9f24d2b9c2f2d6f1fba.debuged7c2352d05e94d5d3e1a14e7472ffac4628a29d7c2352d05e94d5d3e1a14e7472ffac4628a29d.debugusrbinaugmatch-1.10.1-lp152.4.3.1.x86_64.debugaugparse-1.10.1-lp152.4.3.1.x86_64.debugaugtool-1.10.1-lp152.4.3.1.x86_64.debugfadot-1.10.1-lp152.4.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/0a//usr/lib/debug/.build-id/79//usr/lib/debug/.build-id/91//usr/lib/debug/.build-id/ed//usr/lib/debug/usr//usr/lib/debug/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17072/openSUSE_Leap_15.2_Update/1234fcc9161f9b03f68f9baecfbdaf18-augeas.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=0abfbc0d4d8856c8ae9291eb08c391b011ca6764, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=9103ba9cf86edad3276fd9f24d2b9c2f2d6f1fba, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=79406a4be572e9b41fa1b98e2f36b120f3907929, for GNU/Linux 3.2.0, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=ed7c2352d05e94d5d3e1a14e7472ffac4628a29d, for GNU/Linux 3.2.0, with debug_info, not strippedPPPPg9ڇdMaugeas-debugsource(x86-64)1.10.1-lp152.4.3.1utf-8b4df6d418b8edb5019475a1386fe03113272e1663cf43e9254a561e8d57fbb8a?7zXZ !t/>_] crt:bLLBpN+*r6=xߟo$[etOGXwCT2뎄%SiTzGjue>P9PPth9ZoMH~.;lcDXjKT*:D[M(̽zngɍebC fhOFJd NhtQ3O.Z璉 `v+MYx<΃"9=NdI4s`K)e`F1>d,Il4aJ)m'i_Fofq~ [@nR8E괯Q4P{ oQ^m]? Vmth/ 7Zjk*`Nw gY fz2J-QM}di7֮2H̽Eب.ȖvS|&8 p\ i>iaR[aѬ },[[- L9i4wf{6LU5^dY]aP¦| o0Zz+xְVp|ug@_mȫD.CU Fw#g۠"t~h+@SXoJ,cR 5K~rhX YsHjg, ,R'U!\F]yk/c[RQbJu/#LZGeFj&jafs46PGto9=Xu-9 h%+.y~4F}v! ]L@Wb"`ם; 2wlf5*Q\k}'FH%5T"9I4:EߎvX{Y`o| @WӘ4)zD=š&NPΑˮ?Ps~`'x%@Sq.dh9Յ2 pj9n;P_;%ZFo~lS&.nnX\&)KIua,t̀4\a2ƴ|j yٙ(N;m)|&VKؖ;:E1zrBg\s!{>dZ4^Ttκ>lggC_`ε} ќ6l͎LU m+rѹZ1:ҫ4^kSTf fB!J5Tٛ2-8{zL(g"Vw {Ic!1's#rJ7Xg$aCOE_`MQ̕]6-`ڽj@]JR`A3PTAT W84nF2aFFrO iWf/[m~9dZzپpfGw5HWVRҢ4oaY1r4 f-/ak{} V`1\dzy b 9F/Q)sx6rr_"rZTb~>|wf6)D3YX!3NHnT:K`5o1E躥eJd Baо/JiUbBVF8o8!} o35>˶9غuhNuPwM1U-:eh AהMRdKo?ߪ2`N;3 $\q6+TܸPC QaL) Ԓ)@ńw'NH^Ip2"l>W~XX h?\ߕ'4!*ah; GvҖrbplwxdh g?Z`J.L#6pbCa v_TZ)qd1 O;ЏA*Vk.n-GΔ, k~.Z\/&n_v8+Kc.8G'qiR쥆(/O|ӿZVPw{>1r-%{]Z_N /:b&wiLi{1Odl-$N`æs}t#LD$>}qs SiǤSx[F][Xu^a֫fL(|*݆)Zi@ @?K)qmzJt)^7' kRieMkb5.U?'`,^a /V|APLگ{?xlvrfDIw,ØV;}{frկ>Sf 7H%iG:?)"sIp KS/Bb[0Y֨e#)-1&\RCzW@^>ܢϝQ7X'G(j%&.c%(ؖ;N6!e')`}(ӭ;2M` 2[gǡ 2RaA[8 M^]}"(zm /?aYu#3K1MVD-"^E{'qm'NI!#,RO[*JQ}?{Cv !ƹ2\JN|ی<1+zKl [/\nL \eJs&#@Zjku#}Єsrҥp& S'<;8V|zq4@ ՞ľ'߈F,PPv׆SL.pMO%~S A NCۣRa;]2RSUH`a[B/ I!|!t)!+31z {` nbLCkԢsx{X3)Ǣf3R'6-:4J_zٖbj&T$)osCe$p>c@UY9e- 6 vid[#EGj GtiGh?c~#M_PEt?&>ž+HM$FRS~g<_+ 9"-&{0.=⛚|3[2fp+S2^a> ʉ~y<31t;tk:w cXe#!K{T_ΎuXWpSȚ0/fHpg $ .9HK#&ʬTue_x2y1,u$-ߜg;P̔6%wLpɼJS!b 6ZD'04u(v*x0(3f/kg%<~ 0n6 kXGUrNݶ-jT_ ޿8iL("?!Vk_k+#oDՎJ+0IRu e?Q* f>4[ĂDB&?,Zzv] yn opR0ߔ8DOK*y%-Qǖfl5Z3.#ssA^sSeoN8}дЏ- .l~%$fnxlihRѽ( lWyhUO`J1I:N2<sr̬S)Yo_g}uoD5g͵rm̑ &CdGdx"QD$!LI{ѣ='Η]bvU2"SZ[B Ox5[Spc:~H-*$ ;M4EGM<>iA/.3ߕ%8gRt#Qf( ];{&n!4Zқ.>^Udw"m士81 _a ݑVU&w gjrfx žvƒ EpJ ݼˣ]1TH[y?u k52Zz o r$2ovkVߜh+íqX`t' I"v]޶p`wϡ*LT;8t"x,S$y/%8mF/) G/K"<{ͦ1 ;lkf~??$|d`ɧ)"5)oL'S2Ŭ3K=MWGaRB>eĊH֖ӛ5ζG7`/fL]0n5#Y8Ѻaiq!B*rVPYU>iwOx yZ'%ʴ9ؓpU^E 6 6A虧-|  ?ww3>83%) D,g—EFÞS %-9|YR_ X:>+SAj0sm 5E,|L񲇙ץXbч/Nkj|E>AGvEuYjy.D4iձI˞?ujAs!O-/E@$7J:*)TkĿ 5n}="͇S guY߻||i8'65iv(  C>o;׳#E׼%kW3(Sҗ%(mt'1Dy<]lE_yC}~BԗXiI. 9;J~vT̥L]U,|ϕTmouwG&|J{ޕ0r22!Z}^u 6b%˝ڤZ0oQMC0s~bHuVs=% fw@ ֈَ`ͼ;:_aiaJ%edmjPs) qPҌ rs‘ͻ,4c 0{ǜQ$i}௮}fQNo1&*TC^kݍpb]&*C2TeY(בo[aoېsC $,-z=ڄ^`a[H%)+9ȇ":J2z=Fw0oJKjqY jS+4xvѱӵ^(d^ vV*!٩i:LWII] ^PvuZy'44) Tȍ23ɻ F 'Y7[z8 쇲Ӹs[;;ThϜBr/as~i! fe1T3u)[ߺwXWTڋjM\sUn =fvbɐDkf$_wd'@+S3H}\~^>懻ncZ;6ӓ]aDdt tLGĎ~/U)Fř/$M#$BNs[pχ(԰<!䇱uvێFl1epId-<"8*|c Z cնjKݸ&Pjr^%@Ϻ:k-F_HMrga/xӏqgF% _j\zɰZcAzWi[C0X@r@u!F-r!WD>߱d!䰾kK?Wܣ"fu]"w *hƻDd3?Q ,ÿDPR.ޘ6g:OwYӛhVJπ HZc*),7K+K{t|H-4خl\\lhp-'.!ÞCZ]Q * w4dboNXc.Wy>WMO6RRb7*df͕6yAEiN-:z,ٌ1s:=jڈʠ)jW\)({bVvH14ʇԼV&{RpJXd6c/(!tdrm?oLȺs5UŁ=J"ԍB"*ml޸.Osןy'o4uxLa_,g3OCWזb\lH}6|e 04uXon zh6y9Wa|۾lIv_|WxkVVMfcd44cu3/8Ȩ9Ե,%~ϡ9 76A׏2st'gr⡤ڴgв:* c,:ôGkWT&EMzCO+@@hH>eO~Y (g:ƌ͕X]&Am70;*ۣ3/C Xn(7]$+0nZ5/_H_ū[2?ew˽fPe5:,K;?=I|ZOzo6כuпy7˺}] ?l(40C ]}U`K@ly"n]<'jn95K/4H-a3x tx Pʤe?ba}-;c޶KΥuߢIk_ryY/D1;6W XDƠ7 Xd"jЊ \ `T? ,/TB4@I:]vw5rs!; RU:Suro*ÓX3﯁/j?bx4*g\Z" cuYHD*[B&b\M%~q? ]۳-A tB:ɭKI&jrawQHX ,%[%fgݍ̛],5ނp} qs'G!C]?٤ƨ {8W(VGEbTtOr#9 u*F~@X> Ett.[uۻ:?v,8ADr'ԉ5J`'$FUBe__, NX-RF{#f~g8664nYw<6/ѧ.!+Ae#{Y0F7lxc@]ha`3jKXW?s Y1Cۑr(:< >&U1b@%=eXޙm;Ѯm4Pc2JgcoD!Tg#AP۬b~6m}p2L(m,nQAn&QEovRV "}[qxjQI, mMËvX{J?2jG cW 徺7$L+~7+wTU`[KF%cy6 ,Y: zH$ 6 d.Sw?/0{φkya(^@k`%Vğ>@*9dFBIy~ Szf=URј[$vW}2F-Nt?I.SżWJ_xʱ2;Mƻ?m=‚,{=G]e>N#BzU d XCbЉ#-DK"[9GfbTq&5zBd#IЧ^qS";^5k۔I~ы }Sj_Z7xȜ3" Z!dúO&sq囉LX,J9\][|@%>~7S=_'['N|d^lFJ(wU+5Ns혲 v1׭NOA3 fhqfJi: ].m` pԥ Srx'׫J.1Cra14m L֯#ʽ#Nל伨8f 8ٞn?Ӌ []DO44yӱJ8e%V gVVZ &#nX y<A+6;wv?zs nc@%Lhd.Š_JF *)י~{KnV7,^]" JY)[Q^U*٩颢l7l.gJp>-*N@xFs 䞪iX S=`Ki7s,}Ҡzvu\\8RnL?_X(Xz`{7;6'$vH>[kl.I4fbjy{2Fj r/m6y mf<;-h;;\YE+/OSQ?m`q~))xMU 52L%eQhS3Q8o fAz=aNލ&t´a(Iݙ= ɳܠ7fsh˸"*kI=*xoI=tavKdV^=&[Ɵ$K[%v/HWk J17Nzk W0CG~W@D ͒1π9,a&*q}X ASh%2Ð݄s2[)G6Z yE[  ُlٯ$_;Wٳ(?f~YUЃU T0gTxpIyьR8HfkB̛ (,1iI%A@Lp P/ШZ|۵5PRU nwރ*C!8Y}A&[c=,һ Oq(IjF^UC +grEL,@ t O~lw:%D15z'uxRm30umyI3]cΑ+ {(mS蘒_9X6d;G;y){؏G>0ه#~=+wGmk&OcDdD%؞ťTr,0W+&k0l̋Jπj Q>u5#Te/&$R liZT(Wz76 B8ݓu+sR tZ^jK'q{ITW&­ u'Y;͛"jS` hc`\?>d0RaLx\_wMtdI IGn&1fNO90!T|)itSҳ2]@iIhT0WaO o @]k8Xed kk^v"x&Y$F[r[)ES@}*iÖ]{v>9Ky5ku;SQŧ^,vꃅr (W_Fou˒=:S䎵L&* 5خT*iZb,]SoM# >P*jqk) mnb@phЁTYxH>ìpk.}.^ܨJ 5d2R#LR1XZh ' F&xă>n,Ļv.Ť=̭BbqE%bҰf>E|MK]46}=.^';Z9k~e$FLqrc{$9E1A~t>uϕxZT'!U#AT.VE0<٠4%ؤ V "0@OAKWҟFOW(>~>b3Ckn^P0Z7sHbDy}Ovu׫4t\05F6=鰢2 E{G_z\x7rL2uxSo j°.c :8H|fd ­,>Wnؚ<Վ >1%O/!lRstvY?LbCJ )֑)Ȩ \@'>{?C1!afctQWhMzQ?(S  |2Ӎ+KoB>nS$5Hc<,<F ,-ҭ /|,hLֹQP[i(+\A=Q${( SG%Kq~-N6Ds,3Z>Tķ{HYdQ>қ*Gi=AH/Ӊc7yKj,.g-שܫhs^ޛRDcpLE&uבo,2vX_7(.yA|De3R¡YlN<%vy˾~F ېLSZ*Ʌ]l }vAmQN s]bw0-د=%7s!Qp+FюշA/*}r$|*CC/%>Yy է5<1 ,ڋlI0<=j쉁rYw &Հ0C5Z_,"UĽrU@:!Јlud_P-*[C%AjR4uʫ5pnC׊83%{72}$D<˜9gȒ@eea?^uB;oY&xʧ5DDE_c3< ƊX0ַؚIA/ִN]PJ֚q;i)sUmoF\CqqR S;S+ 'AXc*;ZxLX@F?#IJMC$ܱZ+U\9qRmmծ8U54]Gjͻ/q&EݓUH)i7xD85|O_H}8kp؍`]rvݿlb#7f+Q"> c䀉p+~hFEco  ;.)2`}sw n@aWUjɬ<.< bMJ+UhGOD#踅1.mT;!+|s 0/¸dI{I"5Rs !r?{sŨKN=KQFMLhw)}'./<ߌ纹D2}8ʹU,f7}^ i1=4SVh HW?,cĊ_fG 2!*3} ׃qPժ5|RbmUu|,FPGl0 e t$ᮬ`0wh]&9)U"A(8&BJ`V[=$pk"L\N:"9>0h P}M{U),$@ɼ:v*"mH{~B.jhd)UTw~Wxb0Zz0H@Å1 9H|6rnb~31T  $d Lʵ2+=s!Ҩq%Ǐ-e LVy)eIˆm+$*@꣒ͪ4 ;J ɲ V.j9\Bcp͟p=Il$<IV)>a e .Qg+t1r4tpܛn\'1Ʃ1@Z;[1ǔA<{CZ!;_eu]2 ~xܘh{}T&BID> X9F3'} ,7goh 8 \V\tb@63텕o.&Ӡe8w\*Mw>!:!2 y"ErSag&=f-*XX,qw O+x'@ I+XW~›7 -@[)$57^כ!)Z*eX2$,oW;qzȪxS|}&Lݟ\|2SCw97s Nryܲ7KIn? Z䨞VU?/% 5BFAǪ,jGmk(XP!/tE' G{:V'}tPwQX:*\0S.${'}ų[;ZVNڗKm. pi%4y0ߺRDxYZͲ&9,eBD&MIn[-dҐ`r?tչq~ ڇJuP2*0WʖT޲ࢍ榄wQս"tbq 0Y_ ֧SZbUsuU˴/bu!wz|[襒l ũKS8OƲ튱͞\qe Y[ I.59^y*o+#a ^p^3{q~v#)C],eĩ}ue׉z,ďςTp4tr[£!mkF=޻FYV ,N((.t*J4Gean[fb*|Si[sD!՚\CEIdᰄW |+x$}qYL4_zuoG%a,ң@[ZδpC9:J"n뻂k=ޤ-BrDfȠf~zrq~x9,XKrt.PsvQ*<6Qc/o` ]cc0f]ꈃEŚU3єJ?%׮P'ؔ>S/`DW?Pb#Q*&@X K?ݫѽI0/R wK!_m%*,ߏwdז:a*z$G9|/ZD'Bt- &R*}TU Y]<)&aS0[ه1\IkC'ͅ}(C ,ab]Ҫ]FMȑq1-_܏M{6<ЂB(S-x@ʃXz[ݹI/jIGh0!G]gd]q{>[<4`ZkGX@_=U;lwGui-#V kfC ~ty7ßQW^z5xbvdz>_ߡpkpJWZHF/+V!+jYsV#P}|#LgPU^`F0?٢| I_׿qYݐe:,y<]fsߚà!b?S^|Y200D_ S#5N9:2X!6tO0Åˌ[Iom?5Č6nEgrٯt16.zUn坒ѱoi8…29v\!ylF8h$,ڱpÀcs/(ImFcw+%8  >R Q ׁEvO{=.Rb= O4;&jĴiI3[#%"8wh@gJFDNS:C![ Em<ަ'L&04R22s-vk]cJF\b'R"JR/v~5!Gu8!q;03??ߴl9B8,"R! З(Q:>q185a 8SG7^*[݋@R' S/탹|S5^=A" OlME+7:"PfD~lO t:~eR k&1[!hטCF"WHiGJў5d U R>ECAk$,;<9 E-0\55O/7 fW1"&,+@7L=?:8Wzм,i,iccA};B6T (\.gC[bZeYy]ZjK, ,q-?I4Q 5/*7͆A%UdƚL T,Tya%D 0`N32Sv[3":O@OS[RG|6Rg'[ }*.<mTM?? FH"bt:.HEYPBfD¾Ppl'`;gn4(UЩz2 KANSNe }3Gv.a.˧^PV[ wŌC*A yٵX+ֳKy MG5俯U_|ޝgB浍cB& x9̫V6 i52Ri]$UFQ^t+_tT,T2Z^]i1_Kv} 0h} vvhMLSU/O"s/5HL/=d|&׳.J;$PhH艘qh[N1>;z;=L%R ț= ! kdaNƓ:s<4&KBf(M}2_x<0"ig_&(!G"qxTwX* #x:Dm3=P Qhם{A %Vץ:f3KT^ gho̟A-K LN1U1plo9a`KI/ @B _!(rR^.ZgʧIlNOg(>n;Y09oJǶIYΐyǨg .1$ *]n = ,Y[1gVN6w {'@juN$gw];/ JA@fXbӛ漙~2Ғmu&PUOGfXR5+LKP\E״<їJ#~u#]oa1M2xgdI ]:$ߨ#x9`-wqI4,"NAS*{^7o^N=pQs ǡ 똯g[%KmnKέjZn^cx:XӡۭՂisn'_Sp@J_DbQuǎfqrX+'y筝fR??K 0ԬYBrauY$#=YԂ/J!em??H;1ARy؈8 ivA`Vud ˜LŃ׺tJ31tETnQns=*`.x~q-m3c"׫<C؅ۘE>'l1)#D HQWi :ϗ ]͍, '738B+\ D21c )lGRO%zn)(ΡVd4옥Cy9d ±u?xBaiZ`D!刅HVn Sd1;¢6̽`8 K]|߷j, T/If*wʪ'BwQbwkT_P²&!SY) maw!8+Hj#4SN`!^@95/'֬A6&OZwQ*hښtңFS%U0ͫl o0("0o\' vg_A6*n?3trjYi4WKja>HdQYI.]GoNU ,~1YJ)dZyi9c[A <%0k%=.aTu0< l$D k^;N ex'XK{@ZTf'x]٠n_imL3Ƶl:%dR ݌%"\j_B% 5z9& AKx fְvOd=@XDv>hB| ^*sᕊ"r'ĭ mK̂gWkhyBq 9zyp97OԘ 퀙(< ,P\IPOqy2rM#6!rz9賥2'>]p:F[%R 6|gE[\YFy[ X {G4~HğIMԚ*>OtzqW|Yt,L Ò"_c ℃ݾ fZ߬yq,>}p*Ќ3+̂}-[ѫ:8#qމxvǦdHmBy:71&iN59C `3HhQ;)v k~ 6̊o[iJD) 葨,C8CH`!خx4!nC/!!O'ؼ"0řݐ?BRSXkFEiZd}M9.2=7[ fWJgFƈVɍym /OIob~:K]·klulVQEQB V>*\P!w^,u1Ql,77/ :Nx} -yk_u(~xe̻*g3h)l3%#ܥ$8 }Qt'h CaC_=.񘰀лVʥJ ޺Mh/ӕ>*v囐xh.3ћEHLrV<:N(1C=[h@f$NWql<zqP ZI_ncDM.#F-'/E*'ZL3LAOTyN n:g!KO^]nj<$3&-ɱ/;eNGZ"+0m;༜|GŜR:5a?挍PcoeHBVQ,yOEV. JCOqWޱÙpŜ׋َx8ΝӦG̙I:TۭӣZ).\v9^J^xpTCILh!ol`t1DeUR 0]}Wl',)-)íWe( Dz6]]cQN3{Uif}@ʃ^D {Ct20U="MkЏ3 cӛk4s%g-AoskͩxRE)bV,:68\"pYF% Su'b(Iqn2%Vd,֬"39^:+JnBerx+ÓyJéɵf{}D;]yGQ!@xMֻ śR+ ވJCmKt=CD) q'f< ً\Y.:@ Ϗ˯u >jb ,^*%Dޔe,5^C3SHj|F8S]T{Ԍu+RU).)n:lsKZ(˿6./2 ]M#J ?qve@!R"潚~pd)RAZL{dôm>sq5x$f`ɋ,q}dO)s Q@wiZ_6џd Ld ~ߦ jh4Y= skF=+ubu/#JQ9W)ㇶo]ڲ$coy7YS^;E BK10n ` I _p`Ii`h(sasiwLmMDq++(cXEpZ!o}ezeoZi[sS%wJvpAG.`rrR6(>H)ýDrx/WSOS:*TY6Ƅ똏Eb༮9YKdZz8L2rͫs[0SO&oa -}.dqDA?=(G _#-3Gp=O$Ih{.֊5`zlň S0D*{= ZrY1\;Op\pM/@CY@giU`Njy'ݶ_,gEf۶UzgF5i"^iQhPvy_Z ikƞ"oغFP˪.QA7i~/–0?e9߭1W~_UC@M[L,Ϳ2FO&Al“]P ³UM8U2G)9 ׸X=~4Mf) mY@n_DsP$MWo ǠJVaHJm6OpgNZA{tOT&2dϑݍVh|m2#]'F{@'O˺CfoJ)4t(=jM{ h?-Cb &pTI)1&Ø:WlpG VZV&Z!$zb(cˤM0;L k .$ y0]p]4D'5} SXS".8^6Z{O~EM>/lXeWA-PLV2P6b} F i@x⦋/F -FW:<ǩ:q'>0WO[oط!Eb46VqN{d:bM*I,S?@ؚ4<zU}^7]A$}|kxB=fȵiA[@~*PXwYy- <&g=Eq}"_)bbLslm5SK`@k3 ne!IjIJ9Y `pzYqfW1yj771F-px8+^lu[Z04?"kKX(Dl\v1#L0!Ku97F&Pr3uC'W]آdpvGꗓU!J疻A\. \G 1 ^ɗdK1U#X26[VӹQ~eQS`="EK゘I6\*Nr|L! ԴF(q;!1W QBrCx!13hWccAwu89{Nѹ ʒtZILK]HĆypFrx朔$Rf[XQn+i_JGX0&-f0ɸsK"C&E mx40>6gǝO[R  \P23fa)|^"OB.e4]kp6%~=-ʛɽQҥ>iu( ]8/iOO?.xi{!mP6ލѐ vM@=<{]\ Ӓ`ځf*(I:(܀QSˌ]a%=Ō4c3~dUF`ŗF\ha$xuL ob S8[Kު1'XX2#s)9Dէ]Jփrkϖ%QI>@,vaWJb^M)yfn?TM[;{Sm37O7t/|DPl{V,zxDC쾅xlO.]|oj4E|PCJ 5+w3FJKG:qiAُH ZCq:`6~nɐ΁oCW#]6@-B. TՋʿq6NQ "[f[.ݟjv .ƥ>/r²a/O kK6^samۏxr>V xז) \)keanE9QĩB3y(=dލvI*gCy5`^ DdT rU7ԖkEZԇgۃw0X<́hхi(e;g&džVca}m&щ91c7 ` fmβvO:׆To;4+7! L;CN)x8.x'T5P#yVk3.؏"P2L= .sc`2 6! atQi;=kkr'KVlf#I'!a} 1xDKeKGܽRJ3)HǮ'VˏB8WwD: ^_b[FI$e{b){9 (`ؕuJ}$r|:8WK˹s_cEYi#=|o!Wo[q Lޔ\Ĩk~k8TՂKϤ=n"C0H8@qŀN;* #{/˝X.%\35u 2sgO}vv{7KwHA$M ;jeoZpnpXb$CG"ި'ۖPu1S&&IRv u/=酔b c}{;nvyjKSL vz-Л6>Pt% S]>1V}m 7ߏRS?Zږ,W cW 5!W~hu XY;7c-&uْ29O; w۷ㇱ9 |&EYɣ`SFjO*v&?LW:=I,;4ώ.sՊNL!nGA vU"V4wU 腵T7#^40 @|˧ceF]@Vj%gֿ(džb~jJL,K)ajӍb+=fQH5{p G!_nfGs'8cS*ʧwhW)޾W]s[ *p#(:C[m7خ eYz,ǝ>@aH{*ީghgooԚ4n zh8a鐪!'qDK#=Pԋ0=*8-6X{*)*DdgL&O~Mdfc#RZ0G썈8,ϥ92{MXa4eˤg78m[X (40lE[ 1-jD$i=\As%+[kZf=ʛ&-W->G/MX#),)VsѝɀixB`5<π.lr#FsGHb.(-($7HAhyRo(dx`i ^@y ~’v4&Qo?̘ӵO86gKzΗbʹ($_1 Jlk%\1rFEuova j /KRI9-ts#Q8!Xq$ȸ}q9*ı a(E8XE= Zz}fՋRp+Rʱy T吭QBuG]kTFW\Y)b${Pw4XJk6{6ԭ"]{u{<@'|`Md/i+1g!UVn'@Ѻ 3&<#g`+Hh2\o[L !KKz-WQ1ryӂ+\;Rd#ÒI|r`*rʼ͖%3p1N KXd)+20Fqow w7l҅#$ u䤮wxua8];}> 5-*gNExxtKЦead4*c&$h{MW)<,hSJb&ՏEzCDO(&L kWY\.St ^c/l/F217&C2~R546,؆mF  e~s- ڇ·Q0/:XF8 E ! A=NoZݥTyԝ :'-`u4D}qbkP3rAy}5Fa石QKm|baHCmkyc Q*3GGsUR=[t܇3!渄F4vǜ1ҥ")MXnx.TI"|]?6+`7WMoWHJ) 5]o2Vd/C̓f Ѩ^_n%JXNI=lxW^탁1;YQVg\4f &]Wi%D܀L+u{1:0}KԄ,r R3z&Rq>E؊w/qT$p=8~aub܇h{dڴ W݅ʣ\ ?_r$DN ()Ab^9T"1Kꉾ sQčڀ eT\GBvI79?ey}gI x|EAB,“ܜ0l+>šC@/  e{u^B(@Fgۍڶ|# LzY_M' &_;}LMl=mzJ<[O`DEx1Y{l`BJբn=u QPik΃!Nbmg5~a[b!58^); ^?ZB\H vbJg+Pɏ(Gg/=*TKDt^'n@Qa{t'$gVEs$}ėy xKJp)A_tAھ5 z](^vwlo :g[pX97,a1 4( @|; &1#8.g~B $^VeF9H"@!(9NhF 2W95DA34ig樻6kGh ~~joہ9>“DheX5D3CV ө pkVLZyOtLv1ۤ?  뒘T7]sU⻆WlBvQ|YG`@b9M@q_ʣ> ]8 ;i*am!X |PʧR˯@^ԍJ*6= JEGy4:qokD&]z@mUkO#j>/7k>XɑFLLslj+\;N0O~@m KV`0/ 5A2 ny\ĩ]6̶Tu,&ue 0̀*=lQǮZ02W~U)i%bݞWۖOt aw؛`~l VVX|fDeȦ*uצ&@-F~޸ml0:9x xQa1 .t 8B̂Hw?=oJJ"|Nb4ͨ43cYW_]hTIt_VPXrRjUaٽ:^-Av&8ű{uߦ`1><;*LAu5,2\%)stLhr(jdZOK BF]1E$T~ZS4 Nc*R˿|DƆuM1\}A2'Fé [޸ ua"G:B;Ӷ;5m j%إf4u;Nb.^U*"[}ELm3XSwwzE*xf}M8PmsA ܹ -jrdDL =g~tGnBuSk5!?;P C71e{u$4gӦ b,GY4g?ir(3+}~4U[t/TJpfpG֩N;B5kԬ#Z},Yux;4g"g/b~#_1Tv^AXAƉhjcS$_aWw p.1+O7N{Ȯ%qZ/AqDFߋ.B]t뤾k< 2M݌I; ]Jhd=uS_O9 }KcwrV0s9X#e WY+uǧxt1B6lnc l4թcb?֍AIof/˔1=-: _^r>&ZUܵѐQT>3#“dXCTiGfRF'[n#G0^\&ׂ݂|ֱh}ƇO"v&P%+*8st:[AE<_g,^`P~nB]7 }V%#-D߆ePnլ 3t܀.81)Xt@2NQ۫]-&5rɆ]oItS":P -0砲;[U ΃sZd]ّA{& <왔)\uc#BE>RxGڴwG:UuoHQS)+&ObXgeg;#J!x4TU*SW(DU**W ゐ` L*S'Ij* uXk)g6̹nK?"$43] +0m<5+9O|G@C3$jE 5Lc(i@(&` aErv!Q]n89"_`a(ְiY)f{IyO(U3Z-:eqh;u@_ 52 &Ln\x-iR|ħAK435 0N$E:q^85wv.Ǚ]Rs&}ǃ)r\yRVp8} Tf`7zꝖD XUiKTS2=Ƌbf^4tݤ Pbݙ7oB>_+`;ۭ[jFWP)qHYQrH9-![z:0705+ܩ^؜:S659 ==5ބR6mSRX?+xiZS-## Zpc-pAcK!LcҨ_,Q. 02ev&thOnR]I+v`\wai6`0\4?to?*4bк`f!ηb*O/bA[վ!JWX^uJFruE~5 &7.H15{mP삚:@)ŠÌSelN6VnVF! e>Ga3}#2g;C-kZ'-2NT,m[1Dp cza ģ"cU? cGԈ>3  Pǹ_ŊYtQL|^ڕȪ;8˗@j'AZX Lk*kniϜ~nt[ J*VH3f`NACp(k 9AV 2on-I zlhhh ,Ͻ4Iߎ:;$ FÔ;K~7g ]Gou7P/c@,nX=~zШ\_o< h0ʌy7q!ѹGiNsXP|pgl(*_!1R] [~la? [x՛bdHhDDj3nZa/q_GlΕ))xWjEߖ}{guZb1VGmW7&Ԡ}L84_&q8-Z9o3o;t!~ 'Btƶ_q ~?s?#{5