postgresql13-server-devel-13.15-150200.5.58.1<>,fDp9|j^S!@78Ư63&N؛7F 3D·$V'_--"szИݐMzܫyIz^})u(xS<>(Қ~)Puy)9A73);6wJ8 1:xDk8T '#({/ p]f'd$2ԔIEǰʌR ɜƝ&>H?d" 0 i  9Ze { ss s s ,s 7s ss!s33@sA ABDjDDD(D8D)9E):G)>pK@pSFp[GppsH~<sIsXY\s]s^Kbc(dկeմfշlչusv wtsx@sy zP`dCpostgresql13-server-devel13.15150200.5.58.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 postgresql13-devel package.fDs390zl31_˿SUSE Linux Enterprise 15SUSE LLC PostgreSQLhttps://www.suse.com/Development/Libraries/C and C++https://www.postgresql.org/linuxs390x/usr/share/postgresql/install-alternatives 13/usr/share/postgresql/install-alternatives 13!x ] AV8 H v#:C5"N bJT#^4# t4 E8mC(j ,H,q }Ua+j($ IXakAS@6-  + Y 'I wN \ i rM tv %Q5tE % m$[  k, e j/ dZ*NU ;~% >O8I 6 ' {e 22bvVg2 s[h.z#ki v ys#v~"2 |mY;L,8 l3*OA ' ,gU,Y s3 &2 Q 2U"RWQeW$ Y]:E,#:J> X'&9Bb " C)x ^. -% ~0  \ R;S = #rLJ (e}PNcB>nz\ Qx)0QC5/,k  P$^l)$ yZXJ7r1' % 34j[n+A 9 J'NZ p~C2{@1 82*q HX@s=( Y" '+A-4 !~ B%#%C',-.-b9lWk }*h  X#Nv4 ;D+=GdJ Nr5z * ,g   N? b_eebbn_ekbneekhYSSPVVSSP\_PV_S\S_YVVVPVj >1FG&+@/# C5f  LEV`*# %  xF 2) 8 ?xy  "WG n 9(4\ {6AA!2F fe !j )?V% < @Z 20<8Ho 9!_  : HSA*)QN \Q5 & 3"sp*K 0 L] ' c6DFi@d,@c@clc,N@c pc@b@b|bV@b[@aza@aQ@a.a$@`ٹ``q`OL@`Gc@`/@`#_S__@_F@_mmax@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.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Upgrade to 13.15 (bsc#1224051): * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/13.15/ - 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 13.14: * 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/13.14/- Update to 13.13: * 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/13/release-13-13.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 13.12: * 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/13/release-13-12.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 13.11: * 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/13/release-13-11.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 13.10: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/13/release-13-10.html - Bump latest_supported_llvm_ver to 15.- bsc#1205300: Update to 13.9: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/13/release-13-9.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 13.8: * bsc#1202368, CVE-2022-2625: Extension scripts replace objects not belonging to the extension. * https://www.postgresql.org/docs/release/13.8/- Upgrade to 13.7: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/13/release-13-7.html- bsc#1198166: Pin to llvm13 until the next patchlevel update.- bsc#1195680: Upgrade to 13.6: * https://www.postgresql.org/docs/13/release-13-6.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 13.5: * 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/13/release-13-5.html- Stop building the mini and lib packages as they are now coming from postgresql14. - Let genlists skip non-existing binaries to avoid lots of version conditionals in the file lists. - Remove postgresql-testsuite-int8.sql.patch, because its purpose is unclear. This affects only the test subpackage.- bsc#1185952: fix build with llvm12 on s390x. 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch - bsc#1179945: Re-enable icu for PostgreSQL 10.- Upgrade to version 13.4: https://www.postgresql.org/docs/13/release-13-4.html * CVE-2021-3677 (boo#1189748) The planner could create an incorrect plan in cases where two ProjectionPaths were stacked on top of each other. The only known way to trigger that situation involves parallel sort operations, but there may be other instances. The result would be crashes or incorrect query results. Disclosure of server memory contents is also possible.- bsc#1187751: Make the dependency of postgresqlXX-server-devel on llvm and clang optional (postgresql-llvm-optional.patch).- 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/shs390zl31 1715780789  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrscsdeesfrheitjakoplptrusvtrukvizh13.15-150200.5.58.11313.15-150200.5.58.113.15-150200.5.58.113.15-150200.5.58.1    !!! ""###########$$$$$%%%%%%%%%%%%%%%%%%%%&&&&&&&''(((((((((((((((((((((((((((((((((((((((((())*******************************************************++++++++,--,,,,,......................................................................................../0122133334335637899:;<=>?@ABCDEFGHIJpg_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.hsysattr.htable.htableam.htimeline.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.hopfam_internal.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.htoasting.hcommandsalter.hasync.hcluster.hcollationcmds.hcomment.hconversioncmds.hcopy.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.hfe_memutils.hfile_perm.hfile_utils.hhashfn.hint.hint128.hip.hjsonapi.hkeywords.hkwlookup.hlink-canary.hlogging.hmd5.hopenssl.hpg_lzcompress.hrelpath.hrestricted_token.hsaslprep.hscram-common.hsha2.hshortest_dec.hstring.hunicode_combining_table.hunicode_norm.hunicode_norm_table.hunicode_normprops_table.husername.hdatatypetimestamp.hexecutorexecExpr.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.hnodeMergeAppend.hnodeMergejoin.hnodeModifyTable.hnodeNamedtuplestorescan.hnodeNestloop.hnodeProjectSet.hnodeRecursiveunion.hnodeResult.hnodeSamplescan.hnodeSeqscan.hnodeSetOp.hnodeSort.hnodeSubplan.hnodeSubqueryscan.hnodeTableFuncscan.hnodeTidscan.hnodeUnique.hnodeValuesscan.hnodeWindowAgg.hnodeWorktablescan.hspi.hspi_priv.htablefunc.htqueue.htstoreReceiver.htuptable.hextensioncubecubedata.hhstorehstore.hisnisn.hltreeltree.hsegsegdata.hfe_utilsarchive.hcancel.hconditional.hmbprint.hprint.hpsqlscan.hpsqlscan_int.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.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.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.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.hrewriteSupport.hrowsecurity.hrusagestub.hsnowballheader.hlibstemmerapi.hheader.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_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_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_spanish.hstem_UTF_8_swedish.hstem_UTF_8_tamil.hstem_UTF_8_turkish.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.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.hnumeric.hpalloc.hpartcache.hpg_crc.hpg_locale.hpg_lsn.hpg_rusage.hpidfile.hplancache.hportal.hprobes.hps_status.hqueryenvironment.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.hxid8.hxml.hwindowapi.hpg_configpgxsconfiginstall-shmissingsrcMakefile.globalMakefile.portMakefile.shlibmakefilespgxs.mknls-global.mkplplpythonregress-python3-mangle.mktestregresspg_regresslibpgcommon.alibpgport.apg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config-13.mopg_config.1pg13.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/postgresql13/bin//usr/lib/postgresql13/lib64//usr/lib/postgresql13/lib64/pgxs//usr/lib/postgresql13/lib64/pgxs/config//usr/lib/postgresql13/lib64/pgxs/src//usr/lib/postgresql13/lib64/pgxs/src/makefiles//usr/lib/postgresql13/lib64/pgxs/src/pl//usr/lib/postgresql13/lib64/pgxs/src/pl/plpython//usr/lib/postgresql13/lib64/pgxs/src/test//usr/lib/postgresql13/lib64/pgxs/src/test/regress//usr/lib64//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/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:33789/SUSE_SLE-15-SP2_Update/9ef88a9cb21d0a0975bcd5c1dae8ec88-postgresql13.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linux  directoryC source, ASCII textASCII textC source, ASCII text, with very long linesPerl POD document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=547120bc550f0b8fc9908a0b3b1a1fed528bed7d, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executablemakefile script, ASCII text, with very long linesmakefile script, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ceef8f56168eb8d370ed062f6d0999001885424b, for GNU/Linux 3.2.0, strippedcurrent ar archivetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRRRRRRR R RRRRRR RieQ+>D3Z_postgresql13-llvmjit-devel13.15-150200.5.58.1utf-8c5e9a8c9a33ad0685e1c800d8bed4e981a9438f71650068c047226af6e82a16e?7zXZ !t/]"k%~0#J:fVA9"fev78/iskh#7RaK7VTt'> r\#ia2?D`OvY {oW]#ۊ\y1oBIe{$JزvR0o:G  Y~E[d! (F7EnjSK|a){C$` Dr A:i 91:^2ճvOX z'qr3kV73AB`}(`c9%>8DBdg'ڗ+ƘQ _q#!- r ` I8l09" RcDڍѿS^];|,E=A!X :4 msgf^tP6YzL^lEǙm"Low0ԧ-șYSR{ŸTձ-WɊj.(VC3͌6[Cӻ@w?<\ OcAH+KB%hjýEW鵠Cme&Q)?B3S[Uf ;x v%4 thn;UiAo}RٸD6 :KD qA4pי{@:}uQx"QHpVy43} A CctAUbHJ/7#ӥY'wgf@ZڎA:GqPW۫#l+߳ȯIXzVg tlKƑw>O#nt3TAVUFn8*~)2,ExmjT>XpՇjM>$`=ynDT#Ԛɠ CO5bc*9^FBEqcGLN{ e,٢g|pX4 쐊ߤp{tMU!A P0 \Y3WsX(?Q8%XN˹OM9,m:h .r|Ѐ.E2T#Z_Ti`@|+IlZpG }BU\}f;v B_X|zPTK{r[=yrSTA4Svs/UwX-oÛHt+|bGǝK:Tmf&ӄ/ jn%JGu=gA8ҁ)0W{(|?:sQ][I:y->փٓ%Ebl "-/% |lF1GHևr}FyyM۷K;MѣDFyR]iNH2ŭ.\^,xz榟ޱ8!Z+VMq<S_ ʧoMxO' i_1hDNܷ3kgl쩄SkOyd:\)[6ꋒe5ʒ`A~O~OD`6~L6B'!B3_VJg\Cę:]u6/`D_R.(Q->j#^H].ڷCu. h @)נ`n!Pмi,qywQo6.Dn᜼fR>b/r3Z=% y+RƜ?`Up꿷U(g@E9tMu8RŬa7;Mpc`%4q?|wSbh`uסm#d#7ZG_܅_݆ԩ<ԛ6#g S2ofgoa6<^uQrVP_ؔC)k2Hؾd6H47q+3+1̼ВA5o2 jJ"2E}S2;Ʃv1C(vkmzC*X4ٛΡ nOirTVMC3 F4Lh3iu 7'XɁ?n8|hrIH;T|Z8dćo?b>Oy7"Tk[U7bL[;iy+z#]oޠz}S8Y|azl@w٩N0mAgM1*xdfQZp)LA9@P|^ "j VfX࢚ŵs+t|K%A'ƿ* ٔ;8 !]䨠ڗWxyx0q|+0j(L71|o]Jw PtIY`0^6[֎Ƃ ɩleg\&-.a:fUr&K~CP}Ӑ^\Q[;G٥`'b OU?ֹ^Fk7r9jXH]f$DJ&3Ҹa`H x3gڴ\YftL9-2n 5hQ!-'u 1.;Utux%sŃu28%?-7eƾ]frKcLh^te3L_mW>ɄK)>{XLiBLo\ѸD*-7dԠh_hRlC/%Tʹ5|vexmTlJsYqxwm_ :(&=J\3ˠJӶwNoG'kfŕW+l/{@Eu4U[ gXPN_d//e2I[Ю=19p1i)ך{2 _eG+vh]SGS-#˦i me0 7HWw3 O(sڮ7&MtS wݢ` J 苩<~Z>a؍U|s__ g#pS b'L:u[GaiRl V~Xnh>VALenJ,ZDFnUrrã 4<8u3mħNpBWoC1=)Z'B efw#Q9{FcL?O< 2F#y4s>ż׳ ^79$iAF.$Cofln427GpZvvXH}BA1NZH.T8a:l!DdcuF[ zB|+^kPt`ˋ4EkY?7d&FYE't>f;T.~:Chdmc'Ph*Ӭֆ 2`bwh: ? Ui]giRt" e_9AHi\.ͯS!^8 g6%9mI7q~m_]$'zKVsևIoAn1^7XQo9v 4pŴ\V]NtdGG'xXJ>Hˍ~ZDQidV M2 .%IRJpؾmA!aV_bypL6owwwUq;k;֪w¿H9'5z? y-+*²qjg\ijϖ y?_oG ;vΘ C« gA#uR0p*|kLRwƴ9"sG_?Hq[sڼUOњ?!rz% jcF/ =1+421hpʝԌar[ti/ky6/s8|P6k52ώk]5iq1oW~N } wͺվ!-@wͩ :E)Gl;KJ!Dr̈}Gv{\1@9#ѮřwDY}ƌNaqhW[.h+:\鲈ƪq ^ٗӚ(.1{IJx_go} {G(DȔv:iX]VtT$׊\O}3e9nG⺁NKm`ˡ#K)YY>(9>uU5 H/֧bGNA߱wMճj;x[ A[5nBeZwSrt+@ˠ>v rC(lS:{jDZJ7|ј93iPwa58SJDjy5Ww,9==~FL g۝আ]ٷBuDg kOw@kwZ㬌A5΁Q>s ")_aN!Fǁ~ 4{h@2ڭrTC#ŭ0*Zu*X,t<7afMX,YOPh [q<@g~!Kä8h}zh~'IV>'q66Y?rMHχA;^ c#Ʋ%Iu\ʼ7h ۵Fwatv!'pLCpXݵ%?n\jxNݡlhVՐ\<3gDȈu_$M%h䙝]Q䱻#~8Hx!eiDA5dҜȌ\kui}c¤h T}D<ӥnaFx@ӋB\s OHS2fU]C'41R"uMO uUp}V3dubӆ]jȼLlۥ;(+>6Fd)Ѩ /.bx̫~'BgfǏe>G&UbRdqN@elOMvw4Q{;ĥK_aiJ<E94Vd.p@%YGHc' π(,$̸I3 <Nw k@~qȦթ } aA~sR\dvJֈǎ+5nMa]VvdfWsTz"Ge iֿU"7q% ٗ5Q"ɓ=$O[o1 *| QmVV4Zh(쩧{˳!# I7IDž7e$}o:'fNZݲ+,צkۄ5)֪- ؤyY̺et.#G>( H /9^NƴA~E:IH<8L/nLO Tyˀd2{u@Wt^A)[,Cw w'pg @$Dצ\Xˢ@MQcTwPfs0wA'M< $7 ;WV\SɄ ݥNd$^B%v{2zlFDɻG#`v6`b&Af:?Z7EiB!כ6G֚0\&'U0-nKN ެQx95]ūaf32ΫL&lC?׼Pek`0C9wNnz)!ȇ5]"SSBڷ9fQ45Q]Н[9!fg]M;U*@0.,+/ }bE{{׿@Yx$qR|{/%'Yp&rF.N;_=mfz+{(Ϯ$+f·5s.;kH{ NYOD_m8D~C)dx}\曪iÙex$[$r=K%+MxvR_9FVK:P~\lޏ?~&8oj$|=/֡/M=9n-c5%hdC·]Qd(JwQCGj#C2; k:&wG~M5APB,PZ{^JpW4DYA=װ=ghDj*АީFK(PubAi9U bf0퀪ed6?u{Srnb @$a  ?Bq, ]'/nBFfuȪ`-<2Kh!CGK|PHG+$N2Mxa-+&C ~^ O\)j{qd}̝5gnnڐ/E'$Pթ7N/R`Uݠo<Įg/m٪]g#&ڰz@V6kB>ZCu#BJd-$KƸTɑċfc8u&V'vaZ"5J;96o摖ȐmùY\]'9aR'2EfkA=Z/ aU쇄.K8uFr Wpn=/K~oF*w!~]lk̒<XhGݖjξu_d3M#[ ]V2vM]iY$b2&o6x%'?۶\7Z2SIiKXyocI-S?UHB lfmz[DjهΧX#'>g+.fıd::l۽Tl]+ӜGk]ߴoSmv2S dx lC Lw'WxavO}7'TC@#dpٸje;#e Aw#F@b5jc6a^Oh-# νD}` C Ŏo^M OZ%*<ZGՑ+T}oDg羚AwXպF{SIJ,~HVv@u Q W+F}k eGQr߹L[ov˪3t\!OFdba^G|#",,`4ՇY&4bu$@$)(5ch|7j\Ö;NBX*,5KS '#)$iؼ/2\aŘ 5F%Mot?!6-_Ps4piH xbOJ/~r2{E}O2PAS襺0RRԑ%R m"DէPzq 5B%ƅ,RhL PXR=gTBͷ#-Aq$ S-dCT-ԊcUGz˓Yq X.u=ޠC{+s(*`0g:EAp{+@ȭnV8hz]iށe9zqU2rM rdxMsqIYK/jK {\u]?YZyбPpD^JP4j0qnaCѥɥbCkGaAEF qiu83CRπ:F;qk T$}hT,:9ɋh>?_ <[~MZJh˰t/ ٫T,s$Yȃپ5,і;Jgs *ҮEAt>RPner ?0,M4A敹'd#UfӅ"$JZiܩEzr[$^T{#<y&Z;1ieP]KxMrD&,12:IcG~ dA׉*>e$/\Փh<-z:/+a/&G3P?c l|1iӾ F\#PO9HИꗴIDy'0`}[rv?@vUw FۮNs]=4 U*bQ̼3kYfȋ %XWhm'#X3<@<=>'քވm@y0G0r`-?6wvB;"WЫh+׺m+)nYzU2?l..g$.9Ab埼tu~;uq3/r? bqLRTXo4x V:0@} 0#r^ezx0 GÇJ8B;wy|q'oH m ՘Yj˞j}Vy1_;YL;\k؎u}]Q갫Gogq"^tM!TSu=8$P+"t38N*.`D w~< j0)jw ^ǻe _LF7EDŧ>V`rBOiPEjJ-0%p^h^ `|d鵘+@PS7jN *:iAA#pxY{g$l٭& ,̌ׯ`烼#}?sr"sA"sbjýbG-Hx:M9/ 9ĠnyuHj;MIڦ_Lex%4Fu ,&eyg~Hٷ 䍱HNwZU^#}.J'H5ŠpMho/Eq/}Sx}A>[`Fs252)RϚDGF4_DS$ IO3d.- -i!JulztBRD8sgCQ^ da5FU] Œ;JȁcNDTHhvLUmG߈):)L+`W/57G׻f{qL}0#Hp۠`-6Ѓz?࿓YF"`)CЄ6i·ةHS "bO@]P> MᾐQceJ%4>{M&I%VTzxJ" m G"X HEqMpcG!t R.c%떕u 1봨əqzOj:|+m 3GH+hdHy-f_^ܕW@Z|Iwū ɢٜl'v^xȈ|H5%x>5~;) qִ{<*Ozה/үXoܺR*b}xKhn{X f$@8yF][q?,;.8,*16396Y/ܲf r" i'AL7ו61i j \5wkTZ`2ԑm3fS434v=8;13@$yMZJxa8WBȩ".M]40f<\}^'p,!O,·׎ýWc3۴Z݁Q)H2N䳅r/*l+mͰ}a=W_&$DXq]LTJO*0T/ 4!yHcS^_d#17ESʄÀQzp.3E |t2t V3~loy =sorp'.+F`M ܎&^v*Ooꎝ'"8 B$,Aj㬆%ѕQ#$N2 <Ȼֱ (r/+:HNA C{qAçyžN4&} r6"N*!͂o@\m:%.U9.bX@C|in.-RsD\L2fawOI薋G1X|髁hdD1IX":gv8;S1춁(-m4VY^GzƊ=x=_ 7lw+L@h}a"\GR-\X@fqKW|͡C 7}u"u3D}t$L 2TD'O~ TF!G}Z=usUMY[ `[Ҏ`O@)jhGqp$9m/jAq:Y9p\E.nA4HJWvIp(c)Ә.vT912;tV>l24cI4<Ӯ*Y*#TΊkrmrllbtEuHQj\lǓUKEТ%Jg-1Sv w$VH:毵"al%aނ8u\pE[7WzjVK2r%7o4F(3^YW%ųbˌRlGR3dY/?M3ޓV9a\IAp_F3~.PZq!y'^@GG?K uJꎷp@#zn.6XAF}XKz y؏o!=Qp>>>nbz6z\ lO0p֎xv ݞ8ܙыkA—ZjP >ZI\.H[_ nAsOG%T?{Y6GpX-$ {Zh网(p-GIDh꿧GG0!5Z2egS&}c[o7iuX4h#4-L̃CaKf)dN϶Q>:E 2ǀ[1?=CAs `}ycg򦗑* ]ʼn1_O/e|: 塖!V:6VUNA_3EOi?eИG}k3Zoܺ¿,@B/#us7 ǁFyAwy^9@noA#=kr닷OJ')?7eϜ) Mo+jCy-8Q,՘c^i!౸|4èn 337tu;tYcju>uP R\buFarQoF  DY}Om%kwp SG{v pg5$<{*ca5 |qѤ[ ]sؑ&UZ5+_wHbDk2T Sˋ65`^uqqp[C6cnd0aFB9'ots5NeVY1(} ^mlf?u|V!liH=<0Y x Xi9m./kHX(Ckf1ʼ7I?`\[؂$F!MlzwW(oCseo*Bl O`iFʛ^t|Ceh/uWǰ6!M`<]iwVHR?&gnZjR`rkWj/ eڜ6 Gnv6TI!/ p+Pd2S23C?ivsn q- oћ*(q,0lͅղ;AX>.B?󺊀'<̥ yh;;,]%S3DdQECSZ7N}sO88PFRu9;Em#We͐aPyXSRQ,AkB'u4x)eE2r<5<3Lhc{8ZEX);j؍L为I "GUꟑBw7gQS{2̣ nty!fs59npuKP#o0Z\dRْ 0WǛ',)"U)C:Ov)c‹zFr`n4b2 a+jZ gb+E{. : 1{ (yR_äGzhֺk$E}DYZen &xT`./I~M l6gw8ɑa)ES@3=.~fYݶSWM6+uhaxns&Д+,hYe Uې t<[w+W+"s:c[=ΒO,k3c5^4 ߋAj4l*yhgSQn#ӺY\]:P{.܏ ?YB mSNq3]MRG#5dCY*?aH.$ ߦb-Mϔk-f%P.ઉ[XioDYkwt[z3L8[I$vZbs|){ E(y\?XRv-I~mB6^M1rdX@URQbso# %aPGvw⶿DPxwX'pK;0@T=رaoUe09OPx9!,~o=~'w+Z߫ .^`z5NyXMN햳D2hЪWc&iqB^eʧKXaD6%ͪ /"YdߘL\T#a* _dIN`Q2 kJvzd/o+z e+=$6>PA$’9l9Xed6cXWtelҌmGK Y;uhRm{.J~v˙eéfK8V4wK:۠oL72dz^Ȭ(/Wᩣй,mǣ䧅@"} fgzcWv `'MEYRR˜^B=7bImJ9M`ǗDoQw=R6?Q<s;8W$ypG%+(hй Wio. zW r/9KPa coW<55O-.+"o 82)|nW"`pZ{R b 9V(vo.!M~vư_]zS@DeOͧ$zr=Uh֝Qo=Mŵ4zkaJrI R,`;;%k|xn'(8f 26a L=-SYnB3 M"Y_a\xtOccA\aY6]:PʿJ&+G1U xBrˈw5>lqU sl7gsM>W+~):(̠zF kVZXI_p^+ >Gfl.}:`ZC+  ~""ౡBf{=dmS2iʮ_c}ȍݧ;c4{ LP^k[s3 L{VeJD,lD.. FmG+M75sPF#NdR@0SP9e3) BZU= ;>=ƣ\cl^$b4(~i7!*;\=_-Ét,ٰ#@B'B8ߊe$ sȹO *pݦ!.RL^aPvPZoeglه!`u -,L Zubuwk?ZNa Tlq;h囹e'Q:Vkn.O<@o- Nc$v_sxby *zPp+WDkS{ 8ud?&˸Q}|\j/ C$p*\mX)F1ヺ@#X ѷp];.'&|Otz`V!lw?l;3}+B!/"ֵ&=<mn;x_ig$%Ҁf"E[%ħ8D8&U;H, R2s)(pdumC:bGx ?x`HU}*Za ţQ#;{nrL J(rH yc(;.% +Bz<>("&Di.!Q!`:\н5$\[bCY<ݚ!ZAw0K+,OVYU`;rG1Rd8RŎڦIaˉK TaE.aÑv:t k$! )zlK$5rV+OݜؼKi]OyTF )Ϥc u&HԔ~<@GQS|ok茞K)Uަ>| +TOF%2 7=0LSk*4hٸ{bU/ '_֞N]$Q\IDZq|bf$,DYzX9Ucw3V{|:x q8| Zûƕ pL(X! sΥx&umڅ;]<GlLo?ݙz9P/BhX+6:y5;.uLK{_nb_~ۂnՓ%.as>=m?ԁN"Fi>/!X&VgJY%kIE zF6>sI*b߉P# z?? 0rFÅ&V>n6vG _Bq D\I&2q1G 8N;zU^} r6Yr+ uyCv3 =U͹ʽ^B`T~EQ'),Ppυ[Ǭzv7-.>,Ӝi^mͬ%2iGyj  ":Zٮ:SeζC8_*m\: >YE6Jc<{F+`6Bq- čgmdd#{ĨʔLX^ήNJf >S'i}12~Vhoo֙GA{K1 o7ؾIq)FdƘG:o}AכΑMSbY '6vd]- esG)">루}<2e9N*N唄/M>_'_8kXCkz6ݿm9F`/KSvܸO yS[zωE؇vaO.o QJ kU1/J;`wחp"Ve-fV~#.xlBfFCEސk 1"Cș'D4*$1xUPseR qXlmQWˆ>^F6% >7"ݚ!;eoweoa[& .k'h}A͕߹* @&4K*=nh6䃗{p@pzȑLʘvs>: {D?l1Ho$e;V&jQ&i}!S'5:{Am0lיw@ }mdm+<#GrBP>޸J;`UV|"VhKּڮ?)J,k&Ԅm}79@>eva2807;h-_ocp+%#jCɺ!< NbܺY;=2.i)'[9OͭлI$1cKvЊIո5e8׏; (7G`d1óSSL100fK9aa:vI@gsfS0R?lѧC@(r6R]̡׺瓓C~<=I=BZ HOVmH19ˑ<ʌIQm:4=2dϙ=F:38vx7z>v, 6Q;Cwb @,B^lJ\LW$=H:qk@ 'y+ŋ>Ǹ82![ }&ƔKeqEH$j#~ f0oVp`E~ެüYamue8N2ȥoP@ϛdeY_syu#k*K>ZI,-1{P OWa׏5)2ʺ'$TU74|@z4Z/4 nݣFe㟱-<Jzxpai{iKX7:v [ݻ׬^(]i1*Nt\ n;iAi|YO^./3IP:;0"1SeI"g8;~:wC샏vp⃰, IS|9-QipvOC|xlִ \.HϐڹP9_dff1#Ka#YۀP#= Se3kvWoL;6""CY8^wh.&r_ 8ÎIsmHTY{fsk8(ה翡Mhڇ.@f 9A赹z{$Fx#7. NlZcO|?[f^>xS:_v*;-j@Ewrg]l^e3a]be 1IW,r7L TӞqNd tx7>6l ōc%m}Z?Ә́fXLү2,<iu@)544 appwYw{՜@b'y *b5@ ^cVRn۾*0v\Y!f*L¶r uyR`Ÿ"4oLfcӹlO"ǁahS^E-0)7F6\D/b_ů{RЪRodJPh1 :LvP~x=Fq8ž0{5ع-K!Y٨Qr64RB^;[#r&SI;'EԡyFxJ6<%+Q)*A|9U=q7ب-m0=@j~juvout"IONADn+{}Ľ'<^[O(Ɂm ѷk$3 ]=?oŊc1-Br_I׹d"@v]3N2 מcDzJlLIEk%}DmDm60iPF@E2J$n=4RcmWģ<8mepGy C[š9rwW!Vp\D /,3R֗֠=_,>0$@0u= ߄( N˜3b8p"Yrxے89ɄUQlha\BX:{4מ\(bzTICk/H|,}8\}hWC+UzMɯMCy4@UQ>\5g:݅[n K,y0Hg [e%i^qK#hc9&q O1Atvvmm "KH8O!kQσ  ДVM dl0Љ$gC>2u-M~#D 1駋AzfIB4. o8WB61{3o)@9!@]Hex.CIJfdi n}!|IF" M$;靖0\^V 1i<6>5]b6$O=(猄vWn+TLgʗLF}Ե~Tg0]|hkIi ,A6F':مZ.48ۡі%@ ?%aMd5AJ3XTtkgF8=s9?EDS~^8%4.#XSCӽwf煽jiɅm A]eD +7K {g$7D=4 ?lD[mmdHmkvcK%k^;ci2nqh;xKijĝ]8ԵTc 1:{@2r wso{-[Nլ)/A:&FDN8mZX4-Vt0M.Gm86mٗj1|Ǡl؏V3>?9]hleLuA7'N4.AӁއF1@_hv Bu;$9zku{= mp ^oP{kwӞvt6D-\Ydj%-ap ۧwCKڐhhum|##`*nH쉫H^62VMXxIK 6QZKIW;jDGj N0k_ulzJ*Kф8LNib5baa ij 9a&̞ax &1aG[жW Y:է"|Ҭzk (6[t9Snfs2||=cOMuco k|9(<9\lso用mdm[1o3kmZ~Ex;O)ʫ|AJg 'XtFD*U>o٩\YgSTY |"ݸYbI&tCF*0)?zʠ0=5Ʈ>E˦DV/}?s!]Ydԓ-. I}8dwDFz]~C,`}-. v HSIeq%4jLWJ%t)A,B$3tcfq/NӔas^[!Ϝ ^娔HW_IH'k%EL'3[IgVxuv t- &zJM/Al~"ۍÛluxAM4yX鳡Vf'Q"a<))u%@PwTLob&yu b5*kՉbv $!v;nesy#h,|(1%֬[M2*fKJF]yůuDTu25昬;{ep(,隅5Z&*7Qb5voOۣ%|n9jU hNCvq(o gvpKIH흩<tt:=D56x7.b~GVy Ə/=RY*zZ SJ㸚=$0xΊ+%QݻjBli绽8 ֐ IN6 {IWir| ՀE7c*<_e#5@ca q w*c~Sk=pE 삕T贕776sY#/)n9"Dhj>7i\gcZ虿?-xup{o&eU*hT&?(3tNEҋ9qέ+>Z)fG8d!.yNjkC3{g&SK6oo3FJ+j1zų}ϞH!N~?)[D"RDjTP+`Ș&woýmb{BO R߰$-<.iT/֫MoYw[V (Upk~$;jɲ^Z՝T YoE4 Tle2Q s?#lӎQ2\~5IJvwFxO,.=`H򯽶G29st=[4~ǘ9#>#;@q\) Q xp!"G/iZx]'.čeg_mѳv0$<٬'9#PW?$ !L vz~ͅqnO49_^{"Yj*0qT ^j=eg8 h lNLyw=rh$tֶ_tu*%{~E4o9N zX>wCmy!'p:>;5HҚbɎLrUXŒ]USӌN;Su?M[~S%;?@pr% Iu $6Z ,-/}nuID"a*XjnylMWm j\AECB,Slt8}‡:ZC%pz@Kp\ [=JrHڒTV,:0bLP Tg7kA17ϐk=U{;.Bė#y;@I_H*L0JmxyHKXrEHIċ#]řuh蟰&esRPEO.R}#_ pX*Q<X_P>CHt"΢c收W1; PUԯWyI/sBA(5]Ι{<6Sfs:4J84e60{S.Gc<ʉ0x*#guE\\5t3WAW(RӧO>j"nQ ']u T"'OClx#mLn*':WK{Pp|qW3CO,w*wrAkOJC92s5=:sɇK4.V:@|-[&>фuj PDC 1Kk;[NQ/YlIT"ng8΂ݫVRnPSpVHRj}î_Pl1SO =KK)d*rMƐ_w n4KHIulBi 4&l 02,>e Y-<̉j>B`zXF ~(s睋J4N'XOi% Qd2i%Q]*n\پqeD,j5-[ta=rWŨɯ÷OH5ی~B.c -QlAUZߐ !>  x#61# Q^Lp<ո"Q?JhèAss؍ F' <6_$Ryy²5)#?YU,3$Jw^n qپEĕU eGa6YiG=j8`/N I<:_Om+61vն9%6H۷IOV'p~^ozW9adT<$ OyAo-H ٶ^_~嚹%pU3 WY~obC%N pPN!kLa.2kh^M!9q S%xi{uWܓoEܳA5)K#ۯ&NQKTTNaj6Ob^>2~ () iT9Ic))h=M%T6SJGfwODb@CRwOھ5'S̚dZ\mw[W%cWZf8hT$Bv*xGc,NSëئ<))4פhFRqD)Spj eRs`Ⱦl~O8w} $hpU#}H.A&SYu,ݾY E=}-@>4]%*zt]F1kyPk6Ky< ACM~0hWa QnT@uKȑD|zN(kbD+(%OYIIMqXoZAg) C ayٳj8qdѴ"VG*. x#$%3Cdއ]$>m4gO#\?hⳎ@Ad|}8U14ȭ%c.1r@pNј׀.d8 +(_-/lyε}G6cqZ&*uyb'D&Z>L~j@?iW3@pPvTV*D6ƂRIS s}kS mKmDw)JئG!.rSVnj5.A;`ZwAM׋]AxPwQKAU73Eи>4=oBtϛ s{\a|EedGG|Xxjԑ H3u A8Gj =(BzHk#o$}bQ^=n;u%hu(%X &1,&x\eL6ִWG,PiGר=6&7@@h'n@*rF^ |{lX6OL)?5Zb\y8 tu›NB=aya4L RB^a~l"ֻ:MrKPR +^;o䤾v" V=K+nf-ć:lR_T^UmeZxN;mt4}E/& j";* D}0#8YÊ([״q:35WKOCG= [5L~] K2CTait+T̹R=@i7aA)l#؛'&'!mCY-[{Ϧw& R)n$dq=hQXW;plfmрT̹x^(rQ_kVN:KK* wG9,ňE Ӹ4`/:1-$e>'݄=Q*KiГd`F1};lTҰ9h1|rϝևQ]R'V*HޔA$Mt(Њc7p5% n~aׅ_`9f)#D{BR"+t\Z_*w\] )ٙMh2RA|V} jOxϪYi9/QjV-iKMV;9i7#7i`I{Y[>yZFtES}qv} dE4*6$D4|qiPxl+^>ć+?fT6$#bq:k,ZdJpSnRrd [jʞλb{ (\*j 0o,IY~F1 ry\᪟.?oK|pOKrqs]TBy#B\c̙LE;OȤcj`Hc bY Ğ=\ XB!Xo ^#I݅$w / 4lem3*Z4rJ+"4FѦ֊B;!E|Fp!/egSP 4,}<*=r!e評1PkLb1@O~IKyPŬ(m1$ \"i`^k;Fwf\v!>@4!cSuOolnrدmdBMQ@F>Fn뵌; Z.R\D^ӁձŤ'^~DC<t#=oG_@ a8u;ԋCdzvܰ`lbD϶}YE(k)έ[N %oVZ+;&tdE,,h03bE3Or#}!hY%4?JMq#DYʽ~Q[:q*$U4P:ߗ=%#F{:R:\b BSA-0Evi jx#WTU)EF9b_ ̆ /|YB "3_)S!\q'9)c2˝Ԓ."BK5͜xA)Q̴*BH7 H7ej&,r{=+S򹵹#9BȦӝTA#ƒ)䉱|Bc= F5E2llG%AD?nbͳk&G|>2Ċ8FN~Uj0\w2TYnꪢ!!ulUa`|4stRsl jD3J&$P_;!;#s?sW+Ws?҄wd83P!V6,Ml!kL@NW"rS{R4[Y` -=Șvfm>L?,|"\ͭm]S0t"CH4+NeR? ,H-AF_3ZopHo09' 7v]}Y{'Ab۴m_DV'R1K7.*M~N18Vm#AѰԩ9TEnbW&>fZEr0W!)۷@RKgt&L 7- h7GCZQVf;СEy:}#R |}:BӾ.їUmL1!u:y7`v޴r.wƪ ^km`oQTmatD9,.ew\7벶X~'Bmx =-= 6?[S5^y:OL9+=Fl"k_c7ZGk.Z-D)BJPU )wо-b]O3 Nx}M]Կh:ove&q{|x"6\4y@Cz#,?0Ts07N\U=ƸA=»wғgxˮ{Gy+@ =0 ~^I HאpOw _ɔ6QmKM;t$`ȗELk8k)$,5;x0hL8dDPZjf`MHW[+c+&dd~9$B]{͞fku4 L0rM/(y/ G%<Bw"qQ" 3,ޙ";S.Sjhz\Z= eBZп,ʘW,JPs%Ƶl>^*jV+lXe@TVRfTef =z481asiע7dĎQT S/{+_\78@{ҷFKm"vOrY:0i}AĮQR ҼK9tXxy|s9*ΜOM d+1e@_״GEnw%|:^5%G H] 5,+԰}y|G>Ah'?2&t&W )-˂`_*l9AĤF 2:si 'AsW,eq.avIN +SjP!h; I4߈F *ܣ 5wA8& (?ncu?Q{۽!J!_417 !wм՜ '~pV FB \j2I63ΡeR$!^ oOGדc⽿fAƏj5]CcARu<90OռE+f=^B7,;}8>!-W%`r\^2.o1SGZKHÅ+8zRgW(4#џ ׎UD  2t.Pב\fYxqfA}^MDܗ5cdMt2}kG%j|g}1`I\$3+UY j Qe*gg0t@!_fL"% -!Xst_U'*53 XYVd6.QP(^솵>YEŞ푫0_%yV-z' z {9f/lk\I**,hcZM&FK1}b#R.Ru;9Kla"ڞ KqjSū$V>Iltbtmǀ0cOqȒfN]MDdЋF,z LqOʃP}[ݘRo7,c+>ՈdTIn> `,]LyΥ"e.<갿UY j#-45=Pk{z)+X9rT;!+vCQr1<2NMy7[ n3@\ woԼE*OqO8' B?mȦKDU)](0VHf#j9.Fؑ* [VQ#Hdb+[|(VY*Ia54[1 '.3UJ3$ @ܡFf A! <u,wfq_}[KXR`=8BH+UJbxdgWi:hH K4HXIlC'C/l^艈E#mM[a+a^=8 $I3W|㸝)#&<,XwͣK#Zep\T "1 '(Ғ1@T*qSLb=&GDfU`LOrC~`PeV :ɡ{A7+݄@*eJ,Q/5s wncנSՕ+Q 5Fh>"NvâZ|B&6ٕf~Oq_: ujm^7in)Y_ [yJd)q]uI)5(/ 6}{Qi#Qp_[C> GuuEAC=]'\%{WdnyNVRH`>7:x2f ݈4>N]F #%š㮄• U5o ?z~sF[Gj3D[ n[3Z"qiG8Rpi/ Nh7Iͳ!dT:יړZnCx?gzt;:ۚ-:Vj͓iZSww:)xFF좺_Ol8J߅/v{(l`RiW+݅2U"K? /ș˧#z} Wͧ;n?x7xdTl9~< oM/jgJض >}7˜rpfZ?&gl,V>k뾺k*p))Gde(s@j 9+!F1 TiOTr9;{k%$W?}ίA'R*T'Ů=Đ7: l/)JoJ`_kZ5&A|AbP O(&jxX!h7l(Lx'k'YOKh;. =SA6BQ`66FIJNlEh,輨)S| mmW"wi4UeX tx;O!vrV WE5*9#^ҨcZ{CAdYJ,?$ h)0c,w#o RsnuziťCm>0u:$MF 6bkPjS@1f=h0M8,/(?iDHJuX)鏋FBӽY2kZ2ԤuX %6Hw2pW`9zW;!|٠'BY\/FC`4>J+^"[ ˏ'N涖:ڼQ G{fHQP' D⯃Z&H zn*,pyĒL5=ESJFzwTui[jSG 5u}}-Y|6fǮE /Y} 14^3xYzW_e $֚ћtj/6,w`t)\3WO->'%K`&(7 X]H0lرVX5١rRo˦hgmRf?qN@|U|!-oZУٶ1kGz1ُ7t`*ϵ:EKW|KiLL ZB4>b" 6 n!шf'UbjHH JkoCQb&D- '4`}UT vDETՐ$T w o P[1wKjylqSF@`Ifv _B%b7DUhAdՐƏrL$=oGߣaC<`hOCv/-a.֛_Z?B< -m/QT֤\uL,U@5ncQ 7S+9nF;7Yu0 Y%94$2hU~&8bvpN-]#ů`aE6XHH;8iRп1bkP|<{IwrC_1>f; Hi[x,s"v,"ֻ9$7Wx2'Ũ1˸O =qx;kv<ϐFo)e1i.C}U{X7 5gQYF~015bʔFUt_vhE{%HfW2]Zai)d4m4v4+eBs)^ Iz[y2sd #!9&~œU\DZ3nY?w\N2%'E@&n:{ﴌ.V ĢSR._ުj4^O.F@ì޷mQs>w-+HU#|1Cg$hq$w YiŹS&xy;fU҂R;M6w,`5b!͍~YvNr,e-C/7YUxXfa Mn{b@jBʂ{ dp1!8qeLZWFw28=4[}˲yGFx¶yޏ'EӬ$ z%$դxXFsе!KUgi-n3%eRG :®jCw6zXȻ(N;i2𞂺i0/o, o-J@ t@b6:4oVNU6Q^s%@\Wx 5qlfw7bEZ)Cgz}Tg`~sDSwz{D"BeI7,}caQDWFT#I{fd}@Ərf7ZE y(A* 4 mjŒfu̜bD$*׶E>JuNSn~zE %X"O z" -moߘjPi  PuiNV JpmS?~J/e 7o= Σ=^X{=9`iY/ vdISFrW#4^Mf%*R%ćQ\_1v=Օ0_迒S^Q;)f= ɰsrkoiL 6 E潖61CTNR66[TļZz{}[TX K@s8( дh$0(_wunt r#SW`E?3h@ޅ \Yv~pj䀯[5οBu&} tnj >& 7t:XF=mֆUA!Q:$ 0$ط\L]-p$ #*'!pZJCךMghmj>Itb+.C:_ K^ͻH\3~`mu ]0WLYYl9E ԐM"0m΃JShM6K,11$xM(q/u>;1^U9YĢ'ƉBM]Qv0:`oْYe.egA~m/KpǮӍ6ls+=j㩅XD]E ܽmMuf^zPj zws>rxB,nMRPI.K;[3 q̐v R 7LdwM?;l_)ᰘAȗJp4T`B 5#/ӕxc nvhw+]){TV2p//Iq *cN%l NI[Õ)DU7rYvfc5K75f_4n婤,N/Kﳵpx >Mnt%s$&R.4f9*"CϚ!?A-wi|d7*)ytjcɦH&XX<$ڊ`lYYepMKR0r]>bfJe&!W/8M׸= K qF:,s mVm#JYBҖN\\]3^ YtdVL5Yq#uQ,\'uvr+jOEy~Wp ؚ購 $&L\"gCJ8A%f3%IW"a6{`wdvS,sn"vLëa JJXҿtw v5k|/JN׌pJ rJs/NyDz{j-4%Vg&#t${=ͫ$]-dX}4"W!@@ffTO{ԧ_ @2⚹DBj }!I ͺMÝZhp)4YmחiIQ̫Dhd'=ؕ b'mih{ Əc'x ~-YGΑa [6U!Z=ǏP1 r4w- i*3,wճD@sb{z;wIN.H__? y 0~1rS;!Jlaeձ[L/^|zRZ}l]'(= :V44TG?2?,$EDsolfVӷwń;9VG܁ 黺9z)`Ҙe߁\qߚMȔ7]B*wr m#ĦW6`OEgM>L;\gH}yhJGe=̚G#SWb9Ѯ )Az쫄 pY^sԳ.nK/1oZ!\|9 &I!пi~vЈ۸N{ ]9#Ձ#NؚTDsڏVͲp8me7.߇ ,hb&Q2v4]yG$V}1C7LΧu"wf'6F3kx f+Z2z%T@lgj~#ެZs^;Γ2jGYTT)>cٰ"ȡP8#Iw຀#bi8)Q !\אtĘ|ZXpRyF3z/Cl߈mc{\"IB7{o0 C6 I쿄{=pH1@@} M'TޤRT XZ ,7O>s^Pߑqz5d(*: ,maU;G0+A٩!&3 UռH# 빴%cBʋCORfuPP!pC9VoH @ȖMEdAmT.z&}GVl~2V*- ȁdzK!?[gHK=8kI)?mn2*m1Fq|ra]- =r_AfO^%sN hfW*)l,ʕKCͳ i7϶zVG/Ⱦ[}ni]0cK˯c_*y̔EwkCvSYW2E 2}Rs;0cN 2B)9V !_iBmSEXrJavÔ?hb#+q\q{<"cbY=5 Y>2\Q2yTX12oJ1^_8H%tg!$n.'7HxFږl"^JW8 K gEFnbːUc, WNH ПC8f9zy"TaԡwFkOJE|J!xXٵ r@I7|%sѿG;#[iS!2!"~B5' :y:)1zBHF8Y8w9  %)K8āazY5\=D]@Vc CӋrGa^, gԦ*Z 4U}-D+dB_zfQ69mk"oCAd@#7 0AbM'D] ;;h2AFB3? _Bj °C'f/2">|^'mX*=–0aд?O=.C+_ U@?{#Q-/g*Lr:Q0F ]_Nm$JZMz@Ypt.UW$9:+NRִ gem!kUloy0_rE pZEW96D0z./"Bqyt@gqh/`Ef39SgĠ.̨ـ-:zJ FG.(kL1pf~H(TjzN8ybU(CUϕ.tq`%DКxD8~jЁ2c5vuܢ͕s|\J|w&0Yszȕn iG _9w;5t< A,R` Zm| ld<#l-|A?xS뚹)y̚P=XC0rcZ$'.r1H/0w/6ْk]Js95RNߣn:3עqMIK8.b^PlW wźWE30m|:͖ S+l7vAؾ3 W/Gz"l4'(2?~5LK:L8iujTl[ ]OzNcrN?ϐ!f>pv9_)x{Ȕfvrmǵ?0YLJ$8G+ pP q3ζނw V+QpD~[!QY*܅E D]+^Ў"&Kq3}Ѻ {N:1"Pb`j(2 g9F-+._-ҴN8\VN~ȳc\FD0e&)tǓ<=%⇃νZ7 - {bIrȡ~Ɛ( XǤUȒܴ=9pXXLF8 4r&,kClPIgF[Kjeq 5'}%œcD&ാק/In#Δ'0 KqrwFv 9!۲VB~{純J"2l;?wxҴQipM&\B"$x@.,=Qc'D1@UmNdbBä;aљ+D <#uQ?;~tOsI=5=-h4r螖1BǸMb2k*I WոBh)F,2nؘǐ^iU&cl @T0Y0;X6T9ȉt~B(j^+U<խ^p>AJG)CC0X.ϗ~9% sģv%;s(>Y/VZ%J=etf:yD~+;v85Hua@)[dmOo| s6%<. 4~@X )[$!t]<9ߧ:5N` ڹp%&xqOrhΓd3cҝwjo'H]3sý#KRGoؓN-f$j-u_{(R.,?J9B?pїv̲5̶7FMZW_P~""ѕXK wYidDAsq3Y(Aouщ 1eğo'ZYDaxMcz2Fan7o+IjoZ/.ԝh0 .*S<8ZthO+yLjFuGˉZOAd2R*o6w0 tT !l6Jv7 y \-([[s>b.|h~U_K۬e-w|}(Ĩj FUtB6Хċ/;Ve4~u`g_P/b@ȍ|GۥFIOi*SǕA嘍 j]qIrd y>)8 @nE8jeP@K憹s1(K7<#bquߩyn~ gig [b[a %r/T?VDN"֍[@XsMc,u@4g5ůDWE;?#6o! ؓ"^2[_,{s˓Fg7HTo{VSP$:4hG =\ޠ'{7]x"wf(\mṂQ}?jNie͉YR1_;5CrrI EWSyZ*Y=ēv͗jӊDDQR,ʷA޵U;Ygx'-HqK$Cz^Z s֔'LQs"ecU?`儈Mqˣ96lEP|Bva vDCJrWd3t2ӥzWN  f^sGxs-o!;LbyooE@X vj!@QY-HČ=z͝k7oA,2L wM0ؑTXyAf}UQ*ZX.Ʃ|ĵhiRH%:jdۻ3;pk{h__T/!.8^…tϠRQ.Ɯ/48fB6%kI^ȷ-;(25;9t7U %ts~ܙdc|q6yheК=E ZseGvu'JQNMj0OUN|瑏aת`aF5m߲GN1|sq:fzT'SPN5.v3]UEz&)v&I{Lk%E}̑$a',RY1 ))DŽa:4m:ZݬڕדjC# K2~u{!^[*zlX\JێHf$q;DJv@[*>SހXth׽Ӊ]9c6Ym =uvt3d{NX€ȧ@"ͤ\ejk :vǪ4b+eӊn5(4*PfwJ])U"ZНUCe9#U?;)$r< Jl&x;\Iu9f\Qkg[z;K 1( ߲u5kD uy \X 7H&w[{; ~aj3snʗ.Xoҫ@Lb[muԗH? αQĘecuΈ δ/Y-O%f``s mpI>n=pSҝaᕇ9a BGYmqxQwW>;A\aaf q3U6waHޓJ 3$3Sӓ}scm-s?#t~XW%l*\ck/\OĄ(ZJ: ypy1 @b9Ln[KW9dY$,0SjKg,>!N-3{I9kA YV8KI?P29ӝa a86zEY@> C ݊=veڈxz{hZry/?q ^C''#&[>[;Ln9iR(A.Iwm,l2(/bC[U/)?1hM_גz8nld:wfKZ~D&I^Ȣpd[3 ?mDxQgŀj%;;ekW˃0qIk5f3lWatlfҊ"5FDWGĝ(4_jray8n;vhe!95jhCB !f7pǭ4!&r_rF~Q5#L!iWΛ*_?.(@KdDy=(UFh y"skeG_ѤTqCWb' bCxOmԟښ:L5ZBoDiV To}Zj3kA'Lc_z͔ g4Ƣ>ϚPbnNΌRSxreA8s-1fr8ٟ ty0A1G2J*x״%BY2؍i:9O4"o;mg}-$g4jrJs>ɣ^63Z$kHƵH'%y coz,Sh~Ng?r{7@L:DN?[t[ZKQ >zo~:UY9_tr%wc=/Yϕ΅E >ߏBg&;Z7Nc9\H͋NGC:}(/=zብ/),}ymOaʤBW‰h4Fv*ZVc ]|Us CvM~seQ+S<%:E'?_m{dor~&!p2;7G?2}<\+ kZ1ը@ -O-=f cλ苫־vy lčFX'Ou(yD4ڗKR }Z V5i9>6bSW ՘!ZXϒ` 8?8,ۄ]٩D~ʼLRyۣdojR"6>).2yܚ@ (?dvXL?+n 3T[/*5FuGzFӝ/֝;qP^|](V5LŤDA 梎Be 4F+b9׷5`#;=K~tpwFxJb3ˋ&;0TRSC?~C!2y<}U"{1tƣ/]( y:dn9Zeن=B-) p 4LOUuj rIзX =@٪ c3$(ʟѽ0M۲ǟz^7Y|aρ >l5hT6AF_^(Iuԣ NlIq fb)ŝsf]^z7*G|O:]V;sY~t߃FvCo;lCVܪr#j!nNJ V>]m4a@_w͖lU"5g@h4}<@K~60h|Jpd4R(SJ?띞Cl:|65<5Ws`#zer/t K3&yO ´h~ii ?jaX(,L6$+hɧ2\Ͳ/B-a>t֊ 1xj˗~kT:}sAz mƒ9LSOѥ*V{7Y$rDȘdjx`ќ)UBOJ5\ZÊcfrtn)Y$0 Qі65jLw0 i :ٚ[9nnv ۯ4±9ːᓝ R%cRFf;ȏ[B .ӚMZ3D葠]S[j6 x$c[ۋ_>$0:BĔ5W3jO=d2p,qD!f-)W&PŇ5J1&}c% 4艒([;<n\:O! pEsSr:{aqU}ӵ lVçzp/X/Dϴt$:_Om rQ?tmtϮD0w-Pclom% 6pin^=EFp(R$ ݟfb$qmܦkHPrE̤Ŕ:YUarc_Mb  zb`a7>lK^~xPS'Dfg, 4x17*N 2n#1s sVD1"v= [?Vc)rP*FLKT{V:T,qaݣ,/_(VF":/\Fh;D 㕡=tx.7;JMЭEۈCE?$lsCi~RU,Wh eZvTwD(I\Vjһ~Rs52 5UW9-jm@,nM Xka˄Zǟ>}ar^9(yX؈oL\D(ÚTOIJ9 (ƿVw'&zy34/)Ѐ۩[x|4/chs^;cOUp+641_z#?^d ; hrTXϨfΫaz_5=0ʢ9!+UL)PtUZp3lV\Kh# -uhG`[r+(2 t5*jZ1Pbn0yEt΍pe(r!ͣGr %n*ͫV|UxqxS)~9JzT| u&~M&zK~܈>c\MXc(QDb{nPfNGNEJp)6Bp[iڊZci Ը9ܬ!AX*4/^ͬg;=XrmgjLەJ.#3'< L}rhI~dVө(F0vqMc郏3am'^dX m3WaCr `qVǜ4(Hrߊ)oBR?*^*twy7}('au.rʧ{|ѦfҐdB ׾y]A0s [A4z^Q(QڂPqn"ox NWIx:3I>x'ttہ8Ü;pnql, YZ