postgresql14-server-devel-14.10-150200.5.36.1<>,<eN-p9|jJOqzr`@zyzn&|4qaي!}ȏ nF$n.sup|0gANASzUn鮓PNEVN&Ԡ=zCqe#Q&=](n&e >H?d" 0 i  9Ze {$|   .,    <-?p?MNNPQ$Q(QJ(QM8QT)9Q):TH)>yn@yvFy~GyHIDXY\d]^1Mb cd:e?fBlDuXvwhxyzdtxCpostgresql14-server-devel14.10150200.5.36.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.eN-mourvedrelhSUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxppc64le/usr/share/postgresql/install-alternatives 14/usr/share/postgresql/install-alternatives 14!&zx ] AV8 R #C5$O bJ$4N# tNNP9 E8m(j ,Spq 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>z\ R)UPO%5/!,k  'K%^l)$ yZX27r3='q I Apxmr;A ;R fJ<N / KC:Y{@}5 8e*q HXE>s=( Y" '+I-4 !~ 9B%#%C',-.-b=^ }*a ? X#Nv4 PB=N* p Q> :g  - |N 36306633?06<3?66<9*$*$'$!''$$!!-0!'0$-$0*''''!'' rj >2D&?# 56  LMEp`` P% _ xF B~ 8 ?xy]  "W  9(\ A$A!4G $te !j ) LBV%   Z@ K 2=BJo 9#5 h  : HSA*B)QN ^a95 k g%.sU+Q] c0 L] '!E c 86Di@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.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- 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/shmourvedre 1699622309  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./01234 6789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~csdeelesfrheitjakoplptrusvtrukvizh14.10-150200.5.36.11414.10-150200.5.36.114.10-150200.5.36.114.10-150200.5.36.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.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.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:31280/SUSE_SLE-15-SP2_Update/6d148230b38ade04c8ec98f46182c8f1-postgresql14.SUSE_SLE-15-SP2_Updatedrpmxz5ppc64le-suse-linux   directoryC source, ASCII textASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6add7460e654e40a60dc4d0b584ecd864ae6f2c8, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=8fc59d0057aab57e80035f5fb6ec9e9246902970, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=fa4b33dff44f862a37b19e211d050106be87c7e8, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c5ef2c85a383a99b921609f359259b3d860abab2, for GNU/Linux 3.10.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRc1sΓx postgresql14-llvmjit-devel14.10-150200.5.36.1utf-895ba975d74ce3d4cccdca24ee7611a9425f19df444d189f79881f6affb104ae7?7zXZ !t/]"k%C凛0#J:fV!"fev7KAFO,>Yo&Ia*ɼ4(֨+Hg߱9H~Nwsv3B zּN6w  ǘnYc[q|x: rӣ# w@ `iv}pv".$tg/!]S!ýЕ?~!9j 3c†_nԅEVsI3HRk褦 ?zz\'5(r:$+y0.m%e=vi!$?kj7qV VLCa72uA5zoKaӏ\-Es~4[C`%nU%~ σmP~ R0[DL-#OJw3:]=3)GfvVc?0zT\V=LKʨ fArTxPՔvT~}qIC$(X})ǻ9I#K3\/^2CT| umj}1|;1.4jc?ۇQ&3(g;՚[u窲abAĈ>63F9,6h'0D{ r(<?iR8d[<<2tr:Xu BC{m7//VEOGDV0xC9kbmz(["*Q{)E'ʉsQ VWTʗl":s 6]q^t]^%&X|L MK։ŦC+o@$(h=O4sD/z<;'f? ލuTjE-ϋn'[7oY14qlu9o?mg]q_瓍p27kyn^u%⍝>u 7oKzFL>l o9 ^цO;YUuץ@@?dG őR%q`K8:G@_wSicYϦ-AR>cx]9чc͡4#ʁ)+L;k[+k0(j#XŘctcOÀP@q+.&CmΧ! {o.fē'M}7detR.8/%OOn j?:3Nf CfEfj ,%L%t#7~r]'u=7ӅϢHN7`xNվ.Nɕu0A[%Z$^Lso%U(k-9qٮhQ6%Tm+'KzY̌(q?6k\H7Q0&m"}f<R:5Ohx;ʽ$ȶCMQDMtg#W 4o9PJc|vW[es8[@k{uQi KOH8&O<9B=N;dԤ)C9v\r䷴ʚ}.nZ^BmƠ x_3:XFu[ W{w99̀ڷM\IyCUW 'z"M$g{;8 cj*>k> jبAiD%!QU!"h5Հkļ@ѸB!tmn496uKPpUP4!Z׸a|&m|*MUAXJquE0lNMqcl=Y;MBA}ȓ仜dwYk]aq9vIt%ոEܻGk g1)1>jo{=ޓ¯i;hүїm l"WVVeI(˻y(8w$}GAOax$z=%+le/FE'phj%OD sFQz]&0λ .MKnMfl+pH l (7h.o>tY=VsWJNjqe1dp0;XwQ}[^.]4 ɑו[X.-$UJӸ>S: 2yL 5 ]v?t*"Q|#.mS*{B&Lbnḫّf[]r,+/U̇"/<kxP\D7-L 6_}`_J? #c9EGQ6`#;(l/vU&0u,~$,s^Sq C׏^uF&EKU$Fm9[,n 0R8&~RC1σJ4eFsʁv)z(cUg#8ۑ֯XYzJ bmOgVPWlk`?j%,kmضZ [i $̑wLZ١(&Ou}SB]VnU!r۞dza5 4+UrQh"#Þ~װ1a[~;n-TJ2gr'τm_EZBMpz ZPA717j4|JNA{`^>xL4hgզ?lu"\ax%NoxO7#}!eibduk|;|ynl7IJҸN5usU/ w{DTZ!qrk#T!yebCP)H.e<-A<ָJ$ZbLg-N™ؤqIySIaI:=۝E==#ߙ̴)dK[_K%n7Пw 0VBzξ"̫ATMc5VP%a˛ 7q{څXPfr}2]&TՃG GQbUL΀-S \Pؗ]_&՘%i}0y )Em\ɡÛ9^ K-Z}u|ဋ@Ƶ#|ap̪Z%}\k`oS8k̬t 4tf`kkwꁬa..t*8뱇_H{M0LiCkMCcM=Q+ i-wIEKJNA8^JhX]#4)Vem֦@- ::;Yl9i狳Vj7(D%}ZSk7*4 {dp,ܛv_a8 7" dk-.TR6uVCLJPKx >tHdX'jIRS]l$dR[xk4Pr3XV R#SxJmGdetz9=g6a yR !^y۽ *rߛJ0 횷wL'68=m)v5{'] @CiĀ] أh1xAycb։_<'d,KKC,Oh5'Im¬>x$堽Gw\S2eoy}y% }JHf1$1z?loh! D5u\rN z%"^u9xO]/ l_E2uLp 5KJ$P(@ovm5e$:WLKf"Y!g 0Asd\l'a^XɶB10ܚW8}ʢ&T5=n Sˎ JKj^rRH˰EB=JeLN\`⚥(=}w:" q ק՚Rm% :0j(dE0A:;#kLF4IHs@[@}"r ֯ aÿ!|/ރ@tȫ\D& #w۝Y@ލPmYdV7fLs_RҦ0vg6a<+X'^ZP7Ff(D B`HBvw=(gzIha_1-˦& ]YzP2LAiylD^87kB4_ދZ.*f@C1P,_c ?i&/Ps>3v\ Ivru3{]!\D\SnI̙"~ 8<:^aXRگIS%IeY@y`'^W/ZkYŠtyq2 A[ Y_櫠Yea(   ۘ,%Dm֢ Q-T┘, Zɔ; _aqځD$cP/TҮ z  ضPE1s;H' lFr B| #G:ekk/ CW`ڐ4Yc5{Zۢd{˲7߹?f8˄Hh&ߺuǫޭXmXu@ؑh!hIN,H#YLXVT4bQYbn-5l.Υ'F #: 8Ѧ<73\%"3*{sb)P&'X.TYZZ{|w@:|b=%h1ٳK$W<¹ Mς2I4m 1_`W`q@I*O;Lh@nY< W~m-Bn٘>4s-=N 7sWwQU\Y\記ZÇ>??4q'b$.>;`UΦȇ%{a岈0Dd DGϦVX^Ji :%gs)qFɻ޾C}{Ugau -D=.d1ʕدbړ"Qo4KrATG4]~JNk ُ3&R) DRdPNz66,Xbab-+rӔonPxz딌ģ?j"jh/do+`dwNJ/ m{Hᒦtc=ZQ5_3w̡TdXc?#..wԡ P~ pD($&T #N^@3Ȩ"_SD /*w5َbęb K~MhGHioHnM 4愵+g# ;SutP#]e{C'dEѐ(A&{zٹK쬋pPׇX/_f :[XLkWj5kԉWx\Re[D;&k=hV#%ZDpk( MنwuRؤ{Y|#܁ b`GOeivQĂ~ś) RV ?g`r?>WgBiSA?r+Gq"> 0Js>z'k- ĸDj˕LzͬȪYluv*;쏀zpt&T[BQ+R<؀h֯!`ga,tGN,$eՕ Y@ L)a:*LR'i>wB \/JzɖRAFEՀz\̋ lxF~V 3<!8o оnm29; FX7 TXҸ ½Yσh5.A_7̨3/}.#_cAt)\97z [l9{Su?DLuir\xr eXO'?`g_UP=O0ƬYo4C$sY+1n-%j_(3/cZh;/7swK1=Wk\ŷ.XѴ(g_W6&`Ԧ[]vOue( $eEv%VϩkX^=rϧ.0G˝;v!eqTsY) b9úCkCYΩ8}IIU>*ප}a2<%p5mB~I*12z`0=V{vAK j7%S7vۺCLjQ>nlw:˦^ 0}C8M0/E(Q ɓ2k!ei#gvUAb,:<tS{jf:iU Upx!7?!je1RLvNZV AZkV"S /~RR6h'R+(VԭTrzPL<}ڳ^8C8gݙ> fJSLpijsf[CTo:R+ ;4SGs#GoZJ-V^07Ә q$ ;}dB4,Ac{Zdi0VAºcjcGXM sFQ^3}4X}Bt=7-8=.rZB؝ȭ;A) j$7xl"K݀u7ƽe<%֡D-n@8OUDZ,` L! 3Ǽ6\RQ0v&$,ep- ֗RºP]5:;Cc/όXwt_1æ|[JmKJK+ov[:VxT-J>8;4FSU$f._hvI +:M^KϻnpvGʹ2q=v f7N}%l=* B&)+us/%6r}obA7]vW$*Xf!@0|"oTMh1Vz닲v=.ˬ]y#p%?r 1R0#[IvYAa0EB;Ԍ-#~\dh<'p.>IJdO^􇄣E [&<:r8>L}i8 ~`/U ygb}+nW=[+wFFGJ'83>ӭј{( iq*Gzp fmޛRd,ο /o1 5GpLA p!g^Llh S]k嚹2f/ q}z12u!2(䳝ˀEH<#JtADd5<:;ȭ%M@*! r-#q0Zs([; *hN~׺a8XM&JIۣ3ax F, Y(wNܞu@i,:=E&j%9 St~46`2}]QtR)%{*2>yS'H٬QoJ*ZQۧ^Bjޅ (m#PlW{BXy*>Q-¯qVn6ւCBlƊgg- @,o*|f#$j+턻?1'(wHN43}H [׀:c&'T*JӬBUVs8ۺm)! OsTf_]EjGa0pl&HwP׮BPaBL@7>QO/&SM,_˦!waV{π/dg+g|HĞ:sOprR3tmҎ:éj4Ñx 7 8Jhq>alz|3(UijKl-F>|1m=m'r@]V0щZN F=~!DFBpGeZh{x%m!G_W )RtbDfa o}tZpRߺvx|WHD<>Q trG.}IG R&Uƙ@)QsOBOkEh4Mɰ:q)@ψgX-KWZ6@'mF2çj=j\wtǐ0ͅK%$ 4V"T=1E]m]k˰lF|,YpWrVݩ5Wh9KdI;!ʶҦ[YNiJ: >J5ro$; qnYeo|_GJiizK[&RSאuxaS`Z\MI,/Gj0w . >U5LMqsZTbط(_.]PZ1Pm!Gsc.hsL]Aeb:J&҂pL,b.FITJS~l1#/CO\)'CziOI*Q5]@#R ץj?V(D`2 :5Ń >VesRG' ;#atŃ:3w *-S2:siNʲFj8 ~l\Rj3{X@4J0RrH>`]!ε]a辪%.r\i&V6%gwS^߻1'@g2o]o6oK*WW[ox-hh6#) b.e=*-9BR/u߭~+3On@z?X &"P%[/jƹ_r3I SQZJ `SEF"nU͢# $QWKiiAbOPzN>XAg#bs+CcFKx/1y!i!=AR~{4%?TJۉPEB$E|y4%Qd mwI۱~Y҇ s Cͦ+\ 6??t؜pu $YO74qwNTUDy2?B:"ߪHqz\q8P #,D)ODx1]raVrx+rCן`ddb81NfcNQyV2Ox=Sٓ@j>C=4l_6b~贼XoۚjH1Ӓ4^$3\hWzI|#Ad{ŏC=|ndͰp`%qX > T؞l7жm&@r}77Tuk ^H-\eNZjmO_a8BUYQJWKD);:;G@XO˅Q%gjب.pGei(x!ar&KFx3tM6PYcMGӱ$RfȚ6A@.jCI]rC ˬ*օM}e$iZ`BƓpDG+ђ Ha?-; c᳔懶o=H0(|2䬆;*b,FmIUpVOQm)]B~A~]*^}U9J(5[]F=ř1N({9On0b,R#%Ngĝ.`y=@0 8{$Ud2׽<>NQTA/i{h<ʭ7:Q%L0 Q 8<8s2LvO*]"Z; I} .hLJZO3j<\(~A#ϙ۷R#& i`n .RW0.Kã&(iL"COf&mQҬjN d[W?uY.'lg2%G.b$PN+* 初,e "mƒgeVpw$1Ə CPߛ4XuG|܀d_otϜz>]l(C`X :Cq3j%[ω?Ed͂ew+Ϗ1X߫_s*FRuك*#͚ ×oh=\4-sdN\@xF{ Vab;͜aEB7m>[Qa d @Aڨm<(hSޱh;$2gF7ᵥV'iL[lTEay8dąLJss;.y,BRNnShh\ e~yȒ^x^z3= @qk5L oAZƶ~>x1+ޡ~-3DASz_4a:1 h:J}b{%ANpI#g4QaF''j'NQMԉS2:)!8)jbo)2 Ɩ`5(GM \ݘ2J[TB6Ł{+U!VUOizIg9pvZ+@L@qRzmVpk|n_~:5st/w 7(KR9Ϯ%K/vH:iժ2F [*;Fh0bJM\ Jv d7rlq1EM;˜"03S\+!ǯ4Rx q"ܕA nykTc ~"JԳ7 +âBK={jX"eI _~SFoFqdķƢ0 )bgeĦJL~ZD J(nBu뿔~y9פ֬]Da$bP+4ߋhG@T7/dD+LTTCq4KO#sBV4B#&mq1Qr?r_Ơ^iKZ-̏'8YBѨN>D+6೏:00gQ <A`\}xQ & 4 %5n 6Q8 $I,tDg%W~ąbPD5oۤ @&ͣO>-q ߧi<[&ZNLnITb"}/,HCkF'PzC4RMEJg[PuRr#%PĀev fzr %P1OϪKMԻ0!g}tC,`S@)YYN0uFq%nەeoR ߶Mic7֣sC|gb* Ik:TOPez??p;>C]I$B2+'t:a&T(ܸ~@N<7ǰW(iuI|k)t;Ŀӟ=#\pu*wF_Vͱi|c-ubٔJuM`FW~2G+jFK7e,m4Il* <6.v Bzo8x`Իyz(wHgRu;5 ˢ&#n[KEk$+W6HY,'е ljֱ2D$2 NCbr)- rS1u X4#V%0]O (=*Kk½1o>{ 9/7u'oB賦Y?^ Λ[`&!NAp, 0`tި!Qc {HOzܠIWgn^cžˇgjRoqQRiK*SNfba =kWʥ_͌vO40h8Z0q^VKX™#Lw#L5g}9zp=Âe3 {q3;ZU P^yh'a۵i;d 2z,F0u6O%ѪU " 뽾VP]j/$g-~,K϶݇:F/WG,y @?C2}(ĻFEP=4׿P|`-UM$<<"ީ CrRo *oGb$h:7B!su2yjp1IxC #گ>,GHн#OP֠3#ӥ)nH2mXk06؆F7"(HQJ蟉3LKO)/Y ECs*eZЉp?ާf#y=3ݽXlԸ 0RZ׮[Cj w5]{kZGQGzpLV:%o[npD"l^[ԼZ z( hܯZλ;|kinF rv `7Ŷjy"RYYEHMG" fղZ>ՄwwHy(k:}͛28q2%h=RF-3ke/wq"ʝ3=OUPFoyd\1\D>^HGc w!ߡ lR a}(w7J}fnOE,*sMjefݏW{(kF[{tjݱφA;Tb*leؚGY@ +& MAgy2Jj̺[*h}if5x$drТWS²%\2HSX27}*dr=E8w',4ꖌI۽b NlIfFugU٧4wݡ(S,FgVd719bo;4\E_-k[ W#$c۷t.8IW,j*i|>ҙWE?+2z8j񴍾mcc ݼ1*B\jNIxPiS-)%tT?zKrF(ةLh`P aL<2N`w]O0SQG&sWuqA`|0*eczWvcOgCpSF~@G|M;ӆ}\B SL`Ll_x'E4X~BSOdٚdRGj]Co,0z]jGz1hOLM p%Q6I?nΔ"#xESjEpR Q2`u8ACP@ G }Io0A` SXS#o'H<61^f (Ŭv){?X%rR ^H;\m-`JE`@3L4VhkStєUĒ`^[_o9w'ŝDFft{"VSc7XPOv)!mW>B9;Mz,x:YFXBpWuUIkš0W u>х˓ƄcᾁgLm[1,fd!f@.'`-o08˯ "Gӿtʒ"M:7e) WT)z.l B#ۮGn;?Ht~ӵyY352Ijmt!Ml*Bto&8OQ2f$6\ N_|gpIl?wKEB 2bL`{(¾Q,tHLLrX"E9hҔo*/#E"n>F|Mp?dנP`IQ~h~~\g%1,mh,Av( y46N֡Mx/"m `> &q0RTPH"5 ~FK<-BגvZ5Mt4og2ڜB!nMb(=dԁV}I(h{On`,P iIc}Z5dt'p-JR$TRMW1!zR8U};{y!cENGEMCC^ֹ0!k]aKŭ+ Ax'ԼJ>HH6M-R '[++f+Vh͑AZk(ۍN nh5h7MqYty&'2.<{}3U,.L8(ExU܆hgGZP);eC6w U10Q2 ;盢 t-^r<Þe>5!R6m, Af) }ǹRk'1_}KfdO2zRH!\1Yͼe2},rNq!Y=&(2]Mz!y1nf,piDڞ@\ ‡&Cvfט~_`*YܓuU>aJHJ2uش- rd/$f:c+0h3y5QbVZe([S-;G)5tF(qنbf0Vu" ]i~QBx$ - -˽m}_ 6}ڕA;SA`/gtzj6)Y'Vx洫c5K} [!әk3Ra 5NMDHd{{ѳT{Qi:6ȤGhSon(d ٗllMbЮ,i$p9R 7mRs&f8~C'h_j|1\)ޕ w `Ui+K ?r*`z9#٬ |(2(u 턴@˫uf,`9eaO0R]$ ai.A?4umZ$FD339:Y:f9"oS&9"ƉEҺ1nA)k8Fz"NN@Sz|c#. ΫjR@f$IalkBblC*(u@5}$bg+vSXX4R&w%6C :nn8L]"0^2JJҮ'veEDDžQ4m\Q^g#>Ł϶<9Rr\3FSXfSh`-M虝ʁ9ia?nOM_{trt>xh'ZqʴK&-o0P-~Qn3k8IYx; >/kCb#"Ici*9aFzzU t]®$h(|9(\9Na%<0` |KYul5h#9]GfQ:ώ}Iщ@C%cŋ<~(Q0V) ~;y~@+eqnߡ{>On.luS~(|C3% XǟG^ѪVc%_,,Es[G|` ֮wiqA8U^HlkтnG~Fα1v @--ϕ)+ ˉ#mɕ "~RE@#ޜXE*na-0˝HhV3JYt/w=s֞^=QcB>\?ɠ4HalOūӪ0Y]`E81 uimguڏe ƍIT(y$ajPa5^lc}oD] vؖ~ #Hbi"ߺN?Pg`;ý+uST*D{r!Ig /S V} B(=41})uQ⯽]6";Ǭ}]h r,>߶_2RCj{AZRE6ݩg2Q8a _{]mzd yUj%νžBqUB^cf;=B,|t h(LM d΅l(1gMa} ʩ¸r҇Wj>2F}+,鱶+yo@]7;غ"0{85ݭ ;5D7/Y< $Lȫ+ ϭ15iQ]HcE ,k^f/DegBN%2s&HpBnbX z7F> 1e^J|uN C CśkG<"iZ!u0._q{jJ7Q$$zRGE^IlQ kis Bg$h)ݑDq fXxGȉ ׌.dk~y"=d`hX~̋ǽ薓|5|?$aA'^^xMSY0ԞeTEW B('?o0WH ?-cI}tE2Ȉe Uv[گgvlKYqmGGKy݇)]5Ŕ7 NOx|iY]J*i)1KWYn}1(Nӎ3Gfֺq0`;D@m`P(2Ne 77$3>P >\*2;DaFLm(:XsSQbi$}HjY Qʬp*v)U{)wmSWy %gd?I._oZ<P} B }N橄e yyi%{Ti_Qj2x UC!"sq Xm9SVP!hi;4#Q|Bh@#cխuL`L}.2~\$U`/՜V$"ځ5G|) ^gqX@37[C\tǐ9lxHhi*ݜ\պ*xO|^J2C~Zlmr h0ORY}MIg=&8ٻYe,@ ĭ\I2nLIkA#x̦(Ӗb_FYY/O w8l JhG粞j/x$[@!WNy->ete4t5 ÀѸսvq;=;Nɺ$fC Tg@QE @p sYc[MI}q_hR3O "SIn+a"nB+{&Rpu5sLgd4O?4<҉T;d.Y]t ><3R"]v( EB&^ār'AL\bd/e/!L(EץSoho)RzJK |V `;ӈr5bxXpJ,21g0vy yţrA_~}휑Hnk e=LP T;*Hf 0Ta=.m7}I<qږVݦb]"NiVV nؗ*5~| Ǎt%to=Č.bde^VusQ/J|B\TW2FT%H4j .xvd[1ޗJK(ehPi4m' ڝx4a n™~뾞}yI%WsݾqxFv4vteĶTKrm!2߄M%DwCB NØX(s7F UMP}뮑AJr\j?cɮ;:(PV`\6F\_C%ESǂ%tInnEM³RYX ^iǿ.ZTKN5R0\ܛ|3A{տP<ʈ}uc/4G_-HY30ݽGiڅ}eZ@σ{e;%VKae L #Bg܊V ~UZ:/*x>oܼHZv>V ,xPj,5sԺ?*&HC| ))rs|rN.e2WJmPV-ep뚳7ԗvAa%6Cx?|*wFa7t`j~",}& h]6dfLq,ޠƣ'"'^8BCUŸ bY4G)&kΙcY%SR\ /JYRW]C86)Ŧ4\anG3[|y۫ {pV5v(.,;xPCnR0Oٽ; ]}G(=WTO(4*NLm:nu -xz;CA57'"}٪CL{2ջ@,sGbrJhp ,W2Z<͌#Zq)녺jg="Yo:r|(TYnψ^X+)=-_+Pmg`BƍپLNZg⫱ z;+.HuYO杣Fˣn 9%ܧ,w3/Bg}hA?aҋ!\afmwY(ex`O@a]9Q۬D:36\,p.M2mb-k8͟y`pknp kQgD(MS=gWJIOC.~PWZHSiGWmfq Noy2~Qn]q䑇ƙA A/y eS4bۆqDyy޷Qaz\µ6}`Юoݮr)H7Q]7W%]{X). /co)(!}ρt !7Yh0Me]1=vFh{\T&V7s+KnAGIOϯ7GW€@C1y}=@Š4FlSY1Nvq.G[amQg5P~NZrV*-©UMd/w*|3ɯ<#`ErǴj(vxa8bjO܎-wMh)^x:L/RO+xugAER~эZNd+/$?Ws9A"tMU!6aKϟpٸqEݠ#we<aٯ2P :ecߘ[v%~g0s"1+/$',Yxv'}Jrn 5X G'VM o4pb(ϯrȃ ci( EhCבmK5ԡ5 p<[{z@D{ecV6C" ]BguЋizYF?9/`zdQC­5eJT~5@϶$IU6Xʴ\uMWRR6V9m3/OtA6~hYajf!*u[OY icd ڍv9:+oگA}A睱Yo.rQ XjEˤwBKZM;CÉLDK߽(ڗPl' LdX{:J?+O[SO$wykb/0#BAtrJd54B&i[wA#V蘌!㗑XK pLE?@c&/1W%!5t5M?N/,DͰٕ([an |T_GvmBuW ؃}o vBDPѽ䥃4%@Oy7BEԖk+=PK G܈Ѧڗk[wL]%F0QN^M 7Quz7)t C'OLA ·:6opbrtE+OX|ì$7/QυK[/ CzxX1<=fQBFș2/llPk]SƮZ#՚{%DlRul[TGEWE,هP=L\_dXs?4qF|jM>S{U:Xi~;/ H ΙLOoRzZ*֍ƆI3ڏi!>hӈkVM ɛPJFc7@2>@sM懜[ek$7Q%i36ёxfbM^vBQ_ybd4 \S^#T.%xSB @-pp$”ҤqUo\+`qc:{>,xJp~gq]OxBb -ӻCFN's%1ݱPVӯ*x+|s[–O.>'Jx=ͤ{Tһ"K Eh.i`'tJ_HKVKJ=-A8KsʽB`Yj# _N|F %yҋ'b"HV.g*[ǁUl$L _{f~)~%zOUkŝNPQp6QbA^#QHzk.ЊK~)Vuc> QWBG1cO0#.0p(m_ ep?&>˺fE|7\M1bEx#`EQ~&0Y.)V1t'-U9ո\Fd m ޲r?LsH|AD"zJ#Dk!YXf0}9 )ڭlrGp} QyJG!߾& f5،yōhOqU0hxϔ>'cӢ^mPw,*w1;niI"t "1HxljĜѸ%xl) OFCڠ+)JJ;uU{9L,I 8A$Mnxφ~IJ~ LO۱z6*U='YLh{Sh9Q$k; c?te[ehz4-b@kI{vXy `̲bӆOvp*"|F )d<].?='* me3>~ߍ~c/$ S}^IX2-1Meu{f]!5oȬMSNdR1\CHKjUQϯ(NF&#-ו&Yɔ J~syjYUx k>1W96/t~-\|u߇~楉3ϪP.2Ӝ8Xlx[6 }`F4]6$L7UYqH Q]FSR%5}gkO| 73^ȘANfa#"XTrtg60ښ!Ű䟽 B0ˁ:C>|]]4 ڍrV%`.)WCzltGȹA,gn39?yK&8ߵ;an7s|)(P59q:c'%/$ V)3)3cOxֶ[I0bL]5 Ŧ8B9OW I0 \r=SGTȚ׷6ܫ5)六 Ԁ tl.ApR?Z}E8>7kS+BMs N!t>y5(3[^@lkpUS`s<+yZ'&1.؆F6^lJӥpW3S(mf>,iEd$ZDŽ 9ԙ@-fD&  X.㏒}!x/(1k6ۨPzCn*vX@ ߫Q^?zeB՞ߥeZD>Cӓ~zS˩c%fLn1wQb%N'&6;.x2%#<$V␐x-Qw59eWkM#)eg6v9F rvf tIԏ l|2F/j$j8|INtk2RsSPkm/>Aګ7ePۀ:@M%L17ogM:pP֣xF^W5%jjpV=a^ '}hDבxu ܣKtH&K;`f`RpͲl!r޾0~ +.n|, J朾 MAHCء)_efph+FLM=Qyif.+;\)l x䃩7ɻ8%y 棊V,\$/qf$܈ǔj'4]Yj+PYn CM۝7^6gIpBTv|RYXa8l@B@4{OvHJXl(%=4[(r b;9M:Ftؿ|QHk {R-]9(B#Xl%[(ʩUjT_* ]s[,4ZCP* J)av Q| 4qsIs G-\T-٢G_AqAOMO-32úfP~LMXdbt㐖G%gvt6T[#Byb~ 7_rZrۜxˌ )/hnQd0xcG88芻Au"kH'*pc DInj v;,}mo`xkKa6TgBdk9Ze"/(IQ&p7ᵗIVǰD7#~4O}NZ#V%2n]Yrx- d1Px|TfP0e*eD;/zi~&~u\J!kğ G+kg+.yO7xAPX!ĮW8M~p|c)UNW4{3v1/* c3 B6M%B6$?i D7&\֤n VgOFT~ ^)@Z+1ACiezamQl<eu^ V2̧H >\bIc5Ѷ]ب3Apnq*# ;*%޷ϡAI6u ׻?UXVfzp~|05?tJPk0}~_>>>a_8K^أ֏̅tK0Nl\:KT)|hG3}))kzc) 8I?|_(UY0q |s[9/ !96)B{0.}n0a${\`i. q2hƏ~Wz5Ѱ5S?zKGʴjhʭbiVs;T FP1I3%,/ým ԛ'C3Z0TeH@鯤-'qKR;2vvN~g'|<ѭw _J0&|Ĥ6 agle})'G:R~֏K55%1l%ќM.`,){\) 51B&V1~0EGky\ T;ݒ)\6?ȏڡ a n Ti'^a3޴'t2 77cnc(zӚ;Mj7&6{F%6P 5Ȕ')Za`|bUܙS ցt~\mܪ7tnʸ)}C8RVm(9V657_fc%[IM4ce+m0Yzk@'H>i4Z p겨E=[7Es^a`ȞuCklQ,/?F > bEpbqa,<dLu'HK=c/v[~DM`۷'T})k 8w%O쉪Z|i(ЕPĶ1q7@zVE8,Ɍ0ZCmG$)Ԟgh+}ú*aaY bU8K9]OGSBeyKZZ&E,ۈ|"oAMYkl ?퀌aͽ$Y7Y280xv)O{tK" 0J#RR-঺6zBo;4me@رȠSg{4U >u. 3=ISL 6uǹLGFĬB7cgv{wɤUoI oG|1CN 76ØNRpf+0/.3MGٍgZ/|pʚ(?69L$W(GwNk|,6G΃dK<0G~U 0jq4 f]eܬ\%718֚!-nrx(zϧ"8 UQ =4 zxTi$ p ]΍@ R9n8P [dʟAqJ {[ /s}Lrw&SI^rf05D8i,*?i5x{ޜԟzכֿGh= b=!lGHN2IP.XO\~p-'2%;u#Z ;6en~kʸUB_̓$$u*[U!fDV9_XVhh- Z|9Ȑ[f&=lg|k__D!)֎Z{eX)DgY-v;ܭ}e,ԛ=X\WrA@u@ 1+szx?hrj^5qN_7YqA` /kz*a]k\w8B͛˼6UktdJ-YtʠS7u|n:etr1(xb K\Ĺ(W{/9+ M|dJ_做m󭘀lSnI[k꼙NlZwR=׏Reryȁ}遮w^C w؇?oWUB\LESMDVi~IѮ58yuP3&5.^߭#"ȧz ޥq5EGaK-y&i 9f#K%{B@І:&|mvNoX"Pw% sQp>,$sg[j*ZH﾿匊 Gbx롧67 {ϨS7d:&_+=W}憛 lZu?X:sijl$[БU #9꺍Z\ 74i-K.pD.@JJAcAYx(8LQSAzRla߸Ɣt4ķ)!H;"=n!yef  MGξ#1gJb(FH% ֙Z83W"L_] ԻʉܒZAè-HVv~IȆ_+)s{Xt{Rs ?#5R֙+1/ y[9G2VT3m 4G>op뽥)jklXاpqԶ+5޸`dp3eN htdi@_] %Ё0}E>?Ag,娧 f#U*sCs8نu} `s6C*8S 3Ay 'ZfloOXe ܏e#tGW$)D^>_*&fxHMI)ԬSe"B/٪U,఩cq*\FV;;2m=SlR 㘎[oJTay=K*m Y|y"9ْcČKI"op:="h|>)aNBΗ VGp+%R1yI:zZ46Ēk c@_P(O6@70iT0ok)"n0nbj1!ʶBqOD=ΦQڭGz d򸘪:%]W5Uu).gr[~b}`S$ tʠS+6Jֽɒ03Uϥ߲A*4W6R?H!.߹_|;tnuAt \ޏ "Qc vx 1FK+G˩p.(bQxu[)?7P8ݮV )=N͒$C Yr;GS] ێ_(UfsYyF,29 ? .6;2X`UR4<]4yA {܊Զ h!Ψl5Ӌ9#;ȐIlrM!\@2J"l}qn^Uj<*;a&Kb4t i"@i}SS0w0Jб }%>c+m|x :-U>uWVWjgJTyEyA!lrP% sUdexd` ?y\3+y:]NE^S7jQdb^_ཕZSFxL@Y'wœH+y#dd.?ζ^}M1ʿmD;)&U>@N.I1G4k0No@V&^̻,ӢFCݵ*xz6 8cPiʯ8stN;DT_t4uli|RZ?@Z̬9jzf+Ԃ F [D҄i;c D( j[D:}c0>JH@b;[kT4ۓ%7Zދ:{'J@AэU'#G@A9iw:O [E%?8Do`HQ _:aE){N ǃcrOz"|ʅeO-wgATS--NFYb@4(HJ\u(LCϠЦr2?}^Y*S,pxO6>mn߱p:jehAetenY䫟'GvqgM>sB0 c'abעq!g$K ZaNo -&"wVS/> dۮ:$؍߫6,C|,AN0+ij%mӦ9eeu*@2ىQ+ ?.!ZDDi 5G"zQkD취) Q' R4Sy<ƇH5{Q)B9-[l#ҍP=C V*dk uk igr ݪ2҃zzvp@K jbiPWa--ŝz>MI}X.y$|L ,,-@A/ʹ,"kZb2wTڷ!_: Ѭ~:>زqF5=w.MΪ~1}OjX!vHLbI K2nFLX ^Fkd7g?VgbIg\q~sZnPW ­\HzY 9R`D@W37Y5~XU8w,k'crˏZBGQ@ b@U  r՟Q|~PO6)Ҁ@>ѷX= )I_(LJx]+I;|SGFpmU%N/;&L0}jqE.r'D78!S0p9gv$ FJً ZYi)&V"t ޖG%,ldFz }mپS͐ΖSn$?\~["lR)u  \7e*#q3!atnD\@ǍԻ?o"ͻzP(nF RO?dfM!8;Gs YmDZܙʔ<"~sέۀDqu@Ç3sg3NN%f-J 2P%eudFRa8?B|Q׽_/?ikFUQn~ΦS= QF6PgU13|Z Q|.ffVf i嫙sVFה|dma9)O[i]Ji31FҨШ8!}ub\HƁag\|@H*YH,z$xJᩜmFd2Z``Ȇ̗= ͍ǬkaD=q_U@ - d!mo0mtx=q' wƥ#|{y]d+ac{cSQF"*dx*.Q:?lq,]B{uьSҿ",{EeS|-8jP?m̛#WQ~YwS nE]RT $bB_{8&j_"TK sIz5v G@{rō#3Z d@7'ߨƇ$ȂFGA΍4O-_m @owo3|_ ٕ#3 B<,y ?E  qm aHG'%.8.* _=e&t =WJHSxɝ10.YZ6}cFH 0;M\pI>Ƚp̤'+yq ԛb0Wܡ\LLt丸Y9n{oIIқ $E۹( ݩG Z4p;C.8T`b򙪀8PG^W"k03`*ai架AϭN'ô_B'zg2U~ Ӡ nP䏆9!R8xg'j~  ѧ/sz;rk(˒yS]o#T'whE\˃ 2_N0=K|V>{+=-zV/VG݋R/- !l!u/M}7r ѭϱuE.JfAK7?R|Xn+?@wby:O ([0CQA!5u za U^RJaB̰<0F^ ^>='3?WEaKo77xD6s/]nO{.$/?2xiF[}kpa=NMgМ: ޶Zbp2$ZVգܵeM@V׫ 5ʫǿ o L[a=Zw ׮3Q_v7d1ߣ s@NZtWBGm{ig.9eWP]=ᯯM9wPa.؈wBZјm2^ 7wUgaab+ y vB\%U?&L펀>sxueRAu9/t1Ͷkkʐ0,SI>tRT)IYnYyWʧ" )ZrkJۈtEIJFP ^Ԏ puyIJA+g`dd_A Vled)a2~Im?At5hݕOj(^'K>]R/^aHE .*#*|Ќah- Jĭim_.ZU&'[@}gSVIC'Sl ̛nibi`j3ٿ,YEb]f M% w %vX lɎֳ}|\41"cHŲ`봨p6fWz& QJpI?R_>'"(ӻKa޲۾4߻0x P{ѥ/#wXiUym[ODʽyfY Kls :(44>| sg\ Y\a`Fv4h R5(2zi)Hqbc5H7W$չpl)vu]{/c1DBNcm/M@:X+.N`!u{}GUb I*YW9`ݼ<|މaIoZt\{ +;u.X:^4󎫫fTh2G{tfK 1M hy6$1>^DpTV(oPs p54rlģC}ܱ-9oJSe4YBQU 8cST \,J.G"c"$I<'*$TTbp'LCכ_[qA[~3 ?l#ȅW)y kGN[3Ab7~ 9CM#bhL`P.`|_2~ = "8iWZn="{CR+JdTy.MU~^qa~2P!$lx7]/OtWF ע~GJ*똁?2cr'm+v62lTMn|/2tIl  $*R8B zcR68e@O ]YC-=kpoOu nйGIz1. wZ S$C,D"ű3ኑ0׀{d>`i;os6sB_[m p%P @TRoK*%s%&4yK:0q;UiXw^i_7׃RjT( ˄'gsCmSY%!;D֝*Dy8J\e۽@ˢU@ּ \\i`IQ/ThYD(4]Ҿ1"^yN\j&he r>zǛeuy,Q ;_S;?ȩqvP̒Ⱥ56D]6K@5+#>B1Uc Ѭ~2g˿<^'Ԣ|BR\/vp*XKuT*Hln5ZPz] }Vt޻B*CXUq AȺx#BMFׇܲ,i'1umg>}Fp¯\b!ZQ?*Jܓ{R1-椼̰J)48Wus 3dPh P'mvnnǫ G7v:X #<˱ӤĥI*J =BptȲr)ݺ8%ԐUYȤ %>fU\yRZpc] d=dbqcj ,JڋXAbKoF8~po1tA㎢ŮM G6׋`@`AP6S4t#)m\(wT:%))}SP3ysLpG6vω|n7L9N=xKìRJ 3["縮&lK)"go1z* h$Ndk7_'+BѫqSQrlBvO0 u (ޖ&TGYXu2Q"SJ r8snN\#&'X? 3G LXQBu$7u,3 _^Uگ+RQ{"{Ԛ}qȅ<4o;G:pXDM},_ p~]7GpXX/M+d`FկPhz' 5-9Bb[H-hjt@!*k4U9ٞ7bQ~sR+Cޚ+C a:e{pV- fч'&"j)` $MCȝ\}Aa֫`j95]x Ĕ>x,lW &ڤjRh&u6r 'H,K{`g&G<7I>ScP׿VԵv w: q5}RLDbZIhAL}ubS-wPXZxDԙ5r0KҘ!ؤRm;1qh|WDB6J2^a~ox:`6xL'˼o qhY,u=v'?6bu VIk$cFHRq4IzeZ=8S8ET;Zqq(ۓn+dw[Q%kAnqW']w&sNC,U ,?qx,&b3]:`Bޫ޽lr1$G䣩Y09[2?^TW H 6D)]EeA$ߢ}g -jE©12bmdH3gH(?'G4Y Ct@CbeG~.'4@l" T|:nLg#JތrBA73WLa"Fu<%*M͌NiT""P@?<(9'ěEF]@H17-ZD6"IkĎMqE͗tB.빣6\N=qTݻ/oGʔTkKL{# R>WdDFu4=wH(90zҵB)ߙ Yg`0"9Ji몧Eff}6(}_R:h_쑤H7@20a߼qZF'Џ_G==ED[i*@%i߀;cK߅F&C,Vhi ]7g a^iȿh/mic: (🽚cu‹,'Yq8չc-fFԓ:+\Nd#K KŌ"*ɄN'4 J 9m(YR$=$'̇b[%@E3;]ZSQ]` 鼩d~_ "BZW|$wZt3K/)c;?Y  uh(şfb]ǒ9(MH#R?No(j@~=e/Ҟ:>ir1k=,ݼP_28ݳ`HmW) F XfeZ܍3@ͥnIsnкJ0_`Z|y}5[ xu(U'qff4|d{E[%; ҭ {[wxk(-/Ggkzqz*w?:+(TVއ%Bױu &IXW(N-^&Ž<,7c wm.e; ̈́В]+Т߂D@(wGba ؎%3[HB4̤~*5yo,u+tf/\5}j)limZ=۪&gvn}5O}TwYn6+% Xjas2v)Onp=~قmSӞdiQBfxd\J֗PbVru%juj)vvEfoWHUFf7ôƔe5*[!@j:L_vy-`y֕i# +luϥ@OvDP?DglN7>]" {DzFۗIb ՛H*0+|J^Zxc= uF2O)>5k%Uk3wi; Å)/8;-ƃ44gگwX;ݰFg3]`F@x?ߨ=ӏu,?Umaj+j1.õ0\$L뿆1Iݏq83]c WL5WcF :s1'+Tc˽HJBP'H^7(qȁLo~ o'H?Foj> m]N,\ŁDj֙ G;ݭxp2?](&١oHKa  *e ~I8z{f݀Ϙh;yl(!թ \yI ZSP]ӸtcƺPG︨+`0QbRs@L)|"@ZT?\67Z\~9pM;YB&D 4{OV$+%f ȩ'Y7pBLډ˃j.M5n xN,@kԋ[T2DG8# N6ТG~zʴHs:W8؃ PoDI?qQEe@&VeT-Q݃c*IPk`ꋷ%v}\W&;AtTy== eOBv ;tu tIn[Dt4& j6! kP_!Fq%f.Swc r3GV*!C0$\jԉf%vawQgىb[-#"Fd([҃l TVg gy<3UM+ P9C}wP{vqlës, !ߟsɾ?4Ĵۗr&e6͈} m0v6Wʝֺg鬒bBԂε]E*\BZהM*9Q$IT^}$/1~cq~X; m2!b;P!8"LɡG~5KgfQ+I-(;Jl%(5GgеzI?2Lޫ0p(O;5sbr LJvSAB_GhbRfH\ų#;TE!%LcdoY:& ~Zurf'>n #+{j\fZ'I;v;{91Y!b@7iA'cSF H̾IM'YYSI8JEluW/|IΜN/Z`nd绀Ti`O+_WT'|y"ijdtȬa綏/Wd-^Q 8L]n.1DsWȋ㈦M9<7+XO1WcF_8`욓c tџ;L r*׺^#95Al ,<+1v >x8+yI6\kR* (I62 iq2}%JfqD3ǀC@Ǝ|8]Uqw1}.@ďHm oե.;,pviѓ;Ïu#UabDΦg;jQGW94G5wG҅37gYOx[0*9GU( GSďݻӥ,`*ϰX93&B'UkI 4 .UhLiv0$< j4H&ԓ_u4 E7k'gL駱6Yd5{B܇Ż Bؓ;OBV׏1#hdQ٠ Ȅҝoh kŘ 4- V c_A:✵ɫ*|" =?c b%2ZQNRs}5rt˘͐ ۊHMoA.ܨNk~+dOwbJI%k{L Zoٹt hacDZnEE+[&`] r'5dp/!ANaji _i2KL,0NB >K >EWѪ%6fb|&)AkRJOU?cUBa{KEĿtc(nXvTj3pj칠r TrT}?9!ݒV8MbKvZr!ȺTpcP5nuīOĐWS N cFmkNԈXg\z#R9ڸq!XT2iK|jʅ3Weꉸx68QB:Oo`xף%LoWV4>i嗶Gzɘsfd[XQfdzaGFP@xnt|-2Am(~!uH\ypIߥ-ߘoWАE'ٻyUII\{W)nR/R$yYE!YD#@p$`FgEgyu1bK}%$/Be q(卋6,2CXNE]Gl]#7YZ!tYc66){xL_cΖE>yھv+`; I-ª{96[Pj Af(F' Sn#%.~Z[m_pP1%3:M# !xFn|aa_&I櫼KPysVߙy5 <52f=9ĩo'rI0 83g.%5LL vh[WA2#6B}k*#˖VhB`->ؓ`r<oꬩbYbZEx΄5>.| xt >/O55_95p\cL,YgXt%34Uh\+3[!¾|nEZx!A&h3F8 ñ}'ej"Dzf/{#)JL>~ž԰6zoD{>Q@t/˄`9:}R!!#W`F!ָjC",T(dw( 2FD9_&fs]T@1`떵Ԩ>=/MkK1Q]Jc~Jj<7_Z+.󁓝RFȡ_qϺHgWA?yVNޑe7ks \9Q hg^BQ& z[!pL|@$(G߰p^S4n ~c# T @s4٧&蕥P8׻|T^/ZsV6i ," ا% ("{n[„K C\ˬLE ?zfk4𽏗 Ph_{<*NO9Q"}*ℌѕurcw^2|M}uԄ%j;w*Gr zptX5~48a {ttv~>n}u':l%%F>#AmkګkNnY*hĎr c5B 54Nw>C\$ ol5"U)*ٵ+RQ}t'{E>ݛͫU>2R_K)wl<7$!Q:U s_:F-B+-\M|F}} IK"~k"3$Z%xwPgsɄsޤ?W} pELXsiBe{3ˢCt |1~rSuVg\L="yiMwZ(%X{(0"α MZHgG xB10Hxi)+yCO9 t:Mҩk4WvhRF咜1Z/(:v8 07?Grf$do1k,ԵB* юۇhu箇~.k@UĽvt~Wժ.C-r3Yzߋ=i|W'`B)]Kg8 L0Amڑӻ42iU"yBeEJ _ޣ2 E!I U#S 7#c`FF7*l48 1sYhf@{A7(/Oߴ)'(=sQFt cBN}P NɳoluƪXϙ4cHeܘ)&uY_9Jh^FQ`:j4Kqus)Wy/v"YK-05 W;t6]-6誢NPnmTB*>kTcfO7+b'OBVq܌6ޅ7#i ׁ]Hu=s ߫/SL^?+% %(?cjyd>7 aQxk;o': u|k ҉k9x0yWñ'MǴ@]=~L[NR19Ov?hx ]3^rfUb1Xь^nHZMLMNYDx4+^'~G ѕ8?wm<2>jq+0>~jG2֖Էh@3nxN7\اs lSLX^HNNr?'>QGVT 'W9 gX/0ղxvGx%P5PڷW!!u X }%U4齭z(>e=Pץ <<=S 7AoXBtq$|l`"8+\XV ic#,[|%SϿ(KrN&(ߴA(b`Ag}6gERK"\Rs(PJԒD=h0!JbIsY1crVPDAH+ n [lWѾGgMj'W[) egP5jYK GVhnݟP#]W36]#Nߺ"91/ܳ15+ey--_Nūg !<(p4mmyϐM?Z&i~I:E+$]4qtz@0aîCZHݾd]xA?^9~Ć(>(.Kvr[|guHL g%+3^zE޺)<"r Kl tOTf.fR3Hh4AU& `[.u@z #MeL{b*=?8ç0F@2~?'B;3GRUC{̸Ci3>y6Bްt;6s*">\?OtR^ط߹ i7V^"^D]u/Q|@V7/_᧹Z(zȸ⥋=HAɺha[ o2%٦>Ff`}{K|u\vM>2dߺ]Iy] `> hQZ8Spř߃-N:vZQL]T.Aٿ!:";iF\_ dz~sAڭ; "!ѷu 9нtۯ`aЮ#s.Fϻ^4XcK3r0^e9ghv 4)r4!/mo6,I0yޤ+3B<,F!f ߯_"f:kl4IgIQ@=ְ`a&g} λzA)E>,}-etr1s̒勒}Nb#`< (y`sɌ&򺃂Mi!^:ukМJ1F;˓YYVݱu\9NEJDW 4)WkϾ?/T@uv)}RP_-ذQ/؎'T$lj"a89)a##dy&GNq|@{Ɋ&D0f\ =!ByJ*t6+KfAqkxƮIXkX6 [i| 9C]Xf hU}pA5S$LoA"M><q./ZՖOf `-oΫ1Z ڛ5$mw/Nr4?ɨKF uG.r#wF4Ct>J]Y$N4#U,DINeʲ2*> |U,<KV6ABbhP$ p=24~.?J>he|ʖ5!뫒v.tä,G0"A=lLҬgzm2G6Xu|05!谮I.aķє>W/47cp"4C<7b7pxg/}.X+<"gաu'30{)Bǩ{mb6ac g叅M h ]ߴ}Vh2P;"Ǥ)1@mos={f qkxQ08Ux0r5!'/:gE8x"JB4v0 NiPRi'pDGZ .Pq.A47sIA5YCw [__Iʆd-6,'t})hѪz!{0 |Yf7<GK8@T:` e%GwqBo{jM"މ\kBu < ԲopXbM!'NZvZ˱/ߚZL%ݤCO?f|"bۏOU\>~iqqF4𺅆SZz]~[pC1 vh;F9ƂƔoPfJ&o)j I+RÄ s/' X[Ŋyʒ_fbK&6A߉THWSM{ĕ2^oP?' W9\w~=9 3,E<Onc`7Ep{QtTt҇?%aФ`F>X4ذEg'l{z>\>{/5q%I/&Ev@sz;R,/1ٰ3gLM!1*}TBןiF2IW|ێNew$cI6嬸`>!ifč4ռI%vloūj]; {TnMډؘ][ke0 O,\,lQj$l}<_ (,Hf૆aTGO//!A=}6$%C /X"hPt`e;vSwɟz@+ܘ҃n|:Kvʦp-&HoiE7ÌYBv7V{^TCWJGj p&%ZYW'$\FR@~ĴZhHEr̫o.-%!1sx`:NjZKѶH/ S Z <[h9W*.rW1,aiVƫ nړApE;9'Q\:g]f&S0O@ )l+duψc 0czcK|.^|o^N}x+X ϳ, 39/2,,[g!ۋb}|\ QL!V1 7vgZf )4 +RghLĂɭ PO3zwod̻ j0/>br@)T# "H4MM֚PLuw]y.ad,zAB og|*h2nKל/Ѯ[4unE(^sC~$NXb(XX/Fk|뚼uqB.zJ CABodf0: Qz!KMҘd鸨㉫}YS'һ]ފnxθ{Jܝ?¤oR 1Gzw6ˮsB8:H;v z-곦^r'L¾GPؗMQ%?2L!w%AH>9`n_AjBDۯ%q Pq[^ug=J%}Br!0}#ʔ"8[s8Pafjsg 0 544 2!|->Pp3=ە7oоAk8hA8RCXWr2 Ǻ,%RwѵI6!#pyph9&9 u5-pQyŽNC)ww>`d!Tdߌ>4]=&Seۆmr0ZkVѱdL~=7qMߴW9= 2<.m4JX04??bhp: ޓYsQcêr/K  :2$EΗ nrR**{zKv9*xzVн!HemCr !m]@J SuG'i"1#{eQl½ 7,%c[څs&;wyI\VKf刃ke($!FFS+t9r3٩s ge%tW+.* :y m#%6' C7a&΃)58Cx 9!d`-3q 7&\҂_ۚ鲶vȡGA;`P2 b_8)r1Gavh(пKYtV#8י)1Ik$K!nL\X)-` SFE]3aBsB8eb[AES fPta~!T ^n :匦v{F#j->Q.VL1[> }Uͳֵa4f_P™ͥ}FЎxVM;O;@}A{(ݗ 6a t78PWyIlr '}_ E>ʤOrb/Ty(EoI!,*{ޥl#3nUv3~/K5hMC:kyJᱝRw7dbL @!~`:m&_|1`"ё6i1 ϳ/<3 x{"!B t>[ WFi;g)[ o S1oʁ.ZʄNfpvWO,[LύrD׿r9`:%27ǥgg?O$dk殺\P`wX+PE" & \'ԙ)a B$Wd1H6Rȳ9G51IOv6i4`Vޱ>)ljLn27PaC7K˫1#9Z{EV6S7Sye*7ѿ_ψ3ne٣`1CcxA(Hޖ*YBdV%MU+b`FZ wC:M@?}8d},Yl+PpeZ_<u(-.Qh7't AL>e%˚/9z_@ױx||O^jWMB+YS5UG1N֫Tx ;, V3h%`0kLVe"uxÝ:rIr:jVj uQu!ݱmS[@ptB1llV](r~[<v_Fw&1Z&wá%,M3~kNoB첋N[]J:W44M֥_j<=4/s  DU!!lqAc+ډ XON Mq[yc`bҼ@x4. ՚ֻo xlo_r{<f@Qu6Ug.!O +Y,qљѮ`SZ: |9DŽ=utX %K<3O&PkCf2%֬Mh4!-Vtr vṆW Pq"4М)y+$<訡G;`P(1y]atWtȽghz:zL H17">aw77p>zt]"ΰ̘ƳY j'|DQkc c;Y2HBhn/Ќe/e 4 *PT}CkBTL=S5Qe!ܫ̷ںUk\m"5笽:-?e ߊTΈQpR.Y~)8&|--6}l%%顣tBOTş3l1;W뭲E$*3j,MpTkAGAbWMnlTmHF$@пw0#־mNstl 'Wj|ʌ-#%EmEW:Wh5dYipݗyi׆@V5 -8#Ie7j{Qg;^,L K2={7|˟P($HRTԩ'W9/Sl%[ӄfNzR#$/|j̻TMDB=Q+v?v\KfR0 &2g@ =,~U w>DJs_)o=NcZo4os8͢p:bV{{ M4w:/Zq/oȿ|O/|rY4\R}Ra~s@eG HE$,54+@H+z$A*JjeuDC^h$ oO]$ Bqg"OɥMCF0:Q0I˝`u0RGKSoB{ٙ\f'Eau]D[[`rF2PQJ jCp}S[: m,(6U*=TQOwO5i~BTخ)N@7;M $S9r{؊_-!WcK_Fľn uAZzTDco @\lI<AXz!i@7ٽہ̑`Ԥ4u9jT:*T#?dM90u]^s+ I p\FD\ūK"}HCR#w6rQo%ֶ̛cd+4TGaV-Wb93}fn71 "DQsC՗4/w dhzGWX{@ADk ~':&mW_`GkO?o؋zևw4N<$%->r~aU) `v9څGtfS]5YiUXzV)#KADJfx`ŗ ˢٙw=ݨ:~wt&rj 4uH|N+rH2oT҃1髀@-D.b*6*!C[M:oxHcŀik!=F*?Wr.m%%lǜ *K֟Ff0x&Vr^K4&lb׏=̮tL7npqՕt_$ah~Gl ]K~={e"ƥ$FPjB~eA,\M QGY)\FlcQp=sE72@ {28F1v}8jP\ ڰ@yYNXt) X sH_s#up&* VYF..I 'i{}vvRZXdJ)ꤢV*+=LIv4HAO7T}@^2*<3 N_;G9TYC6m1ʐ9:n.c5r+9HMGƱ'[A_b ch[oV,0{p K.sB H$<.2֮nv{Mȿ@V-o>VjqF)ܖ΋e5EymjB(˄TkRɎh(LvFJiLaܼ吴jtm k^¼TvC~bMl"> "4-dc8,TN&5(zpV7SbRC]GV8x%s:T'e(e|4wF䘘ua~El BO`i,G6pTŪ04v6zm G7mݫ5WitYmq( 0<ި 3t$NB7tت6lq'AfH v l ,u YZ'm;."EMR{zٖ g/eHWcɴrDA펧 G |$!kMuK&ɷ8b:tQ8K`~ .]n< ^ S[**0-E4SE@=BNZ7g_1?YWvj,k-<#Ě F!ѦB,MKIklLqum> ֛Q qpf[='v|\:S`ƺ ϭ漆 <ƾ T˺f9KϘX!:˷m[N`zށ+D=ؙ5MwyT:oMg@j5w \e`a "tqwQ`˛{>3Jm'ೣ*/H%~Q8uoD&Nc,F&f! 3E/?f.ӺLTp@-:OS }JAaIF/1m[;(cRkWNb?YeteXmGlv}Tף- $,HB h 7N@qcХՖTл!C>rVݮ1BIyFsk8%ҩc_3oDd:j5lJG!ܽ fx.zh#5;O59y]2Mi| I+? lׇvr~ Z֓Lէlq2 _7\]<`#/&p­/e~đm~HXcN\7gG ڰ j.`!;j_Dnj呄j k*AIwȑ짂V?/KxR + SvGjj m;D-O͠_(X]Dnlj^#כ@ME IpKA@ϱg?̫#,j>䐼v1 =/+zMpQl&5"W>ߙmvaHBKbbCixi=YB%l ?!jKҼc"q~mGQ )($[np=M#\MT:8J z VQJMaIjְ5zGWR򻚋D(0V^(͓ Wa"Zk M݋ -<{q~cY7+)X@[,g XrqKv0ؽ{ BޖcVYW@^0N;<\[is}8(6sX B7tDlmqFt=4"' (T+= ;7rt)zmz?eERY2aĈ=iHؐXt6ɡkJb iv/A\ x8|IySPG˻ uh.(/l=2\F9spgN'>)*dvT҈4Τ?ŵ;L1/My+L<ݹTg&c fq~ml_.*l:jlE1zݕeVb+Zxi\\6s7e^\AK[q3`1?햗{#BaF+Ntf\D& P+DJ]!CiL$:hR6֋zik[E4h%-kGH(3Zi:Þe+z;ćwI}^+AAh"g&kX 4o-L\7pyD1$A@eX.?HЩq}<6u_ t 6U?_#aW=vxԥYmk‰9v]W $IRNY8=~Ɓ +Qb ӣ:f i`oA^XKcաA(qICAG5QSn暱{vVW_ MRR*B4&BON:L0k#HivԴTjɷ(h=&[>en=*acF08!'mǤ#pA4p $l~wܥ ~L>#r/ K9knH- %t?d̜Aʖ\vү &lEك"z4[I46ErCdstW ,n `Ck +,K&_M2⃯[*Fe[:*gء/pT~io}5=D}EpC=!țB{A1Pz!M>S4I/y&B[1>/q2)/'ow| =텗e#ƚAϛ5חp#F,"Fj*'|F\i0H85*~wlykkH.59:앮n. wB^}zm̘+ۚt؞Mr`W$҇ZK@CQz>Ħod/@k; X 6aRq$:*%2.k Ck>Jrl#M w_]kjUBΣ V2^EM=q[ @$]W~ s'Ĉ5_5~xFHSH2+zaT%w75R#!8uq=1XubDlINW*]oqt%E;~#.&+u8ʛUɨDX"b˧bƻ; |pd]U.?-KUn7I{G8G4:c&C|V*Pdmu s9=fV[31އR,4 :Rhaw9GOV%/:]v@K6,Ѹ Ǖ|RJ kAbőSSCCV}9M:@ 7XR'}k0`9M<`<ʭ+ {GO3OA,H-6εG{G3EB'*~d-w7 Alˑl_7S d06^ĒYk8;:VB׾9IC$p wV&&[tɲuiZK_n9N&Gd_`ItõABlU3M2R:2պ5(NYt#eYiy T%Țt haG-V`ѷ;]~J`.+2 r^:|? >pHNW<0ˬ>!CRs0f"US/8¬Oux;k3QrIUa [ޓ[pye>bBR+IFl⚺H&4{b Gm'Uff T2y[x ǀr3gC[~8(gwʈ«`M(])4PnRF1F~r"8^*s,I;˓ߩ`%S;V,*¶ڥ.@Aֺ2 x?K0LN8F]4{OTox1vW*m ĭ|ֱ}F1((eP6] !5``ϮdPH&okf{fb8 lK7A:* vߜfb;i Wӕe7mwsSgeI Z;wDM3+4 ":* n>M.YlCsv3mC2XD$wÐQ|<%e%y^8 1K =6Zd_9D~m$tqwCWYADLg&K^(%\4#IaD.lqll; T y.&oe50Ao䔁06VT :TJ S&gR2)?B\1(ܢjyŚ h|!,;E萈R4'nFNQad1EkRY԰fSy+f;MfWkͩ,mҺK)k&m&_gívi9AV#H[:^G. ;ӣ`3MQRB zQW0ZO)Yyg !ǂB/ aÉ㯣 ח*kD_ hgdWMZL.%KNn^_'JNj\6ikR ? x=#+<`z;xdb-շWŷϭ 6bJG΢DmԄe.!a`!yʄZZ3n B%e/x0!qP,O>,CkJ7s$\dF|quzg |2 ->hLlE-ى[P@.xzRhͲCVWBkS-@%q jf[4J@|'?Fe!,4aJ7/Cj `8=F\t`h*6 &+)[S~N@ow%9yЯZЋCaÍ}HW&"Ӑ9zi:mԿ  cNK/܃;!% oDQ;6h"Ok^4*S\pғo& E*>Rݎ~#= [տ &q! Yf݇86Q<,ep `ɩ:7=II$Ilj_A߳p ڲ;FW9NJ!Pva"fU4?FB>8=NhqDAkҸ֎|BsdC/Zonk燲AAK|%H Yo#8f~)i1T|0 S|2vGw#kZ!j,Ҹ?Y;3`C?- mlS9ڰOz-(䀕 ‑NP_ȶ Zm2.hvd f ,%$Yyq ;7{j%1.A2*M)ޭ|=ZobLWkwL!OWvL'ywEY óI^y3"m9,C[ jK ߰uH,0FysP˒f7Yf&zCEʜ)*T:HߙM( Ϙ6P@­jE+"_۫Gܵ|6W6-&}X90,<`O&Y-RRioۅ`eM&gV=f)gH52M\ܡUtJցGo!*2m_B$k E*RE퉰ItE1H5 v/JgĸZEgu@u;N%q t])W݇9]¢ly8NVwcŪ:i0ilǶ-G񩭒u] i1HpЗ(uj$(-qQw_6aXe4{]( =zf76-PS-Gew5s|@{ҷ‰68Wbk+YQl0GG4R lT 8f޾qs9e8> ?%E7M=ȇ*$ zF` ~ٱQ'"576 ܂g$ 2\R֎BM!4]vK,h6h7Vu #SAFkݝ$CL<KnW{K D"_ꟑ[jX"BG,tXRʚOXM N'D"Y".Z_ob)jMLPbi"#SUeQpf/Z~aeLkR$Sɛ5^nGSnh^]F h%AA8 Jh$)0S7{W04zmHv (<*"Vy7 6oFRv)Vic6EBPUOn\Yn4{HjdO@]𣴟r$9h܋31ԫy SA~Mr}y|hl"Q;h& ">:=!!t}؄!),d8\XB"%h6v^(]NHWEy:ZpLKK]s/`=ݏH.ṭnED}h,FxJۥw~|@q/@(:E('sQ nq4hK1DȞuIMJ ECc{@wͲϯ6t26E%)Ƿ2mR{w8 oq́BWk-,mfҹ1<(-H_T7T]GY;M`Nkw1q]K7V'<:Rkꘊ-%r"Q7hZx Ez[PsV0 86?&0$Xi)n>҂KdϺU1#fOð-%9η @&--p#@/l0c)f2d7OZP g|S%8Ņ Wghbϟ>C? Lő;9lvvnkMLPB AugѧXt#Ҟ~McKS)આAWPԑ815#>Dܬn2u].y>fێ:'еpKjŻP J0BGdۍIZVܢ~ K{VUoEe BE3hhPD8 ZZZԻa&i xWe x0Ho`&/errIX= rр̵uŴS̖d>'kK^rB :唺/C_#v4 hpfHڞuʛa](yu?km6Q|%LiXֳGI9gM+<3til{ ×Qb*qLΙ hS,#:|7j7rM oLMҬ0 E]g 3` ??7dUvR`.+u+F: id d~L^B5=h-=={18}-+)Ӭ3C /9=SO]fy)(*"!OWK$0+B_Rs!`Po|g;G\86HՄR#árjƿG1ӉvLTmLZkMTLE wn"‡B0˃FTCLIwX 8%2)%XEG 5NB֯י2[M,kYWފ,:>tInSD8 0UAЍV"IjP]TO= Ю7|Uޜȭ{_hKro:.d+Y:76mxֽ]b u($FO88;"[8Ml{"w`y CV(}6,oiz~Nvv— ~-|v%UL\t2Bˁ24ENOvҠ+7F5v"sW|%pCK,<8`qƸXѳ2nxb4zJ_$CFKTzF+F fTt$[.`?6YZR NV N ^{Rq& [' VֺDϽ?U^ܸZSج4:as]e͗P]kw-vOQeMr+=|!}mw)Ws̏½Fs;mIń"1"wR C$NjxL N2A<_gFc0œ 9vodQZ=.ȹTȠ&dua1mSq CԿ:jD&#Y݁Y,R[##mAfn{x û2emgШsI*Si_d `@DV͗*+B%>lt֠\E+ټMW)n'!ԥD鞃]M*nmT;:A\WbCA۩m;7HOlfLIAG;KXvfvb Ds_xިBixUt)4KKYU<$\ A1uh+ |I ZWë́sA䁼Ԑ(~K⻶6u һyr-YD*ae,3kpZO 'cMD$?~擋Y\YktOd@ᢝ[SJu3:5]Vo\T(L-#xURj0Km^+HZd3uh&/&$! -%hYyУzʝѫlʷLXsqcr3$_r^&I0I8ԕ čhݴy6㙄?ENC9#F?)A@i!hj~ʣ9#8}W,1+sI>:vpky,qU 2훰Cj@g$ņխb2/& '".2ot7?ݺ1RbiәtR3QDcfc3)# ϯKQy2j[x\S~3dSa6+Ke}2DM9;u˳~W~M^z%[*MH8E4*_ҁH{ת j;ggwg/WrW+cwhڜ6 ɇ㒜?=V>c-8 KSjj#ytb$=, KWHf($r {Eʄ{d{ Rs',aw2&sW ~lR Zάz[ZN!"uB|Llcap0%z晪 CN05Σ;yB~lx\m, I0Z]A2Mg׮#ƿpw"-G.BgyV9^ܮ]40^N;IFRtG8WQ(L̜9:B s90b19oH&,XU>$э@j!m(u v  im*~@fS}̰tUo-Rt%Yû8vϞdq!sZ+ni}9vG՗\i9vv ێ!1R 'y68k~?IV11]ElY>1~f^lpY+HeRLO$щG<;kn$K<KH% i\.֕W}&4Q(@`AguC{C4CjM9:#{ؿV9g.>+ӿ&Fj7{KBuWi 0@LEϮ .x>Tj̇C, S;Ī;v`ס#"EJ8InK/{s\wT /"')ŗ%:e#+݉jǓŠHM OҳQ!2 ^Z{V5_U K8Nհ6*,,I8ƣyPGx'y3cpX5V)eL#M`~^%ziZۿس 2x^ HIϿ|6)W\tzU1wEtG׍m^=psDs Ա {zZy11UsdշyBN)eˁ1 /NyLz .S>P6W/+,m9BBgt;5E( R>sNKh\?Cj`ݟ`q.ΊfX?Rc? }5$|X~ش^m~C @PTNQdZ͊Z1}WKs/5k BڬVe8zOdv9Z'?4boŮ . 'Q Զ.jSd; ;"% a]ZҮ[\Ԙvo*hsH6g/Nm(kjhK8_slH5eCsg'HJvoSDMDʴm eë~3TS@W RF7zg•֣7xԑv?xw~ŕĠ;~CIobWRn7_ƬQ%S!<41pנP SS VüޱP=ZR'E<E2\ԉ8XdM;XD!ir\  V:1j/ T +}dQRVyZ(֍ FOo7nt^z WKXZqYřcn .)N.qrخ]byٕIlwO4ތ4Ri ]?9"445Mu%@&_п}L"TIRŬw^xHu[$8cPд4uBcP{\1uH^wΫ&a^X<e5ZK!~5m'NcNINye(ޱ?0˿|,:OJCi(H!~\|^:ODo@=C jSeM0SճlI*[snzfoFicF\yGi ,Kx xH_NaȎIUl`0NތA6&z.~W F ;iWC:HsV,M.~7Xa$*#FRf1⒍b>[vod%~tryTv_B~windzO/s}2vip$fGu}1kQəO%}jg'{GY12 ,~f!ԬWa)ّ^8E=ub۾@q-LFQ%رIK 6_,\(7~G8e-;QB-"͠=B@~R!ltq!{}J@qhhlrdٝ#2|dQfPPƒ۽_+h]Tox2VNRwK'x ׀/:7M%!iۤ k*v xѩK3ӿ4m3l|'w|:"2j[}=*&slr/UR6̱k؝{E>8'Z=L1y5Z7j|J  qMZW0| k9>`wޒLO59dsҲՠN#^+%@$kO E4`ViLs4AN+Cl)+q@}Mh'x?%7m06tΝZ%-{cw ^ v$mC@ o" Ƨ̺Мs3j`JuOLxB}otW\3yap˟2",B|'v88mk~NyBdc5zZp#AX;Rt`"/?qr xjYq~qU l/(ДH}@{3O6yAmmP y;,d HSe DpM9#T"|MBc2Z//Y*HeαkWѬ3Gx%J$.Y/2iKFyV]ܨf^@.V&y/ʥ'7\JXt:aMْMB]\BL_@uW1 bSkլ&N=nmR|{nM5 iDKG$V.a}ۺIϠc8mMHdق ~mX7-}X9IWUOW%;(^F1d_-8r[IϰTyxSɚZO q9͉ꏝ/ E%魝,JFnڛXA.Vy,p fN^NE"kë^ tVn'l(ً_x 46*(O9RA܌1M%[\֠$k(J 1oLα :6`fZ[-fU <@o.9C/g85 `L}9oƽ/`^ 6:LM5ׇ%6}Ku@$g\cL@=R%21T/+YOAz裤q1n<\Q#-n+WSPC[u躛,1b)'rpBi4"&7Il8+FPL 0K,MeeS^WՒ@#YVWW yu$ӚB>\IKbRR-H[ml *Y/DXMԝ[ u&05 ",j֎ވc8ŽeL/}/hȒ% MN.V~* s/ na vdv c~`wѹyt>J*7-?cbFs|‰ELyCȢ2~isci9T2h'*=&af7CpU[ ~|cLH/gs/KUbh%|)m/n)L`[ wsՎ{3`i#w$_!X#&wd;pdJA8f?$#ͱ`)3!opWi=HeOȲfx ±%JR^uCW  gT|!(95_D=_x8^4eT\FհSD6Kzf j`ϵQ,o.6|\Q;ci)+L2d0\.J4ˡ̠AMg2BϠGڬ.DQ[3m5w"T:\_!<`Ou~D=]fx4n gy#t5%zus9ާnL|Aה&!bC;`BUsK[I |ŐE\9z "[u/Nͭ]GM|QBs"o#:7^ ߙtz|ma.+BHpˤ/xh\fp¯_ll~Bq"֧$B/ckj#\ }x%Sۢ Ŗ!`FujnkWk{1 GB tq}=`ynPնfE5p ;||%4 ꬺ-(| 풿 #Lgq9%ͱv< 61aQz`Yg*2%=M,fLԂv@51hn?r]̱.'?\4CE+P{7?cLab;v3GbmΆ 5=5}U?Bɵ9"oK~(6ٸdY|r5;6KXb-s`zRbZ75lpbR{d/9YB U,|A:/2?1dwA;QХQK]TE+CqqB uK_lHx.1Bpopz5]gNۄuz쒴n{qTMBchy*<xQnRP 784GdRV D1V9"ZX:+mUbϏvrw*NxabJnFOF /fg͘,w.ϓ8#XWTh6x"4_ޔM#vedU"o,nc+ "*,Z+:Q~(|K6,hCUm i=QH7|"|B,fO6?>dֆ&dUM {GUR'0Q i%EL&7HPd~M..<$llSe(2%#RSp Ci(Şϲ)؜0 #-SM?3ĂMLt+j r:-nв=է+sUġpՒyu_ⰞbIh6 r ^*Zz"}:N`Z|d蓀<&(}xV &\>CbJ0>#?)Y^yXcŏ5>}`C ؏9_Qqg eVK_ƍzHwQyUjS3@2]A'&O%]'ZiE͞qgc f9zLWùFV(۫.[,H|C^πI$lSm}R&v5!@WS:Yz%<E(NA4j]Q b#57Qʼ͡/v h|Ց$IuQKjLp}_Qv7G= *bƂcլ1jP*a(<ʈP.Fĵ5XY?ť$B ]oy&~6Gl]~p4}| b09p]를G ͇!>XdBi ća 0{q0EXhLBC2.Լljܡz*N1>L.NNplzXBmL|·hB%9,Vӝ oox@*sZ;.^qZ`vinqg