libecpg6-32bit-10.9-lp151.2.3.1 4>$  Ap]%ֶ/=„0Du{9KU2e.rzZ . OcT6ٕ#V0XOrccuw \Z1nǜ*wGJO "HN\}.Cج9p{쿅`:qZ1w%\ jǠEȥDZ5lx~O MO?{zksEp|t0y;dR N-v_JWSi{^}ۮ\p>A0?A d " S $4L X d | B l#(N8X9:C>;G;H;I<X< Y< \.e>3f>6l>8u>Lv>dw@x@4y@L!@@@AClibecpg6-32bit10.9lp151.2.3.1Shared Libraries Required for PostgreSQL ClientsPostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This package provides the runtime library of the embedded SQL C preprocessor for PostgreSQL.]%ְlamb10\openSUSE Leap 15.1openSUSEPostgreSQLhttp://bugs.opensuse.orgProductivity/Databases/Clientshttps://www.postgresql.org/linuxx86_64/sbin/ldconfigX,W4]%ְ]%ְ]%ְ]%ְ]%ְ]%ְ64c21a3a8505d15d9a2a546fa2ce14ae1e3e6c0aabb3ee66d9393b2e2541fc68f2534576a3d6c372e081ce2574855937b3fe7b62fed921796ba9809bec84481dea67606fd137693b477fd812bb04a08489ff471d55ff5f3102a2742576d75ad8libecpg.so.6.10libecpg_compat.so.3.10libpgtypes.so.3.10rootrootrootrootrootrootrootrootrootrootrootrootpostgresql10-10.9-lp151.2.3.1.src.rpmlibecpg.so.6libecpg6-32bitlibecpg6-32bit(x86-32)libecpg_compat.so.3libpgtypes.so.3@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libecpg.so.6libm.so.6libm.so.6(GLIBC_2.0)libpgtypes.so.3libpq.so.5libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@\P[@[j@Z@Z@Zw@Z}@ZaZ2gZ2gZ2gZ@Z@YZ@YY*@Y@Y@YJYaYaY@Reinhard Max Reinhard Max Reinhard Max max@suse.commax@suse.commax@suse.commrueckert@suse.demax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demax@suse.commax@suse.commax@suse.commax@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- Update to 10.9: * https://www.postgresql.org/docs/10/release-10-9.html * CVE-2019-10164, bsc#1138034: Fix buffer-overflow hazards in SCRAM verifier parsing. * Numerous other bug fixes.- Update to 10.8: * https://www.postgresql.org/docs/10/release-10-8.html * https://www.postgresql.org/about/news/1939/ * CVE-2019-10130, bsc#1134689: Prevent row-level security policies from being bypassed via selectivity estimators. - Update to 10.7: * https://www.postgresql.org/docs/10/release-10-7.html * https://www.postgresql.org/about/news/1920/ * By default, panic instead of retrying after fsync() failure, to avoid possible data corruption. * Ensure that NOT NULL constraints of a partitioned table are honored within its partitions. * Numerous other bug fixes.- Update to 10.6: https://www.postgresql.org/docs/current/static/release-10-6.html * CVE-2018-16850, bsc#1114837: Improper quoting of transition table names when pg_dump emits CREATE TRIGGER can cause privilege escalation * Numerous bug fixes, see the release notes.- Update to 10.5: https://www.postgresql.org/docs/current/static/release-10-5.html * CVE-2018-10915, bsc#1104199: Fix failure to reset libpq's state fully between connection attempts. * CVE-2018-10925, bsc#1104202: Fix INSERT ... ON CONFLICT UPDATE through a view that isn't just SELECT * FROM ...- Update to 10.4: https://www.postgresql.org/about/news/1851/ https://www.postgresql.org/docs/current/static/release-10-4.html A dump/restore is not required for those running 10.X. However, if you use the adminpack extension, you should update it as per the first changelog entry below. Also, if the function marking mistakes mentioned in the second and third changelog entries below affect you, you will want to take steps to correct your database catalogs. * CVE-2018-1115, bsc#1091610: Remove public execute privilege from contrib/adminpack's pg_logfile_rotate() function pg_logfile_rotate() is a deprecated wrapper for the core function pg_rotate_logfile(). When that function was changed to rely on SQL privileges for access control rather than a hard-coded superuser check, pg_logfile_rotate() should have been updated as well, but the need for this was missed. Hence, if adminpack is installed, any user could request a logfile rotation, creating a minor security issue. After installing this update, administrators should update adminpack by performing ALTER EXTENSION adminpack UPDATE in each database in which adminpack is installed. * Fix incorrect volatility markings on a few built-in functions * Fix incorrect parallel-safety markings on a few built-in functions.- bsc#1091412: server prerequires server-noarch to make sure that the postgresql user and group exist.- Update to 10.3 * https://www.postgresql.org/docs/current/static/release-10-3.html A dump/restore is not required for those running 10.X. However, if you run an installation in which not all users are mutually trusting, or if you maintain an application or extension that is intended for use in arbitrary situations, it is strongly recommended that you read the documentation changes described in the first changelog entry in the link above, and take suitable steps to ensure that your installation or code is secure. Also, the changes described in the second changelog entry in the link above may cause functions used in index expressions or materialized views to fail during auto-analyze, or when reloading from a dump. After upgrading, monitor the server logs for such problems, and fix affected functions. * CVE-2018-1058 bsc#1081925 Uncontrolled search path element in pg_dump and other client applications- Update to PostgreSQL 10.2 * https://www.postgresql.org/docs/10/static/release-10-2.html * CVE-2018-1052, bsc#1080253: Fix processing of partition keys containing multiple expressions. * CVE-2018-1053, bsc#1077983: Ensure that all temporary files made by pg_upgrade are non-world-readable. * bsc#1079757: Rename pg_rewind's copy_file_range function to avoid conflict with new Linux system call of that name.- Use Python 3 for building PL/Python (boo#1067699). - Don't %config the symlinks to /etc/alternatives to avoid rpmlint warnings.- also package %define pgcontribdir %pgdatadir/contrib- enable support for ICU (new BR: libicu-devel) - enable support for selinux (new BR: libselinux-devel) - enable support for systemd (new BR: pkgconfig(libsystemd))- make sure that also the server gets at least its own version of libpq5 - also change all libpq requires to >= %version instead of just %pgmajor- port /usr/share/postgresql/install-alternatives usage to the new scheme- update to 10.1 * Security Issues - CVE-2017-15098: Memory disclosure in JSON functions - CVE-2017-15099: INSERT ... ON CONFLICT DO UPDATE fails to enforce SELECT privileges Prior to this release, the "INSERT ... ON CONFLICT DO UPDATE" would not check to see if the executing user had permission to perform a "SELECT" on the index performing the conflicting check. Additionally, in a table with row-level security enabled, the "INSERT ... ON CONFLICT DO UPDATE" would not check the SELECT policies for that table before performing the update. This fix ensures that "INSERT ... ON CONFLICT DO UPDATE" checks against table permissions and RLS policies before executing. * Bug Fixes and Improvements This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 10, but many affect all supported versions: - Fix a race condition in BRIN indexing that could cause some rows to not be included in the indexing. - Fix crash when logical decoding is invoked from a PL language function. - Several fixes for logical replication. - Restored behavior for CTEs attached to INSERT/UPDATE/DELETE statements to pre-version 10. - Prevent low-probability crash in processing of nested trigger firings. - Do not evaluate an aggregate function's argument expressions when the conditions in the FILTER clause evaluate to FALSE. This complies with SQL-standard behavior. - Fix incorrect query results when multiple GROUPING SETS columns contain the same simple variable. - Fix memory leak over the lifespan of a query when evaluating a set-returning function from the target list in a SELECT. - Several fixes for parallel query execution, including fixing a crash in the parallel execution of certain queries that contain a certain type of bitmap scan. - Fix json_build_array(), json_build_object(), jsonb_build_array(), and jsonb_build_object() to handle explicit VARIADIC arguments correctly. - Prevent infinite float values from being casted to the numeric type. - Fix autovacuum's “work item” logic to prevent possible crashes and silent loss of work items. - Several fixes for VIEWs around adding columns to the end of a view. - Fix for hashability detection of range data types that are created by a user. - Improvements on using extended statistics on columns for the purposes of query planning. - Prevent idle_in_transaction_session_timeout from being ignored when a statement_timeout occurred earlier. - Fix low-probability loss of NOTIFY messages due more than 2 billion transactions processing before any queries are executed in the session. - Several file system interaction fixes. - Correctly restore the umask setting when file creation fails in COPY or lo_export(). - Fix pg_dump to ensure that it emits GRANT commands in a valid order. - Fix pg_basebackup's matching of tablespace paths to canonicalize both paths before comparing to help improve Windows compatibility. - Fix libpq to not require user's home directory to exist when trying to read the "~/.pgpass" file. - Several fixes for ecpg. - This update also contains tzdata release 2017c, with updates for Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands, plus historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. For more details see: https://www.postgresql.org/docs/current/static/release-10-1.html- Use /usr/share/postgresql/install-alternatives in the respective scriptlets. - Fix the logic around restart on upgrade and stop on removal. We bring the binaries, but we don't own the unit file.- Update to the final 10.0 release. Major enhancements include: * Logical replication using publish/subscribe * Declarative table partitioning * Improved query parallelism * Significant general performance improvements * Stronger password authentication based on SCRAM-SHA-256 * Improved monitoring and control A dump/restore using pg_dumpall, or use of pg_upgrade, is required for those wishing to migrate data from any previous release. Version 10 contains a number of changes that may affect compatibility with previous releases. See the release notes for details: https://www.postgresql.org/docs/10/static/release-10.html - Reduce the number of version-related macros in the spec file.- Break a build dependency loop in the server packages that led to bootstrap problems.- Update to 10rc1 PostgreSQL 10 RC 1 requires an upgrade from beta 4, or earlier either using pg_dump / pg_restore or pg_upgrade. Changes since beta4 include: * Add psql variables showing server version and psql version. * Several fixes for partitioning * Several fixes for logical replication * Several fixes for transition tables * Fix for query that could end up in an uninterruptible state - Adjust dependencies to the new packaging schema.- update to 10beta4 PostgreSQL 10 beta 4 requires an upgrade from beta 3, or earlier either using pg_dump / pg_restore or pg_upgrade. Any bugfixes applied to 9.6 or earlier that also affected 10 are included in beta 4. Our users and contributors also reported bugs against 10 beta 3, and many of them have been fixed in this release. We urge our community to re-test to ensure that these bugs are actually fixed, including: - Show foreign tables in information_schema.table_privileges view. This fix applies to new databases, see the release notes for the procedure to apply the fix to an existing database. - Clean up handling of a fatal exit (e.g., due to receipt of SIGTERM) that occurs while trying to execute a ROLLBACK of a failed transaction - Remove assertion that could trigger during a fatal exit - Correctly identify columns that are of a range type or domain type over a composite type or domain type being searched for - Prevent crash when passing fixed-length pass-by-reference data types to parallel worker processes - Fix crash in pg_restore when using parallel mode and using a list file to select a subset of items to restore - Change ecpg’s parser to allow RETURNING clauses without attached C variables - Change ecpg’s parser to recognize backslash continuation of C preprocessor command lines - Improve selection of compiler flags for PL/Perl on Windows - Fix make check to behave correctly when invoked via a non-GNU make program Note that some known issues remain unfixed. Before reporting a bug in the beta, please check the Open Items page. https://wiki.postgresql.org/wiki/PostgreSQL_10_Open_Items- update to 10beta3 - hash: Fix write-ahead logging bugs related to init forks - Fix oddity in error handling of constraint violation in ExecConstraints for partitioned tables - Use a real RT index when setting up partition tuple routing - Fix serious performance problems in json(b) to_tsvector() - Fix problems defining multi-column range partition bounds - Fix partitioning crashes during error reporting - Fix race conditions in replication slot operations - Fix very minor memory leaks in psql's command.c - PL/Perl portability fix: avoid including XSUB.h in plperl.c - Fix inadequate stack depth checking in the wake of expression execution changes - Allow creation of C/POSIX collations without depending on libc behavior - Fix OBJECT_TYPE/OBJECT_DOMAIN confusion - Remove duplicate setting of SSL_OP_SINGLE_DH_USE option - Fix crash with logical replication on a function index - Teach map_partition_varattnos to handle whole-row expressions - Fix lock upgrade hazard in ATExecAttachPartition - Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY - hash: Increase the number of possible overflow bitmaps by 8x - Only kill sync workers at commit time in subscription DDL - Fix bug in deciding whether to scan newly-attached partition - Make pg_stop_backup's wait_for_archive flag work on standbys - Fix handling of dropped columns in logical replication - Fix local/remote attribute mix-up in logical replication- bump version in update-alternatives call- use multibuild- initial package/bin/sh10.9-lp151.2.3.110.9-lp151.2.3.1libecpg.so.6libecpg.so.6.10libecpg_compat.so.3libecpg_compat.so.3.10libpgtypes.so.3libpgtypes.so.3.10/usr/lib/-fomit-frame-pointer -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.opensuse.org/openSUSE:Maintenance:10576/openSUSE_Leap_15.1_Update/373d50f20d4687bad3ee600fa44ed9c3-postgresql10.openSUSE_Leap_15.1_Update:libscpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3a42967ec05d2ef94a0884826a4c94f0ca7c4e7c, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=a831b301443b062947cfc913df9ff2f49250f9a1, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=92130fa57c6f7a46ab38cb73fd04ff57f94d64c4, stripped  PRRRRRRRR R R RPRRRRRRR R RPRR RRRRRR R Rutf-83ff926a02dd432ebc1e8aa1010021ba896f6d2f6761eee3706f99af64c161004? 7zXZ !t/e] cr$x# 0F J-v:j螫6qЫ!vu]ce^F+M4w'&#e!jv1 `pnH=D)ޛmkγTsW*d(|)$;Dlb[]LAtH1Ci=y\C/>F=LPiC2)O$A݉IIщKu4y)%%[0/ȟB7Ὧx P(DxV IW-m$d|¶yYݥH:^tϐ5mV x[8E'/Q22N DJyyB-Yj:`εgTptR)Rݼ_֍ m?b}J>]u'Zq(!W %ۥ I "xh&DI~"|sF!`qG?|i: U$INsKEZ]-I% [󽌩L[32rһCcawl[d]HWqG3\E7`<3v+5k5hi1K+qOEJ`cMˤ[) KmeO) dOE^ij1MG0Y)m%?.I:~AaP%EQQLtqIE*h`g$J\&{`!-(,M;E5o5RaIQ@;.``R آ~ x'ˋ+GH/pN|~' zľwU>HPCAMMȖ{\02 +eZ ]z^˾m+K?6'X6y%Rg*+aLw74'B¥Bd'KXB(#B_E@F"F{g h\_L<\ǂN_GTۍj*YP\18huиDr9Z9"mh@ćݑJw:?064ADr݁3ɊNepˁ1NDA|z2mBoDxGǑ4>1!SW0?C8cڿUDP_`|dJC0(/s['IB냘d&Kҩ%"uj} V}j[KvcOICiwv+>E4l7'#>]3j fqwI7+!uEY)^ ;C<˹?:F!"5cK\Y5 voeL"8qzzҼXǙW1cȮA[6}kUPǕޙi`l+GT#k5YK _ J<"<0`ٟa&aFW`4j]=IGe4ʢs_8xmOm93= 1f›1[3[&Kojʼ d$/5?5=ΚY܇]+Pv,PRnYhSMs9 Tv_ ZeJ X$^ 3i)ؤHCa_Rj1\ru'ڟ;O6UE&ӻm{+ ҈,G>KxI/t88}S#_1wLg kyM݀eI1Y3e-`ۙZEV5ۈKk\f\B[B# pcrb\oa`DA8D}({2֎ 2TStC,WMWq0!cDMb!Yo<ũCd(ت_LʓfN 8MA?)Rקc:(3>UDH]H\8 JD-ҶERY> |-m8+˥V@|rrv<i5+U /\N 4Dp6jgf=ƞ=rKT+L֝ofZfJR-HoQ+P+\ NL౧ޛp,zOܪDpEHE7m ` r&) lv<sDwD9z`0=I;[)^ӵ?$R$M- ]c s[0E](D]4i^Xo!͔-Wu9̡9Wkةm2̥nA|)t653c3gJZjO4YKn$$#y` wӢvc_̎9aH胴?-$AZ. h_>ڙhg*0CBJc,i϶2E!jf;W',I4u$X W󁽗1.@~Εom^A"eu; s(SKu^܇>ghyȃ,J ت (!AYU}M@};/␒q =3Y7eԲb^H_Dݺ  Os~l>yP+ժD( `v<u$BB3".WQ@΂(AD Uޘ7Wt.Ǝ68?Jj2"ޣ PcGDpA=pk@%布NxepŘ5kg䔿:vd-yEe$NK/˄~Tf:@H2 NU:zkLkF.0:=G{+@kA9bTyXK_Us|qp"'HʙH*5 >SFg\$!▩ɮ!aU3N@6M>Djl/ Z !g|,|'iЅ[rC%]?.F t2ebE6@=f̷O"ܺl }% &Z @iЖU>"k)h:4xIU4Z"sQFMEexg1m:0uGEUf^c~IbU;YVP#?T㋬N:cu7bfFɠ ,XZ9jﵬ $X4jpM}( 1NW.Fr8|CfK)UbHNb|GتmC*/A7sJAOA3vy%1{S],o(/+0nL%=܏{^ 2K w&;q +:N׹#FN~v|}NP)UPuf"ɮ9/NWg?v^HVYIzmDGTfl6CK0ޗ}RqU7J'ёV\Ɠ4NBNp 5VEcs220u'6FK_]o92Bv ʫbQwb^\w7hyҍ37иIᛴĜr)6 6t$jM6 ذn7)0ij'ؕg(A}7J0qosU@cPP"bHjB Jkq1VvY,5S? U "?E:?%yN+ZLsyu#[4~8t2SO.z il%[뇕d -bI ?6R`GFIэU-9BfZй1:sU/!or2A` -Sry?ha{UI (ǴT8EQԌ[Iw\H>O<3KnEuLn^ދW[sEY;\2#&y rS@&GiYwɼ%=Y.[a0?F0P^1*@([d{9N62ʯf)V 4菙f20Ǎ=}1bBZC%!ϑKCsYEE` ÛEĜYx$/ 7]7;-Vz`V[/h?_g\@uOG7NLP's&Y#\"#5ߪ b j@ ']E|KGΦ;}ZTt*`^UKKV @J?&y\zjQZVޮԼ*.SpΆ w/I9#p"%ڍ$;4@E=Q)؋g|7r1_ `sOب}+|34L{%u*ZPA6wObPK8/|`rüQN M|}+5ו>/juQOCQu2")~(N?iad*nn(~SduUi Bz9Nղ^?jO<'"v1 w9Dep5 F#V'H DE ZP4֛}w KfNI02HK&5ԅM~ iڣ56^ < Rf4K1gBy%ddp]v8uZ.W~잼P%4*!hE-֊j[׷9(fy4Z+'菳 J6_ wtm]Rn %>I}'8})N< G?̒ux!+-Tޑ1s@M6y .P7x L>[[eo e>-0+eI;эߦUcKsByt洖.gc_fWFXV[\mJJ0[q֖߯Ư7;);Za~B4ٮ~MɊH-Fm*ߘܻ~r୷LMfgxt}V#zvKن@!FU;nh5{ I߈%}jq^ex1}F 0l/)n?"-m #=ɳdY+?,ވC&|EbR^!8$F^ߙTåz|==L%^ 0 *j,>[c{^U:N )@Vg t!:lR\f,/T;L`iw&uN*/Namg#3Mr0,+ZTDӾf3v<W@H A9ʨ(  *=Q?ޤґ#7(Yd! >%u>7,To_7t u. E()N#fi׊&srL'[*1]fsgU~9Zv".ɰgh 7?#$rzaw[[)$Yzv;ƖH}`Sہo&v4C y%A:\^h#%'{]Y\%Sf}-C!MA%%V46']+ S6;cBC$܁ z8P$hɽf+ Z<ŖyiId61-b{g*>nYp'Id:oa!]Y`Ҵ<P <~&"+MUPFxQ8`u19uצ\'|j(Aɒi&: \Bc3>/֬hIfJMv8xi4϶g_=:"OQ6t02,*ЛfM5tǝ(MLY*Ƙ F5o0o~%B]'ٻ^4UC1/DmftCJ1-~D Lv+nx{ xa\ .˶܀"F?f"HٍB8(ek& =@veXeERە 2~W|I $v=xK/9{1xTQ wy)l}3Ptˁ |Y1]v:KqJ%eHkqiH 0?~d_iR=5BB"pL{6}!V%Aee3_.YU X8e66y?NK^u&9Q)`2 `00<24i ;~dƬQil}gKnQ`D2eU?~(þ{ CBՈzJB)Nq;F2%2N*|-S QG!̓J2_iXzQI}ÐaepI$ 2cfP">ʆQR}N_ E{T‚t&~%iYg$ C"Ђ?֤Q=ug}$W(bP"d9Irf镧/QASyD`~[)AG2!H=Z5>-rs0.5_*]DcrTu( dqOnf˃3Uވ_e!J2{b\B?^]r,lɄmGGy Wl&_OZ1ڋJZ)ɱ3ZM%v-eFLyuX984Kր>gWPXaqq2z0rk,]s̴:2zxA򑈨yppS~lSW9bId^iUYJ@M#~J6i^[q`S 9lմE2(h00'l'" EqԄ:S3y?eAmm|C_sjoVu-,2)"5:9s肧Ţ tDQRxV^&+*S_3;Cx%*y֑/]1};CI0-\ XMqXe>38Y۬xQZ?].CB{hG$hP l#Yd&%Ē,5yDgWv IsqߠHַ5%n?PANmI c2B7'WkVuSţ?ۮHWu&{ J5 Lw.eX%.ڳMúʥ)b@x'%Qݹ%'DDN`ؾt" u!p eFTK )ܱ޸Y)3` 6CK, B޲mހ%I9K1:%8½ƿ؍~f?[nmk6Շ+wm']!&ا|fc }{+scO,\J.@zs)gw!{BxOCQ]Ï7\AwRS+ȜUGھjzY%j;ao"?FE%&Ҥ|`{4!T☡?'&ɼx0ڢÂ5I,-Ձ,*7aO9~]%WP[o +a!>)wM0t+?3gR9 [gNPE0b̓"P+F-*T#X Ftޝ]~> :* d|dX}~CRyAhY]} v 2A bx`4X_(/A|6J O:eGu’5x>XPFq gý$ZT#XR?r.0?ޥ)PR_t'M9D+nH8@j}n/|@@Reh▥gU.zDm)6?2O w2ԙB9%wC4<խ)8JZKq^͝3n]F~%Ks:;pӨF XSc2??71S\L/hz/,/(V`tdFԫS?k2eo}rBPT7U<,:͒n<%xV>wf S[sy)<+eBOflIrMY܍ 6$d$97&@[b=|rg 1!mu >4JgfT"n6ܢ(fteP/آǘ!\9w‚S` ۪ǻQ-<{Sѕ#vRCs4Km[ezqB%Y("pef+CG> _`Cy3BC?]*6iJ J]Ҳ!ÅrЭj\(w@ mYlsH?Uf tLJ~5B eCc ?׻:) Œ%{#{aT-$OU*.u"G3!>+Lu@HIG̷G|LtluRCkԂ;ZFm.i^Sq2ZL$8 W36<9 lPx b6D z&tvOOrPmY^y07*$z\;7Q0k7t&y#R97,#ؽBbܯ45Vb5 iї󎯴:4GBz@@`SP:/zΰ,t w<&/"ɭ@]KUmv2.5e:̆4`FavUS}cYmFm$V%vr5ӣrVK+E+S31={:9-+0hH'N(Pn71F zt3Q+2/^>Jef/t(k\Voi{ଔKW8xѼ7C]Nl(G%\k^]xh|Ui;D3ԅGܧ\dt;vWz#>O(tgbiJ]c|شzq#]WIqSm;K~ dV8ָIJSZew]fT&Ӏ!FMEŽ']r阊i)4#zȚ s.]HQPG MkUpen``8FN"V}Azn>,7ۊUg&t❶u12%vAj1=޾tDž2 {9"qظrT"& E<^d KՖjTJ*Đ9蟞0SF#T L,0hGQNmg#wI ijaZ/<[5݋q7[53fn`0U^4*@RB3˥Ȱ| &A)A]a)G&ʩDdaƇ p >\˰e_R 1*Ň=ޣ>⨲³ E9wlW1y ,*kŮԆYz" Ƚ@Α }œ8V./q`{H;[B~e8/V&br8tudέ+sf´/5ȶO^pgYxC&Kk5eC|`—.E?bG D2jA.R/ !l%hgJ㌙isJ8CXݓȘӎ}SVOM7&J?HmM|5IX;w7nLj#޽ /SE6j_yW+b{q;^ p\~a: h藀:U<Xb7OLg؊{? H8̗#׋%iq/'TZ"M}ɋ`UFS]nzfcG* ֆ2l v.1+dUЀKh$  ?8K;,/SSUyx0uc&!']k7~ xLI#@[#o&NFlKi欳2CM<};*Ps.-7-ptgM|E~E}s?a<+WoGΪA~Vҿj@aW AyT" :BEwΛpDgoӹ>tq]~3SUihK-grߜyO'ehja}M>Ι5JpL9]bV SQ.je!MD&e̮kj*:O\^R1v&mma3P~Ջ/:M[yԟɩqF]#!Աna\.`c ,Z34`H@ǝNbovݰJRȖ߅́oCk%$5<:|OZ= ,6pgڼBzz+MUWu ɔA^3h4F H{d3eHo Pj}L}:-\/ Cc[ I %j1x8ȄmEs_a, hQŠwJ׃6VpD =~F"xfm!ɿ{;ʫwnjGFf}Kl6=y7ɮ-ڬl nEgK˚_ o mvb,B2&]ߘ!@d@ f6a25LSTݰFy(7I|VZv_>`Vڂ&qUNoTX6vj$ÕӅa|d]MY2 i(gC0$gwyo=m P FR%~UÌ"̮yV2 ^|^y7>% s2iJ\JŴ›VW3c S}B--#=/{ɦ]艉&yYϸZSaL[26U02i$]ԍe8N$Ragd %GT*fv KPSRUg$-`t=ő~=[kKpfbfvs;l83 aB|ܞ,,ⴔ†ψ38Q #Gq9wsh9>v HLYUq{[ܿTc_vfqE umj]F?&s'~ /掦,k_ b!y8=Ğ)o6I)I遞S8&n_<^yLN̍}Bc&X|&M̋^.p3.)#fV (?O||jW-8/D|/mLO07 p cYPyq*yL1$f4 ' ju>N^Ge-"K ^HV,yd#{6cߨlv8΀6BK̓BבqirLن'ֵ$itFXqhj]I ; :~xvT 2=S7)LWSKs7^o^("<ыS1 ǩy2}'˯Bٶx%Ru\' (<.vp'gJh+HB1("W9u*9WA%#ٷ:z[u܍̩ l 78K2}݀ƙ mSDoe8ln zT9{B+nTC@r+QH.X .tGB=Gڐ`lp~#4!qwt;?ZSrf“A`u>,KY"XFBr }PoA 4t}Ç@\F z[[O $tBS^l^}/4) Ȉ D$<:FKAodv;퇫i_r?~Ȕ?[FR6P!GΊ^~? ^WlB5Cg袑 O*oj<xJ&,ˣzC+ecOzk!za.c6C?,4_ [0F7Rs{qӤ~aH۴'NvX[ P>g%;% %WWwA DyAa~'=̶KŘrÐ4$O5aC&!T` N{_ xPk@CtэwaԳ3ܯHXD+YZ39NΦ6q0Z۬X3̓ v' R͗'Ik.Exe]5ph'(xߐNhke+Dp=D[ C=fn:tDhLU r d#Mƴ5ex#2d b5GξiHj~@A MRhR_OYʢNaZI P᠖Y 5]O||qe`|^0Ca.U3&@_>+XV`νkT(KQ|oj05Iej':4 ^>ϡi)4(֤*qңSXϚ5`T?2ŎEM/࠵^+DhE[Sc@O,=PeM(K'A@Jng*R9Ƃ=c=eOA3P"jBpiCQH2H @-Qrc:Eӝ}M-$`uᴫ+xœ .њ)F9T1bgNY,Mz/sT{ 9:``ٓ*9_"frXB5xa>gkim B 8~+y1 :K.\4 WdM"t6* eUP؂\^3A?ZB@.5H T'Qmo ڮZ4Ŗ9뀆V"]& \/o++~=W{yca z*eO=B.Fp52 *72;dh_5`TA#QdG <5a˧gƹ"Cb0R{S<h ">%6U&y6%A^ CpJ~ Pl:fD;->*2@*vW}qn|rux +\Dp2by<І)-8"B6HW&2j 1EF~ٟB w0ojndQbd8 tNtIRV*Hdu}lۇf. Q g.:5.9$ se4#>7ub#wQ,kMI%TSaGM1$z'ƇXI!(4vN X: >ѼtЗP7M8OnT<#ѪC8JRCaZAjz} DcbyYU_tڏ]֔D,Eް IHwjGPr޻YAW9su78 cViܿ5\L>x749 Zs?ҁCqEd*KXR<!WLkc~[E _=Tq+DHf=KǮ,pSK,hm&37@o_C1|w(FeX6!1WDy霎Sr,1{Z?d8를wcpAc,lkb|m#L 3 nKB ; )?=-W|%n9m*9c?SpKD $ƿbęV]8`9b&Y5oYXgz"nzД|yhw$?YK#%BB .]߆mӂt[.A:=."xK/ ˢ]Ʈy]֭Ue}`ep2wYc}r>xoSD rwd!m y\,pWi7ۅF~:[hfj0pɏɴxf-7N'E-\v\K vbͶMBN!-z+sƈ=\u}8;.UKY/7jB/LQ%=ZF-5ׯ+ ?,n.SQ b|~Ja3ܭcfX deIh {|LD:sP9SA2n؏sxO nz-i3pgb @zxq,wui%j W @_ gcR)IH {\:u|@Ϭy\Xf˅rQkJ#A(w&M^>hkeGwJn34|]{XڣE}ͤ-;T>t%c~~]:FW_ ͬ%EBVgZvZ~7 2.҉AiI[3g3u&yw+M3q!ؾjg 2$d}-[vk|ZFQkoޮ rH\هj 'G7'l%[3' r[J@2BúK^Ygr\Jo6T?<%i#DF|së L~ 乓I%SCLȜxkM i,@Gfyh>cHŻ[Qb[K8o?;R&KŐ %I#I ᜲYix-#뇂EgC4=)8:8>6cȜ]bB'd[q8(W֙uws6vio*MsxV1AMT &vOs7Go9_LՁMiQ*_[K]_N3uΔ8Vv5#ӌRQ-2f/Hu!@mcZPW{q‰6Yٴ=LaKB@KR/ DHVLFJkℕ*ؽa[5?AcB3* ۶&$)ݮ` m<]/&]U4?r<'UϣA;`3_@K['ÏW u)% S&4gk2SBcj~M/*iz)_Db}w${Lt5^vcD3tQY"c7`n@;(c.V{ϝبf .4DmACz1ErH~.,E6 J, QpVsp/<=OG{92,#RCu7{s^ J%؁$BdԅWg{\orc 4ՠ[οx1\f S܁<èGkr ЛܕRdPJ8:)_V`dp b>Xa⣽!༗bU0PcFkK<[Կ2J֧`ؒGIWiG3,%z.imu]LBpΌ,)\I 2k݉.rk ƝӮ|4J?4ѥ; S@xeTn5(g`Pr&M~ 7|¡-@XaN ^t#=_>bխ;>!=zKq79SHǴ^~ tGHj^d =ԅnߡ@=CQr͂9qZ-8wOnGlJBĥS0&Au^ \G0hTWb:P.W֮yQZq#'~6.ݪmO!W 5#T% t.Zx@WzuW< 'ڠ=m_ D;L?xO~c2tA5/.ianP={> 8D >6ܓ3>׶vY>Be'|Iպj`HB }[QNpk*Q7d)<"%.HOݠm.b5dPYoCPQUe˻`/54|k W~aNq Xbv vBPL ϱ!]G|snaZƑ_{֜j4ЦiNi޽k17*wR62Hs>>$!Wh-bn4Bia|x/Y??ݔC]Ͼu ~3eަ:C\WǓ=Pl,L+*v٘]z \GoGOeZR(&e$荤|Z9j9TɕcfuKf:m ag}ݬ\?np5VvU$l0~]pIg>v)Fepߚ3ޝ^}R CbH.dy~~ߠC\v(%M[ᓫTj`T.A͍cH } x 2eW>M{xб gXl2 7>)GOBdXap\ٓ[8YM!P UU^t?-8ùC=S0h ؊/MǷ/FV^MQ+r?nvps:D6ƣ_LN33bH1Gw%I6:C-L ?4 HhK+1WAqL_}q)ivZ=nzWb::a[b&m"U5GemZL`++~4+ZbWIIz7:T́T!Kaj8R?{J)VE=y۴ǒTv14L':6t`~4 :, w 6E2z<;hkULߞ}N̚{V>Tf~oK棯sHA_nf k?{ScKl|wme3yuIe%-?@2ތOp6_ MrҸKQMHAxCo*'1ѩemۦ.~Hڈ5;3]Mp C*dhϟ~YXCr<ё(7'I|9y֘%,m/d9S 1b,ژM3h:P=a\0"U!_FX7_ƶ^Hp~$ش4m-<\䚌>Yt4O\[U)0(Hf+aWZ߫L C `tJz/O¶uwWk۴ZRpJɚJr@BF4<{flioPhWŏNawg4:yOShZQ= SBCt 8YH rEgHK -, *X#b*+hD9i.oD[Keȭ2&k89}ܠBH=i*CaX>OxJTٵd?Ӓ+p lXҮD4|?^.0siE8}U\xy7PqByUU+ڕ5:m} ss3ҁfOݚɍAQ]QVCj@5N[W~RO\]y}%Vl/ hǡQμ ?iװu]u:(UߑEgoH"WS-kceV$AJAՖP"QC%mesM& gn 08e9mMsz @yi:XYۦSTM冇P؛1TD A|D`&вd 424mXM\+qn@,z,9Єr/s. u.+JF`DΕv<.[pv'Hsm@*uo1B6Ds^Rly^FΒ]C4AP h Gѯ~uP^hB!;ۄ6j%eBx̯f: I7HPoB2 xkRFrV{~MoTy}"VeMv-U^r̖>#@H zLpj5t/. @.{ӓ! ޔ4߱HwȂ)`̔zBzSWOD=Th. ݄N6r T̜>7/صSX&  ሩnOc(>%'m.xEn ԫs8Ѫ+GQA$5;;gJM*0 L+27lߖ9YP J9 bZhT<9|+`dz_JoL"t3D{&0A3ߒ/ ^$1Bg{=kune42|0ptII#î(Mx'a N/֏Gc'6)&UM\'x1j% #i򯌫bԱĨ lI| Fb# |o>`fT, WazO5Y@V0Hg%Yv l]T }<3n!¯߳ٵ&RYy8Ъز:UHk1_+j*A2WtM:JEtl58st-J. ϩ=23/|Cd|-(h6ގ+) { "gs '07 XI JlcXlX#\cM\6iY<%o< nd<*I!lT CR)jY 8PxR9 EESɉ(^l%SpF(uQ|69ErN(R{_66 zY2@(J#;tqM u\]ՙ@1Q)R&t^(#KLO&T4KTǰ>G(@ht"ꏧ{mmlLHI\UUƔM#!jȗYnq[gR>&$-Vuìs/৅Sp7+M&^jY8ײQr␅O7gVugv.j(`9 s^tB+IIeBܾJd|M0e eyxǓw8Yu=rb-q|PZxyXh8eI4.i6<"> ގNPcR1y®@:]SRL'vEIpf!"h*r;|, @@FMk ;l5(L^P 9_ k0>o 0&9M"2@PA2`sI=b =+l"`BOjO#XXExE(8^7E<:C15r3ɍLmx 4K^!'tsrĠ1&;  >{kOL̛P°U}`u] }K3ed}hپA`+'9;`ΕCu(&"l_{^ Sg"uR8[c# @*so?NlG!Uk$`drԠ(i_RL ) 1z1^:[#dR`h3ϳG5;ǮvQ3&qxPo]J^R6TpGWBIFN_ |l)Ϙtާ38җrI3/kNzYm塪դK4`cZO$q8˟7.dmNҦ.ϴڽI'#~#x@7}5Ev.7osLD4H,~?=&X+IJZ(vDi^V{n{-Ȓ ;0'T𚟖 |}*L0ڍH'R':DnSDRrQfi\)$jV* pLQ@2S`_/]%eu-H1KvY0̌(-ʆK$}5  `TO3Q`aj˛_#wZ'"; -?JCq=έ@% ig P ufe`%-aIO>X`TS=tZ.\!L܇Qn;=NE?z^νI'ybiEr-tɤA֪[`r\+FxP$\! W֋7"00@$9u鬄k,s?]P$+<p'EuqAgˤɷ]qHiLt06u! k 5oF3ڜ=cDQϋhX*'"y  OZt <fIlu][&yMhr:#nA&;tBi[[o73|WoA3^kzV x hCYBsh.E'ضr @1?MltЯP,7/嶓ާR,o׿rVI9êDxnT]\&VvzO@bIZJ^,w4JL|=쪸/ݮsŲxaٓN]{$UF Mpz? y4Tya-[†-慓_bNu=aBY%f omNKg|[UnсSc |=J;9m鰤 Rud!Xy1 _k%!=tE)dNWguq=輖oT$τ-j(vBV)_XнMNL=;T P|Y{5%X7;utdX.VL4'+9" ?Gz"M.7m?o,5b^?H{u^,a>-7D%!*V<ƅRN 5af9ѳߩ3.k̍gb3sJVB\`Rmlf&Ն4j4x&-VQ; zjzy@gGT\$3)*YG&r]=8i|T; 7HGRy_QIiiF-} s8BZZ?_kUyNȤZlb"EۇN$c%b,bLֳ#I0T ";iV<9\)ubW?t@l {i4u}|&9q@O;@컃&}>t0M$X:)WQGݒV;!Q35qcF6*(1to}wڥWJ#sdܝ*s1:q16GYs<Գ87j(~ZzLdNЮ{j.Exbk韚}hJKjwĸґxxMo^*+iU7Mpd=*t) h&(. iGs vDuA !ϕ*س ;74f%ٶańB5tdR=X0$yb5fn{W#7Q%w:J_3E%n"F5xՂ>NqY4‰< i*ۼf|NQu 8uPV S'ʏ+W/՟T뷻U'-r,E[JGƯBqEwR-ͼ6,C!L{:cL>EEtă\ di+9ݭܮ #׿^ݳNdz~s܏lJ8;(࢛/#p:*< PjY zNjL?gDu9+RlaOY8=ʩ*[mKJ3b猞E)3,+T`sƅ@v5 sďGހ&t cceˉJ2FRŸ{*Ȉ՛`9'0}8Y-}bH2np7iܥSӳWR0S}|=ȂۑڛCtH=51xI"b-_R s~U>BruO&jMqcԕGJ"m:i&!\|Z8asb%ﰥrrΛG:UO }*1I#Q>sZc&2ޝUwsyGQDZRmG5p׵D7[l<(uUtl vr~䰠yl ߙ#@i8dOZq G4:l!Cp`5 3:Y!{ 򁶇S L&`H J&|xKIɎ@$퇭ȤP pɒVy]^.42A!hO+-)hBR˔:- Vيv N&y=vxeO[n 5h-*ڼ?!!XYC/NeFc˃hT7x}I*3JUtDTZfPLx)dgxuAdr> qw gB&'3uҷ}Ά05ئ,2wO9F+'L kU$fr[|U<ykQb Jbwd*;XS KL}~KUu.ܖ_/4pZw *Mub^2;S/94ۨ)1Yf8xHAxbOw&`0;e8&"/V KS'F}7X:N~>|++*\@hp@{Ѐ.OfJ8r^YA~[rK#a%whJ<;;X7q,θ]%hffQ#%1W>/^pgKgab`7:N-Yg&̼<Jޟ>y#*DJ G|]Y^l9MR-14RS\rlV{Q3Zq'U*V)a`ɼ mFD&nUN #FfG\K D$}DznE12SOrg5wX]PG=rΆy |)@>LT}uVW氐s>-Tu֩\ZH,&Kܺdx% Ui 6B[GL ڱ*q#|U!Aoǭ豵1DjzlW.ȩj Sc#GUF)2{qyOJ۽|'(P w&0@lpC4H/[o.AׂaP n"J۳ Sk8Qr- y3uvr]w{che Ԍ &,/Odut{Ljޚ }t2![9T]HS9 qEw[m~^(yZCGeZR%~n^{|_s adۑwS]e]5u~Gvym޿}fi.8);]_ė>[Y)I_(t5#[X|6#pӴ Pۯ}PB`7HY#҆-i䓳Jy;(<%l'҉Jf{W`D" @oݼR[4s*XZM%ocq;|R["k#b(G!D7Y_ =7T*6LwQ8$it; Sԟ[|K54zpǠKsэ+ޠmOK}^ħbki,lADci;s?o5j ~6Hjh(hVW&۞y Uqe5qf@TAIIyL6pT; 3=~gn,M;Gֶq74 $Ke`]Z{F"ͭ9_-^ MeeBiV f_ M>r~e*=)}a*K;{B/WHڃuN(yC8ux1o]( ɆJ=UFzv̖/,{jjTDosشMă- Ix[ڡyCΨz`^u aٱySxTav_*Ԕ }s=_G y\_ӣ2_@( ,Xurـ)(XN1PvHO _7(EkA_\@q .t̮Li>ओR9&ˁ+s@0ݭB}742{ }'PAtQr6F(+b8:\ܬxAKeHsK fiq,^lS[zol$C"w#h=H{u'ePB2jF]zc(w$b+@CU0j 0cmv]`KlMn!gld>σYb}qYb(;}f/E9AV'wX0ZCn\> ^e+cV֏'v30θ/0?V, &"2$q5Q~O歂5M{8,/PƝ~}SwG!nWch=S[qhѐ엟r3[.gB?#hBN$;M)3993f|zN{:|3[3~0帰p(OwYdA&'tYKڴh2; vƯ(99p@aC Erauemu.^N҉1WKCQd]0r=FWݚ޳$iΏMeB#o@)Iסi\uwu0!fY^8<PA4EwU27_X p֋}qrmF4S{]ِoZsY\޼`GPAUq7$5y,q‘=vrYӭBJP.c>|qPzW5^8w&JubUk&HC7uh#Ɍ_lI2yJ/յKPl.>VxI V zA}ho~$LlDɶ'an3m#Yp`4>Շc /`Jѳ E.cc.-FŵpˆK߫ iVS2hhB \qIT 8Rd$.{(KKq;u8U牨^L݄c/xZH#lTDD>OɘFY?F=L;S0*n[ej31s_U'mQy bawCS~euBmi07x"w)&K.>&cJFB\f'a2,lgG΀!?/!y`z7 b؈: ~XcuQ2~[[VP ӿ^]cA)쳰xrj$iERzX?){%x"GIf՟PntjZ :\ Nc` 7G6 /Qgד=Qj'$r|w5p31yޮ׋/".P|4ROgS吾R*ΓI?$mtUs?Jq;@{S'}J̳SA1]Է F/Apk43 u_iᆞd병smd yxJZo|Z_'%ړՒظzySN[bV kT.JQYTm4ߘ~.x),zLTn?O4dW}A*? eN<kҋr;Wqmx%&RQ+Λ}_3^.;?nu&R%)M,zyyVO-z ŎWq8)6'jkr^i`D(!(E6\h5:ɼ|3xJ739\7qZh1e)zd0VbUw?Jy*n 1wazN)Rt/MY~37$sqybyVsh""&ӀcdQ/ n=%^wD#';Ξ:b4s֣]lظy_+3hS7?p൸uUr䊋,ɢV |KLvhs!!~k049Pը]:'CiI9\I[F7x RUU#y";2"oc]C;ma6L]RUeo(r3%^E85];|zlh]`B~Pv֩ ˆ\)qF/ orb@i< BNt-%fҁEXlw˓ӐSId)XtMQ4.afGF!D8cFxûJrP:sGXv&iޑ7ڂ:®"o4 m7iX+BI__Y vWL&h)Q`kw~ޜIwGΓf!@ FH=#¢»3?h]9#a x@44Qw 6Rլ]2G~1p[=#m{H=Q;ւQOo}cx~oYD\ Cd֍B $1cd 8n'H  wEU8F NuB[ty'99$M7xReK]聛&94 nL+SliCecIvMw]+b?S #ě3:XZx],[pJa+,4X[2efAבpFxⅨi/͂j)yi7v n?WR_jۍC+cGdKWFeׯܧp0c~k5Ұ 3#B * aWP͗`K9 f~^-zFX)GVIpb5#cEZvjG^YɌ+`Q%s )d DCϖx3ێY6Oٟ k3ֱ}pqP۰ZRD+GUg7bӓ QIw`4 GDy{UM?V wZi,OaH:t2-|z<4vb {u<µۧ |Q?QQ(Ye D*cYv@@$0|1c4SQ4lUX_*_%pĐV}yp_w11M4dR'ٓMg`6 M۶λde31٣XP 6Ȭ_ iiqt0b!cH Np^ չD_,dLre lR>AUCc >Ru1H>ޗH1\pꗴM EUDt)ծcYo$3.bR.ߩ{.&įqԸbH05?F7g{{iYZYhXK#>e\ kدa}ΞU5SmrRRboާy% q#nt~=Xm=OM AЦ1j1Z]B{"'HFz5Wq3 VK۹icΖwUDU |鵅Qܩ)&d} lQ\F>Ps&7qƉ` s %O/:r6gKhu^h 5;݀5NLBp-ɉa=~݁>X Ώ2b]&$9&wh3|Ro_4 g s4qǠoB= Ôm$}q@^7&l:/ʨV:{V*ŠZk[E9_JlZ7yp7/91e#]5o5έ6gF\FF]~d+(̎;~ݥɨ8'm"HX-C2ӎ>D>]Z4JcKFR]?.Z6 =sLHXVa=$u*2f^/aG3, *dK3?W.<|*A<]"o!q[!P!Jӻ39Qowa )wHu@3"v5At%vulUA7z3oXEʪ<^cUg }.R@=H pdJ?zߚYk'*bӖp #C17*B 厲10pHUb]y6Č x#"ײ7J~NFYOV¾%F]{%K|u alSLxLwn;/`ȹ7ۖ=-znm]>bcV-cRzE+S@r ./Rhc՜]V)WrzJ))>Q~e-i Gd]0?3Ds}cꖤ/AԷ4&N0iWz%ޞR8y)>b͸ڸNC }inEBס: nݮFK1`c|"e5CV?U8aꏐ7Lw07ĔLIu;sCޞ2^qp^fZ_RaL0%BPG[RP" dhMSrg.I_Bw}i?*QnaQaN6yecZUdZ7 ̄zO;M1uZLM1f׈Ƀy0&TcOGqõNO֮3 |ZJs|zV&:LqkvgQӠ۸-,L7QFZX?TEFmArCݗ mӢ43'$[Zh ?j>-*z$i0e t\Sщ.]Ǭu/e}4H(;J"D oڞϯƐ*:W$]!Qgٷ,@‹D*dP â d~2GA9*ӝ7 $ڥbT]^-d7LNܛXJU]h=W ?ulWsIjY0@c!=8w6(bMjɷKLVA@Fe Θш o##cmnc*=M= !},JV ۦXrFA|\Y=2%snka^/3&Cm%ϚNHKCPK x&5F^J!TPJT\+M| êul'0&nYeOPuh :EV 9lFDFsVAۏ=w'q}B`o! -ur5+7HПpP&hp`v-$ 9AmƮA YOZ瘥IWl|1v3ֹkxG2=j"+b9{CT&K!/tǪ1Y+PYfHg6 rL[HP>a m>!sBԌ)l5GOyz!$4v?1ҳn&aDuR9V>aX>{GGW|FkP+E)ppN4Լ:q/;e4} 7 G о!M/˟$6ǹ WKq&j`>YhtYN40Fy&~Fj 'K ,Y6=@u h =bmݞ.9Բv-YKG r˧ة-XWxX13&SlInyW ޺s:@E _*4dy~C[uLݙ%L3fF0$T+~k:Y& DN1tBM>7g@Պ#}"'YYW.#(2&ѻƦ_̲=G`qrj~m,NEHVz.߂Vb Zxq֩YL_1F48D68wu]m|Q jDs&8?JʬH&;R*2In2;U=vn>kMC}7Dڱ ɟ\Q-]lIdFRӻ/Hy0lP?W}uB`ZD8iO7~_m3W qo|ci >"\fr%unn|hXI1Fɴh5|?$iXI3shkZHG71M_4[6๣s=ߖSVគ\N*Q,-s$K힅Co3ɁWd [P)݊+g@G5Vdx5ODhDkյ#0 u(ZMC1 WR~1@10F[=r ۄh]@ T?SIdl1k7UCC_&Up&srM/M* ^{`l Ia0K챞~ylVbMנ01c:CyeI}4 j2Y>Qe%g%D]o&\Rnp s^)WCa0JF) f ?5g٠DJ+@HXw.oۜŠQw=wr\EyQ }T(QWQdDy~ex^p.>um @dǟ]8oǨ~|QF*׉UMAӜ~έ՘?!`= +~1=JGEE;\,ֆ.'hfq mS4v\!–tF\qsC1=U]4`y.@5UtNλ뗠L>h=65a8 i n晹}`!b$WL\GeaMgd0'>Mz6 g5Ai#tyfՌRv<-VZGw5NG&,3nչ[(RBICl?ԢG6 tW xt${BB)[t= C%s@HAFqP˴r.;GW; {n~|e@ ?>5Vv10VY&S\GH Țz=qr@+q%nIK!gmixoh&xfXt]?\'MuE+V~T/1} ȁ>I?k5Z}!7ʆ>AD4&yz.2VLƎ.&ZD+p[,gM5p R!k4cq{Sja[we[F15gްGz};Uǃ-ghy"@ CiPqPOxԮ\J5W>~Y9 /2ȹJh r6qZ?`BkL7)3wyxDnd|IVTzXO ># Np >)@%&c ##Ƣή7X {Ǭ>ذa] QJgMxEz`^FC}ߴgEw瓚Λ#p`C^hQLYW M߬Vav"te^d o:Ғ`gZ_[̇Z^U`rn@:k#[4EOIch6MC5&vN%9Ai崜.E62r K'2L-X9كD5DM XI7CY9N`mi~.ewXAdZ1uYhGZnEo@;1N nj @h- }/'<=4e-QU1Sλ؇3(PP!LEɠWuam`}s'p(_ bKeGնfje\y߂==jHJ$ ĬqLnJVa`NBS6uXvo) Ӈ.r؄qIh nQdqF\LuLMF/Fo|kĸfb‚e!.U<یF믴 ZRqmyF7$i va'Fɴ5y~^RiɃ|mI6 9E© X?3wmLmgX~JץF$/ߧ{ȲoҒ=Hy{7~Nrwޓ ?[B4~~s6yaʤ !*P㨬L?khΎZB _/Xȇ,B۹`6un"\%fS԰)U֜95{g.'b \гIŔecٍ7 G_\ or8B{?]m0&;o470Uq |$RjL?ʕ2UTi Ig+g :^C*DڲF2%qҹ@_%#H&id#_ק{W])HR,<A<1hh؅1rW2\&9m ,U$A^9KLHFl ? #Hy1 N'c* lj6]i-sG~Eq uYUv)+),ܥ N(g0 62a˝]aʴ-),\_nF"􄙞u3h@7:>EC?7gS@ql͠eWK P 2hoX%kG? h?kػT㈗v|^yFI@\i'xDe !]"z >ֻY?@t3}rA;p30s7Xl6z{Q"8+v|q"υy]ҟ"-N^vV(눘oxYZ0gfzVnggDCZa*ڹ/pe7f% .IU`,$`4&,(FM 9ِIpP*Kf\xa+Su+3 NPQ\PZ[j #4ŦC3 HT"a} {Ȟxu!wI+kp^v;5nksE,Uڎ적 r$)"!d}k8`pT@J̨F'wfxC@e U9PL/"GWQ5F\lD3loZeL) %#n jϺo3䕉-~ MUyV%Uj,cϪ`L!ONOvI@=&V%'1Kr4.&G Yb+kr'z:t]8 ziو9_mw3Rt<࣯ .T&4紪Xz<}Vb'):|PYNMmt?Z\݈zz#B'Vix(F"̇}0~B'5 ]pG}B~+-YPFUL{`q Rif^aQj3r"DI{ʵSHڀBJR~Nq+clg 6|ū!M'ZǨpٝKW67V!A1`^,~.G^ ?b&S |C] |m%{!3O관9@ =R9oǕ*~{c}1J d<)S4Ot9BxF"?.>tJ($Qt'8HWݷj!OGL_سH8Bֿhg/Lݬ.UdLe29*O5l KmI }D}2eј@+VSAّ Z0ri7yOE`r h-2Mo]s->}fU*|rUHspz]~td&9JsbsYJJuN%NN9{P'˓r{xóTPl=CQPm烁? x rC]!#4'# 5Q{潪yĺ\^/5HRK&#1*KA O & fzڡpz%P9k'N:a3)b{~558'o %;).qAg\} lCo^Uĵ|fBDK2P?oB ҹ⊀uRCۦl QkAADAN|ǻnI 5tr{]Vc;[`T92bz!LB* Lx 7v*1o=0#y|kz d,`W֩i ɑҺ@+YSy5/H$7BRZ@Jڬ]OnnkHw2 Na |rT|Yզ ,O;e⏦moޠf!@KQHd2`p!e|(Sl!ݨCL?^p>E'g S :[,UMttSwU&}էf7dxf3S|wEʈdNs8LߔRK#?@ 6!3˔QJg6u.jMe -Z2MƉW@lGNnjl,}&gI ٭aw5{V2irsE!"c /5.Li$5ӬMe@tL@|]3'&+#O*) _qT4!쪎;!BK!dS9$D^SH+ ݐKWM7PuQG􉃺¤hJѺ*VOXMd\35t¯gG0G~ovy/ 8_ i J/r_kMWU'B;= b7)@sA;RZjmSPm?"/X݅fK>s2%Lca5Mzh//aRxf֠X N@㏟^5[D`,w:$x}Nqi!ȓ!Mf`+?x )u`>_`VlmFG5)_aVh!pif.DaNQofN|7};'0uNFbʮ{p*дY"m#iY6ЉJ0tUZͶ2Θ?]x!8A]Ƽ(ǑW04ۗjCr EVdBF+zڊA,i,HSHB(hvj~vWksځ;&/x&ljv`l=˕Z>bΖ^]B+-KFmG+/7Ue=wpBr޹*O*<ߥoݬ+Y6]yϠCN'RA5ccJV̓))m4tq\kD%T{0l߷^޹&赻&$k? !о@긔[ngt= $^5z<0s7n XDp74iE'#5]GR6]qf˜ȢQ_&|?>O2?՗ !V!+lEv0dL s1@DhZ*Ӓvp4Fj<<,ӂ, n8boy'FҨ'@0DWԑBy[!qe 6 YES$ӡvw0;wg {+ _|66FE <]##s&drFH}Wj1uL Ϧ~ѰľekQDދL^mZ O)oPotHAv5~*"8y rশxVI;Ws԰D|P"P/dzQ-j8#燝}!0rQ4@QOOH#Qi*蘉# [D['- WiUXɭnϚrH rm+"'{Q91raԸz$,",pw{KddÀPXO@˰|1gGY81‘b54:!A 8 Tl&فO&t.jp#_Koi&k!CuNi2ZB%,_#eWDн.U&<ͺ*Vyu yLWG|+_Df{Ph'D=4ӆC=$t1Rpѽ#&&󢕛 pX|k!oh1 7!? ` ]aDVW9K#m#(vW;ÿHk5L ߜ.!5N0Yhh8dF76yRsV4eWg!PfW=NS-`c@hv\JHqA\bqqI哮9"."_fakK7}iƴ PkRIrq5ب~5 CxU'VmM5󑆔7ϣQ@nӄ" ui@C4myԕ`py\W1܎3+_B b(Lu] mʏùPxRKdZuYʫ CӃ!Nh&A&I5I׭O ot0Hqro@vd5p0/SyUg\f^wwk$9maqfiZcn"oVypNBc6&: Mb^U~$'zқB.Z2n_Zp3k(-% ]hUBqBLS v+PB-i$zI͐QRkIʯ Ef`vNT"I\]'2 A^rNMh?L;>uԿXOkcǺ*=S@~̘]̊LUtÀc7 _M4cY:2%҇\l-J8U%C0={w;wR:8p NG!qqKaSYwDaWM,:wĊ*ny :p {?|QDGd+|K~Q2\:EEL)[+Bz C+숔bLpgFlBVT:X,:y>lb:^>SFTd:;}5) ky<`칪ׄK>#X 2-w yQaH*.l\aHdBGDx{XB7&w+@}\ELD7 [<}8 VZ4{R sC(Ύ/nP;nPҙJ3>fAnW Z kvdu0v΀ZR 'K >d7s 9s︮P2tG (hB 41|k"H`wU{a(ӃCK=<ÚJ.YYywKKw3Ez<˼`|aXlC$)ro\ ?Fz> %Y4jX$3Q;p4/Ʉ !Xvijvz.ѥ`q  1UHNl4F&V܇V d?Ju`Lҧ3t#31-Iխ`OUim!MŅҡW]AGߟ/Ѷ>u_x*'R4* hʏ.6x#D gVz$S Hي_!E|va-ظz*V‡jB%5/e) XT O2Xr&lXMFD?4WqfMpP@Mk6TJZEߓ@uD$ĬŬx:_ߥfHqfQ`#'?0A6~W᱇Vq"/? ք-8/:1*#7oiko>>$G?R:S}s@jxr[:B" 7Ew1=ϡGc Ho޽jvQX.N^M% yS议^)TpUB-O C(Q9r_XϳmFۘ MT  P2+ӗՍ_}ˬ1}M$RMiy,7%$%/`Z>)'c丣OqY.̯&\ K5)Ftݝ9Bs(U$-אUGlP-歭^],+!(뵘ւ-j97j>St| FG V#WW7u}1\rVlm |^2pB~^1H14t~7{0ҚNְMxx99M,=#4qe:rv$E˰Vٛ\R N 0z"C5t,cxt]97G 8 v w-@9pO{1{^fT18TsqV&ێH7Sүi' Eψ!=Zy,l]3ZqFmw6Jwc|j^kr]V/Dfgd)CN\cfnWoڤՕׇ>b(oU}huy=&|8=UB 3'`-3IAYRÎTo8U^ Y{㔛nothyrnll`@MEƽ,Hu ޹,npU_vn07몴b\="7nzBJĤOXUdnQ8UsS^w^u$DR:(56 ݨ?EaZݤSOH|tdC. F89kOipDi< \,NyׂCdΥ8vˌ ´ `ih*(_Ҽ/j/vbUao`f1=$%M>0g _8$.P0KwĥDg@(?ʣe_0Fy{)d5 gj[ew%DC$r^h 6SE[+%̾7,_0À=3V0pJiT h+Rm1B2܂?~H2} ӎ};!<ڙ^@NVK3qUxl#ELB1{ۼ.ͫ͡)D#F_.S+*8ۍu֫%dbt4Tl,9Pp` s\țB=[hir7IZ%>öTtER&ٹoȣBqǸṫ@`|T1TlF 9;{2#S!F?6u,PF.\MIN%M^*i K+'Ib x&.UD hA"N4*!φ#s(Z7ùnLH%vZcj(X(ka&W`"%YZ>2&0$x߉HP*@D?MTi}bͩ{k ?E[w2KT <&0t,2d7R%p9~3RMKdžh|Sk/{o±P<*O,Di lBH[=*'[8 rR-f0.y`,}Fp޵.YH a`򩁭7[y.puˤ W8sjWqC5/ ~!|')4t6)ހw Gsxֱ#ΦO\jQ|ROl2)|`ۘD0ϖ e+_=]e sx{--X]b y8SSSn'nBx3X/T/ooRTi^k~:K fj9:Fj8^$Sv`[\7vSDۖcأ r=8fewSׇ͜J@3/;ZQ@W %եq-jp!jzygehm{]clfKN3bCOMKw:P:TŦd犮ܽ7TB_SJ.wRLl*X]Qm.T d=IP۫qh\ Dlejy!^:B љy.ҿ7ѹh,~ !QۼWvzm.v3xxLU<:&:.C ?C`DZ|/W88C0߽ô6P䢉3JI(\k owv@HKX<#GeHv@K%,1'E;Cblݵ,SZ{!`:,` gޟqocKNG1upRИB#g @T:0N"ًH,xh9z҃ݽMJx IG&MtTcSc}Anf1UŚ0"Mc(bKوm ߧL)Uk{mEĕQizXt?n v?2iXKbXqJ.9גbkJU m.?K /)d)*D:Znvkz5E4LEnD!1Zou/2 hx;rD;;sc^Reʌf,*Ԥ,9RlWscx/Tթ-P8hp\2}zf yO-dv)e%Ovf|"nO<Ƹid?rZBZH,zg-x[{{!tHW_QW 8 E9|I8Ro%v3܈@hфwuvi|7 [פª=ȠRv i;ϱ30&N4Ae멍pA Lejtga89yK?oј(cW??3tpQ}2=-Ξut[iP_5N1o9 ?ʤP|?DylrU i؇:M q/^/rg%HdXojA; !` ԴNEM";tͲPyqZW]}ǪO9Vm/6O=퇕fX`{ҥ̡&kr\:+Ts6ݡd"lGB@=LϚ4>\}M`~*AJ$e~dYL$~Ijy__ ǂ Oͱm(W T<^h@PzCE=KܺCI* S qed6$ޛ!~ћ?J?Q/= ru펉a7YEġmڿbG6|7 -<{Q%^CkĤczwIN$VoX챥=k;8dy1ߡKyԘr"7$΍uL}a[XM^AR G(B =.>U^ }s d9>b&̺lN;Sy\e_%o]Tk<^D޹+F*ͫ9 :KTP3@'3VWqPXm@dޮzq>z%tv i!7 (&ȧQGB\Nh*}R"8e)947*Gڙ-\+4RvRLDyNc>1ӄ9,g}~mjCТ˖)ikj{ӭNز] g#ĝr)uR"j꽭>ԧ"*д?dG$ߖN4{Aë3 [|ޥbB!)بQ; VA/[G k^ƒ';Ц6x`OfyVW<"K]N9f6mmqiC|򯓭=[!+!^hxՍê9%zI]"Ix%/AsH)\_>mxc^q0qn5kiU~eqoR۱ĸA=2FLj%u "6RDn0.:}Vgۡ^  _}E!v#ʅr;5.O䆗]s`oZ*!R#$p{.>A#Er7wŖrJ  3LT}G ; ɒeV EzGQg}Vkۯx/ ]n؎ϴSs0NS5Z MHv:+RH|ɾڱ0ϱ)b H JY ;,> ; ɘZ'jq=C4"?+\ gO%9lWYgSUfRA8j]`"aj&ãkKΥVF(g  vEz~wkD}q3K;3h"~$FgY} "d጗Jj{=>J:Fѵ~LU:@r&;Ϲ1V8"~Sn/M^@5+ $0&D& OZp1!ɺL?0@YzSn4NR+6yJ&φrMOr1Gw H-&5rAc{bryYYI$+_飗DiRYc*$;3UÛuǨэY9O=:Ea;.sAW#T@@Q]7D',޴䑼{dWwG{p fOur5^DEѰ:j5| Ûŋ@[5"d_/w'Kd+T> 25 m,䩝ks{c[Hݐ\[r.z?!gIQrdk:] c&CP7d,ŷq@ <Ţ8U} ;;\VnOAQqԼp,a'N=-4ͣO !ƑbwvZLX63^P&:aId W.^Z!yF)#C|dF|^n|B0$ wjω0y١7:S-cR j a#-';:Еss(9LHDeVD٤^hZ67 ~ثӐzDiͦO_ x XײCvrd ve2HVc0)y~g(\ֵPXB<;Ad3 z0OѺ$}d0s܌H?=f2|m@+ ˵ō /Ni{j0Вk}תW}ꃝ?1Zqz{X7 ?x{WW):H}{M [S` Z|6%֦O+ǭsOحF: hyxe>\ɍSӳDQW&3ZڿD ձ ej D4S؈V°<.C2mBV[ZIZ4 vijSqZRUh7V']dO!]|ݚPҽ*0.Q_y%nY9t;d~/CO*-W pc+dwPki9EI.hT/Z jodxD*]h6wݭ_:G|'(MwߗJj/xc~ܗn/ޓv0b}rW2bQ2ꏤATGW@h&ճ*.)Ĺ ௾20 qϪAPX:#qFh(:tamS~dX$mهfX9@5.z#ePPg_Q`3J- ז?)90qN䋓Gh'"b&S4lFר0Hؐ+Zv!+W@I єHaEP"t BYE7H6{q-tjXL}-I%Г,q5+—h6r\˭~!aE~ fQ։16?1H>iq5d|(CuSBDҜ/)(qBW] }m*~T^BbtBLt%Nՙn#rP2iS7z/R|lӊPW>t)Ohb& .@E KEċ m,fb{6#%*WcR0UuXmO,9N'eLWG2Yr< Pd?Ֆ7V i7YL)z Wz3i,ε+#A3f^8C:|XXt7c"n4c7oۄPl<̯q(5yXn8GYˆ+*h j$ǰN]`$IU@o^ V*p$ڞ ös[Fei*8Va #~@ۉY蒳nulى3"4JPmL*M3+gÝ  #0\PJlTWy牊 @\>{NE C D?\C7G Rle{*v8H]UC eLu{aE4wcX^9+s]'DZ[P+(MAԊ>z{/r) &kO֋imZ/28iٴ5L,{Hm&cu+w6s! D3fS}ƅHOܜ8g逼 GD@FMX.bvSO} 0p-s}GW4=M=:fM}1YáZQňED؟-jz+QB󥯦N@+Rn9[C,:m: -x>d\#qfg,D)2I9W=xhµLfy Y.LL٤k~_qa#ȓMawI'"T'|Ge^?XW g4jUs-Qyn,R-jcA `d1E+ҶDJU_Zds\|bU RA[TO^b_-uEgwNwr3A,)f/dMdt&:0Ԡ > YZ