postgresql15-contrib-15.10-150200.5.33.1<>,<gDcsCǹ)u d@]VH_Fvs0cI7dy} aQ:rHsa l̿S[u( <KrRd[RdHG$$}>B4?4d + ^hlx| Jxh h  h h Xh k@h mthshzh$PhH((((E8L:94:::>@FG hHʬhILhXY \\h]h^mbc`defluhvIw%hx*hy0@ z4p4444Cpostgresql15-contrib15.10150200.5.33.1Contributed Extensions and Additions to PostgreSQLPostgreSQL 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. The postgresql-contrib package includes extensions and additions that are distributed along with the PostgreSQL sources, but are not (yet) officially part of the PostgreSQL core. Documentation for the modules contained in this package can be found in /usr/share/doc/packages/postgresql/contrib.gDPostgreSQLhttps://www.suse.com/Productivity/Databases/Toolshttps://www.postgresql.org/linuxs390x/usr/share/postgresql/install-alternatives 15/usr/share/postgresql/install-alternatives 15# ʰR`ˀXH8((9 8zx7٘'(PYxP8(8( 8H' X((('(0j8 HH08yHYHxIi(H(((88(09 f/ =+!0I2It/ L_4q1sW@p;f. 7 ;  {*  z$H4M<lST\`P4iz `R4:m&! SO  (g 5%DsAw00-aK%02" Cv FMHOy8Y1x&PB` ZsA Q3 *L+forW h (wiGG&AA큤AA큤gD<{gD<|gD<|gD<}gD<~gD<}gD<~gD<{gD<|gD<|gD<}gD<~gD<}gD<~gD@d,@c@clcGc>@c6@c5c,N@c@c@cb@b@b@b@b|bV@b[@aaza@apa\>@aUaQ@aO@`@```q`OL@`Gc@`/@`#_S__@_F@_mmax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.comaaronpuchert@alice-dsl.netsarah.kriesch@opensuse.orgdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.comdimstar@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.commax@suse.commax@suse.commax@suse.comfvogt@suse.commax@suse.comaaronpuchert@alice-dsl.netschwab@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.comada.lovelace@gmx.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commax@suse.commax@suse.comgmbr3@opensuse.orgmax@suse.commax@suse.commax@suse.commax@suse.com- Upgrade to 15.10 * Repair ABI break for extensions that work with struct ResultRelInfo. * Restore functionality of ALTER {ROLE|DATABASE} SET role. * Fix cases where a logical replication slot's restart_lsn could go backwards. * Avoid deleting still-needed WAL files during pg_rewind. * Fix race conditions associated with dropping shared statistics entries. * Count index scans in contrib/bloom indexes in the statistics views, such as the pg_stat_user_indexes.idx_scan counter. * Fix crash when checking to see if an index's opclass options have changed. * Avoid assertion failure caused by disconnected NFA sub-graphs in regular expression parsing. * https://www.postgresql.org/docs/release/15.10/- Upgrade to 15.9: * CVE-2024-10976, bsc#1233323: Ensure cached plans are marked as dependent on the calling role when RLS applies to a non-top-level table reference. * CVE-2024-10977, bsc#1233325: Make libpq discard error messages received during SSL or GSS protocol negotiation. * CVE-2024-10978, bsc#1233326: Fix unintended interactions between SET SESSION AUTHORIZATION and SET ROLE * CVE-2024-10979, bsc#1233327: Prevent trusted PL/Perl code from changing environment variables. * https://www.postgresql.org/about/news/p-2955/ * https://www.postgresql.org/docs/release/15.9/- Sync spec file from postgresql17.- Upgrade to 15.8 (bsc#1229013): * bsc#1229013, CVE-2024-7348 PostgreSQL relation replacement during pg_dump executes arbitrary SQL * https://www.postgresql.org/about/news/p-2910/ * https://www.postgresql.org/docs/release/15.8/- Upgrade to 15.7 (bsc#1224051): * bsc#1224038, CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. * Fix incompatibility with LLVM 18. * https://www.postgresql.org/docs/release/15.7/ - 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 15.6: * 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/15.6/- Upgrade to 15.5: * 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/15/release-15-5.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.- The libs and mini package are now provided by postgresql16.- Update to 15.4: * 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. * bsc#1214061, CVE-2023-39418: Fix MERGE to enforce row security policies properly. * https://www.postgresql.org/docs/15/release-15-4.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 15.3: * 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/15/release-15-3.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 15.2: * CVE-2022-41862, bsc#1208102: memory leak in libpq * https://www.postgresql.org/about/news/2592/ * https://www.postgresql.org/docs/15/release-15-2.html - Bump latest_supported_llvm_ver to 15.- Update to 15.1: * https://www.postgresql.org/about/news/2543/ * https://www.postgresql.org/docs/15/release-15-1.html- Update to 15.0: * https://www.postgresql.org/about/news/p-2526/ * https://www.postgresql.org/docs/15/release-15.html - Move pg_upgrade from *-contrib to *-server. - Drop support for the 9.x versioning scheme.- Update to 15~rc2 * https://www.postgresql.org/about/news/p-2521/ * Reverting the "optimized order of GROUP BY keys" feature.- Fix source URLs- Update to 15~rc1 https://www.postgresql.org/about/news/p-2516/- Create mechanism to specify the latest supported LLVM version. Automatically pin to that version if the distribution has a newer unsupported default version.- Disable LLVM JIT on riscv64- Update to 15~beta4 https://www.postgresql.org/about/news/p-2507/- Update to 15~beta3 https://www.postgresql.org/about/news/p-2496/- use %version requires for the contrib package for now as 15~beta1 is actually smaller than 15.- Add proper conditionals for lz4 and zstd- Upgrade to 15~beta1 https://www.postgresql.org/about/news/postgresql-15-beta-1-released-2453/ https://www.postgresql.org/docs/15/release-15.html - Refreshed patches to apply cleanly again: 0001-jit-Workaround-potential-datalayout-mismatch-on-s390.patch postgresql-conf.patch postgresql-llvm-optional.patch postgresql-plperl-keep-rpath.patch postgresql-testsuite-keep-results-file.patch postgresql-var-run-socket.patch - Add buildrequires for lz4 and zstd support- fork package for postgresql 15- 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/shs390zp33 1732525237  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghcsdedededeelelelelesesesesfrfrfrfrititititjajajajakokokokoptptptrurururusvsvsvsvtrukukukukzhzhzh15.10-150200.5.33.115.10-150200.5.33.115.10-150200.5.33.1 oid2namepg_amcheckpg_archivecleanuppg_test_fsyncpg_test_timingpgbenchvacuumlooid2namepg_amcheckpg_archivecleanuppg_test_fsyncpg_test_timingpgbenchvacuumlooid2namepg_amcheckpg_archivecleanuppg_test_fsyncpg_test_timingpgbenchvacuumlo_int.soadminpack.soamcheck.soauth_delay.soauto_explain.soautoinc.sobasebackup_to_shell.sobasic_archive.sobloom.sobool_plperl.sobtree_gin.sobtree_gist.socitext.socube.sodblink.sodict_int.sodict_xsyn.soearthdistance.sofile_fdw.sofuzzystrmatch.sohstore.sohstore_plperl.sohstore_plpython3.soinsert_username.soisn.sojsonb_plperl.sojsonb_plpython3.solo.soltree.soltree_plpython3.somoddatetime.soold_snapshot.sopageinspect.sopasswordcheck.sopg_buffercache.sopg_freespacemap.sopg_prewarm.sopg_stat_statements.sopg_surgery.sopg_trgm.sopg_visibility.sopg_walinspect.sopgcrypto.sopgrowlocks.sopgstattuple.sopgxml.sopostgres_fdw.sorefint.soseg.sosepgsql.sosslinfo.sotablefunc.sotcn.sotest_decoding.sotsm_system_rows.sotsm_system_time.sounaccent.souuid-ossp.sopostgresql15extensionautoinc.exampleinsert_username.examplemoddatetime.examplerefint.examplepg_archivecleanup-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_archivecleanup-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_fsync-15.mopg_test_timing-15.mopg_amcheck-15.mopg_archivecleanup-15.mopg_test_timing-15.mooid2name.1pg15.gzpg_amcheck.1pg15.gzpg_archivecleanup.1pg15.gzpg_test_fsync.1pg15.gzpg_test_timing.1pg15.gzpgbench.1pg15.gzvacuumlo.1pg15.gzpostgresql15contribsepgsql.sqladminpack--1.0--1.1.sqladminpack--1.0.sqladminpack--1.1--2.0.sqladminpack--2.0--2.1.sqladminpack.controlamcheck--1.0--1.1.sqlamcheck--1.0.sqlamcheck--1.1--1.2.sqlamcheck--1.2--1.3.sqlamcheck.controlautoinc--1.0.sqlautoinc.controlbloom--1.0.sqlbloom.controlbool_plperl--1.0.sqlbool_plperl.controlbool_plperlu--1.0.sqlbool_plperlu.controlbtree_gin--1.0--1.1.sqlbtree_gin--1.0.sqlbtree_gin--1.1--1.2.sqlbtree_gin--1.2--1.3.sqlbtree_gin.controlbtree_gist--1.0--1.1.sqlbtree_gist--1.1--1.2.sqlbtree_gist--1.2--1.3.sqlbtree_gist--1.2.sqlbtree_gist--1.3--1.4.sqlbtree_gist--1.4--1.5.sqlbtree_gist--1.5--1.6.sqlbtree_gist--1.6--1.7.sqlbtree_gist.controlcitext--1.0--1.1.sqlcitext--1.1--1.2.sqlcitext--1.2--1.3.sqlcitext--1.3--1.4.sqlcitext--1.4--1.5.sqlcitext--1.4.sqlcitext--1.5--1.6.sqlcitext.controlcube--1.0--1.1.sqlcube--1.1--1.2.sqlcube--1.2--1.3.sqlcube--1.2.sqlcube--1.3--1.4.sqlcube--1.4--1.5.sqlcube.controldblink--1.0--1.1.sqldblink--1.1--1.2.sqldblink--1.2.sqldblink.controldict_int--1.0.sqldict_int.controldict_xsyn--1.0.sqldict_xsyn.controlearthdistance--1.0--1.1.sqlearthdistance--1.1.sqlearthdistance.controlfile_fdw--1.0.sqlfile_fdw.controlfuzzystrmatch--1.0--1.1.sqlfuzzystrmatch--1.1.sqlfuzzystrmatch.controlhstore--1.1--1.2.sqlhstore--1.2--1.3.sqlhstore--1.3--1.4.sqlhstore--1.4--1.5.sqlhstore--1.4.sqlhstore--1.5--1.6.sqlhstore--1.6--1.7.sqlhstore--1.7--1.8.sqlhstore.controlhstore_plperl--1.0.sqlhstore_plperl.controlhstore_plperlu--1.0.sqlhstore_plperlu.controlhstore_plpython3u--1.0.sqlhstore_plpython3u.controlinsert_username--1.0.sqlinsert_username.controlintagg--1.0--1.1.sqlintagg--1.1.sqlintagg.controlintarray--1.0--1.1.sqlintarray--1.1--1.2.sqlintarray--1.2--1.3.sqlintarray--1.2.sqlintarray--1.3--1.4.sqlintarray--1.4--1.5.sqlintarray.controlisn--1.0--1.1.sqlisn--1.1--1.2.sqlisn--1.1.sqlisn.controljsonb_plperl--1.0.sqljsonb_plperl.controljsonb_plperlu--1.0.sqljsonb_plperlu.controljsonb_plpython3u--1.0.sqljsonb_plpython3u.controllo--1.0--1.1.sqllo--1.1.sqllo.controlltree--1.0--1.1.sqlltree--1.1--1.2.sqlltree--1.1.sqlltree.controlltree_plpython3u--1.0.sqlltree_plpython3u.controlmoddatetime--1.0.sqlmoddatetime.controlold_snapshot--1.0.sqlold_snapshot.controlpageinspect--1.0--1.1.sqlpageinspect--1.1--1.2.sqlpageinspect--1.10--1.11.sqlpageinspect--1.2--1.3.sqlpageinspect--1.3--1.4.sqlpageinspect--1.4--1.5.sqlpageinspect--1.5--1.6.sqlpageinspect--1.5.sqlpageinspect--1.6--1.7.sqlpageinspect--1.7--1.8.sqlpageinspect--1.8--1.9.sqlpageinspect--1.9--1.10.sqlpageinspect.controlpg_buffercache--1.0--1.1.sqlpg_buffercache--1.1--1.2.sqlpg_buffercache--1.2--1.3.sqlpg_buffercache--1.2.sqlpg_buffercache.controlpg_freespacemap--1.0--1.1.sqlpg_freespacemap--1.1--1.2.sqlpg_freespacemap--1.1.sqlpg_freespacemap.controlpg_prewarm--1.0--1.1.sqlpg_prewarm--1.1--1.2.sqlpg_prewarm--1.1.sqlpg_prewarm.controlpg_stat_statements--1.0--1.1.sqlpg_stat_statements--1.1--1.2.sqlpg_stat_statements--1.2--1.3.sqlpg_stat_statements--1.3--1.4.sqlpg_stat_statements--1.4--1.5.sqlpg_stat_statements--1.4.sqlpg_stat_statements--1.5--1.6.sqlpg_stat_statements--1.6--1.7.sqlpg_stat_statements--1.7--1.8.sqlpg_stat_statements--1.8--1.9.sqlpg_stat_statements--1.9--1.10.sqlpg_stat_statements.controlpg_surgery--1.0.sqlpg_surgery.controlpg_trgm--1.0--1.1.sqlpg_trgm--1.1--1.2.sqlpg_trgm--1.2--1.3.sqlpg_trgm--1.3--1.4.sqlpg_trgm--1.3.sqlpg_trgm--1.4--1.5.sqlpg_trgm--1.5--1.6.sqlpg_trgm.controlpg_visibility--1.0--1.1.sqlpg_visibility--1.1--1.2.sqlpg_visibility--1.1.sqlpg_visibility.controlpg_walinspect--1.0.sqlpg_walinspect.controlpgcrypto--1.0--1.1.sqlpgcrypto--1.1--1.2.sqlpgcrypto--1.2--1.3.sqlpgcrypto--1.3.sqlpgcrypto.controlpgrowlocks--1.0--1.1.sqlpgrowlocks--1.1--1.2.sqlpgrowlocks--1.2.sqlpgrowlocks.controlpgstattuple--1.0--1.1.sqlpgstattuple--1.1--1.2.sqlpgstattuple--1.2--1.3.sqlpgstattuple--1.3--1.4.sqlpgstattuple--1.4--1.5.sqlpgstattuple--1.4.sqlpgstattuple.controlpostgres_fdw--1.0--1.1.sqlpostgres_fdw--1.0.sqlpostgres_fdw.controlrefint--1.0.sqlrefint.controlseg--1.0--1.1.sqlseg--1.1--1.2.sqlseg--1.1.sqlseg--1.2--1.3.sqlseg--1.3--1.4.sqlseg.controlsslinfo--1.0--1.1.sqlsslinfo--1.1--1.2.sqlsslinfo--1.2.sqlsslinfo.controltablefunc--1.0.sqltablefunc.controltcn--1.0.sqltcn.controltsm_system_rows--1.0.sqltsm_system_rows.controltsm_system_time--1.0.sqltsm_system_time.controlunaccent--1.0--1.1.sqlunaccent--1.1.sqlunaccent.controluuid-ossp--1.0--1.1.sqluuid-ossp--1.1.sqluuid-ossp.controlxml2--1.0--1.1.sqlxml2--1.1.sqlxml2.controlunaccent.rulesxsyn_sample.rules/etc/alternatives//usr/bin//usr/lib/postgresql15/bin//usr/lib/postgresql15/lib64//usr/share/doc/packages//usr/share/doc/packages/postgresql15//usr/share/doc/packages/postgresql15/extension//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/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/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/zh_CN/LC_MESSAGES//usr/share/man/man1//usr/share//usr/share/postgresql15//usr/share/postgresql15/contrib//usr/share/postgresql15/extension//usr/share/postgresql15/tsearch_data/-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:36492/SUSE_SLE-15-SP2_Update/825637ded9f750f687863e8a7f83816f-postgresql15.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linux  !"#$%&'()*+,-./0123456789:;<=>?@ABCCDDDDEFEEFGECCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDHDemptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc5b1bd9de3021ae760bec0a957c611daf96d111, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ac6dbc7195b152a7e069a1dfedd022a3583a9f5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=937d2069bd8a31069efb3834414ddae299523dad, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=a846eac53e22ab60d0717a2a33ac3721582fe277, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e7028176f6582bea7f022688dac565279b974034, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc20c10b23cd30308752187b89ad5e623dffd2d8, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8a37af708e7336e32745cdde704fec6227b64875, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3aca62c0024d7a1b29a99527fd5e2d10d67595b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d797383f148806c7626dad5945bad4b6079dca2, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=56bc435fa1c71af592825f3ce3e925e726a8b7ca, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f13b76981b44bf762a7ce3dfcdbca33b27e994a5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7d371791d5e672c95ee5d962f971541273bcdf2a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=170f3c1450ef29657d1d007c76824f81abe5f38e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=047af7021f072c24666be9f26e59cd8407f78153, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=41a5bfe02bce4b2b708d37cfb23acf9d40f39d31, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1facf5fbff86d26be1f5125cc027ec02d6e21cdb, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6eda0454c75838230d0551bc6dc0845f1a97a2a1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c1430782e19f479945a7e6d43942226c6f0164bc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bb50e6ddf9a1135df9baf70011a4eba9c918c80, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6f3355b2953bd3561170b501aa5cbcf0f943f17d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f780ff272d5ef9be4bd690ac2eae7d4bdb3a7d31, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=981243a601b8cab7f2a20e9625ac957fcf83616c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ceda2db12d19c9560e58e4e771ffb4fd9243959, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5033b9ee6a56f44eabb4862b019d2e06c084508e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=39088e75bccc18760d2f1f90190738c6ff89c07c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6dafda458ff981a8a10d31b6707811d234092cdc, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9f2e883ad6d92020c1ee48575373e54bd639ce77, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=74c095dfb98a6da561fd179e2181c0009d906e0b, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=87da0e081d9f207cf00f684aebcf4205bd6d8450, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=474f728d16d205cb8f0b1ed3b29c30ffd16753b8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4c410469e1aa45b58017b4e9983782704e2edb39, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f42848678e7914dd0eab42bf97ccb3ae70e1a4e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c935b3fe370fc2668a9b7bf7df03f83b3867cbec, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=767ee8f07be97acecc344e967e43848dc247f755, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=46dfffbde0696252c81bf245ca37e51b25ad893e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=b16019314e0f3022bf671dbd5e1184dd82809bc8, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=285910110e9477acaa689cad8005db588b2ea399, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6e3ea1b3d92c5ff6d40305a39247fa16cc76f032, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=41db409cf062804d6e89ba0683ecd427d5f18184, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d902d9475fac757f76bc9cf74dee3e5f93e5bbc6, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1c7a7157b047a4359edea10e05eaf87b42ef6d1c, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ced180676f001b34fa47dbf5deb89adc2cc8b688, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d91f28892ee063379e8a15f76c736378c3351262, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe3b120a4f24e5e4c98e4bbaa4add00c1a564089, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4269cf2525ae910f840822f23a82caf9b49974aa, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d2bc6f2db7e1cff37e1c0d3bd4d6b3da0cb70087, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a76847508e439f874fb5fb3191f8d33e8ce8e810, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2ddce3034908d275388b8f24c0591feb6af590b1, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3844599866a3134495f5896ea422be1cfb780b4, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=6a8fdf811655e4866f600207000b6f797d742c76, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e26dbfce9133b1fd9d6ce5f122d99808e7b69cf3, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=261735673129da487578fd8c5012b138ebebf16e, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=98b7136161ae066a1cb4ce890a385f311d7a682d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=dd5b7304b0c2e12756f302edcbe82f799884e507, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b2455e8a15ebbb8fdf53ab461ed17fc59780093, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddbf6557de0c004e157f551b83fa3f5f62df1d5a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0496b85be9048dcc78d55a55ad5c15495e36110a, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ae895901ece36aeb184df4487129a36870e354a0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a787f57366f868bcc22cfd736d5b1496e99d6a79, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f4896687342b34824594a20d757e93e9818ad27, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9ff13b9f1e99314625bf9a36ae5837f392d6e8ce, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=4939accb751714c11812fe7b705f77a3ca8c96fa, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=24691f109650d5c531cb52379227d3a1e09d9146, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ffc01dab262cd9e31d35141d3ea42f77fa2b0064, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=78885b847358fb76ade4558726e4d4602f68eb7f, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)UTF-8 Unicode text!.58<?ADGJMPUWZ\aegjnqux~  RRRRRRRRRRRRRRRRRRRR RRRRR RRRRRRRRRR R RRRRRR RRR RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRRRRRR RRR RRRRRRRRRRR RR RRRRRRRRRRRRRRR RRRRRRRRRRRRRRRRR RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRR RRRRRRRRRRRRRRRRRR R RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR R RR RRR RRRRRRRRRRRRRRRRRRRRR @Amutf-815e7cfc11a60310d3526c92fa70191b398d9011664853be06b82c50ea8b580da?7zXZ !t/]"k%Ň0#J:fV/i(#t :ZN+dC6]BRzQB>Q BS;L܊]yS ? ΍v \~Xn)vE}f3 l)͋*L똯bDYX<5&LFF;nhN4}x:Ղ/uױ0G)Awnŭ|uVǻ vWS 3DW~gwh ǃRqby*g* 2m՛SZu: ;6 z:7VP,f/ɘiu^# ˆU,Ȁ`w\N'@o%") hOc')ajqf.թ@?ԖGBHxm`@Ύu_*!^/ԍx]#A!=666 AS <9H2FcMVS =)'X:E<&vW_ Na!m4r R{ E[hCMuQγC=q@k.&3^7ADCCkBJu7X[Sz 9~ e--(/gu >Wb 3ZdrEO0"b {KBF::JEmy"կP[1G~vO׉AR܈єj\F_ |dBFm{^\݈@#f_* 6<^?Z R佖 .^r-kF ݎT^y^asj?~XqX@*/, esæͮ՘ٟתER젮lP0D0\(2es胯}z<,Ӷx@`Gl?h ZεA#q1@>SF2˳Rv{CK.S;_NΎ߃h!"`(**O8 .$1396RΌsI?Vmw@f"= 0]E~38Yr$BQ <̼\NP@oc;.UIlcBHp D\"]ڄZ,D8k(-'yIL S̈́ՆÕ17 GKM6v^=2~5 l[N,MT0R[:9@iufDbD٨FTIZ9vv'K39S2™aI)tU:8zrx!6-P^(LnG,T 7;8X>d oSS18L*˾p'Q1Fx;V.Hphɜ*&#ܩ;&_{pc{rX 2tC BLnFM#ǻy:.*;J[58Iiʺk X\"o쯗^'W&d(u+L-b9vڽI沛/sOh-vfoZVW:;#'!O B;fcZEH$΋lz.dF~b N)a*")KI;`*Qbϐ\ez!f^W~GAdsjF$cp ,2^O^lS*5;NyD Y[UЬ7tU `ExV"1䬋ۯevXWvOP5@A^\d*VGLw#?vh}sA]#Z"wLɌHS6{W=ߧBna#7ac}g((I23zmi^T3N4a%9>y뼤kx.oHOM8tňlE؆fwQqkC# {:,zu4h 1y;%om(v9d/kw[^:B ={ 9"Iݔ{eka*VcwMȊ2 v}A9kf8/ۘ=qcu褯{ #6]̋4 K÷4C$hTu$h6w9a;=> A+I`jY//݊h]G:Z ? 6~iKEvxDqB60pR2Pd H@Lv[vٟRtL%~OZbz& nR!5-`.( bIdc$M9Z(CPԮhhd<\8CIt POk8h4AafxFN<%+L?xWJm0~F\7ve=aqTQNdN"P@LxKG1ȫe {Ĕ!M|h,p_Gr n)V*1^Ɋ渏RL~S_G@ܒnu* 7r"-8D*^:0zsYSHSqns TQx%f 4˼ GsU&4Si\# h!0 u`zQm:m1{%vc)qQGUw>.˥R| t,O" @4'Ml,򼚑'ժi$GK%nmՂ A ]Y-ɳ.ߺr@yA;4){̋0PC/f𒎲h(AdB2,oPм-|yNcO9mH9L__ TPD8^!5K5>$0g`} Ѷ"<s؆zrɃO1o38nhkÆsbNc' Ć66CG~vEZ)XW@f8H2Wc Ϲi#1goߧt^CcLN))!nsr"[PhWQw)8[!,rZ1vƤKS]:NRmdb,gE3l/@IcjX!θh.AeRWc~'᪂9$97P WPI9Rn<{,U5U36?Z^?f?F,$Vۡ{[aBǹ)'I$`X| 絋hČ&/SMFMa%'\]%澍?)Uʧ19\:}CrUzY{ ^>?ɫRtC~řyȎrߵM0:cnsӽA L(iY/D֥5E3޿ok6+JCJA{_&~(ބOǗ}q+mgj탂km-ؔFP4鯉" +q K8,ѼgQQ9:slsQq8|mPS jYZ'Gl}gtRm׾BlpgVȊ_a$T'EC|$i؁ 2bV.ިzëasH/M¨wYNz*&vov/[SXhiGV\rRAY2%"Ԋ?&M m۩rh/po S(r?~c^'ބh=uiHYx?\BxR&|6Zo{JZ3.!ǰq  'XSR'Ra?p9&ib3fjcW ׽Tr}]9}%0 bO= >f64f/ ;dTm0,T݋qᦄeў)g[aKOK>9"a:"UJߤ֮y)|p;2ۭʛP\*uLn%^%9R4K5 V;.$$΃Mi/_췶ޙ;a_ +}˨Vn׊ ~zdY$=!gWP+ApB٢vXx({yBYuZhֆeCy|\ӣrktV|BCءIjฆңvJ$ݑgCT&'E,wG,ʍnC1usMwo?;Q|F[w:,0O ^ vI!NezT"!u/mmLn*'tKA]<B^췛~ؐ1\= /H`|st{‹Nh62Ѷwd vHޥ*WLVii1*!p#*mڙ\@(i #[מ/=jNcK e'Y0ׁ0צE*, ^k$'8.\NFl3XCu1_ _QJA9򷍲s"ɩ5PY̩[xN :CҼ猜,%'F[+_+oz6NoLDm:In[آ|!FڷtFsXJ I-6I}PS j>9$;\~N)yՠȨ'q177XɓB6d,<@c ,]})JHFnsA^]d(c=%mC)hyOq( WLAiKiDⷡ-X-x:U# -b|@RÌDS;IO΂ic#5  XCDw٪H⿗$ Mwf#:M1Ϫ?*H!DEj>5>L9,p|dt2YyY`2yf\V,,Ft4uNE4=@[*CU(<YWx[MixszZ>+D/0E`QtO~Nc˗;LLF^Y9+I?Ge*>H!0U?FS7 l0 jP8$ief 1ގz.3jL倯ߔ1Vaѓo`;* #X-VsZ\=miܯcI?Hjy&80aN[n4-Yoq盂G[@D+c4LZHtu4q\&$'Evwh(Ös[EYtj3B|e?ҍ<83@cq>9i|)ۉϹf `/B=ty5ubK#nHV&4 6u`0j$ʩ(It{7a(ng?,6F͊#p,rb|ng|_::x%-5 =R1&?/A{}gȾm%qG֛UL&9NgZDNheAfx~N4/ػ=Vp熀sTv$WqڧKNɝWczxY2Oͬ7;)&;u`®%4Jd$DE]/PvFh/Oꎓk FHaDR>]]T1(cm-s+uC)-{S+jJ[6ׅw V5=*#* d-G8^Ktӓ.V+2|Z&`-_j6BrOXr0coAѾxH9V#20b{yDtw 36v컷oл& 0|X%u7d%LrA_vvAFۉOSeS7}]TyDX23Kb0Aonk>Xz5ARXϧh/b;0R=Y?7}f^KE ^(DŽ4Pv5ZA fl~@vW$ܡZ]-nɢ q@8mJwϰ[128Ҧ;mh&*߳(uo0:Cl̶~`[4"Ġ[g*sj[:I,r;6$~wXA l Kxk42X}zݒtaj +9&I?ǔʘ *Ub|  cꄸSN S\bV,X]/*J-Mp o=G "F}*~MO<>kWqm'^s&VԊr2Ԙ$Dn J7{C58mB8]rnL+Қ9+ԶuSI޺' (}S^9]: eG0oKUj=*YqyPís0)n*x!+°x{gN_@hC^ f/v1fW¥C "(2j.KoI@Dۊ\)1XBv~լFp~}8.pTeP%OZiߧ_\Ihp]g~DV(DFnbX־l0-Cr}(UL\&, a]WM bdʛ#E+vqxkWppq.Sdb=lKv3h5HV\a<8ʎwcprHU|1]{pe4`"YGw<{[i>:/hDO9@cWpTH]3j?f$tÙ}1=U C]au&9?FZL\> =A2l&H$Z<;"8]Ҽv|| ͜_h$nc1M;gSDhj!QfaLщ+̺z)d.lsKYн&i eRz<$CAE# X&QwJƉ64蒇{XzVfHc4|nHdwצDǥff)#i`On?mFw2 Vk$Y}~U{/GROo=E}ײ7?!%X[/4`>@':=\s>ZRmL/=+tmhYHIKjC {shYv"0VA3mM>{hgZic~ ~& &` j|IR#EC»rF564B{:;]DY$E&Alm}j"q`#iё֦P1%=ݙݡ{2>aP& 4U`K2B;&b9H;ʎ7 ={^CdG>b`49M; \=$NV %-&%|2o3:m]߰,7_ Q@#+!\xVhUJ GyӪRD)_e LX"R^d D%*5}%ںH&~請Lh⡨O`3lbo5w[84Q3pnx$.p:D1/ɰ,Bő#M+] qZc?r˪y&ٰ&L]wʞ(a1 9 a/xɐ9RE^#ý6v!:wcu*T2Qv *׷ٕDqƔ' [p͐ Ǭ畳JǸ?ma=j6qP=qv5_!Ϗ4}}ߊ xtLHӨJ#j/yt @s@q'Aw&E]ͱA(?\#P4h@hL؏sQ.+`u̍*lK.[D@bH4~'yq&=_1*=+ê@{׎{rvA`nl\`D?J3H : {e^J^䚉^z3&P1*YF y[jch4sS@`~AD,߅SO/maKo-?R <'`%J9t"{eE%b0Kd@oEaN'Ҫ8®|1%/RH]+9@@LǒӰ}5|rj/i WcFMa[cwXjO@K"V,JS2 *6L:9,Hz^-K&3eX,InRKg-} Y`^9D*OlЫ1ei/Ξ6s Y/YB, 0+9ƣQ[B:E?4;'e*'_ifפ{>Pse߼VN8$p :;Kt>]Nwh[XaQ(BtqrK]C3>Sv)_J"Hd( Y~>`aF8g2&U Ŷx7x6]Gӷ>>-C/'|R܇x5^KgtHnbl9Dޱje!k5He-߉|e $Y&P2ً1)GBbh-"mP'^[qK /u9'ФZNb|Mc\ #AۡXWyϞa$0,˝C>˨;Êys[n@4/b9fY"aPVOG\'pxon6R= 5calٰHb֪I~*Yc'4r2=`55cXaYT"jx0*qSnkF0On6!)bSc| a V3-qFLu~&5ڱx޶~nї}nhք$M^&s;ɺ`;qyF\\<6)5sxK9ՆFro8Q %В9s O @@Q~ {D+pR53"qKb~0*[f1r~F(iˤN39E[UVݽqn{yE% I_P$6(64#RgCic\m)/Oe\1cryoj3뱼߾D7z}t\A)o8=Ţ}gJ%}x *@x u8EG=n!.*076v,v 0΃vffݢbmqP(9L,ub7#;aPv8ohb*l;g}]f%;@]ЊU>J*+]%|s&HjS+RWKwmֳB>_^uv=frĉ3B_:,ǵѾb(Q%J jTdR^@5n0m:p7c-ZBZ ~Zvx-x݆27e[(D{W`??辺Zq~ w 6jsv;bzo R?/ZVv:ҙYbn]xˌVDkx$umk?d$Sb,<^K11@g#>1Gz:~M9Ű1r>Y-5n0 IbϿ$f~ SV?j^Z nfAEvyےD׼0aY lJ~]Y1VbyVAlv-Դ =%yEC BG܅d{Amo6X˳ Uok }DD6{^TeV~FWS͍˿_u.͕SzYhO_XW:i. ώ4a#8l'lip)6."%IFji|N޴K&qerĥ\kMF;mzEfħD%]S. Jx'9(\:]%@2:ʆ%%MP"6Yܸi"߰uyO=F[Y ٫9xew3?&m*|cJM; Nj4υHm̆4=UG-[XЎD{ĴB^4Kf+r|í9 BQБ5X>NokbNoi*CPGWu00MgF> l\N0k&Ǚdkt&M> |@F35LK f;E&/87١.`3CʰVIe6h%]F;8J\H{E]mG!J<2KaL "CkU u12`ԱТ$d;}7gK+WV#,B= |<b&0|~qb s 6Ij+%,l/w~ uvo+/a5uKHi]Pi%Yu;㏗D`-+F̔\1",/E&{xQrýY|S*; RtɊ I{S #$vadOzVuP$9v !# Z ])wDry)6j;&KcW Sz0?Ee5ID0Y 8+~گ6a ;tDR[;zD`ߨBv[Kѳi,E8jgِ_Et1 , Rkhj]#w?%M5}{fmoN%3bJ(mU"gV`3 ãt:XP<{AF$eJ33fLT9M_lf+O;r I?øiㆴu1Mhe ,_a~WVi$;"ruß6PLj<=twE̞ eMtMQ^.Mdy}Դa ;EmVz섶W&2Т$R|+U<Bz(gi}u &QO\O_x'\ >9I ,YN& _6Tq3pqztm#k#+ߢל1@P[dDzO 900HNU e)ЬOf^OBh=s3qYZ:yU5(V4K>j ;H+s9:,:.eRh:ܓO̝MXĨ "nnþx4_ᎍqi1g\ڥ4x};24Ruǯd[?z¨m̉̎}+=H,mms|x*|$2~Y*@G'ZQ4;5]v;3W]@_NvCȻi;?xxFMyG-1xeY'fjRLg7 /Q{v#@g }5{G&'^,,qG0ۨqngxX5ʫyjLx%(Fi[a1Up$e SQIӹٱ}J*Iăwo_Y\]ǣ.ۃCb~rg-OoݙD9]ގP A ;4Jt'1E[ſz9ydjJ ~ U2_4NOi7D*&@NRgJ ݂ZGngxdϹ& פֿɍ)_ƾsPjeT]#1{:4=SkSerD뿛F{X4{dJGJyrlT0d LHI"Zkv#T"UyWṕGInO6LPWv5}e٪$h0R{C]BH<{'#:?c$$װs2!1hjJ- o֌2:tQpNjSLe%,wRz頟KDp3P))r݆DBP4R}cLoEx|پvŒW[b5Yޚ?TF}UB@I7?;3KD8G ͿB8S`Ebk"ڣνJ,Ϯ_!f j(%gc t[}0w?ѸRӱmmb^~oS(E~rxCz -A*%TQWد2+DǤBthMTn#a{7=rTXR 6NHŔlAg)@qJiifծ?q="}[rOnrIjI RvhHspfly1|c;[X@ډ,* xNQb< {<#J%m6K9_ W8.sEl+ʢ/|~*k~FǟW{)$X/N9 ^HT' j'IHp*VRmgâuwatuC'-hN@T^m* %\E3쎛/( gt9GXt7#i;(vFSy왩׀֘"\x5 +eFno ;zvS[uL> !t้]fMĒ}낇wgq:. 1CF\=0:FQPXN):595v+S^XqdZHmux I&ajs3pL/") 3I`'S%IT|}c#2VRbvq^rև%#VbKn̿#>ȡ5 ֶbz[nYWKzq-c1/ƇMf7Mկ@q 8=vڐUD/-kD9;ǚo0m`;==;Ug{sl7cҍY>m^J$=4/սٍ1IG9q)}m4x;gVP`Y8L_NlKi \Ylԇꤑ;biV̏L햣{+eP d e 5 udiOBhbV/:GRAiZFlS(bY]_1KBАȄ P*nsU'Ht.ozPM02p"U\//{w6@qۆ9邕Li=`}j"%Sne/T YK *֙,pZ).v͓'=cP{gXyJz{:W@e%:;*q9/2HC(mpvE )QP-xP&7OZMzԩjle U;jNa*4hҩA@p %L߱}:/#tCb0AɨϾCO M.xxHg59&ܞsOi}y?d ̓I+Ƥu^n5a|c ޯDkH4qg t!nTaS`tWZk (mݵ Ul-:9 (yaH6(J~JRW4Lc7 5jREBVډk)[LXX^ǎ*e|@3=ga+@"11[<̱gƑr)MtTdo!. rkj>e)8gc%bG* RBZhtv@7R0z$[]g{y]{^<DQ&pl}" [{FPFw?4İm]k5PB@(bقy'F H BB~"f"QluTXqeqWTtY'KK[R bvC{"/ո'~^#[Njjvp׬ĎȢd OR*S 9O# ̴n:J:.DU0A=4y.?g%}<dGs5Օ_'3t[6BIǔvMSv$ uGX7yگ-n:a J)!גdbXDThZ zry"f뙽0i97ޢc]zR =&>b~AvȂ۠GvOf>Jk{9| LL.F0mmdGi\{75DHHHB̥2yup`<@xf"\-ktҨϙgJRPۇ1k5.hyQqt _x}imFa;75>i#Y"2\u*@vpi;{< -O"?y;+Z Ix39S\KLfaޠDkQ gI 獕=k fl!T0qa-KO9 nhapc3fŽN)x _ aD; ە [^ m ueXXv$]QHnVD%Ae0AEG[ @I&-/Qb +DGMQa^\_#ӧ}Yqa6~.OiTY~tC]bV.+ѴzVp#|KO)O2?"Bjtzps9S{_SvMRvNh8e͠vD'ڨhcHƳlN d)Ay6Ű)֊UB Ć[?loeByУ&ھu C ,hCt y&wHLJR%`bN[u[4~vWKӗ"ưQ[lrvx ^dy\#y5եsz?ܓ}asXVDM&Թ?%Y*W-@~R]K1? ]qQ7FRUR!* D׍^|kÃwkv]*360.R6ήՑuioM^QW?Q1t$((vE`ߤva1@FQ MqɿHnY/{(ܕuc"7}{)]2N}Q$ >8uFbp^'c.2ju`@AO^́*wL@{3nMn?lf 4D ]yAa4ut6K\]  1 \%̠S>ҳIy(y.@7h͞H塸 1.X,. 'gT1e_`*A+W< LP~ NEWV)/WL"WEK6 dAvbw<@33F" W CNAπkN:ތj&QH}QՏƆŽ/e"JFL8˓$s ) Lam MJ<Lu S`ST=WԵzhUS]`#Wg)v:"4PIfbRۜ6^!]304Cfz)J7xyR !x/ch:@fe kB5ɩLAjOp\4:k!S5 o84x" v  /h!ל5(M}YB{ۓ"j'w v3zVbbRW5Fl=|H0hB[ش>I׌)|guI ocݓt'Pw~oW! ,-"[d\b{5ۿq~?ua%<뺢" H)yCŃ碜$7`sx/R346u=`Ճ{NNLY ^Pp_}jMVjH!h9iؒF\<~pLJ)'+) ޶l;O fQeer?Pct'K8pP𴅪W@8"e'b!qNrH^ExDŽB%I" =7SBme3)K򚉏>+v{:́9!*c@1DžYO{w R6+@V؂#ȯLTSp]Ϻ0`3 0B~3 ʹ̉g߸K>sp"IwrC˅.}f xߛjE /Yv+2vt. /!gfSԋ-^Жjkr'_TW;>7JED"LH66):؅(>m8bQMUĹ<n3{!%&ɽ?I8.(څ 3Z/&a5)LvgHaF&N(52Ql>N1˂/[[!g TJRƱ1l0+*SN-qPM 1 P'.2x[ Kkk@$l&JZŤ|g8EA=GPF>#["bK,A u\^*lV]LwS1τA}~Fra>M^c|[vw:y&l6 N i&ѵhBJ;[_g =N|4EnNx o:Pi%R~iRf%θ?-gK.DI5]+R?ޡvk徧 >yQ!۝^mcUŜ`26'@d*pP"Y"#SOu45w]SѮ; kw}P_B};4HN4>:-@،ɡi)ϩ1n= SSiWmaE5f2X|K.9{`kɈY0]y) TZy,RlxjlS^ KH`93c󶙒ra=uUW. |4MgS1h@@&mZf#*HohhEUs$K!Mutq"GE?QZh%'ը7-$XzCD\(/q<`7ǰhzra!~ŮjR([Ul*Q!-Z#gй>benBs>v'(` 9wz}ǭS&^&MH }#0#)rm&᠄Y!a"xⓉ/3Y ax; $up6F}VksM@Z$3sjTh{ ; #*7M!Z"C.E>i!͏C1MnJU`rDRS+Sp>iMh9i[7 ݛFM-ˏ! O;0msgl(ּ:=:̦=>۠̒o]kΨXX"#1&vDbTscE0椅^cBrɥWx/ uἾD(G8Peey'S RXHwZJR*ڈ'~q MaONX%(acL 5~AL3z;=m1Ur$$N4r)nD1{dPQ h\7/fܣC%՜.oǃ~~b*uטF~Y[bch0򩤞@Öm0d^[20odIWAsWeDQҗRC)326tE Anbק<EwㄊB<j#&-eX kJ΀0]}wsD4y4Lc_(J#sAYv AKYkTJ)&=0"4PZr7v ayզp9I>yw'1+.^<_Ѭ&c2ϧ=d өB$9TFi pqj4YWMN/#`0Jj|o_*ت4HVmjU9_Shv QwܓGwm[E,rtMn,MCP/JDDn /ź-@*E7q#< zeQ}\xZ&IWZ@'AAz80&,ҁe.E\W硼c3MTk\&\kt"I]x,'*E9TMs|ZnC_)ҽ u( l|kڦ]$Ӟ2SI;DH6:d#OQu^w&z&M?B~T ܆1V9]Lōo&8-1oM=,58Xh J'7.ëcߠdԗ_Nx9D =g|s99UIUkDm5ƞ9&GrJ'3{ x7ZzOSz+.6$bsGV0B]MYGTvS!kDžrV.5@,@&ŀWDȼu9(H 8g;)H|5bz8:YDGPBGlim6t5S~3-n5GrެIVΌw`S%U"f$O(Ю$!RYH%D`,&q;pψ}>W~i,RvVt!H1wkrت,W m`* K(LB ]z1^gdGN.srpƒSHفm`{V('@wۻ`\rUO+;$>]bh,bdo}(K4lш2 ,-?تig7*Fڭ;U;E`iʊWHY/U =;Hzt&HMXƩ"`,rz/4|Míy%*jߴ!Ow)s0%] z8m݄LaQ>us$?G&ۈ'`WC5Z[;KnL}liYdސeJ!v'ևW`]`07MӨ(IJ4 ncpo>%~U@U1ȤC3l3V;'yoː&/Z:JiRKN[5 |ۨ*j&\NWawJ:.w᭭&o,0~'BhTӉ&ɝ*M4,Y1aK%;46F~))ei[£҃ȸQ`.TI'\nSwKH\/+md \n W!}6`7%Y"cP+o!P}l>VL@rhٜ B {Fe W V2{ F.&4FY݀۬KgĬ\ 7 mYb(y)s&pΠ|Ym9g@݄. CAA d20\ۥ77^;H}$k|B9'[Rl3y&OfPo?y͏ĨQAwT̃x+0$G5F^MII6̈]^Ey>AaZR#w$\%e+Vx. &()_B|J4iHLb)/hb+b7iCf k)l/u4j^{靜4X/( pe,Nr6wU_+1B]*%GTgC HPc:%o8<<@œB;FH(\ö ^@x#fOO>$,nk#|.HZRR1ʫ4ݥ$>dBbM`H.'*fB@%3rT9z:<|K4S a^.VҰ F(i4DQnr*:JFV;糸PwcHQfBIY0M{-U 2AvlELT_VkzEs4HtV:fGB%h_}챉gy!ho:mHBH^<#cڟ]4Ю.Y1#Q ~9|m 4>,6UM/kr =[ m}C$DSzq"y6~a +nWxu?.҆_zFWuϜv"D礰_zP҉'.e:_3@L&t7z%!Gz'{'>-oVؼ!yy ߔUj4EYQNtdsZS}*+NrV[(iLqtTID0L]rܭLJtP}97 D7yx$\l Yn|Ux?l~W]A:v!0c_ڷyP;tb+B0ClDWo lR24W;$쁱w\Ag޾|6'[Pu;}ı{CD';J 4FscTPvO; t?*OGVvZ4$q#I@Zy`POXSlS\;$c#gaXչ>iV%z ƪr}+L1XMd~x+/ +Ο1DEw[*r"=wy!;g[ƒb= +"dU1S^f?y^ܽ1mZ O4cnS?:Y u޻jNFvvpVeaΥMvRFطy=S*G]4^c[AVCe/s +˹!8doK̟)@+D҅W}p"2nfi3B u@4ؔ3S}%VXInZIY;M}5"2Vz=[w=:$&lo vB]R=h֒gRظ=cQC2$G)<+78\}Y˻BDxxWIGѿSB4kZfQHyw#d)9G5;.1i30%NV}<ӜpWh5:Ϝ¬uus`^|]L5R1)Pg]{׵i_.,#K#qUnxc`p. ru%KLJ \A#F .TTb w,?nULDEI0楪䝚'G<\>)Z~Z&'vN&<9efCwiH^s ًKڿ䦪LeW~x@Nh)ZmZQR5dY;w4&dhד/M)4 .ЩG%P8ȼtC̫_u-Zou`1!$$ so]UR؀q#?8"uX!| vCe)bEpu'H~GVcM'PI?+@T39w7BkiQxMjD}èҀ]ix#U(<>}Pg>;_fQ"֦[Xդ۴@Ļgw+:0Ft )I< ]]gWC΋㘬WE(59o9uп%"%]S4Q86'H"`GІ1o79KxϠB:8 }JL|^y~̓/&׭hN"ڿHrniKn_= i !.abfl yE'aqN~~oY<\Zo s )߂ڐlCn*즆i*(B8@u&SWK0><9leRTzyC*dnrOL/V$TLEu>#x1c ~|j3, x ?^.u@H8:OW\7 kx%xC=ovz$,5@xA~;L5Tˌ;8|gH, (KǦkŒ%>!_%ذKJuKh`Ka;h:c ҐT5,g1R.' "[,] 2nd<MiomK$Ij?="ʲr|Ȝ 2bB+^-7.rQWh 1) i2eܣ~}0\@1o9BeYU! DE_U*녻O;Vjnhfj / JT< ɕ j2aгLm W͟ZxGq>5OI#>ƕip zQ=ԉdZQU s)+3oҙ7| :Z>5\>S%!u _}yZeM3jV}dr_lk*hR'gݼfE50ag+ex4__ɆV:x:X-_g^W9KFSgEɛ B} 1Y@k Pr'~(P$Ј&mM-G뤌EX+AH 2ƀ#Ѹs=͓ 8aJL76P i/v$\[&g@2Y^7Nc7o>|9YL"zNzrt0j剫T!_=M’KǠ.>$"'h$L\tѬ{3 ֨FsE?iN+Wtu1tQ ]J;I+*JV( ;D>1q/g7I}\i91{NT݄ġkvzJQP_DxCҝ@LC~3|[ю(G8IK\"h24.|(3:XiK7E;[)'RI*)w:QsP ~GJYEv'erċelhB4_u͵}Tؑ/SCVz\6̧XtR6)oΪ_߾e!X?krh4ܸ^Ȧf3fMKEN# hC,eZ}2F>c|2W.j! o-Qe\ae:qS56>~oۈv(n EGf9!31#ݛ)Ѻ7v HnH3Waڻ03-H ו^BL(Gve/ umEY7\nZc\ŭlZT-uP=B]8J%"<ݯeq@Irh{Ӝ1+lYDߧCݘMUtsQ`zo*C#怊iL;qX"Bȸ2b} zҔ.uݹm8Ϛ/9qj pI[8yXJrRMy*ժ^~˴pgd:>1,R(t-y~ HyyQ%YVCD(fJ~HR5>uuA }wxÔ j&3MTȋY?[kJָ{ ^y0Ișye1Jhbvzvj@r.(r5Tm)ʴy!O&E46tH T"hP-^dӗT.gJ(ՁIITU<17:yq Rb'GІ<` 40[O+X \\<aEBR<܀M+CxԾ]  weyU1bqu~m+O#17dx+ F$;=KJάKe%/n"i% XLٌtZI՜I$#kO;`C/7:qretBߧtdr595p:|p'hJWwwИgXCА[4Mo+FdxGQ:Wвب7@;p5k&fv &|z Mۣ!AVM\yж)P{ 6ƨ:u$OC[m,zq|(]y젾L ^|T+)4=7">^ENfBh$Pݬ{^j*CL2M-Ьg< %O)#n?ʱǣ`r❤s"be]n8r UQ99ɭ&V,os}XllҀ'\0K8x 篥W.[fk2Kv\g 8L2\&brלz07z8x">!o,µT ;@A=RO-uZOCm8p`PeG|L{a3ĕ 6jY Y l꼂3ṅvHl2ELlZTDr IR!6|2&뻴,_V9Pu:fRgk`!+4rEq"|nX!X6 "8׹U}o1Is#wWXOgTIJnm}j4FjBAǕU H SbcE;9aõKubWZ e4 IV[ T}Sf!!QM8n''%ի̛kƋ$ 6gb2 [;Vi- 8a{&p P\LLL" CSx86: fay#V:K 8eCXP%~do 8B?BY(?Ao_KbJv 2S^oŪ+ā.-EX*p6C-"y`Ćj46(7ߡ5Jnyq/G S[:>̓ìUCDfeǻzIDVS-+OIV#J5kz&S~]a [od_x]dc1ZA\me8'ԉ6V{# I9HJGo »Ȍy)\jI@:s(6!?} A{8qS"P'άP%RB2XOmV*G̲_FENz&VFX8PJVYQѕkrlhI!ڲyZUxްdd7>lTOҼH2j1;k9=fRSbZ:3ܬhsLi $.?NW4==uyzZDtq 3-2/ a!hD)8JheOՠcatBy& olnIlA7؍!]I6.(LP0DM",esyª\8u`˲N# kQZ\ub2t2~oG.X=k5=iti͚7H9(M-/ d&WC&UqIߟ/$YNlp-&D|B} Akce{_ᜰs^Fmi⓪ s]K.ń䋴WC* gP B>R~h=IIQ_!':LtΣ9ʦ]0f?RP g_ܗB%{k0>{/jL꩸40 YXWPGE'E;.2$e`ľ.Tyt83tȟQ28!Xthcs5IU5";s" MՍi S ?.ub2pŝΫ"n_'AE*W(*ҦO! \.m7rJ`K2]`Q9q;l#>iQ%ŵV.:ĉ5M[ZYٙb<(n8Za{!ѻT,Ӓ-(Jn}YfW8Z10N&p@Qō*'m^Ӕ.Ғ\A͌O-)Z3_u!I bU9*MXm+ƏB!d#*69ρج2dLܵD0k)i+.ý-~͒SR;5ru 2{=V{RMN{7q|y$IiB@yqwĄ g@%V֌fbX|d7[S(Gܗ*O3Wg̽6{_AԐ]Hn -;=yd|w W{26(/ڍ&?=d7{"*$'L4~kP*m@Ū] HH>tTBvNEiKPx&9'x)~K_Vl/I<9woPxJpV|ũ'Ȯ&'4Ƙh쬕fG0)Eg8 BKr'Wf Sla#nAB@~mHNLt8{e,ttȖ~, wHТ7Z:l6X>^\"Ӛ;ȡC΄>ic-e> gD:\3ƕCJwdKY ym=mM_lC_Z7휽:Ӂ6R&NZ1|ٓ*/bJ?j(st,xmMmk"a]l7rN^Nқ!%QR|@">zn%-u~Zf{' IQ]bAGy50&bPO~ٳ"}7 hOe%GG=ųiC$Ib{{&,P}Ud]*~羻%v9 wlYސA{CMato5'ޞP5D"XEɺI)*PH'k"GC?](Kcv#(!]L$QZE1Y^9{Eu$K''A%p1L{~{1 Rm 㠖x8-WqS`2^#_&*-CR"-`AD@4|&O16F&pli s˶044lV{e@wmv#/~j͚/Ih(,miZLf O%xyn@MKDYJ9\?y ISQr R ?s`:TOj0!;[V@: Cx2'pgz׽:5$+¦D\kΆwrh0b1 ~ݫ_8 Lr!1 hC̶,=W·A`]^tQ K9n(*{J#8z{_G{Eٜb@5n4IĻYx^kh'yR~y"(utr&X<a l.,KZHU#n$ـ(tg(&A3,{>1 T'僦3Ѻ֑!kisR-_GҢ+rm.EPD}RX,;|G1[* $!Ny-4ғnG9d2,]8|%e 5sN=S9>"0Hn~{vTj4O# y6VAq􁕈ĵ8 wJeN%%>_IߒRq8hRpmx"EбQ@`p1 _jG0=={FajQ](1lSk~U/ni_1q/n1 (6n-P)(8JIOeil߉rϊ]([Tԏ& BdRfϲ4&6|)<'d1B߱k$e04#}(M3&[ѡ$-dhVGީH#FB}'>R^V;YI=SWt1rY]iIGu|6(^PPӀK-A7CqMД>nLw6VU!'*hpOtLAAKŒٚG I!+[TlIJ gGvg9b/ez,v jwZzV'<Nl5 z gBV]wpT!e j]a/ޝWeCM9W6T{\pJ aҿ*ǃluQUg5`z |gvЀE'g`I*ȷ^XA`.՜BO0P?UM/!zۥpgiX%72 7#Y\ RJ}sdF0*c8:T%psэNy8.afasJ0qo[ WD\w|>4^=`-<Ѣ!Y566qaZE Tt ](EXzv!W$)6g@Т&:f9_7-Js4^-{, AFwht.(ܽuBj-ˍz7`!wiS~JG.ty8rׯS*r,t .&ZzY0/tAi*M>᫛Ox_o7DN9[=Qőv9^ l2黩y@Tf9d#ÝD3{)f^;GQeVV0Ud)`N+Xҏ˺kI8~p[ Sl,nK+PP4\W%ʻH<+['̟`/IjQ-~⎔Ϝv?c'q н%q -+E; SaHҺ:EjJvqz׼х b2G%+G;ѫ$HN2kX®nQ&EytD:Eq_qx/8E>JsXjӂKSXkz.$;$8 F%LU n sU]5݋}ve)O1cNI zɑP"|"ܓӾ6kExy Zp܅źϴVRlJ4/au<>W[J --FBx.yALaRF} '? .}6S Is=B1\؂"o`ۀck7ř=[9?ImR"y$dҢq+nwW_`Hb4]݌ Bg2r{?9QG4_8a5]8,[k+9 |=, A< m^3:BU0s2yB O͏-j4>yȵ}! h=þ<av$(5> /%G:! &㡿OFdž M\Ceuwkw;n_VȽ9XH1|\ ֺF/3 vh8iE%et9),NW)Ӡ_9sខAFޅ|m]rOYXNU?NjO|t3lʿL չ Q/2$]2"TI:}΂1RοY^e)(=a҉wE <7'cb޽6yt"|&.N#Kz sMΆ"2DlEf ,ӝ(šƪmKא(O쵬i890Q#="˱Z Λj{_ s2g8,*Γ2`ʤ` JB S_>\Q=z,D߃TPčo}UDh&-Ta"KoX_F*J(h)EH&s14(9{sd>fnN _spYݒ9u`p3yM5Q# 3vtxB2cүJ@`@7.|)T'3SF` b;j 8ESha#^# f*p|NLVڳuSRWCyA8H"VHD܇.1&"M_F)M\z^rTv֤Tgw)tN3 aSbgp ?5L++Q`bBDGCI|&g B ԓt˷l`5t*+٥̈CLkXtsv7mD^Њ~= n @ vENjt0azE´F 4,42 բ͞3#5@'_Er>{0,0Ls@\h$M~τv!ZV)\]'Cq4^׶ yԠ%B&j2].q!W1;m*O±]TAApcvH>4 /G KB)*:TТۭg*~ubO%zcSSCMQs0 X^9`GaKD8$}LCkſ*\iN{vk!f#I9g@s֔zW~!iRTƘӛpH_6!;߼T?;A:P{GvsZ rxӳ_ޓ[@EEO-'M & UzK ̍];{w^w^ITpss$];ex |j‡5|Nu5!QJkaIwcu(ET{ܰ8LhٿۣLh:孌ڈw>uA Mr b2C`,wb=&?y厸$!҈Q]26`0!OFc!͂.[ERJdLd `:J{2xLI)cqcx ~M5*'_AÊu`ES"5Y'aj;X%)pNT,5"P=bQxM4{7 yVz~TH_h rC:oIyFYr]8va0f`xeU;`9sUs@OC"L{3T?4 CΨ݅E[E;V%،mϓˬRS!PWȁCBX!:K(0Vkvafp=6-uF/%shb^p6aHG| cKrbs,2W0G..Qm}\-S@p!gu,u\ X!&d 9qtdJeTh# &Օж!1܏@V\H{ori dev7ʋX,iC͠~i ?2:KwrxJBS:sj㻡yuہKoߡ~9&Bކf* aMd [ DZ0D\yE,&כQ#{véקD 2?{k$5'/l@^R'%$t))%>eiAU%M6)aք>k /4KlN܆ԮK >W̶̉3l7ɘۅnzf3dQu;sA ̐vhy|1%Txgۂ)Z^!"uF#_ 5%$]w3 lԢ?I {|N"h, &sv|hpPZK["ir\⥚("STEE sEjX `okt&}hLq;j<_LVUtP(AEGv7pLAM V"}psipݥʟ˒'avq#;`m@WrdZ^â*:K{g515ɤ5 7 %,8 yP-"Wj-n.0PLlVF 8-ڠGW= cKhXd߃!x 74M?{.2ʈ^쥸jZلa5g\Ǧ @Ak!wR04`(Px dQ !K*,,/:4i@Խ[Jg]؇C 2-_Sk08$'[yzg!/j"+"j&#GA)[7;2_v;[8jTح9NTY?mȶhH [UMAd EHQkQ>e sp d!̇oWC+>] 2'tM ZB8ǖ T` ȯI}Lpi S°Ox bנ(uj#EoiaSyhػJc[`F}91|4)n.JDuSZd^;{hpABS,Uhۅ4fq?_CC-ůfG<|O))|l}>U~"t21R_jB%tgmmX s9 ّQL2r2qYQ7ۆ^342 G:FN4&Tؙ깧 t1Ѝĕ#wpYP`S ^9N(;sp:R0>C=C;e6aDW C@KMBw.'jK0㿘a#C秡. )Iõ;d0}O%Ĩdzt#)Xϼ8tKKxa8sPĴ oI/A&J"Deְ{,)|A"y#H+xzɥA+BH䩥`Teӱ@s''s1`,T|Tq KW:.܆K?Q O~~Ϳ(p)mf; 2GǽD4@6)|YM@4髁 ur{c e*uJR,~Ce~~;2-&xjh,wN4Os<3 'E#Y;d 6gЌ#Û- g\RפdMaw%HE9>{w6न3t]wx> H6.z Z0 #zE@x MT Thb({EAƏ7B0#JؐXZ{:.܆znִ}ldoSQ1.DQ!⑴BXi/;v9AٮzT]Wh1|З"EBc yn>*4<PnTPbp]?zo} i,7\)%O])lgt:GoIaȝͤR'$S,諢^7E`c!]e PE!FZ^ŤY2g4, ܓQk-{ F9P㛶 YZ