postgresql14-server-devel-14.13-150600.16.6.1<>,{ԉfW+p9|%nٓHR_X`3>X2C]14Yp f{ GƩ נW$[du|՟m2X hGC]qoEjb蛀0pKkGg ~Kd{l5M2̔Oޓb?zWdJ\5z^:$9rέCUrNl0^x#4ZGPФ\DH?d" 0 i  9Ze {$   .D    8.0@(@TNOTORRXR\R~(R8R/9SD/:V />@FGH(IXDYX\] ^ߣMb|c%defluv,wx $yz +@DJCpostgresql14-server-devel14.13150600.16.6.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.fW+h02-armsrv3kPSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxaarch64/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!&zx ] AV8 R #C5$O bJ$4## 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 ?\ SS = #,2J *}PNiC>Xz\ R)UPO%5/!,k  'K%^l)$ yZX7r3='q  Apxmr;A ;R fJ<N / KC:Y{@}5 8?*q XE>s=( Y" '+A-4 !~ 9B%#%C',-.-b=^ }*a ? X#Nv4$ PB=rN* p Q> :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2E&?# 56  LMEp`t P% _ xF Bv~ 8 ?xy]  "W  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 c@6Di@d,@c@clc,N@c pc@b@blb|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmrueckert@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.13 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-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/shh02-armsrv3 1725454123  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456 89:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.13-150600.16.6.11414.13-150600.16.6.114.13-150600.16.6.114.13-150600.16.6.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.hjitjit.hllvmjit.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.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:35506/SUSE_SLE-15-SP6_Update/98a87fd6858c999b140e53ae7edd594f-postgresql14.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux   directoryC source, ASCII textASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bdebda2d530eaadb99fe2e887c15ce66494f390e, for GNU/Linux 3.7.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b9691025e4cc4700e3a839dfcb140f4dd1f0a29b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b5ffe88add7f8bb8af0ebaeb1538184d28428f5c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7f5ae1039c519f40c9ce40e23a2f6f8a6f9eaf64, for GNU/Linux 3.7.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RRRRRRRRR RRR RRRR RRRRRRR RRRRR&*7P }ߊTpostgresql14-llvmjit-devel14.13-150600.16.6.1utf-8364d4d000fa01b82e802d039fafcf2b2ac9d6dda9f43303615dd8c33dfaeb19e?7zXZ !t/]"k%~0#J:fV!"fev77q{%  X\Μ 2R 2 KM ڛ7&N*4P^7r79ВŒ3@G7҇i1%jqap.$pljt7K搟 \3lk6-UX}'C(:h78crn q=OšA ~poвN-$(DUJ[_YSO|^[l0* bJ!w86Ul ;熃z.]0ϲʕ ck.76IHcK,  }7`yو\NjjdZ#ﳠ*-3?̊" +X37k4y;,3t91E%2;:TYN*9DdR6`P5@rLG f7_77ՎC:QsƶlgZC¾Bs|#5eOW!D &O<fNVčC jdX]Nf= O g+ "[t02#˯">d+;9nC/1xlæ>@b$sԥS^68.mV\.|/b_3]`~DZtcT'$ǢpCyݠΩvwFSؚOTV1aj&urmBq[W OE6/zQ3Zh?b[UIN<%l rCu:~bq D5T);UI}JB5[bd7R5AlkJ[&Q7w"47*+ϸN!&<qWD6"0K!%6Q`j~2Tٜ|F^g89IyW{}vYlɮl*5EY#f3oX&TE<}j.P^40#jt"ݧ0z`~ ɕm= dГ~YVX<uj@bBg영 kv.0}x&*sf{~D Gē؁XzPWƤG `~!3qijRlhG>K] +:˧zݠ -X3?p(u( IL Ps!VX 5%*fWMco8HC@]Cw.tQkwCtqq>Q;ݳRf4~U7Oh e#]iiofR0gF_gvaA+8R+${Zvc'A0@8cIqߐ6o?o߰wAfTcV ~_QQLN7[Xd4Q~\y^sŐr3OD 5񦊹ǧLLB["F"Uc FZ5ImP)l`›*4>G~o %=qI>k-2u\̣K%@,>dִdKEU]~ւ kzz}FW;Fاy3§F੼wQjL;ߪSFJ'x-G%P9k颍FIO]Xm*I'MUbJ?k{ܢT؀?ԈNż_aѰ._0:54>Ӕ3OK8-"E8޴#zB(Ĕ ݢh{ 8OQ"'ao@!֤WpSV|_~ԺQ [lqWɸxkkY'epprvS=U:5҇ /ixdHZ"՟{'ո^kKlLD3V`G=BE\W[=Ӻ%HҼ-2{m?cW:Zn "(Pz^_T>K-xղ"|P1Qch^>B^?F<^I%g`+x'}}nrKOX+Z\#rp޿EZPs35\5XA#L}`녘-ťȈoI8'OLRAfVa<止+L@_Jfu4kksKn?t!2zPu@tQYlj c ί&}Y |u *eDx"b)}5[z+j\Ő2qZ #B 0uC$?A748o$缯*t04bf59t=2]!nJz7\9I ! x>W{\7#toN|wOc7DP@G}UBH]XUԆ"}[5+~pӘpH'Yj#Ih0ƺb{I!^(2 ʆcFj@?7 ƯɹШ/PʼK0̏b q[myPKfC8B*oIPGSikL=W,G r‚OP;c%X@Y)>pdQSQ5& foyl2a1@ E)bQ2 ޺=gRR3IHd$JXÈ=N~^^1ίEl9+AZ+Jnk;p4c̫6"ߪn^#Uz2>5`CNVgΨ ໲EUfZLc# 4KoƗU^Ԣ@șCni U2c$7/ƤNM+'N4č2q `~ה6?}92흋4T7K{l[wjƿQ/Vԉ/)t%Y .̨ZS s 0841>_єעrN6b˃L"ZD-{thfK? oc`#@fIɐk|MSAm.FA|qe)of 6Y[) r}N]1p8n; kOU/U%>җY3[9,*ϻ~MU;x`yMX%cM*iUwD-10>9hJ0TOtfURfi$b|SfS%m :.?e`֗}g m@Inŝ~J9!U(ܴq+[u5RLӞOӗ+|̷EguQ,LȦˣ@xlcjя0Rϸ#'ɕ0۱ ZKs?f׮-=@Tk/~!5)95R1e"2 [~mr$uuf2[%/aި&AtL<<%j*"@:@Cػ L1ec3 ?hV3íG!En]e*q΋A'*H(uV>0xQ'f@%.E;WFGtb~G>(͉_gS|FM/$|GߘK܁^Q%#δFNaƚrwP:[G1_l 0|ǃK3,KY]ҘoWrEK̾4zTx*uԮ3+,Y͒=ͭB IgkD4ìe;XGYYb! O Gu{w5oyA61:!<:U%c4-t2PL+Qƌ`ue#4'U5֢wptw_S'-%$"G&n^cfAƏwM'S#}́w8o&"mc9l-y<ݎ^?_M<[D  sltqW LWZhG)Wws65DP /C; tgQ?mti Gkr9ӨXnŰ] R4O Jοʇ7xKdVoB+5>*pCHp91~9v۽OΈ4 1Hl^'-p$ioi*Y3~HHxoF-4<A<܂O߄w~[=iD^ҽFzQQ[@]Tb5NOokpeJ& :#=WߵErV0]`_"4|,!.Ay2| ҲExzZl/]3KOe9eG JdH\uUnXE*`g\/sþ ⑩T. %]$xfy#Krj;V;SֹfёkT?94W)~m4I#e%tpc8Ռbj9Q4"gfBǑpvQKELEXr7/P,o*,ۋ.Zѵ뵇nwSփ.#>qQ|UA[)q?FXIiD9s [%ic 2"%y"? Lv"1e0 s+F* y#kx-yӝO󽓸$Ê,3jz\iw?."K/|)K0 -i|Mxj<=8t2-JZKW~Q8P= wGoюl7\kU =Aq˄*'jFvS@q/hAYkYde{axsGr[qsЉBFǠY! H!S#}Oɩ+ ՞*CC"Yq?,77-!  UAu7 (*y?m5>Rp#j_p(&XomY҂G'(߂JJ&W{Fm) 4*J5/3>13q,AѾa/k-l 﫝wQ9?Gf9q7|ho4 XAI bP*S@=WD&ɤ|e2 r"+?縹8+" B,.6&炑eZAL[C6{mɰ; Nxш=$}Euh^.r5Nèz*$ 9(vM"Mнx٠nc 3  6SՓ;~k~EрGrfnrxBg n(n&D d$]9He'9 xm_{ܨQpV<}nj-Z:B\]4isGzҁk4rМAUBv-=ʇAB ҂<<,d1TKkh zqh50?RrIۃ턚zk/J5%Xo qo4 ou^BN;ڐo<ljBe¡7!͖)Ū1o tvB ӀM+35ne\\W\w%Y*Lx&:`.lm8tK{ߝJ>v+` Vd ^X]2|(@BR-TFψ޳)FRx(:2G74 k0^':i^Vz?qw1_\9_5]-:(DM(6ѫc۪@EZ%^4O"U1_ e(j^EẂsvP>s ΟRB0|-!aEy?u$ \\VX_~B;)S,d] X!tVA`p^@IDEg;ӒHqh#1la 5[s`#Xo|diVxV#ՀwkA$Ļl}YМ $ I٬.h:/nn3*)qJ}b灸Lf~_m`_ 1cIen9ju"S>Q)獒!U;[DMix F&Q,_J&ΕRЫκC lMMjMkHM"%K@IrF[N<7-/` #z^ _#pF3.NGO,d:>ZFO2hNu>3 4/C^+%v$جsBM^e@!qIj ccU2BGz`B a!] IgOӶK"WT>8E>d\M63KP G7 $mVb,7$7%Ư(i] н$T% Б$C3= 1~ܦ?(Z_:f8pw :.uPJl\4 С4Q,d#ԃVI5R`=Oƒ춤!8 ӋzZ#E9v f f$sP((GPP;)C]X6O ^.ʗ@chgΆd"GH >@j5;c>xV3qMjObSncd@Y&Yx@WIlJ.oWf+qvbǂwCRrL *WFjgB t؋VHݛ. #\|Ŕ\ ;x O=31rhx41Y ߳8Pɵ %rA1f3JZ9P+rWU˂[^υ>Nu RVQh FbJRYI6({![G?r_dH*b}dP 011uC3yz;͈-:$ˊXAFy ,=!PacvEE?A&"B҃{ѥP^2널Wk¸% .koq̽D,A3`tj2A^ChA(iΛ8֋`mB ?"=y;;gvoAd\1@<1%ܵ}(rU<5SxP=e⽖Ca+$N@Eabis ZerZ nomI)Mnm,Cx_npkwi&Q^W/ê)MQWQMPAm-%O/LQt}r(wK_5dBWESfzIj'Y`k*v9 I)do;g4<0hWl~%xuP`[Z%{pʶ!Nѿ|_HA?Vp\XtnPSϩ[ky8zfVj-cz!dlNK8̴(>g ;?8oءbݔV԰ (ں_|\;F5AQߪu7ZSa)#W9 k^!5(YXD&=~^u>|~XKy(O80B?A^Xk#Y|.yP~O^sXGPrנN9_D6A䅹|϶[J7zepR3W]d%86Ǣt/2 7㥔 !WeI(ZE~_-#>xB 26c>I1ԗ0 v? q8mȋoY^9Qš.YKI^ڊvȘL/HM[;}SuBä]۸426E*իlosϹJ:, gі@8JnX/,P#J4Op#g10dZ'`bDٴR} t:QY3L螾!?l*0!yH'$_ۮ(nK QF.5E<1 4(?S;x҂,.<\[TENRp?' O`Mn4vQQDlm_K&'ݩχ".p-]3\ HC^h4<5.:.&h&'?<aWa^}6sg2KWt&f)@I_>C$au3( D҇);ϧ,e&7=32__&RXCpG9[ < %,^"7Zi˳0^ V2]=fWypG̹N)ԜgFk澄1VGyMӶ^r4B9̂qpWo[[%{]Oi =rސf%RP9(Nr0'{qw Xa>kN竰3P1l#KF=ш G@2o;H[Nߺ; jn]-|)9!4HWTUU' "O刅L{,PA?jܶWR8(%lQn X h1Y L=Df B-:ќU + Lìp­=dҝk"OPypptfhas{KUG,x5~w|V_HFBô\4 2:iNi'45`8zNrƑ,CrEARiw7؇7,6cQ;7+S?Bz3?"7"(j#OވqLx;Ir}|YƦޅ2..| }w@gZƩ-:OUKK2rMfϮi; F+ΚD.<xpP(lY+{6UTk&|$0 Q+-x<7vNKhkI?aY]9bڷ`||ehscǎV 4USmAǙ+=Hv»BZv CU y׉c9haŋ jWא{w_F]؉1/:7gb|osk ` < N393-zpg*I/&sV{Kv!Kkn-nb*Z@fr$CC)pSޟW!. 6m4> Wb2]PKt{5<lb_;J n`V|PN̸lqCjl`B?.D!mk1UZ;g8 xe%ԸD CC Ճnk{Nu2~tG)nWjSp}aB2SEhe%zf Dk4$cpEkbJ2N}LLjĹ -?g4z6\D1?H㟌e3p20 T'd߱ D+er;F B>UAq*OfcӤ1S D6'^ ޏ[+'Fۙ3g{/QHLU]kG:;t42 P S-8 B?_g;FA!֖遝^Qn2 C3J`ʞ 5`1N2iɡ@r9?c[gvX]~\k?`sǀH=U^z*ÛvgPx^Y9t0~687nʘ|ڭW۸Fg41jsڀ;aF '&oPwR}OsZ13ix]0'0'QqxnjK'2(F"{%O;=͊oneJ;Y, Q,ؑ4T^JpFn LdBStelf Q̾ <~e-ABpwb'p9 ]j܋LR272쎎 nhu|nQ_'dEFg$xZ*c~ڇ *Q7fyX>ˤ `X/Cf]X. Fi|.PxgCb}aؽ+R`Xdl{θ5f7 )=`}Gɯz& _R6G5ul'˥D[ѤǏ] Gm0 4LAƿs IÙXvӳ >^Z~%QСpʑ_lwu0T&\w:)вu=eI \;4#uCq,+In{~v־:V%`y[u|RAHH4ΝK2e" D&;rz?pX,W"! aYu}y41=2 z(`"zI Mfn,%/f H/x̓e[Ay] J@ .R0ۙ'&Z!օ+l-42tlՁrߦc|^8]ȕ7ӅIksM=i&ZT$.]W}{M0KMW̿RdēZ΋ ,|v!}Dt~FQ9f`MN,DmA<~ ǽ.J(6A&JiM¶"J;O~?fGe $8m6(ZA.|ĉST:~k,=)j-SD_WO*#p 1,QSqwPA&Gad 65gX \s.o ,WfZ:;CF~j3cn6 [E<\-g̸p$Aa׭̓!ax -r dklv<ՏjV rxImfl!*g$@6xIN,F$h?ƖjDNWz;zĵxL.>@[` l'@=/͑s6S~JT)W.Jrބ(P@>br'@E;q2UU?ԭZgEւBM9" F\yPN^l My=>ԙ+B惌W&D&ZiիmWK (F獹BzT$)eӊI# f;ijyٝJAĄmrAk&6%pٽJȡ!r9q]' l7ڲrL9^wO1ʲMOrݖv ghLCxJLT@9WCUm"[oSʰglIOBŢ,4X/} |X1H!49 ƺ&MC<:嚊8BK8ފvjg|P>B9wX_4*Z  {*"7P\EQ]w3L<0w=OdrG jH`u_}Bij sB+fQly`db8Ң3^>tKc&Wz{ Xُe8 F]]Ը>S۸,ZDCPBy]GrxmCj)z3„$DQtb,[Jֻp9z8sk"wiwD 1ɋwX0"ChSO+)>!f+Y/u=QIgmT2(OcQ.aPwH2='3`$U@Iay_T4򤲭Lu,.20zJw.lCmZƬ}w80kIGC;lsj~3WZ|2uL+xr_)&P<'4w5FңC5&zs4i6떙m&:3E?'lm+Ba.-Du}rCfp+œ6|($||$!]DI'ߺwR: T΢K{:@g832jK}Z\aքWUX,J# 'Ŷ$?$0/E0]?Kk"=WUhi!x S&(ѝ ^'#:lB=#809g8f!Aؠ\Ϣu-BBRyH&˺MS{e!8wwdYmDv]]8!:2#-!nx*V*tz^]n6xj9]Av!8(Dm-T͎ ǯj*ê@enȂδYfL}̷o=T=X홽z٢v ގCaY O#ƷleʐZ ]S*s@1)ņV`SK5#A1iE{E1|CݽJHrB^LB~_Z~'qO!;vGj}iR49oΔ -<k7mF5@WM"WkՅN# 5=-ˢeE]$X(^-6D ~͘xYz&1n%#UʻuJַgEj B,=,៤GH1 <c^FHd\Fc~ΓhMeߒ2*@ӷ?:|x{vV/UDcs% Zxz;ZMc 52Qmb7v%bQ⼚ȼxEMׯIU)T xЗ QVC>hC Fc(JHzἫ;q {S+Y*%hSf HX!8>T9ZeaNL|ic61imFy?ap7$lM\PY 9L3VͨV@זQ*Y(Qp9&)JOcu\ͨP0沑;AeI7@gL]Nhں+:Lm\{17&{lØ6|RPJZBV#P'y^ vW}kɉ]h cmdpm^2~UrN@#[Af{}mӪ-mwBD^de 4 vq B 8B]C'-GƟc۟3ՄmNoMhI-2Bk Bg6uim*'Y%5Po3xtT_˼٦fh͎$-z0K϶:?Ñ Y[taiOaFR"lUj9 ;@(|4?-6TYQH).]s/ާ#~[p)v1ͯ$c~>W^, %5ZEzEk0R: b\/y +F? Q ;VЖ l ,r)4y>~MλA,Cde ʉ1 ml|EQQ5d.4`{nW]cA ,%GL;#K_H@+ E뇁v8a/NaU @px(o8GGcTdv EA5ݩ`XUpVrn%0 ͅ(+4 ~:I Yv0zD ̻0%uTq ʺEr;8K}1{ #@[Q߄- =5͙bHV S&z:s!`F_*#3]*8n=iGӇ05ڬ.g)%1z݉wfkb?[%oͣf:!O2c m 5/Ɉm«/7Gs24-d"Ȯ3 bo1wTǥ>_nܜ똷{"V[bGe&®s脑?fA˘ol/ 8zSt)\iTe2ŸI^5 f{[mwHh`HYg]ڗ#`Eݧ!X\ !R[$2a>+5(VA#$ahzGsu%!(?u[*- yhK5[ Z\&_R6n6z3 GuAGs "?HȻf(R Jϴ%ݾ0!߳up>PV[sKg[P#/k-b,݉[a&NA:9:j٨W"{Ou q^jN[Vm,:K>iIiO4%{@jzxdTaurq'Ps Z$5&H6e `!TEBہݻ? |p\ Iu>rCLTqL{ TA'5>l|"m3Ho#N;C:EߐTu RQ2%RMŴFw)]bIQ[_`VPx.YфĞWBM% ò+aKkbĮ6%@xZEr#sqׇj'w=, BJ7GEh$"uBC8+~鴙8%!-{LѓFwE! VIVu&,^\ Ȉ;)wO;$-)l'qwƔk"oye# $N:S5`i|YH?O(\Eqm!9 o¿ (LxٴL "M/5ܾZ*@ Ft^EܧrIG^ Xu Q$<ߺ%8a}Y^T==58kj;MP= x͵X3"Ǜ~H'֜.6(h K wh~:jSԮuS~C/@@_I[=I ֎U̒+UD{2[(:3` 8ݠ j9E6xVzDbsŧk'#3+^QSd iF<{~hƶuJOR3%ѠPq}l~/RI='bͮBrOhR> p *EUxeiSCs *PR332E@{HSÅ 0,~#]%ƚM^Y^)soЂ,&?FrTn8WV֔㟱b[l96CKu,))m,:]jHP N`j v4 교* ÁvUzܤ8j)7{ϗnM*-E@]G9ufFPGo 5j'W`3`Cp`V9WNVO˱=3E"0U?TƘ^NX\Z4u@g{* L!{EV7[+푎, c6 6NR͟(hnwSLavJE|SvoW%~CV{}M@YP}^#J8P!U KbA:ڎ&iTߨs8Ԛ y@hbuBAۼeaѷFgMwE7CO Ag^OHbsx }lZgX1P^s%DIt$F[R9v޴!P8v);XmˁDy =/Yg;VTTJ1g-uM|}zWZzL65-VZh-"ٞW5Ͼ~N"RPJ2ruΘB'D\痹$&1 \ 뇧m L &O]¼H5y]o |̠$lߧ:b' 7Λa37W"q/sZ֜:x(-__ǯd%gu&2AwWCqPuLo6K&KlzA\ͦܐXVqk y}Qv6_D 5),8 q& VyswIV,)^Sn%-P)@Ey6f[ppۭR$5'NSy~D4<4iw(K]ME YImVB/zdb]3z~Q,d2 NR܁4{32䛾^2#e}b='$T٫:oR$_yXKиFrlLEAO_$6ꯙ w#嘞Hm?򂕗82$ i\J;8^I%kUpǍ2gm 2EU-`ŔG_KZ5AUyP'CnN]6 J2lHkV<-!LE%//KX] M:w ٶ. {7.1i씡_(mfs8tFk!X5I5=2UW+qG&v:c h{?K&Nȯ2R >:i,q_o%,Q7:0՝QqJC,*>poIibPjsCO4C!u!,-/cn0jCˑi@[?3!.}LzaHS@V!,*H2WIiv 2D*x֞c=Cs0T69£Gh]˪YvپSbiG??"?~] JCN  @©wعpK>ӏHt!P'.&ǚij XL-KC#GhA)uiYED^ct~~Gu 4(ZL2/swsyUPϜu t죪gZgKq~Vv3U,H?p('TY+P ӕ#x Yk -m,#iHUc`Ik 7,`׹jQAS};{WD~±+5Uޗ~YŐ)L ~M܃߹70x$_!cΨQXeTHPLu|?s˙f,2ms_nGïP85ǎ.6?)Y*kF =/TFV8EWnC*_Ttމ|_I`/=[7J)-g$ ʰdr6Dp$]%T62N<\pV4ޛؗoPFZêd,PIe@ (* #7$z6*Zu +3c3|(pA,``_)pj@R ψ1[bl8txKɥ6ʫ\YΎW÷ɍ_LBFRBD-,&ԧtMn' ƮAv0uf\{y)mH2q%~,n W N ˖&O`g"vɧ €یdǬY5zyfbO])D;8xBX XwrRZ~/А>x]PO9u|p:"In )|>i2Y-܃0#k=u$;}=Ȝ"41MD7 h'BOET=M>LKTAi~{$ EW0ƽ9'^)}y&21,ͮeDȎ`%ǧ"+8L؟ls8dXVPfP_vɶ௒" Ԭ<1CxV{|m bTt7ȶK_q5I@Dt(w#X thk 4ܫΪ (썂1XgLMW]OUTˇ_]ãbax+UƀSVƅOi0d=}UtCGT7#u4t.g֮Qf{z#}J{Κ筎a)tidvLz(x4-*Fun {YT NtQmefM3%7QsLd`)fh'vG[o:dSq2LcSh!F\!ɱ-ɪ` Gq 6.߳ƆPRgj̙rJ:YvI UZcs2hю9[Kf&̫Rw`O]Q+1I>[suG-n3rl>;0u\8/yY.V6Jywi^L}b(Tx^!h$ۘMJ``J+C^Ơm`cV)!OȄx8! ,a9> |k5tCq47 pRiV J5LpeF@:F :)< 'l?̄WFoXv U_yT| mfd3O}dq:@fY>ܷs2A?z.UiA!:DQ͘=A8^Zu `kg@.RM&jakr w"} VC#a=vqZ" Vsy7|&Ҕ fbm9s4 8`e-0K y4[yKZٿ v{6$_7o!WԼS.(pkVG9ONDज़fȥhM0tAe4Pm;Bosrjy>܏fZGItK.auf䙥& qGd=gwٕ>r򟸀i fpžl+cC]/Rd `9)U;)\~dCN?G%ݽG}TGxrdYs ,(`-g!%䉻2}*FvLr9/쇞@bkaEQW-3"-s,t!.ڍbyH;TD<;zٔM]CzsZ=aٖFbzKYߪ˴Ǎr\B (fDg`o tp[$@9朢]'XeJt_r)g݃ Erqɧ5hat {;5nJfAaЀzT4{0\˂xSV.NFPݳ3`/+Vh#!~!EgFdfӣV>%\-W>u}{r|~{QJ'sk9U5*pb)R[6Q ͇֙15WH7!\Zo dv= å`*5n67lrmE_rQ/\Ǐn1T)уAxl2 <{O36#dѢu=y{9WPmL!ӅA}>(u߾MghAb|;2fx2z!/'pE_oح7+PXb9t('Jx9 ' !D>ؕ۲6iFΪ"҅X[p tˣ~>+^N9-?NX [ ޫa'x\.;_dT`j9]@i_1 8'=w v06ᦽ@$(PBɉ7eUIp] DVA~n%GpmCԈyۚva?mw88^IⱀsX]Wq(lAuFgVrIuԹ3yp`iH RZ6vGDeHv-qm~o2fds N&l,TG4_͉, &虹Y+ڽi\_rM)+ O*.[Ay1>0E^yJH+ 4YBMps yZ+j:j,)*`p9q9]MI%+/z*8ܲNoyBiq:-?Yt7'LUp]C&F~_`£탋k]KĐ#Υ7aW8@ZrF7VNJ- U!Yo=cUqX(rRSp ,7j7sY$g&ihĹC|2Ze@LKTmS8@_l|YJB7!LoyT# O>H,[!^qZc 14-~ $|>l%:Ax:ٔ}I5Ar pO?<HFz?~tf\`MԜF-wKڷ\ϳ7a!ʉ$U..~ep;r]IvIGW7O wijYҌ7<j:?lldALGebXR՚^p󼛎 kE{7*Xnm an+/K niUxWF=AuKʶES"q"J~-iD4Q?}6z{.r,K {uJo'}$kKWn:{EqڣߑjyӋ7Ұ{y2 ';A4q+-O *Lj+]e&*~Oex;@3w8^yT\1AuC=8.9s G0NJ=oϣgK cXE}{Z~f"fQ]ph]DJ 9 a:uDJ E!QO"̃H2'a]d{7|_tt]!%_.)c-Pes1NH,/}P߮_]HN1ROΞd%x/bGՂŭB+K}4:̮UWP07HKS3,γ<ʾ@akۘxou+YdoȓQW?.bAP~] =-46ԯm ë GG#T1|B;&qCm6E?=Y L*b+(.@в>'>.-6qUqbu~{QH9š RĬ;afR4=K }'P"}" m9W 85F';v#@xİv y_jՉl4J;H,lU[^]ŊErLa#qvD@ ge嶣_F9Yoy?Ym0ܑ) HIm kex*r[h_\\M $':GcW`%@t^O: q9:ӎD`L߶DO䨦;uf9:7>i-ؔ?) N ?,jyУ`LxҞPu>Z/.M2^<ښW0D[Q+0udۓ_d>C0Oغ7bOE3l2QW7sL738 ^/zry_X~A:I%W:䷳t؆O 1X? 7)gDE*ﵬK].V58Bz>>F<|Z >vN9n/l-WvP~2a"!4֤,mef[tO}889/5(=<^q Rٿu\zQl+s ^O(v q=2ٮ*ZY]hJ91``,89~x0oR2Z]MNHTi Ρ L/EgvN)}R kh*K]t_UwzE&G-c1ftT 2xBOKͭ@&wޏ\qb|KZ"&2> L,gOKb^:JdF#9|e5ا"twV a5FN_+F G>rkVqk(16]u&cH\q<($pϫOƓUW8vu#cf)òYu.a1G&gi3PjEyuYkFFѳ'D[[x=kPu^ٵ+u2t*hb=س_[j * j1V9UϾ/GZ;f:X&Z$+C6l vo75sepS(]nƧ{Ӳ{<lن'rfM,WH̼wkV"ZSV&ˇyM%U+ [)R;t6XGS U,7I ̗6LD7[!!A4JIZ1 Հʬ8So$=U@w]׿6pݸ~ΌsUv@~JZUS75YFBqTG-ݲq%CUF'D3#@9>/' %7fه!zqW|y[\m/1׮9/q%TMaB "%b;Cں{?m<ٕ봦T*Ǔ+.6uFF$Bڵ܂a>fYƈƾ ߩu0 xլL4a\:%zr*m_,{1⚁X0f,٤8nǷ3@uokYH0NR?_P7R*C$/$BRm-ڿToqOiA@SWc?`xĠ;f?< KX?=)2ĘbX#"cj?KcA3Y (ZJOX/J`*IlwtebTD-0؁s=!㌏6_unj9~b̞|EK]n.ϐ;Set;O5=UboDE?? | |XW -%T4~ɑV(&y ctpC'k?tģG\ZP(42_)%8ؙFݠdP;O@`C,^X6Q7C$447|q #y%6l=9Jj&/HHQn }X㨁׼W_zg 3=4#\qe1#_1Um[ۑu*_CmQ O9Z~;ERRg4HmjawmNʹE@]3hT^Sm^#]%8ܦvpiVˤEa̎աenA IѺQi2n z>^T#9rYU-] /@&ZJyUveJ=RuZ[H2q;_t+X$M&{m -E[ oXOBZ$q:c.Hz$ˋ_42_rnaU˵OCy J>HE %۔+yb@hqke 1ο0,f#f˟RCh0a֌c'P]ஷ~5 ܉ı at9(F޹A&yywu(ډdn&V,X1uۋo=Y,QkHͽo}\FfmX#0N<>"a|/;:mI;ݲP  ~)BP܇ILֈf!FΣXi\W1[扨`Ic>:rC.TD ÅkD[~E1wer8$t+\gʹfc<ᒅXB: m_JlX/W?]7H- ,} ,F'?ӠCERi/%2B6[>f!m͹bQ3<aܭ-A#o6hUYDw2#rIVTOζ"`j.<ˬUi\Mzm`̃$I9: ;0c v3İ'Ar 2(,$J =- 7եV"XTЭ""9U) x{+ǟ]@^d̋S".&)lnLu- uwT\I}mϱ 08*A-YNi|F+PiX)7a E]ڇRZ0ч naZ#6UѭG+ . Jjr 8ˡZ*U^Y(u8?tI'' _M O_.?$gFT%4WD1/2 GQ#T$HHF٫:dvs8ӥ^ b Laok޴69&="Gl tHrWx_J#dj\|87OhM¡K=o ] Ulzh+oβ5j 5y# vx } s~xwQMR0qa,*jJ5Y'1U3W&JY:(PcTʊsF6qwc@E6dSPP_+=Vg*ͬ8cFEԫ!">Yn-ԠⳲ-辤B( m ÈM+_Z>kBӰ}IaIֲ$%aXx]շаnڃs װj}tGj@X检/ψ%B6ړ?d܊ &5T0M~=GD8w(W≬S)i ɯ[f r|l^nGqF?|IKFF:oj#Wn}nfv]KbbK_7TT2x$ CΞ@Wb?1T:^fiKDEx+mל}~H2S' j9炏kUZ͌2|\6.T^n;qż%>}TxGݫ!"l$x;%i&T1/-Z/8\D%r4W/ɨһ+~`2*R!".{( 葴es>쭃%$ֿi2v'[JA 5oS_ +okj"~ #pźxcsZ{3^Kx ]1no>ߕE0{s߮A@^^e 9T=Yj±W;" <o νI^̚Oיs|,nP#KLPK%Z|UpvEmai2@_r.Xsʹ;SfSI,ْ;sru&E}%Q TВXu*8b` M5AxG?-&^UH3%nYI4|Sr!״K VQ]] Gu0Xiy@7G6kbLJDdKh\1Q6wB՛@G0,}*H-ib_VFj]}w4;&27=#ۊѻZ2t `•yؠ[Aǒ3>x +)HVKdX76Fr\jl:EXۨ_9㏷>@gJ~ryA5[#`D0K z'M{V T?="l>t}[iꊡx)꣓zWUHcIe}ڌ{j`8tqoriXxmҺ7tY4m_S<󚿈ﻚ$1llM ;7YVBiQI:ڻRFO jh uGKPꂪ!l4Uf EJՀ#$[9`@HnxF˧eKNoOg/S߰>1mS.Q`j!D^/hЭ{T-دE{ڏvMXe*Xm⊄B81-5xN(~"9d_3@ix>mό;R[NT3_qq4l^)ޅtRblM_)8}8-lbZa<Ӭ^XA;b6 1O-g죄XAiQ!ӕ27 0"!AKTz$x>njT<@ϥ-tK1?2.J$l*z~Z+#SvwGgZeQBMti*%h!_B2l4ȑwjos-)- W۷9PHiw9\1f:wsV<E PKy!"7aXĊ+tj},wEX͍sE9lB`vSW̋ b`5 ! k/kW2pAOab/`?pH(ՒTBamhx#p|C{'}]PD_"͎cV`0o[Ps 1C4_ǜHMGa0mMҮҹ\ɰC+UGOaa9`Id X U^yѤk\P$zI]&`I/‹:8\F4`Ry#TVRR{%p;C0{ow>Yϼ-cZ#Fy5x8&(CлtReIE*u8#h+ 3m0ٕd G!O'"E4Hh"ooC$Gآ:&rYF~va)T1Fs'B|}jI5K8gu0/t -ڐ)wnIDВ{7ش &\JF% \ sxYiEPS݆9ToeB8ws\yn7R='ů$? Gr,2,sԓ#۔C08bs;@xw%ځSR&{P750ҙϢI% c4SWaRo)oqJlMԠ6ş뗄/0qHY94Lud{MjG{6̛NjU'; Bz'clL/iDӃ?5H#+F?#Iz/p]W ͫńBGA{5>hQ̈pփ*mPIJ0Qɍb )eCɆC\l;YY"|a}$Aӹc{%I*rki$Y4/ES=xn{<\;'4s$g m{U$'ؐvyCjȚN!D)N4 }5M^%)dƠܹ}KhEW*uU;TQZ:mRL@8 @dAfӊӰ.|p&KFc Q<9jea&$멀Tc;5cJq0 ?bggސ증Ⱥ.̥IvBBaat$VfYaӜ߱$ G󂅐BM @3w9e6 q:c(le性 Pk/VuԵ@3^XQEm;.0{6Ş#I9,_H@Ջ}=YTH)(`*uw)n r5$qMwD |.#Դj?\B%'/+RYH5Hq|MQwPAi`sM_ά'gL2,v֎#>}DQFeX'ܡL_`u9+W5\6/M'ґ Q,tC6i_ye0 w{yUȖ*9]Ԓ]Iۨ;Lި $&D@.yR 5-q_wkkF.ܼu]gX>b ^i 1YpR+p A0j^-^VSB=YoKW-nP "虸tPc]qY8. $`hلfW, ,A\)x|:Zu4E qz^J978dDPh{`cz$CɛJ7F ޕ<$U\O<W %ޞwn|z?!Ga9QbkM~g;R8X-D!K T>aWR}o;%ɂC7Y+ [Zso^8ZgUj'ngckC[Q B|P5NMy}ּעy 6S:>Hu$.DԖ_O lC1I`Zj*:=:GĠTʊF^N 2d¾5#Zh='~7;_|<[Z}m=]͙,opK3gS!DSֶp<>%mbtվ"u՜1ѫY*ʊz1o6XU̕Sw))P$F0siq-~Llr ޑ(eZSfmQ%m V);ѯ=7ahȎNRעnL0uIlV9{)qx tC>7,>T#j4zL)cYW4}׫g\]׿90#q:UE /[+hLm6I~dYIyFtW0S׺f^ :yhf/m:1[":Ckš9ݽ5NDUBzo#z=\% CkέWr-M`Ľ#Z2} (́9YԤjfW2$gSดGFO =~{b?~G5SNw=%TH' s|,D1Ӊi>9 Vۄ ܸU*6ґTײJy`VҴDB9k|W{⻀xskxtTLU[Yfl>"oEy/>G9 z-W|0} 4n䌜ʤJUĚr`mxO,Mql_o6\Ko/BN _ֈGS8n'6.aD~;NIW=i13j:MM%TN_X(t&ϫq@\j*o+N_&_Uq1M=ꔦw"p.F[sJ uXKc=:KduQA;A'B X[̘UDj;԰i*#[?)mf#o~>^v6[1ʘ_4xpaD 1j4˾LG*y^xL4Kp$R4uudew| z\l".WlZ{tl?kx-B 9@opz8sQ[L/>!cRq$ٵT-UnҲvI$fwbwC)FxNoGUgZ#iLҁqvfK/D~/1_jJQ89WhM]s fgM:Uj 2<7lմAx-2 H?; r꘸g \%@QF@IvF i4T~,f sLxxLO_4gSg?,95#Ȭq$ɉ{ .~iah@`PH|"E%yȎ Q%zoҼ,J;%`GW<5Jc&0v\q{Xi~sMcӉ~H0Y+PlNɡd :&f—ô+}64}3HKB| %C770%pIE1#srwqfV{IPr}AM?uQ8?pP鬭)]d& #|?%'gr,hINȍ^]+mjxwۄf0y×Ll7q46-Ւ5L+nnRp3$}PG/| #4ߨ78ß ~8EmdvݯXAІ='}K\I ]RiоB%c΍gQڇxp3c wwٴbHļh"y&JVXkdS *.7! ɞ6DB,_o\w=ޖÓ=N{pTǵEm'dPHnt«e DɉZ־XRՂ>DД/ HsrFZ 䉱 R\ fčJh[xҕ?Tdɾ?vo1rL hl#\y(CZ0TK+L- mx75rO;#` N@hZ9Y XvׅF>L 1ۙbilq>6(e >hPE9u.WF]a&j޵IUi~V_ p Th'l+|/9EL=|q.?y^xBl\N̪Xzmo߼Nb{]U͆] :`}%rwS; >aFOe/ǎ&r0#׊axh |hoAO." / oH Ǖop!ǿ':"zopkva3pDžB)E(bTF T;<=:ދךB&ױ={´ |n}><}ZMa?7ߌ, n>H%)a )(3DK&},;呐T#nBK't)zg^ V5ވӼ92^_xۣQYn umgcQ"<3S9 <'Ňog9]=qs@uZ%k&ϩWm@};!k +qj]X{Ll*7pjS6M6:*U"Q1w}.FsOժѴ)4;}֎}|ce"P]x{Gg*mن7Π% ^Vcj̱}H > ȃAЬ7 8G(,+G:$mbĬ /nRW_Lż !QߣkzI%Ltn:rͤsd=`؈Z*y銿=U&No*ƀW0E*L 0Tvi"|%hێ[ԝB> E@A}qN>f-dė+rxN.p4.pF``-M17Bw]HI_LeG[$ve /ךd>H0{#vc!ai)y88>(}^d+$VaH'!1Kj}Fh\^O ѻgޘ }De"Ff8SEU<SA{m.Sy4$=qw&{ϙ@aK<0?we,-?[%TCJU@6NI^l9 5`?zi6:(+sRaYJՙ,*Ur+ZtwfW `#fz[L@)G.Pfch4: j?P> a.wB˪k+jAF&|bL"!hԄˮE2@T^ꇆXr:j,.vO`hj[=n:_y,}OLo!([ۏt"b H4e}0GB<>xC_v0nFg )T_sd ޠ;:D7"qLsvyxP;E59Y\&A*Nz$Y'L}ܓz#m.Zk<Zɠ`/wJ6ْWxEam7Jϗn9zԥ:fwig3uXs[ea%C%!YIbllk]'; B[<0g.@I 'b j$. A_lnv'Vv@FP A}Uzuues &/O)'(׺p( -w?ܗE?;[94r.b/7˸ ɀ*!*RwXzVع3ųY-vF*Jp(X} }$#^zY}4 #-^~^: L%0F#S<%]:P q '_s:-xQ>;f}kF4d Dؘ͖'$^ԣkճh bwB}]x<э_pt v\ @zGX>֨=8_dcgwm(GQm TÀHEXf͉e!0pc[j?̴߽֛ſ|lsqu ryE&N0 ()o?Z\9xsCѼujgNqIJRI]49iu+^hY>]0KV"(?fKYOa^[,T1Y&l7A(.{P.ߥ?f 8ɖO&¯;\$>rpҤݲb}577Dye֋;?sUR!"? 3tIJOUOBF $0izn$\E^wSk @%4pGNUCJ |*@i^W]3'NKkt.5c$ p1vd/!<K> +i鈦o t!58]?!]B"gK$Zšt-oD_nސp7}aT18/`d(+wfBX\Čִawm U֦0g!"ҳw(uV/qp#;+Nƨ@WI|Ϩ}F鷅ΉTBQIyG]wNsˤJGp"55.n3TKU%^S)qjb!D!xUpZ QhL#znIVK]{&C6ZHp5գS::KĨS}ty\w"aiF뮹drv%ZfM[ZbrU K!索>q4- ;gsT 'DC:{/ 2Hʷ=F>(;0?ee4[#Ejw)h@kCYk<;-vRMNB}Z X77fjx *poMŹ)K sC)@vr7(piULu*S#/P1WED%zLs~dޕQr]%0}|<^Y*9ٍLhfHah^GD09j񰑽kמlz~滩jVasݗ3My@pة;3`1!&}SG?&QKAdThw a?8e>a]u&t@9ly%!Dxh>m 6 d g"P;AV7 gIH<(N!JM:MǀؽC?DQ6F P#^u6{%՛v{<[[! tvto=&"*XHRzTX9k<^& YP"̗$Ks=N$A^0,*nc&# hxxd{+\.68$pU:&0~OEW{"R 27OcbU6AsF ZT!mO4CdZ>Tr^}3n<H6?)3aDEҷ,LH\g &h(4{< VO.;u8QZ>&X&{".Nwԩ/HM  RYF<:sJC7<HtStNqAs3= M3w^Hdo?& | 0=9m~E|wUY︑'P>X\ k2NtYQo>AC^L4/T&E 7x<h?;Q҇_qEj͓Œ cl(m I/Q1) PG Ҙy>%/& .=W^Ĕ?cqQRTA)v3z(P=n@Ҫ&nz]8`\>V`0]e׵3$mۖQc!i}I$Wl'жF,1Tj40"2ѽM6_+:1ń]]˶$9A%ߎK@q {r &S68Pΰ&g laHp:9NP)NNFfS%GMmŘ"f@ShŕG_TN`zUeEZMaauY3$К*8>$ .A9"'j]L@̸_&-`%{AWg1tfi+p1e_Y>b?6\,F K9t3Byz5* ~-TG(f0?):`CQSI]MzsDREfȒ `K "NS]?3)Ǔ H`D#oE4.00e0㽻p&N@v{S r =/&ǟF:~ڗS4u`Z`NdF,LWpQ]çI;C47ȸlO]Mv ˋ9L¢dځƀ %LyHD? w;R_D!qkmi^ ^fUTQ LzEO]8|MkvWvT77L 5JRq1vؔ؀pKcܵ ^Zpֳ};K:?<д0Xze1ˎA`$%l vZ| F4" 5>˴uw c&udHFgA7 N% '>!k7{ ^2D*MR +gk+`}9vτ)G O*wB$Fk 樳rrP/;yf{3L;[NqVIe\ H)f* b6 58gJa,nib\7l/GL=3qӁ&y8,溣?PBi1-5RASa:bN3(Ll vK==^`?ͧAPBw|=UoMH(u45k:Y2e59@uyְT[u - Y8׬2hqZ-Y&y ӝ{jSHvX:~VZXraJ8dR=V9wΘP_ n%/̔AִR'"DfipVdu̾6pGBfhBD0Lp7{v9ч2%VME"Xdwr3gGoBǃBKӊ0i;m%Qy/$~++UxkSn52:d8. M>U]9dK;G˹@O?ܙLQx%b je1T}+l "(ɦi yx|r܌.*WՔ @~A3ZռK(_1M&CF|ũ`-Rq@֙ʤLL< v ,Hu\Kv71HtH6k 85{ EKmB{)m3z3$fJŻ4޹ݴ*PhyS JOMKUˇd,?6T޽eq_H>=!Ut {zba`;-(M!T| |v~2 r~|006r9Ƕ{mb\MRcw4JѲ2GS,A`!X@# }f]Ubgl p}4Tw 2g"lץ%\jec\ߍ 6)k`Ui_Ttb/]%ɋi8Q F'Hc6ޱs̳} W\>q!;isI 3z@1Ur1̨(´ɓF2nA_G! CJ=V8REGo$ct3wVlO%"IjD&Ϲ>rWM-'?B 5Dk1砹D;3Kun' )Wfg<ݲjƕ8'zkS1+|5:$%ˬr tߧ7,FByRjVR/x :eɭ@޸ZIU*X Xemp qZ<}~4G3فQ8!z,R~BwpI@,qcwQ\nȫJZ%نt Uae=WNba`ڸ:rvGg[CT@e\Ddef*آоU棑_+G&>TP^[wX RI[ 5=X6 ̚~fHz~ē@G8o)(LD,2sJEPm=7h|5S !gĢ~}bJlBU|=L^z6"LWoP-**i]J0d1'+R+KR{.\o/HQ=tnĬS=g kQCw8L; $BvcmOw#w>?P~Z A^`+*wA_NZɨ7}`Ho(VmG&%kd7~y/)Ġ]ҬCwzt2*]xBIm34==eOb ק9;2zŹQ4-m9lSdQ*j>oj .g ʘD(B w]}Dw '"qW 1i&K#!I29vP65nC7`"ntFA$gsܚVΪ x]NK&|2"^sDe:ʼPyΙ0<@I-_3I*6iuya0A䙹7.p%Nf*AgXׄp:|ƥHVe|1E#Z+,/l[Rm)tպֆynxOM/'кEƁRp<諜c+4BN2e&]?D c!5zYGxMѓ`Qи+p4I7?s?:1!.5|èYsR# wj0b- C a=ڳc;H#"Q5p *I~fv*R]lnsX[8Gz$dd&aˆmo4#{Ge%H)KfWM'K}Mr9=3z>T(}R@}yK=?_WKU{!PEm_1 w  AQNK3v&OBE"CVE[uޔWWȱ}Daf|/(bbZn:Ll'6 j:ITtaKrʇdYH 0qSi)^ͪgZ@Kμ"Ec,Hlx@ Ȩ@4 '-o03&wمdVB* L/$2I8T:;>F\zWϵy]'A#Rq@#-Om}Xw#/{ Z$6ho'iuE_WuTIJo`1Ơh ͪZbĉh>zNr߯vevOf6|'oEm*Yt̲ ny,wu8 fQtNJj/O :vy_c?g8Vbc5͋S[uVG#:Y t#4|T3^`'{B|a[ sbw@NKXkHKs`ye'GWP߸.?e k.a1 ~Տ MCY;b< *RcWEf efi; y&($1/I_N`@ ,/| F*MshTG~/RsGs꣏k6'65#L(6h$L%$RQhZ=aEȚX>1q]P\F:ϘZiB<Ʌ m$]ܫrH[Cfg/PEl? 5"^0 E_}y)}u[-X F` E(<})I #ŀ'I{1p uͻn龲{.ۻf5fk)ݦe[Mp+T[OoCSxF_k~\|>S7LvcM|o~Qbj;pyAW%23| Ox8u7e6FSyZmJ VHf0Z-VP@¢eJVWYRr/pi9x 0?i8/Ύ{*Cpm(71]\~NTmvf? TZ{Oe HjZ-șѪn=Os)%iB+"{ѿK*P^= O˴{;.n_'O!²bb{." . 2Cpj 8_?ZZf!GyOw?6=@PQb.[/*ipyre8+# R@'5ϡE]0aHUT!ear@`^ҘںlȅVnϮ{˶)jD74yEB>1: L T(Z"Vz- Q jdأtf]WDjyeu =b7$MIwE Vx8kO6]ږ <3"K a*`sMH}ҏom+S7G>FMpgUu i'TR{Km $IoۖWA!%-C'N=ɦ 1~8}G7&azā=J3ƿ+.n\|tl@3(vS=>Sc>vGgRhfYqY髬-0}Ƚ|xf]Yp퍝V, { h|WO:W2aءp`J q ;+#< <4no3 SuoR,US'Vu#k.mvY{t+k!E Hz#Xʬt0QzO\6]ɋ6–"KQ0[ 2ޤ# ;L\Orloiʖˢd=[o?|Ҕ3hyQOQ'rlxlhP=b[y12u>/2+\&\ q>>2PL@jkTV;1wXi 6#"YlgE 9!!n9Hz57|?0).*]xa^?Nn7|dkAxpVy)ϸ!H]T }5vCq4rYdNm78vDeوU; ]=lEj܍0Kgɖ6P7op^B[ݵKLN"~1MDf\n@qIhh;z3u;NaWX0O% WWo(<<*&,?IߴJQś!̊gmaH~iDşjig'L_FJ3Ӹ΂ĭGX%.&e@wj6q͡Ѯэz!~\ OiҏxiMɽbFڦ(EfݲPhtKN((-S1r+K5*2VcdP,*T@@Qtoo(.-Y][S髼Pa2PۄÓV6CMw~MET^A*WRuŇ7 ?M܉W4t?[)X=ф@q b 8!Ɇ<SlhpC-/&mFA^L)#1eMKx9ldwLjIIM:HF_. >.TB?VAXZwlH5\;j dW)k,0-S"!ƀk`{vS@ E=iU3<҈\< uz9tuwx}KwW1}KUܠ # _lOا(=ZX@>,x݌'ܾ |Bݍ=){K^X?CSU7Ջ-4L^ޢ}+U>`ڞ"YYgFe ,IwM ^5RY*h{ ,v)XV ǕL3M۾u\y "cES wꇓD8IC}H߱L?o 9 V٧?IAJHŌ _.Q#f\(&SHC#% LYP>FI,UIu'FOPNIOb,jѐ*}e\-q>4ĴpT}DփLl ZQh_T9; L:Yg*9~)iMoZ< uav6FԏRiĹT1R;롐ɓsj'rdbKy_R9TガxpjR6"[ob V_w yTnJƏ@fi #^獷)3!.t1Yn>=ǪeF_yD/U*$PԍN|R4"wi?H^i:߲ǿwq6,J8xEU`Zr^9{, uD*~B;rעfǮP/ qt;NE N šT-as9QLÀk9T~]*N$cH#ÓD-Hc59{%(b\; ѓWo/lg9 PHLb,]ZޣwQ'(9xd9XyS/aFV,*\ {*'1 #: ]ˣ탢Vm; TܱXƟƂZ gܦl$FN &CCfs%P}*U%Y`pj)^@%yߎLk3~#N%w7X7j3a}G.b]UѢ w<fcs⬐Cm0j/,m$p `u|跸8DJjqGVo9JJc NG4hǁ_\Sa*4O=45.: Na[ )xf% $Ch,POT|-memL^XdeMq>_T?'@D?^dE]qbY{sS>I|@ 1%Q񿝝QpMZ|!]|IZTbע<>Z̃6kWlؚgOev tc`ay^9l9sVkV7kqt`笜TC㭄d14&s:NCFJ+c$ $^#⓿\U>Pu*[) kmLsA_ZO^5!@N‚K8uʛ7}{OblWW_Aka)AԞ; VGB’Z4a[eŞq:ј+=?n1|;m˱Sq@sU> uf,1Zlr.Y7@fQu яst4v[֟Wќ倵@ x0.zO=5\V{N˒ WAMTn"nG20`)Hs-^ >H$zu\8?Y6j(`Vٿb^t>_1IހvjHY3te婀/˘.Uq@8=,K_KtÁP(| :'NI)/q :8Nefja8pMZQi Uvx׸ hRƇ7P)YYzm L[B5{nmtGt)/`z葺0wL@JnUi5#7MZsW[/0Ae\UOM7!RUnt=kFX{3'sKHIMFsIwobBs1Mx8Ńdz>$gB[Na7C~I@ W\5"PVe֪/ Mğ# O&mu%@?\PI%+A}3#qHfs;s~'ECJެo\+ǸTA}_tL  ȠzDpaӷ 3ASL/G0DEl'ܽD ݳǫ#߆%yO*Z*,j7K*[Gx/; P=3 )%gIͰ%|.kbܽ&?W3|r|B{fiSny!0σTr [O F-zZ4fX9'ACKϖ4 }Ur_bY %fSbzOO#W0) l<x9Z 'WWlS\@HVD8ҲF~D%31u]L"4Cfk(i>P`g9\D<2OWî[?L9?bX⑔؏PhܭUpPgf/+J!'حhH;;]d lAMM ?+Y_8:5HV h*  #~HXSU+4aK@09;TF 96]QۊV#BFzѳ}7&xF/V5]5f!bȂv[7sۭǓ+<wz# Q3\0(ڴdTf>j|j+* `݀7eVI>IE2&n/쮃ՠIssHjf7r6 3֡oc569l19NWC/T(wUU&P$=Ji)Km4 ۋ F͍c ސ a23['ᒭv8!VO r7{7ӏkl!j\El!XHf"{0u< df0nE 8Sa$lP, 3,noxaeor%;f#(jL3UbF BN<`1GHeem?II|uDƢy#YI]7q_F??&/䃸7AaM*q}O{"L &3%^PIO*IZA%ħC&ۢDF ujFWf oUc:IN;*wC);LiÑlZ]Nv;gys6P@72xddyyWL!=($U憦S5vͦ·fw5調?:ad ftc4yd"`D4] =q}ɬ69"շd\yD_TSMVG@X^+ClZ]|7|/2''E7kW('hmPvd@?\ lC;% Y^Y9ֳw1Z}>e (.b.ZEa3&LtȮxElw 0@aU6/}"V%nn􏆉 _W.56cσ{_V󈳭UTTB=vrkz@t3UI[a*s(>?=hGT&\L_~ǽLH xm%"NU *iw=56$ ?ltC"IjVL;G+'0 P ;LI~3oZ~o_Bzs2.O' 1={gZ\]eX+1ւI0κ{UqןKw,b*2ܸ?ELR(5E ݉DB%Jqp8,hG#<\s[FiZt}Kc/Ց Xkn5{iL?'XH(g>^D'J&Db0m2j|T T2^%Gi8X-+ȽFzeɻw:FU|Y L6_Cɳσg@;;^kxg41&ys:kGSrpp2 tCjޱ`ְS鿨{'PCfntl)23φ|`yDgfp5T&7 Ea4=W'P1D'j6N>޶Ƃ{)WIGFѧXT'{iչgҮ : lwm]Wmi%{~8%Wq XbgsCQuy}`AַZWa˓d2n&BcG\C/)4l QA'9"ZBxB8{9}!rHl158(`Y$(<=nuMEK\b3D:Ӆqm pT HA2;AJ4{wcڒWwQ^Ph5'e,> w,JA#PErbDjK {{̊+&gؖZ9ծbjG3^Qrd~h"V8mFq﷠\^SzL >b o&0&=>|btn`H?,j5l6Q!to\c>?$,Ƒ*!f::-Q& } OzGtw*)Ql̝{-PQ3Fg^D`Ɍ4>lonR8CBs Wx8fݾ]@OsQNc]Ag>[b[_|,<`Mmx"V}_AbtraD`TFf '_pǣ}tiૠLFBu󭬒d! rیnH)L^v.y9^oCGvmF>oQ+⹶9&jZAXl=DFЇ| b2iߝ $1!URPl\m9VKJQ kÔW9u< 6Kl kC"I̢h=?8N~Ǣ?TQ N!r͕KKn<~tBYkkQ{Lj(64J T?vB`j]z]wPS2 #"/rN ם&![ mפf$wƚ8R-'AC'īM [SS?Tf>0J_* ImOBn4?4*>27hk'eT}´] f2ܢG/ݚdd Q+,f(ZSoU P N]h GI6NOB֮zSrGL2nD- 9|n 7Gc _`X:( 0g8W:cI:MҮ~zhc[p ۞5G{>Ag>De%]}JZ}Ծu'|s+ j#z,Oit킇&[+NCa24IU{6oI}sĀG H|_n0;Y q'll!Z)q P@Yd[s/'s鄗+ѿ &yU\ uЭ,7GB9!&6y KqHa\rBY:O?YAO6D|0NsJ!bYrv{`y7F APX\M`h5\$4.8iC8vdCރu TNlq׭F $q(,G k[o5 GJOS8qkŐ޺s/y Sc@ۼXtӝdStUgSFľr~d~Etֲ"?>2ͯTA܆$.*P#A„powT&$46,Yx(cQω2-  |G$VfWV}mjM`4T ?7yم4r,ٔ疅$Iwtǒ:La3B/1i"d>/W : ,爪i2| bIT?JԒ) њ*Ec9g9n3ȡ WB;/A*kS%Yzy ŧҳ.T"14$<"/ZO{e1!E"Pwdن \A!`ݩІΝ雍\b vagD}D}CӎXH1&mxXO1{Ny.^فӋrrtu(TYwrW)Nd.8?~֦=hDgQqe3#jYbj?4Cݓ\q(]wuT L5S=]E"B̬ULbf%:V({s5]/NUcjI5C6I1P+G G"?A(MF)}~\tbb*u0&̺<w*HTLYzrWD') ykJ ޣAѪ9\TJ8}JBn՞c Zwʪ36%t.X9c{#FjՌoNQppn>yUl[>KbERA<PMǬTc+UC׀ wYU;|(o*ݺ"5fjR0?,d3>+N6UN)ݷ4h p2M] K//WX;|D!Q͝_)Y.z:1"a`˄"VTkn'8zXT4x [$8+0uZi""x=1zkuf0*YoHkLo_{M;VaH3x֔hpZ7oVnäSJ@ng 1&4;in'~EGǪU.kGOÚF ьp<NI=<%wXhXYM*!vI_vNNnq#+I͊g SsoJb@sbRwŤwgըf'.lwv$\E8r S682.Q0ːZ/I ,zοO{[MDʁV&05#n%.#/V3pΑMG=Zq8Sy͠* ~MIic`V7ҥ;Q/ii-+;02Po ٚ.Vg;|T|ņfZ\űtj:K;ʝ }{I;̒_xtoS̋Gq#^tt3sYЊ6CCԒh6o2Th9 Y'ڬX1g99ZSlK)S͆ X_"4J,&YT첺:y6"g#.\%^3gga546e&wxrt&)آPw%vq1Ji )V(I4Yą@\4gtPCv}uhk*HIy>@`敖:g]:;~!6q+ θk88XQ~ E;c.K2V&ԪqDfy) Bzpj"L>qܷGKۜEuen/c1ӑHB_";̲x#ᝆ8%Y(K޻38s71R7Eh o\"I{ЋR)4B, eOOƳ9C3vk#y/15 ާJFOdV'` @i"Jy r:#/¸3o*(mj%\NZs Al@MQIx6PBErmȯ*I:s{ 7UMncs~Q]>Oyө3 BPUdv3Jk7f͠mHlAR2SGrDh/2mpXvcX}N[4kS6Y--i%hXS,P`>T6M"t術prp͙= v'.Ʃ@dכ#(4w81xyUJʬ3

xmN ݿLqe-+%Gmپ #m6K)V%p9Z\yfnq8[Ş$C0vfYr@?45l.#^XQSBz,0(-A҃ &]jcd8`O@j-,KXι$ƕm9SHO#g 9*?5K<}@E?EpZ7ATo?ג=r}qQpwwjJͪ-Prmo*POSȌM89˿C<[<l>eiIV+dk׎- Ah:nHUɻHvFw$AHf9S(HD>h{gOޖ7Pln% !E+x " ITVCDŽ@0iѿd';\[) )rA-hQej,n5BQ} 1r]aMq]tiKcF0 ~x Ei %Zq>|zie UANgP7 dFt y$R>,Hjy*| v^3a˱# l!18qí "eeH4#$PkmuX.*Wtj9ە@&?,ͷ7HtCҚT:#.S:"Whd?Xis:W gɸVX2@T?n?eՀdkʼnj W9Ir.::U"Nr7i8VnݵL Sm,W\ V!%M-5ۢ*pdZC+:gLhZؕ:s8tM6 KƆw :E (9V^Beew\~l_#h;\,V&FL i>uhFw 2>EɌ(qccj4"1 vւтd/3$Vfuʜs >^-7*C 4s`L̽vj rCo(`1>ތ$sԏ~Si2!iI,%guE$ep :51~KҺ&T2lTޥL¶.Z*T3/+eWV,w[7uω2Qw8 OZ{y +btolRzgד6~+lGZ],DԘ4_Zʭ5,mtvϘ5.Ò9و611&@7?.%jehr4~& <P'VϜ.F;.Y1tP0,ig;_]i!"@҅|op8\NP`9+RjZ8aDPr!U'ۂ/3PAMfj--@Z'T 1M rH]6Q=gYHذAKw\B M㹲Lϗ\ U  'g+!-dCϯ~7_rGOaԘ2/I٩˦P zkхz}vR[NS;mGOi" )i^s]욾[̙'L}VOثrEbdL^>?Kϔs?CEю9ZAS }BjCݫ؏C1B٩vC`r0ִ K†z|XU\AC ϔ"f!u$8=v{]6V5FNv*~w^]uhBV];r`cF *$,,zn?j^Q_{(!'Lǟ}i3cWDd$N)~+'Ɋ6}*Ă$qsz=n}SoNݏ Ht?nkS1A HURO+LzH0?Cg+zp+. dIbifϪ$0bI)/dUlcӌr8e8p;SdrE~eJ &ZuJ#&!3RCp[[]˝[u>L%=ثs#aߍ'@xI c%Q1QSu'(v6B9X?GDRJ[C8??K^@̽,&mW5_r=՟_RLGQUka*Qzk1ۛlkg`!uJʠ_-$3o~e#IlrC+L @;?}?἖z<˗Jvn-ߓfBfWl,[g~q1(t>81$8 ylzdI6+Z_B[^07N2>HT孄 -$Yܜ.$H1:Yj4ϣn7<̀c6 g!p {N;<\J.sfj U^dR 3YOÓlMRXQ%HekU" ooKONjXCҰr>$|ї9]ATՊ53P´3EԷ>*+ PU\ `$p}itDEJ8瑯3w 6*VL38|ϑsEs6gr@>˪>`=4/ݡXl^bHOr{P6O",ÞMHBVg~͐) OȽDslݡVa&7[;r*A6*Ћ֭82cr+Vɫ8hm n3 .9d9r0]Ϻ=F} 5N\"fcOkYic.[+]rZ usJ;nKEy y}rb|v[>ֽ.sJX$ 'SI!d^.^.,/N<Q c;<읞aT$;Vn[ZB3}mܝ1 =ܓQ % }! 5Uj&`в K JHXv;^.(^206oe5RCΆUU"Dk*==1a2V `7|dlmCLKl:IуNPo7vXkOp&';p>$\N *xXJ%@"A^bąaG z.tVZ"z2v-}K{_JV]YYg3drdz\CםA章!;Kpjom< [H7aJ7i886V"t))n L^JYӡl"ZA,a"_H^C \ǥ[MC 4LDT]2piۄӸ'l>N }ZglGRPs۝"= w9b"js| Vm'z+Zf.xta~!AfRJb[F2-ȡpvaʷu+8>Kn(C_ YtΣzz,$Eεƚ!R2U'\W2]1"DId~;jDbtM>\ gQaq3RD~Ͱ8>@vr] ee@4>m}6w iV"#We6 ":c8B|v G̴Lg2%@b"\.BR QBHm糽D-9 =`u.&/ծ}sv|>{Nq w L~\Ӱf箌DFM.9"U~id9e9ep.-mN37xС++_>n! u Pٌvˢ{w峆dݰ(2N0]hHf3RD'»BBk[e,J e@ЍCK ӡ2H,08侉^J\83@}:u|w]K>9sy+>c%5uX /2[lH ;0<5qۯ (4j8_e*([+siU]I0thlXʋqOϣ&_{`J'Iĝ.UL ##ՉzHo ,C} `UsW5zx$~d\Rzc*~+܂\h::U{}΍*\6#-_y|SEp({tt$se~տby2-B.QSFesg0WN;^`M; 0mP]_S`5sVSledY)*tM3p<bRCp+.55` Aa-RĐ_)3kQu\o:/~V|r M{l'Ia_p BESN9w-jq 5PY:G5mEj!׵߾4헙[7b_gcHR`&F}_T#T*ۃ+|O#+i g*B<(#xPk.K7X(VjIY6W+* E"r@L@n :夜m5ҺcR\B+<Wĕr{5_"Stsy+H'd!.n{G}!rncXie[_ mG3@xK^s34WFzaK}vrv0>sl8(sFvii>4~/.u DrcПu'Ҥ(  Y /lEU8Abw[k =9+K|3LV,P_r.D=+&.a75%>?PYevRIt&HlZ8):bL]O#$`w+M7!r0Ja[q]7 {CYp ]֓!*lH /I灋Þ<%"H3tpCj}*P0?ݔWMbQ꼣aBpheh+Ru]dMy#!5- X<5DߋYK {4(bT+*SD<,: \[[~$ÇtcV v%f|>=ډ{E!À˶0Ҡ3[EW6d5C97PE#1<0˖/V]-zt2y$!\_S( mߘUT8nSG1he#k3E E;2-SAE :[ҶjӰ)^)FX+$'67fNܼ߿ct6W{}*dއA~57^u:du[8d߃`|b10Z¿iW6/ `Rܫ:;ܫ h.wI""ȝ} (×mO2bzW J U#/5QJjX}}VIosO埈e719~8/a`ۍ"]uj7Opu脺 5K } \LS~+`edR$ @6M>2c[;dgL} l)ځΒ*'ɮ~A|CE\H*6{*_pۖȩpHӵN1 8[nR`>F5=\\1[)m8y"@ͤ[ =(VaX;:} 8-:pp=~V{T|# cjwtнvnu6 1 $Rey"P,/zI)>XRaIHT.NsM$I+hX, BRs\V~vM71?b@ӈ>[7\ӦPZ/ݚɇ \xV/RLdz[TNMSƙw_p{oof\X"4bÌ>nx`eD`䖰-&"Xg~5vHC\],ҮPY׼ɍ%l'҇`B5Z#= {f+0"bDz,V|N5a@zpV2No.A8&)*^^F*q94(X[ ^!jӧP=u@yGX ;q!y_>ܰе6$|$9j^zŜD@pl2<$4Z,5NDdLn+ oh7GFвk4~Z ܥKP/d eb[JP50?˄_öx1jE=uMoZ2HSTK% uD} %hazMeeHO'[ I#d٪ѭ~ b-L=`1Lo:Eie;CoUVlyl],M,x6??,\8ZΣ]c+40΍UqЪКՉ^v_%5 īyIhYToTXfz(޺b@ '$a՜fw0ǐvSphV+T\!^Mq i`*L\'e 5rf_Ρ`m$&U n t~S+HCv6kURNnFԖk(k(-&])=Z,M<{|u=]:~jp*7K?To_{3{PսE!~>^R0饃))ػX|(*5pIئ>g:};Xqj" ^G^|ٹhbmyu dhʗ` Ql'įzp)ןMlk>XF=XqJv[[ȋL`~9!Q=FreG]2eZۺd4Z779ƲhMڟ| QZ6%^81`btgTDmqQ2(-=Wxf7xyk~Yypʦڌr(o5~SNj&ί4ʪ7z݅΅4siZ&Z͘Ʃ$knHg1[nUpM 3zi]i8B$LA$ӡʼnN&=\=rY,*郕hU߯<%-blC;>s-Gd..R;w $~0_3np.oyαN|++Dk#$:c]Hr-|L[bXY\26[[#6˝(Ao_!ND (HlW$_]I4ߟsvl"9-kz.~v2\R?-6gEk$9`hg5y5Sn[dP"\2g1|~o&* =м0] }NaMqQ,/@5^d\r}ܴ|HYr |:}x2:1Z=9;aMb2n<3Al+'w7h`9)|]H*A ȕ1 S]~Ƅ!4V"()ͺ< R^ĜƤyJ ˼21t[7Nnevͺh x d{]!!b0'}̈́>rVG(>У`Q c \`'M;}XCR$~EKFG.ʀ_08<u(RXPjğ9C`~F1q) +o45,gS_i$YZX8pZ: wbG&)uAX-z wٴ\c΢vVJnv ghgs4onCkAT(?h! $E_+ew r}W{DbOFfߜG"uq.|&7ű5=ճ6ydoݢ٠.b=mG~:^ sU;k'M)Sj_ ė=!],u7Vy-Dd018kɅNߦqP yebRWIɥ64t!PMrgqsi.gM.L޷UxǰOm7ҜA?#[hdp6q NP~MW:MTo qY _{N/)Ϝ20)w3Az`_n,M*ЎtzHXo[ ~ %W&%> l~m\ilR^[@Ko[ tױm+Y|xy)rp)-0c{;nW㔻KLPvK(JaޢdvQӃ[b8|{LEs1eECrv &2{Miv}Q]UP81w(.v^6KJpȉa8/ qjNq&g%*47OPm:z}uϮ5Fі@ZK4[]͡b%&'\<-Qz2~G7@ATvy// ц]e+S1O[ɹr(O5_u pz/j$ TzFi?o%:Օ4Yx:9'/?ɋP`J!@ {Ȼ] A+~5h0X臙 A ˜܄NvS:w|bcVdHчx[ZQ*żS{t{ LְD^)kvcwL弑& t1FJm$q@vԜgܦ~9-g\ʺSBK< Љ,Fj1cǰШ#cEDFQA' vݬmffe5ё$5Hd[R.M2t!']ae1^N^m*B:nIyֻBScnf>6ųWeu@Rw-F8߆ }04PQc==0|ɖtzl&"% L`@k.ٷ^Ί$^#q #eO8"٥u+1.nXLܧ%EPnQ=CF%7ek'щ!$s_spq}I)Ս>`*6_Iqt9W}w2e;χM3[1]/5jN˜Q DM+#죾f|wav3G}S>mP2H?}Qׇ=F4fNs.y&;^yYַzD IIǻGe`9SG:g¥ 7'̀Jf]CFHiXmV6im?<'&옄'[ubja5+P:=_K)UPxgYt2t6'OcCۄ9 SB0= Mgmy}*=L}(a;̴ ʩm{[!(VI AAY>a/r֕fv*8uBw fhm2d+vsZ4,I-|ȼdʍ#_?&,ϥ4\ّRMEOOʴM$a/<[d,0Y,]LJiT9 #@w 湓njFA[qBbꞔrcL߿ZB;'t/K( //T%T"%N_ 떕* 3[}~=OXРzZ]D v/OF"N݊*}{Zp>^Gn[E 6)ܥk'@EVu&(%̖\aZ)XLLo9z͢K %7WԒ.Sy}P^2|bMq[ &uё: nW򔚵P~W@` 5M//nkY\/7MPyd"`-¾"˽VZ0?Io ^MSd;֬=<a™1# aHص,gk"gXH8_lBO(fTSe[m !e9=Z5  ۶z^j*L^nO4BngP' TA:blua]q]RtQWھ#GkwܣyGQ W,ۡ 8ܻzF0{!mӤmoATM%;H n E>0֪U<`-λgttDNprvu뭣BEth]ע`, a.Huli =ВZ i.p\ ԲTjJ,)vQq`l-ԓr.~*gnŹP1߽ܶ63Cor+w{:;L[xځImJ*48tDd8{1@0Q\?׻j33t$9'΃=Juzrh|əV[9,6*e@3eSncmKB;y}T]e @״g%_,"i[gR5/gD>}{v'qgfbG#=@C%|Fi05Ru0<*v+n5Dgg",ԴKTꂿ!kizv*} =iՒ 72ݭOL~FHY\2j/YdhBRYej~ǚ_Mi<k&"*ؕ|u·hTj`]V[7)}3PCPr1=u5hG2IxkC~3lS <9{1{1hٹmڽ4f Otn9=R0B|"WmVRTk64m0&pKj.x)yk4;*ah'J5S爖; (+БEQaʨ=eAH04 qT˓\٬Atѯm.:O0:3n՝3A{U',ۺ/.Hv =(7ϩsȏ VMPV!eb԰5',(tFm2IIwVFow &`mu:c'S?a 2HLwV^þHbcFѴ", YaΛc46WxnE=4Kơ΢yu _ɳCֹecSh$> 6E'mX1Ft5Jܹz Ռ?籀/(.;յ>AcZdzFdhp]{UHmI쇞QP' FgO7!R|+a SH"n,eI52xŽ@T=bR_l7v`4?& 3 zƳ9&MY%8ôd:lʄi<6G'@mn1]kK<& }GPÚ =C$A6lTgjȅqt@*I!T.~l[T4zɊ Մ̯Ϻ-⫃%h +zgaO8.rAJIBLs,rҼ$//\1.)B;! h{GOo-%^ϻNs % bXlTYvب1Y:V~,w+cը) 7+-#%9 c?1