postgresql14-server-devel-14.15-150600.16.9.1<>,gDNp9|g5̌5ؽr<yE U6p$C3놠?w.P˲vZ@4@!\50rQ H#?#d" 0 i  9Ze {    .d   (//A6A`OPlPSSST(T8T29T2:W2>O@WF_GtHILX Y \t]^Mbc0defluv@wxLy"'z#T#d#h#####Cpostgresql14-server-devel14.15150600.16.9.1PostgreSQL server development header files and utilitiesPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions. This package contains the header files and libraries needed to compile C extensions that link into the PostgreSQL server. For building client applications, see the postgresql14-devel package.gDNh03-ch2biEISUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxx86_64/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!&zx ] AV8 R %DC5$O bJ&34## tNNP9 E8m(j ,Sq U)j Z/ IXa{AS@7, [,u!TYlY: '  | TM}v 5q  DC >U ^ %Mm$R   @k ,  <j oZn*EU Q >!O8   ~{ ec !2bRV)g @ [0#  /s#v~G8O%j8m`p;OLP, !8 l3OA &[ b-T*,Y s> & $e 2UI+VRPQegY Yc:E,#%:Jv> XJ'&9lW "YC)x ^Q. -- ) ~0' ii\ SS = #,2J *}PNiDA>z\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q  Apxmr;A ;R fJ<N / KC:Y{@}5 8?*q XEGs=( Y" '+A-4 !~ 9B%#%C',-.-b?d^ }*a ? X#Nv4$ PB=rN* p Q> :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E&?# 56  LMEp`ct P% _ xF Bv~ 8 ?xy]  "u  9(\`A$A!4G $te !j ) LBV%   Z@ K 2=BJo 9#5 h  : HSA*B)gN ^a95 k g%.sU+Q c0 L] '!E c6Di@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.comaaronpuchert@alice-dsl.netmax@suse.comschwab@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Upgrade to 14.15: * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/docs/release/14.15/- Upgrade to 14.14: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/14.14/- Sync spec file from postgresql17.- Upgrade to 14.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/14.13/- Upgrade to 14.12 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/14.12/ - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build.- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.- Remove constraints file because improved memory usage for s390x- Use %patch -P N instead of deprecated %patchN.- Upgrade to 14.11: * bsc#1219679, CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY. One step of a concurrent refresh command was run under weak security restrictions. If a materialized view's owner could persuade a superuser or other high-privileged user to perform a concurrent refresh on that view, the view's owner could control code executed with the privileges of the user running REFRESH. Fix things so that all user-determined code is run as the view's owner, as expected * If you use GIN indexes, you may need to reindex after updating to this release. * LLVM 18 is now supported. * https://www.postgresql.org/docs/release/14.11/- Update to 14.10: * bsc#1216962, CVE-2023-5868: Fix handling of unknown-type arguments in DISTINCT "any" aggregate functions. This error led to a text-type value being interpreted as an unknown-type value (that is, a zero-terminated string) at runtime. This could result in disclosure of server memory following the text value. * bsc#1216961, CVE-2023-5869: Detect integer overflow while computing new array dimensions. When assigning new elements to array subscripts that are outside the current array bounds, an undetected integer overflow could occur in edge cases. Memory stomps that are potentially exploitable for arbitrary code execution are possible, and so is disclosure of server memory. * bsc#1216960, CVE-2023-5870: Prevent the pg_signal_backend role from signalling background workers and autovacuum processes. The documentation says that pg_signal_backend cannot issue signals to superuser-owned processes. It was able to signal these background processes, though, because they advertise a role OID of zero. Treat that as indicating superuser ownership. The security implications of cancelling one of these process types are fairly small so far as the core code goes (we'll just start another one), but extensions might add background workers that are more vulnerable. Also ensure that the is_superuser parameter is set correctly in such processes. No specific security consequences are known for that oversight, but it might be significant for some extensions. * Add support for LLVM 16 and 17 * https://www.postgresql.org/docs/14/release-14-10.html- boo#1216734: Revert the last change and make the devel package independend of all other subpackages except for the libs.- boo#1216022: Call install-alternatives from the devel subpackage as well, otherwise the symlink for ecpg might be missing.- Also buildignore the postgresql*-implementation symbols: this is needed in order to bootstrap when no postgresql version currently has valid symbols provided. Once the packages are built, OBS could translate this to the pgname-* packages and accept the ignores; during bootstrap though, there is nothing providing the symbol and the existing buildignores do not suffice.- Update to 14.9: * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or owner name into an extension script if the name contains a quote, backslash, or dollar sign. * https://www.postgresql.org/docs/14/release-14-9.html- Restore the independence of mini builds from the main build after the -mini name change from April 4, 2023. - Adjust icu handling to prepare for PostgreSQL 16.- Overhaul postgresql-README.SUSE and move it from the binary package to the noarch wrapper package. - Change the unix domain socket location from /var/run to /run.- Update to 14.8: * bsc#1211228, CVE-2023-2454: Prevent CREATE SCHEMA from defeating changes in search_path * bsc#1211229, CVE-2023-2455: Enforce row-level security policies correctly after inlining a set-returning function * https://www.postgresql.org/about/news/2637/ * https://www.postgresql.org/docs/14/release-14-8.html- bsc#1210303: Stop using the obsolete internal %_restart_on_update macro and drop support for sysv init to simplify the scriptlets.- Include -mini in Name: to avoid conflicts in the source package name and OBS internal dependency tracking.- Update to 14.7: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/14/release-14-7.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 14.6: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/14/release-14-6.html - Sync spec file with postgresql15.- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Sync spec file with postgresql15.- Disable LLVM JIT on riscv64- Update to 14.5: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/14.5/- bsc#1200437: Upgrade to 14.4: * Prevent possible corruption of indexes created or rebuilt with the CONCURRENTLY option. * https://www.postgresql.org/docs/release/14.4/ * https://www.postgresql.org/about/news/p-2470/- Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully.- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround- Add a llvmjit-devel subpackage to pull in the right versions of clang and llvm for building extensions. - Fix some mistakes in the interdependencies between the implementation packages and their noarch counterpart. - Update the BuildIgnore section.- bsc#1192516: Upgrade to 14.1 * Make the server reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23214). * Make libpq reject extraneous data after an SSL or GSS encryption handshake (CVE-2021-23222). * https://www.postgresql.org/docs/14/release-14-1.html- boo#1191782: Let rpmlint ignore shlib-policy-name-error.- Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- Upgrade to 14.0 https://www.postgresql.org/about/news/postgresql-14-released-2318/ https://www.postgresql.org/docs/14/release-14.html- Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists.- Upgrade to 14~rc1 https://www.postgresql.org/about/news/postgresql-14-rc-1-released-2309/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta2 https://www.postgresql.org/about/news/postgresql-14-beta-2-released-2249/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items- Upgrade to 14~beta1 https://www.postgresql.org/about/news/postgresql-14-beta-1-released-2213/ https://www.postgresql.org/docs/14/release-14.html https://wiki.postgresql.org/wiki/PostgreSQL_14_Open_Items - disable postgresql-testsuite-int8.sql.patch: it seems it is not needed anymore, need to be double checked.- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. Use llvm11 as a workaround.- Upgrade to version 13.3: * https://www.postgresql.org/docs/13/release-13-3.html * CVE-2021-32027, bsc#1185924: Prevent integer overflows in array subscripting calculations. * CVE-2021-32028, bsc#1185925: Fix mishandling of “junk” columns in INSERT ... ON CONFLICT ... UPDATE target lists. * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect computation of UPDATE ... RETURNING "pg_psql_temporary_savepoint" does not exist”. - Don't use %_stop_on_removal, because it was meant to be private and got removed from openSUSE. %_restart_on_update is also private, but still supported and needed for now (bsc#1183168).- Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now (boo#1183118).- Remove leftover PreReq on chkconfig, we stopped using it long time ago.- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW.- Upgrade to version 13.2: * https://www.postgresql.org/docs/13/release-13-2.html * Updating stored views and reindexing might be needed after applying this update. * CVE-2021-3393, bsc#1182040: Fix information leakage in constraint-violation error messages. * CVE-2021-20229, bsc#1182039: Fix failure to check per-column SELECT privileges in some join queries. * Obsoletes postgresql-icu68.patch.- Add postgresql-icu68.patch: fix build with ICU 68- bsc#1178961: %ghost the symlinks to pg_config and ecpg. - boo#1179765: BuildRequire libpq5 and libecpg6 when not building them to avoid dangling symlinks in the devel package.- Upgrade to version 13.1: * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD and firing of deferred triggers within index expressions and materialized view queries. * CVE-2020-25694, bsc#1178667: a) Fix usage of complex connection-string parameters in pg_dump, pg_restore, clusterdb, reindexdb, and vacuumdb. b) When psql's \connect command re-uses connection parameters, ensure that all non-overridden parameters from a previous connection string are re-used. * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from modifying specially-treated variables. * Fix recently-added timetz test case so it works when the USA is not observing daylight savings time. (obsoletes postgresql-timetz.patch) * https://www.postgresql.org/about/news/2111/ * https://www.postgresql.org/docs/13/release-13-1.html- Fix a DST problem in the test suite: postgresql-timetz.patch https://postgr.es/m/16689-57701daa23b377bf@postgresql.org- Initial packaging of PostgreSQL 13: * https://www.postgresql.org/about/news/2077/ * https://www.postgresql.org/docs/13/release-13.html/bin/sh/bin/shh03-ch2b 1732529885  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./012345678 :;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.15-150600.16.9.11414.15-150600.16.9.114.15-150600.16.9.114.15-150600.16.9.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&&''(((((((((((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,............................................................................................../01221333343356378879::;<=>?@ABCDEFGHIJKLpg_configserveraccessamapi.hamvalidate.hattmap.hattnum.hbrin.hbrin_internal.hbrin_page.hbrin_pageops.hbrin_revmap.hbrin_tuple.hbrin_xlog.hbufmask.hclog.hcommit_ts.hdetoast.hgenam.hgeneric_xlog.hgin.hgin_private.hginblock.hginxlog.hgist.hgist_private.hgistscan.hgistxlog.hhash.hhash_xlog.hheapam.hheapam_xlog.hheaptoast.hhio.hhtup.hhtup_details.hitup.hmultixact.hnbtree.hnbtxlog.hparallel.hprintsimple.hprinttup.hrelation.hreloptions.hrelscan.hrewriteheap.hrmgr.hrmgrlist.hsdir.hsession.hskey.hslru.hspgist.hspgist_private.hspgxlog.hstratnum.hsubtrans.hsyncscan.hsysattr.htable.htableam.htimeline.htoast_compression.htoast_helper.htoast_internals.htransam.htsmapi.htupconvert.htupdesc.htupdesc_details.htupmacs.htwophase.htwophase_rmgr.hvalid.hvisibilitymap.hvisibilitymapdefs.hxact.hxlog.hxlog_internal.hxlogarchive.hxlogdefs.hxloginsert.hxlogreader.hxlogrecord.hxlogutils.hbootstrapbootstrap.hc.hcatalogbinary_upgrade.hcatalog.hcatversion.hdependency.hgenbki.hheap.hindex.hindexing.hnamespace.hobjectaccess.hobjectaddress.hpartition.hpg_aggregate.hpg_aggregate_d.hpg_am.hpg_am_d.hpg_amop.hpg_amop_d.hpg_amproc.hpg_amproc_d.hpg_attrdef.hpg_attrdef_d.hpg_attribute.hpg_attribute_d.hpg_auth_members.hpg_auth_members_d.hpg_authid.hpg_authid_d.hpg_cast.hpg_cast_d.hpg_class.hpg_class_d.hpg_collation.hpg_collation_d.hpg_constraint.hpg_constraint_d.hpg_control.hpg_conversion.hpg_conversion_d.hpg_database.hpg_database_d.hpg_db_role_setting.hpg_db_role_setting_d.hpg_default_acl.hpg_default_acl_d.hpg_depend.hpg_depend_d.hpg_description.hpg_description_d.hpg_enum.hpg_enum_d.hpg_event_trigger.hpg_event_trigger_d.hpg_extension.hpg_extension_d.hpg_foreign_data_wrapper.hpg_foreign_data_wrapper_d.hpg_foreign_server.hpg_foreign_server_d.hpg_foreign_table.hpg_foreign_table_d.hpg_index.hpg_index_d.hpg_inherits.hpg_inherits_d.hpg_init_privs.hpg_init_privs_d.hpg_language.hpg_language_d.hpg_largeobject.hpg_largeobject_d.hpg_largeobject_metadata.hpg_largeobject_metadata_d.hpg_namespace.hpg_namespace_d.hpg_opclass.hpg_opclass_d.hpg_operator.hpg_operator_d.hpg_opfamily.hpg_opfamily_d.hpg_partitioned_table.hpg_partitioned_table_d.hpg_policy.hpg_policy_d.hpg_proc.hpg_proc_d.hpg_publication.hpg_publication_d.hpg_publication_rel.hpg_publication_rel_d.hpg_range.hpg_range_d.hpg_replication_origin.hpg_replication_origin_d.hpg_rewrite.hpg_rewrite_d.hpg_seclabel.hpg_seclabel_d.hpg_sequence.hpg_sequence_d.hpg_shdepend.hpg_shdepend_d.hpg_shdescription.hpg_shdescription_d.hpg_shseclabel.hpg_shseclabel_d.hpg_statistic.hpg_statistic_d.hpg_statistic_ext.hpg_statistic_ext_d.hpg_statistic_ext_data.hpg_statistic_ext_data_d.hpg_subscription.hpg_subscription_d.hpg_subscription_rel.hpg_subscription_rel_d.hpg_tablespace.hpg_tablespace_d.hpg_transform.hpg_transform_d.hpg_trigger.hpg_trigger_d.hpg_ts_config.hpg_ts_config_d.hpg_ts_config_map.hpg_ts_config_map_d.hpg_ts_dict.hpg_ts_dict_d.hpg_ts_parser.hpg_ts_parser_d.hpg_ts_template.hpg_ts_template_d.hpg_type.hpg_type_d.hpg_user_mapping.hpg_user_mapping_d.hschemapg.hstorage.hstorage_xlog.hsystem_fk_info.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.hcopyfrom_internal.hcreateas.hdbcommands.hdbcommands_xlog.hdefrem.hdiscard.hevent_trigger.hexplain.hextension.hlockcmds.hmatview.hpolicy.hportalcmds.hprepare.hproclang.hprogress.hpublicationcmds.hschemacmds.hseclabel.hsequence.hsubscriptioncmds.htablecmds.htablespace.htrigger.htypecmds.huser.hvacuum.hvariable.hview.hcommonarchive.hbase64.hchecksum_helper.hconfig_info.hconnect.hcontroldata_utils.hcryptohash.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hhmac.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha1.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_hashfunc.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecAsync.hexecExpr.hexecParallel.hexecPartition.hexecdebug.hexecdesc.hexecutor.hfunctions.hhashjoin.hinstrument.hnodeAgg.hnodeAppend.hnodeBitmapAnd.hnodeBitmapHeapscan.hnodeBitmapIndexscan.hnodeBitmapOr.hnodeCtescan.hnodeCustom.hnodeForeignscan.hnodeFunctionscan.hnodeGather.hnodeGatherMerge.hnodeGroup.hnodeHash.hnodeHashjoin.hnodeIncrementalSort.hnodeIndexonlyscan.hnodeIndexscan.hnodeLimit.hnodeLockRows.hnodeMaterial.hnodeMemoize.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidrangescan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hconnect_utils.hmbprint.hoption_utils.hparallel_slot.hprint.hpsqlscan.hpsqlscan_int.hquery_utils.hrecovery_gen.hsimple_list.hstring_utils.hfmgr.hforeignfdwapi.hforeign.hfuncapi.hgetaddrinfo.hgetopt_long.hjitSectionMemoryManager.hjit.hllvmjit.hllvmjit_backport.hllvmjit_emit.hlibbinaryheap.hbipartite_match.hbloomfilter.hdshash.hhyperloglog.hilist.hintegerset.hknapsack.hpairingheap.hqunique.hrbtree.hsimplehash.hsort_template.hstringinfo.hlibpqauth.hbe-fsstubs.hbe-gssapi-common.hcrypt.hhba.hifaddr.hlibpq-be.hlibpq-fs.hlibpq.hpqcomm.hpqformat.hpqmq.hpqsignal.hscram.hmbpg_wchar.hstringinfo_mb.hmiscadmin.hnodesbitmapset.hexecnodes.hextensible.hlockoptions.hmakefuncs.hmemnodes.hnodeFuncs.hnodes.hparams.hparsenodes.hpathnodes.hpg_list.hplannodes.hprimnodes.hprint.hreadfuncs.hreplnodes.hsubscripting.hsupportnodes.htidbitmap.hvalue.hoptimizerappendinfo.hclauses.hcost.hgeqo.hgeqo_copy.hgeqo_gene.hgeqo_misc.hgeqo_mutation.hgeqo_pool.hgeqo_random.hgeqo_recombination.hgeqo_selection.hinherit.hjoininfo.hoptimizer.horclauses.hparamassign.hpathnode.hpaths.hplaceholder.hplancat.hplanmain.hplanner.hprep.hrestrictinfo.hsubselect.htlist.hparseranalyze.hgram.hgramparse.hkwlist.hparse_agg.hparse_clause.hparse_coerce.hparse_collate.hparse_cte.hparse_enr.hparse_expr.hparse_func.hparse_node.hparse_oper.hparse_param.hparse_relation.hparse_target.hparse_type.hparse_utilcmd.hparser.hparsetree.hscanner.hscansup.hpartitioningpartbounds.hpartdefs.hpartdesc.hpartprune.hpg_config.hpg_config_ext.hpg_config_manual.hpg_config_os.hpg_getopt.hpg_trace.hpgstat.hpgtar.hpgtime.hplperl.hplperl_helpers.hplperl_system.hplpgsql.hplpy_cursorobject.hplpy_elog.hplpy_exec.hplpy_main.hplpy_planobject.hplpy_plpymodule.hplpy_procedure.hplpy_resultobject.hplpy_spi.hplpy_subxactobject.hplpy_typeio.hplpy_util.hplpython.hplpython_system.hportport.haix.hatomicsatomics.harch-arm.harch-hppa.harch-ia64.harch-ppc.harch-x86.hfallback.hgeneric-acc.hgeneric-gcc.hgeneric-msvc.hgeneric-sunpro.hgeneric.hcygwin.hdarwin.hfreebsd.hhpux.hlinux.hnetbsd.hopenbsd.hpg_bitutils.hpg_bswap.hpg_crc32c.hpg_iovec.hpg_pthread.hsolaris.hwin32win32.harpainet.hdlfcn.hgrp.hnetdb.hnetinetin.hpwd.hsyssocket.hwait.hwin32_msvcdirent.hsysfile.hparam.htime.hunistd.hutime.hwin32_port.hwin32ntdll.hportabilityinstr_time.hmem.hpostgres.hpostgres_ext.hpostgres_fe.hpostmasterautovacuum.hbgworker.hbgworker_internals.hbgwriter.hfork_process.hinterrupt.hpgarch.hpostmaster.hstartup.hsyslogger.hwalwriter.hppport.hregexregcustom.hregerrs.hregex.hregexport.hregguts.hreplicationbackup_manifest.hbasebackup.hdecode.hlogical.hlogicallauncher.hlogicalproto.hlogicalrelation.hlogicalworker.hmessage.horigin.houtput_plugin.hpgoutput.hreorderbuffer.hslot.hsnapbuild.hsyncrep.hwalreceiver.hwalsender.hwalsender_private.hworker_internal.hrewriteprs2lock.hrewriteDefine.hrewriteHandler.hrewriteManip.hrewriteRemove.hrewriteSearchCycle.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.hstem_ISO_8859_1_basque.hstem_ISO_8859_1_catalan.hstem_ISO_8859_1_danish.hstem_ISO_8859_1_dutch.hstem_ISO_8859_1_english.hstem_ISO_8859_1_finnish.hstem_ISO_8859_1_french.hstem_ISO_8859_1_german.hstem_ISO_8859_1_indonesian.hstem_ISO_8859_1_irish.hstem_ISO_8859_1_italian.hstem_ISO_8859_1_norwegian.hstem_ISO_8859_1_porter.hstem_ISO_8859_1_portuguese.hstem_ISO_8859_1_spanish.hstem_ISO_8859_1_swedish.hstem_ISO_8859_2_hungarian.hstem_ISO_8859_2_romanian.hstem_KOI8_R_russian.hstem_UTF_8_arabic.hstem_UTF_8_armenian.hstem_UTF_8_basque.hstem_UTF_8_catalan.hstem_UTF_8_danish.hstem_UTF_8_dutch.hstem_UTF_8_english.hstem_UTF_8_finnish.hstem_UTF_8_french.hstem_UTF_8_german.hstem_UTF_8_greek.hstem_UTF_8_hindi.hstem_UTF_8_hungarian.hstem_UTF_8_indonesian.hstem_UTF_8_irish.hstem_UTF_8_italian.hstem_UTF_8_lithuanian.hstem_UTF_8_nepali.hstem_UTF_8_norwegian.hstem_UTF_8_porter.hstem_UTF_8_portuguese.hstem_UTF_8_romanian.hstem_UTF_8_russian.hstem_UTF_8_serbian.hstem_UTF_8_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.hstem_UTF_8_yiddish.hstatisticsextended_stats_internal.hstatistics.hstoragebackendid.hbarrier.hblock.hbuf.hbuf_internals.hbuffile.hbufmgr.hbufpage.hchecksum.hchecksum_impl.hcondition_variable.hcopydir.hdsm.hdsm_impl.hfd.hfreespace.hfsm_internals.hindexfsm.hipc.hitem.hitemid.hitemptr.hlarge_object.hlatch.hlmgr.hlock.hlockdefs.hlwlock.hlwlocknames.hmd.hoff.hpg_sema.hpg_shmem.hpmsignal.hpredicate.hpredicate_internals.hproc.hprocarray.hproclist.hproclist_types.hprocsignal.hreinit.hrelfilenode.hs_lock.hsharedfileset.hshm_mq.hshm_toc.hshmem.hsinval.hsinvaladt.hsmgr.hspin.hstandby.hstandbydefs.hsync.htcopcmdtag.hcmdtaglist.hdeparse_utility.hdest.hfastpath.hpquery.htcopprot.hutility.htsearchdictsregis.hspell.hts_cache.hts_locale.hts_public.hts_type.hts_utils.hutilsacl.haclchk_internal.harray.harrayaccess.hascii.hattoptcache.hbackend_progress.hbackend_status.hbuiltins.hbytea.hcash.hcatcache.hcombocid.hdate.hdatetime.hdatum.hdsa.hdynahash.helog.herrcodes.hevtcache.hexpandeddatum.hexpandedrecord.hfloat.hfmgroids.hfmgrprotos.hfmgrtab.hformatting.hfreepage.hgeo_decls.hguc.hguc_tables.hhelp_config.hhsearch.hindex_selfuncs.hinet.hint8.hinval.hjson.hjsonb.hjsonfuncs.hjsonpath.hlogtape.hlsyscache.hmemdebug.hmemutils.hmultirangetypes.hnumeric.hold_snapshot.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.hqueryjumble.hrangetypes.hregproc.hrel.hrelcache.hrelfilenodemap.hrelmapper.hrelptr.hreltrigger.hresowner.hresowner_private.hrls.hruleutils.hsampling.hselfuncs.hsharedtuplestore.hsnapmgr.hsnapshot.hsortsupport.hspccache.hsyscache.htimeout.htimestamp.htuplesort.htuplestore.htypcache.htzparser.huuid.hvarbit.hvarlena.hwait_event.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestisolationisolationtesterpg_isolation_regressregresspg_regresslibpgcommon.alibpgport.apg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config-14.mopg_config.1pg14.gz/usr/bin//usr/include/pgsql//usr/include/pgsql/server//usr/include/pgsql/server/access//usr/include/pgsql/server/bootstrap//usr/include/pgsql/server/catalog//usr/include/pgsql/server/commands//usr/include/pgsql/server/common//usr/include/pgsql/server/datatype//usr/include/pgsql/server/executor//usr/include/pgsql/server/extension//usr/include/pgsql/server/extension/cube//usr/include/pgsql/server/extension/hstore//usr/include/pgsql/server/extension/isn//usr/include/pgsql/server/extension/ltree//usr/include/pgsql/server/extension/seg//usr/include/pgsql/server/fe_utils//usr/include/pgsql/server/foreign//usr/include/pgsql/server/jit//usr/include/pgsql/server/lib//usr/include/pgsql/server/libpq//usr/include/pgsql/server/mb//usr/include/pgsql/server/nodes//usr/include/pgsql/server/optimizer//usr/include/pgsql/server/parser//usr/include/pgsql/server/partitioning//usr/include/pgsql/server/port//usr/include/pgsql/server/port/atomics//usr/include/pgsql/server/port/win32//usr/include/pgsql/server/port/win32/arpa//usr/include/pgsql/server/port/win32/netinet//usr/include/pgsql/server/port/win32/sys//usr/include/pgsql/server/port/win32_msvc//usr/include/pgsql/server/port/win32_msvc/sys//usr/include/pgsql/server/portability//usr/include/pgsql/server/postmaster//usr/include/pgsql/server/regex//usr/include/pgsql/server/replication//usr/include/pgsql/server/rewrite//usr/include/pgsql/server/snowball//usr/include/pgsql/server/snowball/libstemmer//usr/include/pgsql/server/statistics//usr/include/pgsql/server/storage//usr/include/pgsql/server/tcop//usr/include/pgsql/server/tsearch//usr/include/pgsql/server/tsearch/dicts//usr/include/pgsql/server/utils//usr/lib/postgresql14/bin//usr/lib/postgresql14/lib64//usr/lib/postgresql14/lib64/pgxs//usr/lib/postgresql14/lib64/pgxs/config//usr/lib/postgresql14/lib64/pgxs/src//usr/lib/postgresql14/lib64/pgxs/src/makefiles//usr/lib/postgresql14/lib64/pgxs/src/pl//usr/lib/postgresql14/lib64/pgxs/src/pl/plpython//usr/lib/postgresql14/lib64/pgxs/src/test//usr/lib/postgresql14/lib64/pgxs/src/test/isolation//usr/lib/postgresql14/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/el/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/he/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/man1/-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.suse.de/SUSE:Maintenance:36495/SUSE_SLE-15-SP6_Update/d69782bf98f62c329c5e97491d9d045a-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux    directoryC source, ASCII textASCII textC++ source, ASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=22b4d7d483b76916d3c389554feba91330c50808, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=37443941a0e4b3f43689b00b3b9bec896db3f9a9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2b6676feb5ebfed5892f70ce3645181e55cf0018, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ede6e79aed4c4b29c492699b132fbd21fca73a90, for GNU/Linux 3.2.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  R RR R R R RRRRR RR RR R RRRRR RR R RR R RRRR RR R RR R RRrs%J@=postgresql14-llvmjit-devel14.15-150600.16.9.1utf-8719c6515997cbe5b15e286ec6409ab28e98744a6aec0ed3d6c3a4278ebb94d62?7zXZ !t/]"k%~0#J:fV!"fev77 %B˟O9 pvz׼bL *qCi;KJ~溟αH4(( Қe5nQ:d8p}(y":O䛿mܘސ%^?cD8|R֢$;/i~ZQ\M a̺9{ 3 '9Wms=%EofBI KdDca*eSΎW,~^ţظhH^J:!I)_O˾ۣ<ij[=4jxi Yu+/ ~tdYK8104 ?ScKH#)A5I4PaLجzXדQ [ yj6e߻7j,m*R*$+ X'uݩP c\G9UF"H'`lhȧQiעqLܚ%EA,8GV |B,S m([mNwJ 8v 9P˕f ̱yX #&u ?ٜh.rZф|67mFR}q[AW- V4u'y79ϧo!e湞P 2aG9b~#hugzVH72aD3v5zD'aB;Ulyа! y~3=ŝqN.:cet_O{ӂt(VG/@\>gaIytuf P3B,h-OX̝rUZ{^U6rP]pG"o([ϷHy^4'Hzn$4u T"U]x.G/w֖~\ܙ~z-y4bRͷA׾-wq#&rATdo^%0ݐ*AE 8sx2V1/[\/l~Z) LVdIK Ez_.ugM.}cEM ê&%asA PM&a"%5=nsؙelz0IJ@RCaz1G2memeINʂ)<ܡ46uBrj}m͠1dsl/gK ̄N_Y!F&ӫo[`r^RuǠhw00K2RP?+eݒ4D;YOH.5wFjX4^AK5υ?_uRg 78MUEvw sZK=gPvOzVhTX/?m72pۖm~ws3VM+c>8v^c0 _;Pn@XRO탏UZlPr}9?}mPU4[m7䪵LbAű|Rё;gX2I_9Wx@ǂ>Uj]~q-*/D5&/ Dïc7ԃ7oa8XGEEsT9uep<ܰ}ܔ'A< z72x cy?OtҾ YDf: r#+][1:<鐟'L[RԄ|`-iFA1hvѫ|Wk`WUhSL!){|UṴ;S:ț&GعS=x&ztxAxz<<}/$U*yS"X}Flx6F\"A 7^u{t,:DNqnAoÞX_}3%s8S%2Ϟ);DE+gUQ;|ʘuf`j% |86\@5C6rNsU'%/Dt6Β@<]q+k4$A>T5G;lif6C ftw=Wm;_٘#_G[5GAb/I fvog'~FұWgAnVK8-PǼ0({@n%cv4wkʦ"LGBؚ y p_ <ۋ-A|( hnc~TcA ]q.Si~qtm Rp GkQ s䯭le)1[ro.Q/Σ4.BC7n] Km=O!{Ue m=8~!xg Eٻ6H0Gs(tu)%TSwP=qaH80͛7nķ=A׷ݾĭ0%Hr)OРRX|P42kW7BO*3: 3J4I$J$HR^ɻ86ZXarPԨc}–ycdz&vTDOa8X8-} Crƨ^t{(,4MxPa)ׂ02\WPu<>#`W΍vC񃫤9vgwk:GO kRZ CuCFҚ)PX-_AMFFuHx\5a' K9UFGV8S)1!.κ^:U߯,Sq',+;֠ڿ|;HbWG_QUH*KD> liW6v$~˼Gܠ0÷g!<5T 3'L~2Qm㙎K3.=gB5߀D ;^ by|w^|%E*z\)[rl6Ͱw4ב\FJ2ǁw[ Ɏ05ugFmi Wn@׶f]WE5~BUhctqu!a>5_TS,Y%_E@? 4|zb18YBu!.(`=R_͸\~)n=b\>?~汿3NŰ%}?@wKQXJh` Np>~S?,i>:e&18܊K{{K^-mLe].B1,d_x81պϟO`q?w9_o i84(2KǯQ6Z 4ɩ.i.YG1G"ګ=J"X*n'75Ȣ{N2qG&]n,h% rZ6GN7`%ʥjD<B8o!,xP1yv=-O"@tu0@&(Jd1C=ŤWDIXM7wspEłFRywժIS7WރRJx5'\6I~,z2wM8\'5&8h߷}@:|9jܽț;3eӳ},% -+q=!R!":hZx[ WqЗ-=Cq3qcp8yB Hl-Ʉ:d5P;mzɤCf]L6T1:{X!ȏ2Ze9:6)ޓ|^r`J X Ȝn rK6AL&c?62- &•2\2axd fx=8x{ 9yuaJm)ia2T=qA6_{Vl6?   ƛ"ZBp7/l\ãlעRsdJ@ ?=>Eul-вq<hMfx$as4{\TfGv\jnMS厶Qif]b)=ObEk#:cRzݗfP)d7D 7]x'A5y(Tn?UEJDo~1k*5pn l*l7&>a/WӪP^uo۬AIȹ)f 6 ZI-]0Gu+^sfuRVl\roPPID#3n xfYٌaUh3?nBvᛷX lhZk =`Fa ך%sF G҃A5{T3SoX yt눵nˡA`w(3Qu1$pa6+}RBhYT95,|`04H5D{ɚK6߳-f|%f^qB%]d=J֟@X_wIhϪ8=:uٶv+51 8jZ~npK"Ȼj.nA:ہTmYhu;DG^^Fg%0KjSi| +bU/y;/Ǝ˶b2.dE\m jGBӫ$ 2 $q>fxu5سeFn'&bbe|4фQ%aДANL1O\k*ñ榟pb(P5`Id#0Mĸ ;߻*|:0(;YpOĻY~O=Ǻ P)!S*[{ګq<%܆;- 92JUrqXXҾ}T74⇩{6^ h*49rOHC~u3 (JG$hrnu;@C'U-5A*0+n)eN2j;I)re<|mhVe⟖'l}).?p̌uCfOyuA$Ww krh <94V#_qn$A\A24@3^ߤE o=Cz7=ms-ND/:H.k,y1}o剽SP?~2=龙JSY'pV~rң^8@z |HkNrЉIll쀟l{4=a 8{#`mINsr![dsDudIiss][?_;0 -ptE^q1nF&I;fEh0*N(sWjXNCkL!JH *zFw^O+?˳_Q2 R\2%%BȬm1;|`Xq?m*Ωx8KFpIѨiyۂ~#%DQUG=sA˸do2g+JM O-&» F>i]@Ρ9GbGoW?mn;q@R+YDrZI^%׃ŝB֬).ܝp՘;%+Qj@ 0ze ^MR==[u<#HNE'LE !icCLUE^z@w<8fD~0t;{ N/1I9'"a,?Y 7 bK)c*= Oa!<*NgS4 5qvk^zRהËX72ϾUޟk1-v[tzκg7(}a_c8dؓbiuE&0i&>ءt53i#m'I10p}Ε[oδ+6d/Kć4'^ mCJ;D;#*b04W3F]?):ԟ&6Fݨ:ɻuRj>8kyj8LhHP=2@8F4w"MomR2愞Q~u813 b(0N#z+F;8HqA_xB5*s~ +@v]=1ȷZm@Z=R"۶ͣ*>Q Y|܆mcΧ@z&k01]^)d8l{Bj!u|&xR*7kh] LU0roغOr gQjZ2KqF >9#"Op^D2}?ƆX)݄Ka|BvΆDyD2d K R9l(8"h;/Q%(zrFL^ף0i_/6>%R!tV*sǩOގJP  y1D$|G#EtPqB)LƐ7R[$|QT,(asQ@y:1/Ƚޤ % Xtj $2SN}Ф 1W/S {rJdv1tn$eUc@@AA(4^]toH[11w.)ZA(bVJJ)|Ko|eu[~ Zu}*B֨<' ׫RUS$+oS@jaB(7 ݵ0Ȧj]v46\aSW]v&8_vPhI0pl.w$똫kMC272K^WUkێԗD6<^t[弦61 Eh1IoPs UJ+T-峋ڴՓT"`?ڢt'\14NʲkhbV sJC8/`·PdrUs ESZpCQpʽy#H_1vź JyE:b[GRAQ7?Q NG %#ʌڥஔm#~ft "(UMZ0 dY$;2_˯"KNޥoHQ4BN,q>ĸqSbNssj\T7*ePhSEz_JE_6T4MK&^djkpƃi++k`Sj-m`aWj _u|I IOIVtd <~P; G)ZЄC (V^_UrHp#'bRO1㞳ߨKQ4GPLjZ9|_FJoZ~ٳF4[A}R ~ f+= 4Zߵ#;~XmDpSt񱊗.ݶ4񓃙_"ѿRܝ>Zo`;oİ4ʦ|x +@jDJ-aZ]ģZ];Xӯ 9ϺM&d 20ut).RTR8nPK^wjq;Gf\p3]Qq4&{p; , ^ry{iƂYV9  p۽3Wy]1uMHbSe?L?0|}"No~t,n| r3~wGq(X/iKu=olr9JC94VPV"MQK'rz4>G. ~ި9crs(Jh^ok{% ѡX g aQ0yf7܂mmvXPv$1z b_~k]:?4ɕeoƖ\U"I )%HKX^KP&U+8iaB1vvdlfr׺F_E.୷W5**YE%ACNI^+US%@Ĉ?~mc`ɹ` c>1yMod|cnYnYDr*x.V@(mx2WZ>GvAxjͰIT2RYm%>h 3kSAuhE@l$笣RUcct5yϦA,f-eP+ݻ]kL̂Pڗrӊ=܉=c1QLIHTu5;#>(Cż? ~L1xH} &y]*䨑^G.HHtgH~ߎGږ{qXc}Cѿ- uyVu@ ԏ3Ǵ93c5<;i+ Zz'&8ZPGڧ-gaG%R=-3 ݃gF {tI {(AXZëdzR8IBIo ڃ$_XtCS&Q9Amůj.u۬mx@7;dMV~R*>yRe#`a| 6'g\eحW?e F0Gc_? Jmk?x[!{%-kym-@ eX: A^d??c0GxtkuJ/]ij > cǭ_&2Ainad\)LiyJgn&Cڠ! 0<HvsVףPZT!!H]J3%Ghwxٛ_19*Ӊ7)[MYGE̓Fq)ls@$wʐ$0T,Tzg;:1ADJ(a (DhdXxus8/ǜ`Kщuٷ ¥$J/Ji(mȽL&neRTP"N#>ɏ13@G0j`x1l95xvF0e#4K Uԁj뾼U7u($)[\ahsˈ=Q~HTXw`QWP\%JWw->J<1P_8yC>2*gcWZMб_HCt!3'rT5d3c"Yo Vό+ė=+l\]Tnx=:pxp0iiSEFתY)TYŕ3ոjo "E:lGMh:t-㣗獴"?|l)!x<^w))̆wܪM]90R.ϳuÕB7"RBVmҔ:2Q;Sjq>SF[D0}<8qT>~ly$ d(mr{,̔i0 Zz% D}v4:eB8`1Kr/i8s˃RLʲ6H2o &+z[=yk2# o%:(IpY8to埚k B> ^0R5zasιH4lR;B!TJB9#!>6DyO;|t p4R:7߉n {C,cDhIvڎx  X3O 륪_/<1œml_JϭapKѮ\&c,L9o,#@θ8tRdԻ{-hXK_Obt R +:R-f(7<o?zgVu3HkNTIʬCu Lݴ{e:b SDmwP%MdϽ YaYVbس&,VЌe' `06f'(f:Ӎآxl<Π~l03oZKj1.Ui٠L"nɴV15 z$͎iݙZh! go6!9V zL[F xOHˌwG{k7/bdq#2,ZEBYCޕ+,E\]éU;b3Ajџ4̐YE,`AnMȈG7a`,eF،8L7MS闰 v3J(j(ъBfFFgFԮ3+xLr! jJMYܛ^b.9%Kގ,RY'*‹ұ,J?ф)xN1Pu24rAPl8dthG2Pށ>[GM`zo@ý䖬kg96\p$vH>Dp!Opx'Dpꢩ4dP <\ZTXK뎅s\o"xFO<]֕.qK?\IhM v[+nEjuI)rNw@88Z;?y`w'|ݎ)=`ž-lt-ًF12A!@zv&l,3R *u?|Ĵ ?,p-ƦbBvkZF4cN8ی8ey PWt"U! .ƺ'nF-pVIJ˯ A4zy"&`j&n _38D[åW.0͉^Q&ubӂ6~ߣTVPNg}w~8b%{u4L{d'Yb+t̄ ӈ}3Gԥ_ Auj]ZٔKX!X.F1 ~f3Ĝw_ҏnZ3b58?mԻHU?U `:^jr)p9<ԼI ٪*EQi ~] 4J}븗ù<t<Bfyxn޻[!_sZynXtב MHB؜O/Q`p*rS[f>qٿsX74#)(+=P(1Ӷ?ք'?0%B%Rk5jU՚/w3ҴOm 7To.(ɴXWz=ٛqٲ״#3<|a)i>w-iDVûbD&ujjaDh5|0kg5yF5oYsaB78պ/rBqqִ{ƣVN#ToaD_lߒKB8AEWZBtL\+%[xA  "yv J 0Wմک~8` GMP/yd~81 !s} *@^,PK.IiXBCVՒ]ĩ&1搩E7&'}OziR_Uɀku& *!V;/eԮWejZęrdfG8+8Kz؍sfJժ/F Ɏ*,7ibi6M t *xDy-.lօ&$Qmfo6Sȃꭐ iWMIrL Q8>wH nL%=U?duSaq#)-;X.2Iys4^r6|h'zzexu 9āckp.=hJ9ă.B{Sxr\\CR"6qp5Gt6{ Pc-j dֲһ2m;[ 7vA(ݱ@d_o5L6d#kOMs=&a3jf#]GGAϫwOnHY%DXi \C͓NBv4V$YS]D tB y8A Z|@LRfQ{A%x+ QT]lNr0-6&a-KWʲЅ$|DZ0vj}eAa> cܬCQ@aڭAb'b'I9 8XaD8=jo\[ Yjd.BKMD'-5%Tv4mIl{ a; 6G@Ą`qOT2Liiwa FP9B #Aҩ ­]𰦞Z"ܞtXQݢ#рu @ :sHP"$66][Il_`0% 5ZLx@A oO*#0Z53h_v/Bߥ<[rK^H=>1R+Kskh@i'foăR7WAgp52Ǎƴr&[+ۨ"WyEdg*U<1Bݬ.7xA$uXX i\B!\咭k`6l2ب" Sʸq| >!+uD I ~|¼ې}vewqC1G]g\ޯvpzֿr Ogj|UF_( j+8ohI~nyiz T>oԜr Q&:$d`j… zCoJ6U=@> `blrR ]i Xws=0|f̗ۀw]QQjiz hnNPB6̑^Б7:7k 62aΞgNqZ%K 8"!D<igD7#VOl>Iu})b2gxneiپ-Qhxk0 xXp{qNƆtP؂..Bq_1U!;O+DP}Oe~fu,0ř%nDRwsHD \$">Kl#e48iiRP]}j$; 1L qC>Ȯ䋵oGA(D6ǽ͚K> VL7?R,$zv4ΔWKPغ࡮"*R-% PWmJ_!IO-Mb/Gt '3]AA-ʮ䬾ܿIhh2.@ =ZȻ$=QպaoA;[ lV"p$8A8kerFyF Pda3! db9`{[l<>qBRFmLIN`TIPf9d{ssE ovPi"rm43[vɎukҞ L722f`"Q_*ξ4]{`!k!ؙz37 O8-^ߡLkfg6Ů.<Դ.OxR ?e]3=w 3fn]c2+D}10 !cb ]ޔek|Ͽ,7DY]8~XJ>NpuK/щ>1iGU >?+VծWl: ڐ76 y f:ШbK~!bŒQic$R<=Y){q*ܢ# ~~/hbM(y[6`ߧzjn@LEd$GKpf9hO~̔.! sя>8f4悿k!chbF|h-VQf{ۻ`ħr_Ooh"|S ]WJ a Aq>8љP3{ɽ2Ġ&كI]Q?@ۀOjHg%UՁyy 8RWp/9iW䓮Zo)9WPR6`i|*ג^o]d2;cZǫ*WsV+c Wk%Eŝ |nz|+}!N^T:diF ;$w_x^r1zJqdvE L /{/(kuMky- 7r Kvk&J +iM(3e +B,YWjU5^(M1.4QaP\:̓\:N|Z)ZAG2[Q : WH$/vr 'DdE=# -%l_%(^`[|qZR:yfqZ)!JKȤZGYO:m6]/7T@~O ZBE_$}yz1T)0͗#wrE]&*d+.*n0f47yKW&xшؖ-b% 09N+2< 8nk2K{U[ynZ>{_;Eӵi0{lS3"ě q4Y`+>>V'\BS<.F~&OK֌}y_\C$=)M ҫY D ߹ KS޴RhBZQɋŐxpn[.vL0 jzd'D:Mǝ w\*T{ܨ7⁷?t,0S̵)GyW"gqp(V)pR.8>SZZ9]bZt2 [>00?-K {3N'斜n,_  cVaBS}BC2)!l38&Chb̊3lp0!'kah8a0 [5`_(z2[6ވ*p}/:^U 7YPJe*%㹅T*TLBa+cS"UOI6,ΚI- pYTA2I7>2N LUpT,b)Q+Rٓ'86 cI3U k<˶>¬vʰVekXFk$yeib$6%SYUzYh[ڋ<43 dz5pIr: Mj/-H̙ҮAUa BgGv)t?MQ}#K^"V9/d0'2flu hb'To"Z rQQ)R B8@o«1Z'RtpgQ_Y<_ yC{_'PlNM 2Hp!*ȩ'p~3}m*%5)Y; .>v _-Wcrx\xjE!:}_;G״o18P08gq*Q49+;AX*E Pi8P\:qMm* c㺒F!5 H0zp~|_p-ՙ~0AC\c ZW\ (O[YƤTJbV[+Sbu͒ d{w52c xCmy_lufw.fw! tٴC+5DʼnY8`Ѷf'5~pL~g:2K%d 2 ܂}0#-k23ZD+ hZ)GZ c3t,-mք#C>O s\ǯ$n~tt?O5y4ڸyƦE]g: Ś۬KJ"Ys,3amBCcc6R11Ag(~;do&DĴxZ:ZctZsIEyz!!o|0a] e .CؕV ɚ}tD{>"V ={=ev2"Ua^=AI:Vs[c&bp 9D 3K[L@cnu|*9&j~jdqnK.MI:w.mMQY}N⧎f&<nP?+LÇܳ`AkB`O sʱ%;9w>ޔlŬՂzE`Am-!+6(֫U ZhT6SsG;bsmL.5@('޿Zci1RQ+pa-\@ŌI#[ Fm,XIcZ죻$rGv_i \x[L>w{0Đ{3;Z^r#҇tg.K,{G(L Beq uLOu2UA,)<Sf;R_(EC-%F,?)`SOrȣϯ&D/S(&GOߺ,y.*FqF*!26 fKƔ.4Clߚsyl9BKNܯ@0~V]?q`I-JoLl7c> PlhCW f' lrwֳd~h*mHkUők3`I1e8&;]d4Ɣ~$!krA]Z%tFhQ)@ur_Y _caM=(rU |fx,wb ?DU-bRdFjRύ%8 ^QSˮa?(~\?IJRjhN{uvq￰ 妚V0>`"8aϚLk+6屽HfwB,g˹kb%\ӶԼ ΐSm~5?a`AH*3[h ˦փP~*f߉i6f{^uFgH#~yM籯|wo'QM jO~uQ7;zWcc". )d= 8cQUw0o<.'ϓ 7k7ОsIoyrCQ8 Ǝsҕ %zBPݍDpqܻMZݕnYWl7q)%Lx$ʙzde 3A >/27He)u09R Dv\(7s%xm_)DŽC]1F! ާ/554+cQ BɜpܱDB3%K]4" *eG,_s`0FqQrN|&r~WYZnc+ Ԝ0(/q˔,: WJ]v/M]%GꌴOe)2+cg?.i+z&BW/ k@J=un&B+bxдVߢaQ2D·pH4͏a{g 茞ZHD ")S?'c%C$^n-`, ͻ`@]x%d{NB'[x_^UH 4Դ˻xiЪIqWGnĤ͝fitp'J{v1]%\4>`5XMo}M;*C.y*9~0dz܉w:p +ӟ9FRdb+&j=UuZMaE>PL}ʀFl?efIf<1%Sl^J&6VWC w[7?u[`?NL i>ϓ#G CZ|;g.>zYrL1INn ֗A:V GB%́rKGPk+S\tZ,229(DfVgH(LthY߯'b Բi 4Ӣ(ݮ#683@kn](A`Yýcx(p!DɌlg:Mcj͓z4xO2-1,kPxiR]g ֏dG=AKjG)EI6ւڣӘ ,ҭS**x^^A2qM.tB[n ~k6O-c5k븂Bv)6Mm(62vӤ7Q 0: א7>hLɨj-҆k65ɪ&OK(/yeW5d93Ԑ|hJ^KCrˋ!mr!L7F BNM ֣S1Ou, ̃?BUQ/uTt.Nhx=1悼3%ϠК`q ' 矶[gʗZ[9`[,ZgVut۷CU~G.;E5Z]#VdTXbB[ [%I(b4q@ zK1 A6ՁO"~YϾ"ҟ1ZGwq2Y5mf˺|vY:ًPȃToMclA8:eb݆:.r0' ]K f_"Ƶ{bG6[y_”ʈC^`.-'tK Z!q0;\\af%vOXͧ!%YezIΔh4Jd.7'SYHk#0?Y}\÷F^%W??Li)?5(}w!?@P ي 2H'ydd[3;w?)9XXʙ]X6ѻ#Mq ##(bLsf;PɁ4E +:w05`l1'߼AJnjkVp$|*?g^Zq i?.śp@bjSqh]c5Xi؈vAb'o9adqviW m>fAIo񑎒LoabB1 lݳ#bm`C؈B)*6^%7JA@5`_,Ψ#KGNHZnd0(+Ih9ur6""+IcEW >a1$/]P嗝 E=yskAh U1{3+ad#Ik':3-m:h0]H?C/?J|{PYm2Q,g]O1K K*XV3|JΫ&n}Ty;=ɨ+,qc/zrIk:w8$Vthw-f=5ap,+Nǭo U y],`Wϸ ?u,83pCcM_ f _Q4՘ls5ʼ#`NzWt;`0qStcYÓ椎7'aⓤ3o}P0[c:8#1`o얀x\+`gxCv[wN^z>+qi_NF״H5~u&w6(?>i.;8WϛZr mA櫩 6ʶK:H/>u6Hsz;{U ܷ⫻݂;|>vI[l۵ml8&PZmo&P#?ސtl}y˪Yر}[ΰЈ3[vVJC6@[g0.Xcx>QW.Ԓ/xL0TwtX:[PY@;.[1 mH+@Iи |:Nh}] JIhd"E: &ƿGE=ݓj(4NZgg׌woG ^O-uԦϽc<3e% {V׈U7أKPprǗgӺV%³̃s":0!Ɗ0vs0e2^L_LB7ԜC<2: ^ Ĵp2E7cM&eUvcR0}~\0ާSE 4rj=^cY@LFYnW1 瑅2^clv(lB[J:{ZFd (v+{ @12yDJ`Yd}NiD*Q%j3z&( Ԏ/1q!h V4#cg6kCzU`;oNl!fDg'4ݵ#Dg-|iW)]3O-$Ҝ Yi g,lԈZdO߸GBT蠏 3yƣKBiogUy\雰>wltFJ۽>5i3%}`"ij=O99EB~H*]'b>X"T$J}w``>τNR g4b.iZNAaڋR/.fACZm%jjjMpB>UQIG|W(]u5\e͞~2Nr&w8!)b9F{ؤ,̅jDnrH&##6@ :hṬټX@-C(F+_u%mTΓڸ%:Yp6+]BgJF GxVd?k4L2Y6!k幜q |@S)w`[?%=rԆ婺TD-{Ni0T%K?w3'A'8EP2P%3v\%$\e64ҀE-Lfښ~jRꁷZ9`AҲ1&K^䉄 PO~XY[B^!TVr-0/E\H.QPQ!6/!7AFaytÀiFnyow^ln#~f_MP$A+NK%u`l`k4G_.ouw\N* g CdeV_Xv&= '"Aiuw+k m@j Ic B/yy.&$Ӓe…] Z+q;LShAt46^@0JOV> U12|3!5@??L'KѩoccTtF4DP-N̞Iy^=q$ b/OebPFYowdT> l\P=Z厮J޿,rXˤuP͏Ag@<_16Ɩ!c_݅7Br)s ceIunvq^3h}w6\؉96{Y6{(QmLvfNdqcb=Kҥ^;⋥ xU9Fls Ks":K}L);?)sDs#jba7lZ㊦O]߃!eG]ފ U|oK5?fV K{"< zL\YEmgF9.vo!*%s|>JꞵUn5Yz$=ij ؐvo螛]!WVr<1 6I8;"Sm{|=$U/FYDklL2T9W6(6 G E g(">WPijtM!eQ'dZ}mZm\ e ~w"Exk3Pzd2)ؼ0143i3~g("=nrWOXMd < 8͏.P̎ڃĂ&@D9"ݠ҉UGՠrW%52]%W)~„ Nw铺9{7Wv%ر3~ˠ, B]%2iXȮ,e9`Ajct¥[.owxW(t>k!ٽֈ$BV[g!Qh?=_lIZ\sP>g@S)Ջ>.~nfN5~ey:-zo6`0vis;_h {pёD QZ4*K7G i?!ͧHh2a}7ecSe3Bu ;+bExYZAiUz`SHLNFHEц*AR=#(N1n_+E46++H`m-EXz5훼J>@Brt#Ɓ6<إnce] k Jn8r߁'̡R|?t]K]CtX<\rl<[>Zlmq3ԕOǔޘGnB8lF7zaN@4nW.Ў,qSPAQΌl&(| n'J#.(^Q׸Ũeɮ`ɽ4[ 4-4|"-NG4_Hs#`gy&Dc +vBu~7%&a2}' tNV[#&Zy"𸭉uaw81Y 6GdެZM^d9S&(;ss? ؔf Wb^}0疈UgQ+^Glw%-e4'=9ιw:Jzl4!pyE]K@(Grכ.>|&Cws;g>y8@R-Cr#9#L iLCUH0WƁY2v|E;&'mow`vHoOi~#@B=F9‡q\j{l]~E_!*~j%'բ$VW8 v ?C'bW#K1HOL8GOSP|4u EO" VZ`TR)o%1,4ث?$7$x66!0h5 xp-pA[ө{w0gtB#!9=۱VA3LۑsqCn5so ~ q99zo,@8"0mg=#eKQߞ+@%Y--cqWC3I'0$M@o _~ъ Fujmn[?0g&[XEr)Ž$S#ھJ5 ņvSN(h`^} *`,1I)xsՊ=g'4 " ihD$WߨugGH=t㘪[Q 7(D[F I'ΉZo v^t @}-)`+Ǽ4Ac"3Z iʹI7Lbyp2ǟf JWWj7w#I{OikD@VrH6l*6$#SרuC&C1gG@&Y͘S `㑮O)vguxtԓEEqWt$j穙df YjZ{Dgfb͛d8UgY bwpxi}Lz^p8-Mބi5I?I1Ah#ۦ@)}:3LsE[VT>؈C1Y\Ĵ10ne2Y^j3~E#‰QCWڝ?ȧZ06WE)+Ji.e>[gHOnn=m4;"-n#n#Ts2 Js $xR'̢W‹pJAE6M8ۉy6-v w[E0#qso·@a*p<EBC)-}z8}N mpjTID럲bQtϞͣ!(H]aB獟:%~7|Bhy];,خq[h3dF\bqiQSTk}}PڿYk;_/hf|Ab%!+h:IJKV.D. lS@ٝ d5kL,hGJ# Wp;YFZ9YKn4kqR U@rw<}l8IAfɡWCRs3"ymS/YFzX +F-oͺo %$ߪqꦵ‰>flf&Ęb>?&FK@%F.~*tbc?RuH1r|fv-*@c:̞l']G TcM(yG\Eu PDZN$?Q}]f_7K i6NzpFdu?'e bPyb{δMZzƌ^Wm(`w,嗖b/7('ML/ RkdhהSb-'xD8&jmHNNIݻ1y6z,m[}/6hmAK-Aap5><1"+lˇ>gmkgX[DCj< ɠ~F~!,3Oy*Bx. ͅbVݘ${_BNicw-*Х 1.&yqYEc[Obcޑ9t"wұgLB0N7m*|i93>@ԩTe-Քl?6뉪":둡ᄂBE:Fc馃& _ǣqycf؂Hn915?ZZy%ߋseG$|+Ţ=e?89a72YAӠy5N:9%zwga #Yvia&Qb]1 M8][a,NA;G6=YkbTV!D4 }MH0uueǹ0%K=H|K7N[Gp`ZeJ--.:w`1p Z}go1]f(uAD宩QL4jNH fXXs["ы9pl; -,;wg ^h~D1;|Qi.Nb޵՘`<'t=Q)4%y=%հ ڏ,E h/Xl(hp ? |IܮiU;:mbO;(W+nP8}#Ƒ!h'A&o' pI/хwq61</ AL[ &h$C:XxbZ]gԦ~gJGu ev$k r;4DJuVY ubLNS9臼hֳאܽ t-?)[N9SEViù. gj 5 $Iq%mԙޛx_=y%UF=^v3\pjbrQ,4Vq6!@⸬G}`7з̘SS gh"7n^ tF ǕvvYV1܉DI4HPOBG,c-\3rSZ>gMe#cO 3AA`ճC@Y/<AM,Cbho.ax/Q[3߽ o 6gkxz.ms ҊkXFpyk=57Ond{4Q7 f3!|)&F<NR*j@.5=U^)e4$eO7&F9N3fQp^Q]ZX5QO(:* b ^6r{]Hk+Kf ~@ 3xD6SzFt `OVc촨b]PBDQj(T8 TgatN@w{h5""{sKVg-90c{qu֒amZ0-y:eN'9`"'q}g}WZ2- |svNbh0Y A&"ƀlĚjٳaa :?0r+BD?C-$>|+;B\_.4}jvAAFs"VE4V%t9{F1KЎDSGm5F,@ae11*͝ Fzl;!j|\@:45BR9є޽|X?8K~is:cB Tz>|muU@}w)mDO`ǂTҜmcVsܗYb`ƴU3Cu9+"1~ooJTe/amp"l6M"4_sqC6@Q~n 1!Ot[`8X`^*P4WdH%E fCVDS()&im=NvJ-U*Pj^F{#ϵzIOqXWRf V2p§|A?)(67LDrPf#J݃X0jؗYq[9EƅAzb,. 9U*^]fdg[hJ9_ZOȩ]!gk?X뷈`zY҉!BЃOm p7*{ \lB8!7Ҕ}.I~SXUJjOpk[-+!0n_E3~5~S+!:<ِR?6fCᤱxpJO!&I\)e 4ǸAW=ӖCl5D-}ocMRTL >9Uj#~Qr"]爜^*X"#<kGCЦo@ƍmzώa?#(b]$_P6$v[zd$wp&ۃ@]hɅkh;gUptY*r$El!S44(4&1'E>H[%a몬 E)*5'e}4=4牽=;Av ׌"#nFo\߆Ns2yr+ʂ{TǙyȧ0$Rfr;򪟟6 M8mdX~ž+iUxre6ku6΅lycB?u=j]!|7|mEo LeyV䚫D60i1%>1>-Mb3 Υ;p& km]nsIև`Ikk@L`b0Nwe2^En\.+#%GܝNʱF @5<ݠ c1J 'w>"8Tp鑀vʎQ$lLk5nmX%oȸq6aE?YѨ1䝂/Q' 0OR1X|0YG"Z T\FU[W\sМyF,}2`LU1J!RJW-+) VOx 9bWڬ%}axć dnz'M#+ڟ "?-9S#YbצU9.<(cxYG+ e!:[R1O40YyeWqOvp7 ^ۓ0= !ݙAxl ^dڠ+8>JHxaʉB$?|ݰESXAr$&3&ׅDm/$A;(5ـ@܇p w S$qds&~@pGUY{NitթTЬj+X|R{0 Q%pٛ&ʋ=7~1S(toN1Cw!+-P,7rc.U3vi3u)&"[*Y\Yt{)3'-&8Ҿ~&G?לF=.qe/spSO*Lufj,氢J61%ZK~HX3 "&(jA֚Vsۘnbk8ǑO9},5 cCV+OhG fzIc7a@H.y'3hj^xNFm- j[H:~Bi qjE-i)#̮lk0t[* C_[&`%xW09K5<])+B:w`'7+ՁE&ş%~FE9!'~UP[k|̣;%DURlc+O3@P+tn?%HYcUi>ial0Eˍú'YD_`#oK˞u@qJ'$#";fQ%4U:")`Ѓ˅֨Ľ6f+nnvbxԁY{V`Hu۔wz`]GM,8gSL=Wl{$(ݴGFɂDɶ[o|,igdx)ŋJϜ1~= =ɳ>Z )ɂA< &6^CLUae'^QKmqx`Ac1ҙh&rQ{BHr1'l>jj*drS) 9=Sl$t:ߟ㍎"T~E\3rR+ >c@axfp[B z7nӳ)<"Qtfn}Ss[)0JjoQYSm#@yPJl)d0 M w` 9a1H:b:Sd{ ص=x6bE^ 8eM݅gO\HaTR&#za+1f/R4D]uCX UrlģC=m"+Z}xz.rsr!VOw$lR9rQE; 9Vy7׆N,ڀs2Y}68gr2z+0mT燝x(,~zUM#u BpsCoA--a*eL(GSGGL`;Cm}hx6cdb" r\䍊pBɾ~Qy5coz"x }.qp*m ?<$YAA60bW\uͭ^ dON33Cr%?=}Lf;yWo&@-aN 2%Q5+= c.Y="PV\R,YKׅ"wrwCi\*UIY5ERy 2&kwQS(W;uM'~|;Ӧi 8 A#Nv!r\;CJ_ъ8geƁHXB׊$['Y<'iQJ.YՑ)B}9zlgSxO:tcWA-3sz&NcTC&y& ߒuA[{n1݀6wXŵtt$D7NOy:ՠ")p[#J#y8t@h(S혘*1`OsUU>zoWx,(>A8d9,gnARnvlr'?do )޲4N9~'W%O<1ȭv=Vf&zr+IL-d껓{0ڬ26#ɒvACT7s8Bv(!tE]0ry{ϵr{,eAŲ= / If[漖"+Mp+GlK^aějBœa>s pѽR]5Qmx5nS7O+(B3~ܱx+w/ܡ1p'Ofq1a*Ȍqu~/pv:hl_VJR(pя\W#u[çnG]8Ǜ&sK 6fV44C[ysBd .-9N1"+H/l*$6'Azjl !gkkpÁs=ptq",^ObhaZ?#6vonA{lNq C5jR?WNw@_*?iu sN߄TL}K0$Vҍw'm-)kGcCQgd6n[0HhXSJ)rqr2|FnP5d;澩NUIpS#e "'r2F5BzV8{&Nǟc&:!o"WHϖKVYkσvUЌ \3:;\3h&2Az7>,f=uꖝ z3_\ 4J5Ätv!{E qpFny?N7^ε,f+9h"E "WQ4":Y6@! wZ`Vj:|iEfziyjufٚC-2Y%&(pމ(%fBzi90Ȓ{V.jmi]'lZBO*,bNXԗFݭ_}UZ\n-NwqT wmővwwg_̟wV' [ BEg,Pt̾ $8ş%iu"dj}j/%蠙gzUbʂn0ZN7_ F0SBhd+$}gXif2=3/sGN2&Wrh[ܝ[ց 8YtPn2LJɶaYRv]P{Zٶ9PsT_4^p3^';۵$dHJޘ ^gۂqvYauJgw&Tz8/my5WsXp,2)`ze>N X&:-򵾡2A5n.`%p*֡c|K ]5bZ@\ȗn*Nj XjXl=sYpmN3S[ޜ-ޠ+>5m k Ysܽ[q3EQ3[+4Whq8R@iu3-G$U"jl #&"4dIڔkϥ6z$ .8Z{Q$d@3bRa4}5H"h9 %BePQHXsy!sP)EIԨJG'4Ŀ?U%g.*4ߣ_~3F Z ڄ=ЭS/N!ĀT@ו'o^l.J)?dX.Op*kz|SYS"f;7ۡ/MF7$?rU1-kȝ Ȇg RbNҽLҍڒq>~ĖW M2ӈĹAme9j+ ìbHGCOp2Q*ZB&$%4.9~D^vfQ̊[˛MF$C`DȌz0 w!(IV׍\Ky$i= %d#2jI;!rkn`WlϡMܗkE[Lߞel06dGAe.>ENmnR:B4ԽgEY%CSe&j*E[x yǯ+`v3|{CB͇Qw ϸJWuGT؟$j}znQ9[$b0ZffȨ'83  奉>& ieh$jv\:Up ̀[XN`h$ExSbB`Pp{nwv\b n~*hҦ]pbYr]|S:ǫxI9)5PZbdHo_^xWwakڤϵC^6UL\FElS%1(b ״?j\io6v̢383n{8 q)C^ _E7=z_T?7bII޿lFiklϒ׾!`8υp4Ŗ!gz2G\Zjp=8P0F4}h;O"xc/x;OI\u[3**i04haCb8궽"v'.?xqv}1ڬR]dPgaGLwxwhmÛ­_ú±#zܤIIu,Qڇ E<>)gv;ϞzrYؠvJ78dti M23Ӣɮd_*]<-Mqo^+"dA+:}?jϺTTr͍R)į(ʀ{f&k;t..RN'4&MƑ uYp+]>iMzhEyXQS;~2kD_[h9qQ8ZZP4/D=]D3~\c}l$&`n+;.-kI $WGe4@|!68$}:uln$O^F`>yy2fWs#YHt'Y7Emq:rɇc5[XmZ,V_{N"l&L go), Fw}|aO$a()6 p% =[7_ }]62QM _':T"`,'l Y?{!POA/4&p:%+a)ONEͫNyu~[Ĥ? Cp- w>9G|bs&8D>}']١N-&ij#'e\lʰ,hɠN0>~w&lki;VGM;f>r8ahLRi;Q#C~Y%C?(QcFk8CSL j6t2$qJnt/$XH[Xh ϋmvRx;Dw;cw&hn/W E&Sؖ nr]]'eӞ,YNٿ.{ I,<̊ue ͯ`RʣDp{Ѻ$,)sɱ2vAz0. ~:ɶ$2_ms$drT>3{.;@NjtQ^>W&%˃yWf49nUG:75{Qy +j78?׫ }mD06w|M-D7a3g?o= Y\@diO&T/47Ҥ vQ3Kii*>NFR- < =QTK+-d$t{!\Ͷ%-+hv.Ytdѧ_o%qB#!e)u>*e* se}~tt 2YAִru={= /j` O*?Q?Q1֛:|ؙضI0oL R\8Y%2'Klvhforދ@V(03;=Wu#I2Ӻxi,CsYD*e(/ Y_iؙ+NJGoc~.d*/ɼdvy ~I-.ԼU;"߃~'3' QD}#xZm1f+z띸VLjg^, ܖ1៘gW.7hpR`*#&ZM@mC-Ğd +1zUPaJޚ!*e̼H|0x5y_ 2Iΐk{n_R, M9C1̂}S gұg:q"L9<+4@ʲ7 k*[G6fz;(h%mb~mo2/j/H59Gأ?vE#.ғg Y燑X- ߃Pq:$^='N$MԤDv@ڠEEk|Xo{ѫ} nf&- ytfDlXn̕pޯǥ+x!g$/Mh:jږ_)ȁ&܊W_mК/zsͭu+q)Εe"Qp.*bLKh;nSM![wecy+ܽ V%3 ]>@&mC}~1Yg Q6-I1Z<~uE#s@n7 TgYDV.O˜| A'Cnè *vrxIH-q?.d 9KN.=,v_{bk;w~O+xdl~c ^FCYZ,'2_?8s<Š}~O,G:ev/'M.!DBݖd#mnŪ `"I0V$ #=Pgʳp]>& ƥlɪbp, :uh¨jUJ7T |@R^۶uG/4Ė!?;&Ed9X41p?czl^Ξ҈[d͔ʘYPC/9gݺޓf3~s,QeRCO=h>/P,p5zK|c[?9'leĢ { BVRt9*]G>26] Ȫ~ѧT ýwr^[`LMdNϴ /EQ 6ta f_kt=N?j8:?!>#_;Mu![-E+dL` |BsOs`~Yeib!!"F/q& @f?kg#۳i!RM241saWK1d;f~9j"lij"ibNm43AE-ƈXٱ6\'3 m C)/v"]y2IC1gfINk p+m8Onw]XBbO7S2Cb_9%zͣ݁-=֝yv <ٓB0In%VA鮀o+GcofO1_ \uYK]s*{0OEphBcv݈ښ2׭B%<IE*!$PRӵAGݭO>})SZ"z6oREIpGd{ݻB*Y0U4GI(DP H»~\:Gҫ Q /N7 C6sgYf+z6H,Q k5:N%O x揩WDH=/8/0R$˟ft&y'IWiطu*-d:sMP4lR%p/I`ZqGsgK)k JXKF (Q/LEs+(vȘp`>"2h{`V$e 5Ɛkhգ9œ~)Y&NaQao<ҲΣe*cY$sL#ZTj5i>N}YR R[)ݖg>d:2Owy^<-FmV<6j/?׎93%#zI"Fb1PR7vCN9T#n971& ""ʄ⭒>\yx'G-vǎ-FxIp\=6JLjeÀ\I`k>1ʚx(=d|g7XQ1tZ 3}ylFu$6".B'|t_3h$F4^%T@ǀ n``cUWe[<!_dzJ!6(A܈2pA!D~\ul!A-އ,P X@@hv29@c&(#<\Ir^X< KìQK^:* &?-Գ. X5uD`ph=g8M Gb6HW3PSiPS^^^ TdÚY a\ ݎTV{WK?CY.4WX"EAWUa;I\Sx}F~jd%#UAjaWS8ET؆@7xROrشg檑_A j^*:类:8tCJdjWхoX&8ϨYJTQ/\h=ϏF.iM_)% ^:F[4jvb ʸGg~Eg׊c+DTDB/|݁jEoWi")k:#: C2dф$6r3!ĺOl1WepvHԎ&窵 bhV~24+p83Y-:)NPv.#d,'aIKiP_x @d0RKUq=8Wmܘ~񳢀%4=#پǂ= zi1c!!pc]gDA_[J7Z=T"TVgVZ TOuuv<SKūH3A<#q8CBs'3H&rOl(^<v ق E>S (qazrbw9 t>E"ڭpC>I-4džsxc9cA1+ј;?3χi2}Dq_?єm5P`!u<&E|{(!plK!" Nur~]Ggj)+HUf?Nbu+%irZ]{psILl֒%< V:ujihn|,A?j\(lkԶ1O$H.5j lۜDuޢ$cYscZ"&]SCn)NRGbNoz^NWNuC}MLpKABmŮT]νM/ z3 ׺J_l̙20FTTǛ_TT` %HIHFd/㑬;]TįD Gj1& f3j_yqG(h)бWLus/ig?kuʊ&Ѧ%9u*pf0jv 4يROX~ @'ԽtA9!JˣC!5R;ۦ)&3`lGˁf?8 -^{}~vˆ^3t#Ii;4'Qoi?h8/{>xYXUTeYle) c9}'s(²̕QOS (:t & 4# SL._A(tV !;G%%{Aҋ#x֎UYT&-F+\Aq[N͎] k=A+][7`#5"$|@Xw?ze)qz4iv{c@ZLbbE>B$AK4QH'Sh+UݠEF+Ʃ:s.!j#^SM2;&#E _YO+;%K 2ml:+A#4c$@l-U.Ǒμ"fcZJ(>viպݲ/MSN观⚒qa}f+dg%(%RV( ,:$04<_m6=QT:թd%`^''8J(|1A{@]O<(9jQt V RO3սFJO|5ΛLJ͹By(Ǒ`SXG?ZˀH{Yk8Lo:'ϼ) aj,Q*![#bjv*E@`kcGA$OB>#)u}袣싚F+vX44aa_Zҷ8HM~T!$ܵ8+_`@ox~z;vΘ73AK*,bDMTBf ?[߲%2'*r`أH"$4JRVX햓 hY9.zH'˱@lj椯Էm1p<Å0⿽/< n!bkW<ЄFg4)(zCtz(C:v`@yPZ^ hW&9zzcw\oUk K#[EkH3dRYFW*ZRN]Z]L66᐀ONS`騾j]Ҡcȱ :RUj,U) k\Fnr<| `_ 3YD7~? RjlzH׵\Yꨝܸri 8E ~yIأ)}Pبœ:wڳiD>tLA0̣-facAkTaW?nfÀkM~,˘ʨȌ8͛ Lci$msn([P:|V׃agP0Sj)+BbMLͺ!{S1H:aLj'J4qŅ rDQNdfo^Bp+REaq` I9 2}g%[C5]~)iє%v>a94T`~ݔG5YJ;!{LƷ,H"O#LPn?- YA&UT1pym msۛdF*FN눆 }Qmظ3@Fd qR t]^ xZ@xN,89W0ܵxﻴY^dUKȻ|𢡄* 6]Xt|6+ Il,58͙3/|HӧJ"WO%4gu ~8ǽO_@_^G~D[\5$zj~ Oq6kE}|r'n1i; Vroۊ$PŁk_U$-D&<~l7;NqϊGb5: )Kc F3O8g4 z]ITGwN7n-$-{>(î=dv &Do;"Q\ȲZJM bV2k -V5:Wgɚzk 藬_5Јh;c3&^6L#/\~; %= ~=iU{W-)!h*FIQW DG˴Jϣck.ÿ(z^*./ gfrkED3@friy_Tkj9u`a4E>^˨6oq}f\p)En3tyqZK6=e#e zCùieZR)Tw׈?CALFGP%!n>LiM48q ?^ 4"LkJ|>"\}ž`Uث.D 0v]S8 IoxQiI7zk2AC'~yp|FooPIhX=Iy cJrT.VzS$z VyĈW@ӳH# ל:cUt|c\X'yw 44~"frZjdVfB9zpBI9__5Ӭm+z2"Oɘ Jj)#DUڠ&4GkFAքD=Y,_]hZ9"ni$2WtN=j'ppdX#\I5pIJQȎY$0ƄHGCȥ'ܯA.t1n%+y@4cl둎jgP. \$Cgl)?2sb>63< bc{%Uw Ɲctz֝=փ ΔR^'\400xj))R `3<JOup&;:J5%xB dz#^=$-'Q[J\ӗMT/E<ԴFh&VWSՙ1;ܒT" (z~7 rC(g^(NӞ#tѰΧJu~Npv.Rzh0m?%oœu 56_:xK$ݾn&S;}$u^7!ɡ6anXvi&|ƹ5$ &~Q&gYɔݳifPJKiO/lW΢{ <hql&]!%@uG+U[?IaPhSbi\U`w?\~Wq H_Ď]z`n=r('7Lޢy}KCT:TSs&l7d ߽8 &]]Em<'*S{%kxrX"  )o*s4 D,wAM.@@&|&4b( `~uؕʾFx}k@'@"rE!ٚe;i#mR0MFL羚㯺1{8v{5V-8בJ@DW_p~^,ƛG~8 D#7lM9C ASG}>?VkHh鸺.z-i)Y+P`Ii c% icJ.y\. ,wݾjghn! '34)<fPO-e!(Ǩdeq$9ΨrfjWKkC ִx=,%y#H4ԑ "8Myjf v}A<1rN~P";Uer?5tp!q%A db ]g Fg܅O,ZXf@֍mJ0I| CmL1!Q<0BX㏺6 "[@[k8%2t/ v WIEe'G`Vb^I5QjsBygjBP7su\/w渖u3qd˴"xqb:1GHGY<*p3fC=mUk")aF4̑ZMb S6R۶F6hzvl)a&|CQgIռ ymJ/SU]cYw!IQ;]>ib_d&ivNti5aNvXe|>Oie}i"/j9EEzRu>OYNc5qCt~Ŭ>e|? Djt*}99Ӫ6UޗODKWnx39I܉EB"~\RAocⱦ<#@=L9se W0>f& cvA#m@4UPQrP];JVd$wcZ+ juY"_J~Ft힮"I\҃Jd嵥w*4MI*Ŀ<`%*2]Yn:,<$7v㓤ȡmT`GI23zߖ*ng] ŔM$ű3u]G3"JwWwn[5V9R[=zeZZ߱W7c/$N"dAD 5d|/ܞm` u[n"=^eg6r킫cJ@C*pGAҎ{2>&|GV$e0dz}c\VgI`o\)dQ?MĄdȒ{u6*'8S'B%D񢜰q yPCN G*I-HY8nFx]j"VҤ }MfW[wvm[#XRo>mG[FȉCMKO0`2R;4#9zfR̽Xtscرham#Y"Z";>Coؤ'aA8¥,m Xݨs کC&7w/B>&}F81݋}MIYʕNC 2b4M2e_OMĩhkc[`gD#R+oǙ.D`G8} ߞO ZOֿ&RI[U| VsEl _Ko_w,&fM3~6:˫Y *fC(gaaLH_QFYͽ󕜐?|rnk3ESoO?u;pD߃ؐ:1`Iaa<㦊wjݣ;/%]v֒0SAbvkFk-~^XKĂoW<3:,R X BĘ04!v3ܦ={zB+=x%z#gmɥqH]9k\w,[(c~`ת 7DFn?l?-ɽUlHPp͘@ vk=W1jC/b/X"iInk*ʇk&@(}O:bIl8nhHD9IAܫ0.%8" 9QXDCB5Uh?Y|uqu W>x_(`8o!_:pB[#^߈7CHjGCo.yۓ["o\YU zdȆΏNo4>0Rls`kLx(UO@3/-ٳ¨ꀧK:61.:!@gy$G S;d/DDiR0Ey0vcP;Սp|^tCC;WU#9NSA fF:Qo{`xaIAy&'ڂw˕_Jxw΂ ]CZ4 ~6mK-@:˚>I&17 b r$Gp7@Հ2ieaw!i]%,X"+GK7#J-3Th*sIklu~GnX9>xVawYeIP}!6U5^bU.P̦WzXgd],"XH %VilZR9f?[o(h1Y~k^})cC 3}V=UW!9nͧ4ꟲwO94>Yd+=b" }C > T"4uW]fdX6oVX a҆,e~b/^'slD6q\LaFEwJ-d:({FR94*Ew Sp-SRPɩMx=ޤ!) -c<[RT8ʬ P KYorh(Zzy' `:<#9[Y'5Jz 1/me(7.jy@=Pn@7s!'`2]@W< O| !Zfvn¹n~د8Pt*奮TQ4aj^ 3:EH!wzG+'t޶'fi`7*/w>s0׎NyɅ?" 1l3fz(f:iUֿHsd7Wl50$H;¦ܡ@18.5^MTɅZKn\ypXt xc4pKlMK=1Kgђ⾯I4 +uY'9{Hϡ/IIYRB5-Q/W P[s=N'xvONy9xN9:'Bjn@K׋B]1%.˳TlhV#^{g&f%V|1!MpKT^[; D0!n'jŶe I;%[oc/{*hٙKAnbRBbkΪx_&a,j r{ПQh!},3\qhy`ss5g`_n;40>0ӄ@s rZBδ Kص)GQBAu}h w~f*՘7Iy-B)o .qo^p>@B`mba9Bv`܀mێ1>OFzNZu*'Iw|?Bxm;!;= ~;qX ^1:j{v)Esl`tn$V R<6Ui(یX5k=0mo jfmUy)P @|J.BfyfOCCh>$o([;caIOp|!%ةbfX4fg6Q{*^ˑ1@8sXy 6]_? ~Ku ZfE }g0V]KC%1YfLF} : .à~$$"!e0XҜ^/ϮK}mБ'qRYpU퀺euުR"KjK7qSw''}@N2^,FƂ'3aѥ\s}Ȇj"c/ 6^UԄ:<"L݈l Faۡ&{\1dvrƂ4F:ޔ+i<"'c޲"vTO0XM]4 'y>-ꉙ} %Wej{am|xTӕX?=>(}C@Dx2+0PK+y1fZV::MY1Vp)AߔBMB #%bމew25H.\}.|уr" [>XO=RRAϔ?+do@Vc%CӁSй^A M-w#/WoG>ym""k#]P}WorKOXD);Hgy 3۸B|6SXvK>o۵ičYXk"C8e  ˇjɞ (T2]ũ),o$~Fa8 v/KN3, MwXlke CCu&4YJQޅ%h7,dQG%o^a~$.Cum 8E&##yw:jq~G۠_Yd,$KP둃Gl^j|W;?W 7 ]Pi|.Ek.l Gmp78K%36βr)zK/+@WL vИL$kYJf>@¶Rم:'1{55o9lIwGu!i9M% 3ǠYb!αc;xEH:@{Gf/mbwK~9?6Ugf?!.E "EBoqS͉N$.G7g{+[bP$¦u$][\(U1(.D/oėݷYySqDd[MvXxu ˡO-EIgaܻgKޜs={wɎ4;zZK"cYNZ7[oP3MgZ%c[6h YyW[S/9ԪƵ.' FE ~iuՠ9% <^IResl+b_7{Uj,H:P28X-KRh5[`p'b8q❥ o,+!gBpMy֟)gC g#|tՅ!Dm^ Kj/&l\ q4e=C;;d“c]@ MR~|Ipqmwx֚zD[/u}HBiY"_Zv8MҦ1DvYR]H͸=N`۠TŅDb+ϢGƢ; 0F|U7-"N̓lW}A)VB0;.C8Qi TNMGC'>΢xzeX!m 2D !'rf7Eҙ{ٶ ~SY^ujW]b!.!;N7/!Ȃ :^J{m;g_;{v_T'bTB]4rEM⪪1e× "SzI^D-<qfc)pE#KM>˗z֤cp'߬,h׿d%~Դ o??c _A}0c>OIҽÞ:;,3|hQfN5&#W= ~Lpyl N`ghƱuz:io8CvbKsNY|\l-)ׯַ!SB)>*qm5~}kmL]JC+ UUϱ&+qS= %9ayn>4EE"f{lQ ?jɨ2lje_/^O(|FqrΊ7%EF%s%W**oG?F.ܕ-賖z Š|T&E|'~~@DqZ˞vPr6ΫbwZRFOxڏy/;,'B:ͩ]Yj͚G0:nzҢοj~΍u3ƖE,, *W `3h6ϮGkSt $Tg⛬}sY+A` yyj/hD3ѨoRȉez wrlm[mj̘?R=F8F)bI-UlzjU 8-A y\ h!mC<ݿ+0*pC˧)^2QtPb/q w|-o:-?)X Suʆ, h0B `JӘA!b,˾mg&4H,U' w|ٖ/O/]jdΜpasȝF%s 섵"85Csv60nق.}i+$2ԯ hTJjLJeV|'`SPrURPTԏ/b6M6Zbc_8jYf ܐl_^6SUEmњ]$wתX9(JCB< bF|n35ҢWZ0_9n5 #62Փc{~u-hޟwY߻ScaPHq8iwJtҺ+r:bq7 Mk (B6d8I^.^XY-yv~YC{@2HIZs#PtP4ŽE>rlI$gdM2u 7CEċm^cTœ-)Tg_s|H e+uUō5!2п',մP;m/tAA xuG=s%f- vvQQ.w[T@l+=9<]c9XC@pMQoT&o8.oHI۫c^?5nJz?cK!~88|D1‰Ew.堐jMYv@?J "3yj`"P bB(?T`ǏdVW+ֱ1k̇ $K,媿ːz KSbk!WﰸbD:7D& +[]m 7@>3uN*j^ r\Ӥ^ܶ plm QzgqH<˗. ^iz%6;_E>D;:UW:tLs]H.Jo-;4>裰pYI2Q=n;]+lk{I[6/gcX'\7|i/C,D67qmw>a43lkR]mx{ &gwϿ[u$Rj`&6 6Tѯ ;폰 [Ea;vо{ QW:G@Kl֧|{h2+x%~{U*N3?S[_kܧ5-N^A08{}k=p"{=ctB)%{ | n@RB^\˿";c ))lSp%2izv=ռ^iu Z5XKK GTl3{(t 3.ha;_F^Ƅik^P(eR] u|!A]f^+xJxi҇L_g2?0ϺIcەWsʹ?8S ]a۩\"@wH87Ż3Lc'%.MYB"Ğvو쏺&=# ?62BZasxňT?5rpSW(ٔ($a9^?5! \Dre33z\F!~ )aaּTß鉆hR[X.2M$IsB= jvC2bK6 \]*{ϙ+` YwP5:X)$p*f`JsBVرMjuX5"@h-׌ 2shE#'Y^5-3Sd&6Yde~l-eL%5nYM,ONgԨ>LI^ {Hva%vވ&;ȚC_"x)<׷Md9A`P. J8J]Ƅ$هK?A}(s^ɢlaMӚvqFlL@thN"L$W%'dQI¡ۑpI`zP`e)&7$S47oHV>St3%SҸ97glDs"!h w&crp`=xZY$suz٫}}Fq~I9 ,}ݰV!8C`84WPeq߼ѫYQu_H/)Yi#UCJ֘0Ir|qQ맸CUE|)^HpɷmhM>i9#-#]|ՙ97uyڤ7^kٓ^J6{í%t * nmS.\GN5~bt`)B7oVI%x3BG9coXIxmm5s.5F)@8rwLW׿mv1d"wV%9蛯_rMl=Ru%{O<;W{_.,hl_"N]Wꫤ!_C)5^NOQy N=gtrg%t7O6&f=;7J|'JwDʿwzm`}py.%"Tx$aӅMM {1Gk~/.~5sV_rZvM8F (M 6.V-[lB{5g\U="A!5U,_[b> SzЕX Z7t~},}<ԳODw:mm,$Sȥ=~ȴWLsxNJ'RRadeM$@p5kkY s:rWVV%wܶb3]}wt[9?S_2[DUƹWGpsՙNğ-I񙮐j &Pl/(j&EwXKf4X ǯ{cvʘYQTϥ%gM@xTxxCa PӣzY(8D:X1#CGNcjHpQcZ>P>Pm'oB_9O|,E3>hi*pW怞Xn0Ǹ8Az3Y>3=7S-UyW7~?>CR#lo %VT!2{^DaS` + 23-d1k)-NÆT31:;/:ޭd& pwyv IzŗD7̫sd>3`NT<:UX ޠY}&+(A sZQ<k'P]D]l[zl6O4ZX, pEo©RAAr_}!m^ALArT* 6ojA]^ 6;7Vs幻e>! cLY/GobbF{ZF?%[qhL|X lx/MGSԷ`DͅtgU{:(s6d9{RO.E Y]s`""1qN}'Zr"APt ry촃XyQ)oJE 8 ꆑLes NSȩ6)M+= \P'U>^>: $HDeDd'Pv~RP <bCvau:eu[Ѕ,ǯIۛg; S_yŇI68/CWR0jgF[,ŻaS$Gp'H>g-BN ֍o꛹E2;P'RZ2t[&MrX:Zq_r|_Buj6,P Z䮆-t[TΞN} :n&h=<"}_3Ley+H\}bSʎ7L:пmqD@L8{yeErEeljS8# p X8N<&<>PSN8F{nuQ_8`"!G[`^veacg75A9o]WaQh]%CB" `!~7un@i C0SկxK#1 }7:Q?ךlj0jԟb?zj}c\{ǚ MZurwP ud[YQ|ʨ bF 8r+S Njf.Nl8Z?;NͨTT_˹W)f/h17YrhJmTp;Xi꿥t,UGbbe%Ƒw L2B7\yʌ!$"ZggVuOMXUM睵 U@\MwT>ׂ2("srn)2ڎ"X0+1nN(pee۔tXFٗ8t`12„[|gEK( T9,XA\$uUq~}fWGr3Zn=빭" Ĩ)}]s`LwfKƃmʖ3p(jaOOwTgĕVE%T&{-bWdʻ C"!0Ї go#g۪)WK8gK [kQ1$ :i ,} 3^gj@Ҥ  5Ё Qyh8mŝGʡ5SfoZW0mr5978qE-rs ؒuS`UX͡msp4>pT#3i=Y ߇Is6@GɆ[:g2YT_Q{蘋(PSEDždu+:+j9eƢL3sQ8< !臑lYГ =㹰S.SҼ R F F36{ +uWoBh`_ B0JyJFGoݠHtu p(F(Z#nmn`=G jݒ.Ȭh;o1 FmIS(31ߝ h7>ғcn*ǣ1)Ox{ &nn%6ʩx H7_ ʌ{UZ[j6x QG#@XKhg$NLՄCXCv,߲\GS=)9nljgSl?Y ){t%!N絗}"џ0ɫVhh BPGG.%,A I[,!D !=JOՆc^Etj[`]Ht\lor4"[Ep99)g y4z<"dW]jok,WRurE[N鶜H59a;B¯K?톴`sn%l/t,2;S&CsD/O_÷0*f+ۉߗ*bW!3?j=!&SF/lB)B|v =OKG=қ2yDbF= 08F.(L<)9${ۛTjNOPE:L8NNp 3;On7҉ߵ 6 }V1&!B~{$-hg7I ؂^<6k3!;%iIqh|zMA?v|-4PN !M[Hq篭aW'y^!:syJpTepQ[t:W_Jg3~ClHj]t=8zw6n etsuɩ k Ih`IyvҪ-USX-HXl6EQ22^eZcKp5f֤J^c~.ο ӷC,l!^MLK_|N_/ӟ.E-no= 2r$L_*23L~/J Y">-S芃F U\%;%!ٞ% ct p1dvm,C."0]( -3:E$n hhA-qG+v%eSt(L;n~Di{yd+ ls{ʯ2`+Hv0ѳ| Mi RXVkDn³D6_ y4ʾtƮ_8u8*eU  ~qpa({y QHW @kjK=R^tq=хyx'Fz@c6z)NDMSs$~Z?Vƴ"TW!B7'Ӯ+1dS7S!+@,(ӵ9tR'+]VJzs/ "6s xA :Sa⬑-qgs7 NG%w~5cC~x5X?`{jXU%  L(e@9v&A=ֵ<(޽ S }1Dxm*=R(KPW; s?'(h~QQ$Tz£D@Rz.d@p p )HBKqВWVGG6s1:8tXf Vr~lY=۸7 R4!Up7xd2^tMdl5O<}~/Y{ !y}hG:Sm= nGjYm;rnx%ɞBe.u )bwԽ5DyMLNK*:W_` "b"VYMn4U y7rt~a Ƀ?Ch+C#N22VLV#u<$"攛_uj> =7+9}ϑ\zXO67i*cDZ:d{Z.y!b|,XZ6FϞ;uEt81fђ3W7.+3k!AhE5/rFE^P2QWpGqnkpqjՐfJMJۓދ=[3@:+˦ UNf̒i h탿:=@ Iv\e&pvuR i^b[3B&"rs(RȨA.4!+&-j)tC>q$fRseJ(GtYsa4&O!k'bq?tP "x8dl8pJ1CF;4B*;#fJOuM]w%h`I Hǩ`^Y̥j4]ћu I)mF"G'tfT7C y 8s 9f .4~X zSKsr#Vt"x@IѮ0lH$pZrۂM}B&T,N{IO-+P;čj;"(E QdOZ2L+-PMVIW MekCall*l sVTK]#|0nj̼`,'%/b#ʆ^~=H]nMAƉ_,h-uQ#m"機'RjwVw{S=FzG)LP~ Eo9r(;njA, ˨4:LL;!3mRIAu߅܃CW@pԶ?x5:.*$fE&)jGf$D&IL(Y6+KaMOgQ,0QA2tiKy%p`?V6I6+atxxbOÀqIK%>vR+(Xm ݟk +E(ۈt•GwOB >J,pD*V@(8gd6tsbRV Ƕ@x'Y!2&5WޙSSy2Ɔ7qDQt* G2VML([:Ga% Gg0LI^˽@t `d H\Y9n: 12kcj&ځJO /jR9*}cjWS}&m)1:?>[CNKml]5*u|2"Gҷx)^7}?kip._\|0K4q0iþu{3{p*;$ͧDɻ3?Ei%"_*o=aZDEW+ dWO֑|k z/yWxB'?SL 2FobnFxV'qA2OJ}`+0!N[n-efjDIYrnY,?j,Lu~VfmdE4\C*tE{stDQ&',k~˭KnItUĥx8_1֏+ ġ{#xGGb&zҦj||4K3p;U}$a! I%>VrJ&W EsvHs'ꛐy^w%úqv^ c' {>=CCQgC $ Vm$Q^ܕ.o ٿ+w#D` Ypp#f}PZR#!~ߥ"=Mc zԍtZ"!1Ss:%KQO+JKKV U<+7Cα6>eڀΗA*55.2dǦgUwM,4 MElz|~FaeXv DRT= ->w`#̂;yzHR&vY}f;d)3Bb[7I.=?=A ]OjQ@jeIT&jzr" ts?$4"@fhpPyƄ.E[xm2s㸁RVcdD z߂Z27SFB{fҵ7'K&hiF6#]kZvߕw%%(Iމ4U 2l@;+eEV"eP2QEd2{TV 9uW'$ֿ~︳x?f @:qJ5q7G4 IdOTŘsUI~Z8оͩy}[[0v+y5. %4<[}Ybr2_x1lF@Κs^& /u.@if>wQLhX ?o%4r>T 1\I{ރn im@3DLפXC$Su"7Lɥݔx= 1>XrCXXkN*;C-6>>crkVbC eF}8w7A]:. % :X[GA+s^@o#K%az4ϖbH5%Q?=Υ0kih_1ةt YuJ"2~T GGjz4oʒU\n>K7{WM-tU5Y#/`W L_#\ (ºkT4iTvq QϾrtlx{{T®nէ 7~HԼXH6a$͘L,U<mn絳^@~<XU;ɭQ@P“;ͩ # Mޘ[],AT^vVa%) &?\b+!h>,Iոas=r8R\TUm:d_Qხ(+ Tm 8 *|$ *Hn1^6o(8%%J .IW<ӫiSl@XBmŵ\ޘ"t @F5Lۏb]6M :2* /,,Uܫȫa M߽kTj7v_'?_34F54DO,/TڙMFu_%aA޻hHJKoNxq'UOaf/s"-%+OqH/EM˻o~(g (U>|ޜIa`ZaGQr97]X"=-(EԘV)oclEܷ1( s)5lKR]vp8X#Z&G#)t