postgresql10-plpython-10.13-lp152.2.3.1 4>$  Ap_-gZ/=„d_%м.b;JBúDw@*$Lߟ0'Ijyښ)5pX؎I$Է,~ Op)ס.eReinhard Max Marcus Rueckert Lars Vogdt Marcus Rueckert Marcus Rueckert Reinhard Max Martin Liška Marcus Rueckert Reinhard Max Reinhard Max Reinhard Max Reinhard Max Marcus Rueckert 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- Let postgresqlXX conflict with postgresql-noarch < 12.0.1 to get a clean and complete cutover to the new packaging schema.- update to 10.13 (bsc#1171924). https://www.postgresql.org/about/news/2038/ https://www.postgresql.org/docs/10/release-10-13.html - Unify the spec file to work across all current PostgreSQL versions to simplify future maintenance. - Move from the "libs" build flavour to a "mini" package that will only be used inside the build service and not get shipped, to avoid confusion with the debuginfo packages (bsc#1148643).- update to 10.12 (CVE-2020-1720, bsc#1163985) https://www.postgresql.org/about/news/2011/ https://www.postgresql.org/docs/10/release-10-12.html- use (and package) sha256 checksum file for source- update to 10.11: https://www.postgresql.org/about/news/1994/ https://www.postgresql.org/docs/10/release-10-11.html- add requires to the devel package for the libs that are returned by pg_config --libs- Update to 10.10: * https://www.postgresql.org/about/news/1960/ * https://www.postgresql.org/docs/10/release-10-10.html * CVE-2019-10208, bsc#1145092: TYPE in pg_temp executes arbitrary SQL during SECURITY DEFINER execution.- Use FAT LTO objects in order to provide proper static library.- Update to 10.9: * https://www.postgresql.org/docs/10/release-10-9.html * https://www.postgresql.org/about/news/1949/ * CVE-2019-10164 bsc#1138034: Stack-based buffer overflow via setting a password- 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. - Overhaul README.SUSE - Make the server-devel package exclusive across versions.- Update to 10.6: * 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: https://www.postgresql.org/docs/10/release-10-6.html * Remove unneeded library dependencies from PGXS.- Stop building the client libraries as they will henceforth be provided by PostgreSQL 11.- add provides for the new server-devel package that will be introduced in postgresql 11- 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 packagesheep86 1596810996 csdeesfritjakoplptrusvtrzh10.13-lp152.2.3.110.13-lp152.2.3.110.13-lp152.2.3.1 plpython3.soplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython-10.moplpython3u--1.0.sqlplpython3u--unpackaged--1.0.sqlplpython3u.control/usr/lib/postgresql10/lib//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/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/zh_CN/LC_MESSAGES//usr/share/postgresql10/extension/-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:13471/openSUSE_Leap_15.2_Update/cd1587cd4d6bf159bbe447caf2c396a8-postgresql10.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e8fd02b08cd5e31fbc5e52280be9147ca0cce926, strippedASCII textRRRRRRRR%fh:cTutf-851029af46eeeba9879ca79d6c9776bf323bf8e2e7ce0390aae243210a771f8a6? 7zXZ !t/㵲] crv9ucښ7&NBPo'^Ap*pn?&OjӲLTK3  tPiS-ɰ;v[ ~2 :XwK>Úo7Qjx"X2[nI\Ơmuι\RCFp'^UkB|>wn7ƒߡ\֍Fv*B$tx˧N3&t> $` hAIVNGv+{G0/qH<cO9^__˛˘xU%WKxașqH#P`jcg0KzC_5YdzLedZAR?LG6sEۇVm ruW‹ctv =3e/d1~Cq5f){aʼnmiBIzu=F+z^rG^e7q|ɖ:5Ҝ;SGHj43+ A wo֌FE>D<-3xFF]iltbjTp2P"ib%桌}Qh@XA@ȇ dh$Ab~ψ-6hx%kXK %ʊK}%&r֒l"_H }8*(˴݂/uVsH7賖un*.Ͳޠ٠ =F‘heKƻ-u1 bdd ְ/7F0N`''qx;jʦ惨G+llgH]Ԋy :YmQF=c=VwQ\12Do_,@sr?E2*PyOzn~]JRe4&}K6 h?#kc ^hF{8֫|Sm! 8dcg]-QXmrIh!;9\ToU }15~lb2W(5=JI'5p'y"&ͽ,WbhDxfj0t}\8Y2Kz,ic&&ܑ{upt-2Z]OR`U͢fS~+ڡT&U@IQ*r8 !y!#k@ÏEcɍP`tG\G'6?S59Ů097Gm`)NAoHV0>K&u8K̻C~Db~3Y!b<^!ǟť wJ!Q2 j{n=`ic,cqKXuKyԴ :2RtTo Rzo+WˡBF|T9h@ʹYyvk}};ޕ)F(F f\ ;e9- \;߀Qw8Rhq򥴐Z ͏ۼ+`:kH67lM|-;DLn=1S5}Ezߤ-Uf>db s-EvdthyH"Z V]}SLP /ƯK-Ko%- PO_ÆIDx )/PH&Zvao*Ћ5Z!jS+*qG1U6y(z7\! 1#Vg; 6q!dAZb!|/wKãd"҇œEvC`lXMh>MB>ywj%'ήA\~2]BqP]lgevcd:,p1?yGP#q@sӆ":ČOq5iV&ijlBhβuL踻qEz`.- /GeClaVA8Jc,`1.`kufl{T~k)Ł[D$[Tٯ2HɌr{edMn d1oX%7Z0TA[ .-F .^'1\DV| ˂%Le\G#|'ex^I户C'-X^{hp /li7.ཚ!KnBǐB-6z@Qe>DskK0Gפ K&h) VlYέ_=pLZxk_Ov X^X49c497A55}Hp増c;<[S&r(jK퓆r*,G2cefF~m7)`|pc#t /ݢ('lyDGbM3'Fi~0.!={.@يYl<Đ.I׬ H҆vey 3vGSһ&e(%QqHfv/~jf1jC ?mBpg3*H o㧛btjz4舕Ё$[aY*ﰆ n!">d%Ko!A'.bqހZp` \(տ(?c|R1^"2@/ѹ~pY'u2`cuq28d})enE/L v]7ZF 9O~CT3w!g} /KxJu'28ҋێ0ׁVu/tWd/rQX?;?['bi9 l1ًCе=O-vmN&D]fBm)2(kλ)F-2^T: ֏q6z lkG G볾E%Sِ|ABk(xزf+?U31'vscjG紖jm8O=%&jtC}#$ H_8:o˭IBdn?ο%+IXU;%7r FdhsS1 g ҞjF,K$  oN $O(򸚮\O?m )kXM[sQ z#}: c N P#rsdc!'"8lҖԺ4'D(Ybr(NG1Z:=%λz^ !p5etce>W./le0_&ݼgv-} [׾CD>* ΅5iĄ+t[jvMb?j4"](Y\:eMs,!CO$8GvaUh6a.%1$~W 6Oo!|e ,Eܧ'c{m{EԹXQ%H!7_hH<jA̳cWb Fy4+ݜ\[zΥ*ԞJ.xy9!SͿ&mI򶿹j+#$!0<"k%GEm_{- >LM}^' h@i`vzY'rLD>ئ>NA?NSUQ'ny 8*Ј qj#H%Tf'p3 24F-gq>[ouEP1 !O+Y5lsa*u]׎(F*LsG+8G({Xn]|7gj*o 2RXu^f/؅r\nrhoq"Vfx Rb{DK%?%<" Tx=\+?_mEWAiI MBAHO)$=,iäHZw+;a[o=ڢly9sGԷ< \,ا?RphDe@kIh몱6%&LaP 8N$(|MLڇг8vgA܇-:*89q`҃ːG݆e571P]Rե5#~qwjS&eTXvVTG,Z{rDߠ3$ c&{h62a76Εrhs\OA@yJ|_)7 f]yx1sH'0[k0F~l^Y4?$KXM4ma|bS\E 4LIn2S|{).\lIJ9џ+i=05a7ȷiݪܿ$<fF hBQ8I -r1OCps#gwW4+s&NGL[2u2|5>i kA?)"oPgq䀓}!vyv 2QAx #/uz}sƅvLDG!e9Yvx#6&7~n RRUr(6HbJt,^:lhs2:|@G|웓=k ށT 30MRx鏯Jΐd %Z`4$+6ĮW3==ڐ8>W2}hw}z&N2^63:o xe7!3o@\s0O b;T}).v'%]HEs oQ* PN-nW]]S;b8E;{ l5TmɴY<:ICaZ?4e97^#HO9N?K7EfrͅRPݬ֕+ SC% 4H :=>ngKSM\&p+pGv@ .^Ta|Sxxp?בE+?nqaɵm>!:X;:Iϯ  bxo*򴺺}6P۠6 }0{ͷڳ呮% VTq > $pWe>^7EC57$1x` cgz`i 6"V"Ozk΀Ԧܝy{/?桓 QquL@`HH%'Dx[%A TNBz&Tesƚn~ռD>MdXQo4z џw$9 =@/JVy1A=LFVDFqh\itY+F:$~|HZ^mA\Ɏ#$ZMؑMf1?Ӝ~aY` -WuL6~51Hz/gK^`N :UˋKrvĮM=[؛>$~.P#Hư6s-Od 0 sad%SMVuTKٕ%<0̔k*N{;GgM&#|{6v5VD)Ls 紼-_L6hg5&Eĭs$ؒININXӦ_mlARa}V˳%Kajȕ,g@r-ɰ¯Jplz!vsVQvk7TesV$@mn[%`L쫊`"ǃxz=ARDbp[0~1<Ղ _)$) fJ0[X-'`os/56 [M8xW:)4' lF<̡C4h7`eqtC "D|[?%3=(i8k+{ū 7Jw'v?J6#IE 6,Ÿ-l;H~zF >__2 ̦,;X1Z[{T4~ڿnp3GY\=TT7mFSo霤BB_y}t$7%xNh؂:!\Kc N/Z@$5?EĆJW;zlBCJ\Iy|WMS](4g 0'YS;O3hAG|>KEl2Ph7vz/2\C=zO:Sk7U}RJΫk:P&0X XR|={WP񀮾+a| Z#>2$]?B*>McD-΍J s⇹ǃD%*!b]I_Xo>+_f/tH ?v ־KՌe({MYuce"!Wfo⪥SΎJ쾫mĴKTxU>BY"霵ja+rĊ56nF'|sMxeJ<y8Go_5XE4Kz%g74BݵL;}%tZ&a$w3d; rךի S$~ _}$5r ;4EȬ8LU^O*q}R,u jsmYŭ4)l.@^:NrI~rfR \ t.hPB7[r%~,]J0fQtSž7#ms'Q!}pTX5uy*ql^eoU|)wU#YjŒ0H6Vy, ܼS~=sa@cWtP{ g՟mq:lȘT 7ٸEPN2w 0 ʸ}'z( I$?ULV93$ubM#<8eXSnB~ۢ-탳>'MWIȚ}VVͷ261+<[IO=!&*(+$T& xbB'un&: az z iuEթ=.RpoSXաB.G$G sTqvrRhغ3m6`dƤ{$xs/g#&[gq*D&1mt<}qs`I;{'BGF[ja/G\ l%pѯ پLz//*vAȓU 1pȾw*6%%8$6~4/b8U}/sl5͍8OFճ=YmzCP8DStC;wre0 w ;A l]2Wz -,oY, v|Šs'UWzC\FiBIT'nhN s)e^)q{ a|0d &|f^%KĨ]Pl̢JzN*?gE9ՁoTko~»; `_ZI XrZ>JLDhBO*gR(&L4%/~=6det<7*x2Ő_L?RipAʾam/5 ~%䍅&]1l;$s?ZMȦF@ FkWbLnYuYoڮxfSAȧL9o']=J =%1h 2}-ucnyrHOg=S T}5O계dohDb%.:E21l_ɦc㤶t@ƞ%rH^}F!Hm'B> v՞XIHFpNC,E~NI}/lYJļAƁYbvv30(ȱ4u{4TjI&U~3\o+h-㜸-B$Wis 6CM]e|/*8f-_@wh]=uQ]7mv tY^-SxåƟubw,q,&FE!j8Rx$qw&`R!ɟUJDGɗ>^ GȄX3{ ycC|ǧΪwϸm^}pd,^4%cq)5Ͱ}!Q?Zc^< 4jqK1QbaA%=tFʶ `͂WH""q:JM ب|~&̧20pn";mUO^fL%UbkyPA@34q{4!8,aW#{BrirP Z sl6 GE^%xh% jT8]:]af"ؑCMG! I'ƅ,#A uFA([H }6|ʫ[TFdl.N(2`h`~)BomsSAwQ\LV4);xPReݿ>L(M;JF\T3rkZt3lM^ :ziuS %(v;d'ʣ|-@3Hq1u\M xTqe'! )뜮)x#e)[GXv_:C '_:ĊJBz4%.H7 Fz.ӣydT Xk1 5f 7=Th,#o+aZ",=0QK6ouGVsDžڻ\3j1dcmHc4s3"Nĥ ?1lqF+@Z<;88/1BB@K)'>r))w Th] xaޘF29WWsKs{Jb9)QR'ΙP#{'u?^Ԏd'3=Qq!j3>xc!BROC0&cm{$IƔ%oefew|{f `P ߢ(HrȆ>}C\;FTf7`NqV'ǚϲ\ړ shKkeą uP߶sMBבMl&\}ź(?du?^E{1AQ3lF!jO eέoDp= iSIQZ3^o ?c4W`C3GIV'A}r/ 0i;+,!Ėy|hPO9t~@05aT(=+uDٍD吤"~cR5)ki3'Le WSȪXa ۬/fQҒk͎*t_YD-eFA48אirڶv)& 9Sܶay]0][ [Y: P@\T9-zF;-` ɪD*h{,--{ n`ɀz4]JFD?r䔛'{yu^m3IOIKkuxSl59;?` wƎ-3ӈU榌=~XS.AR29гY &#BaF 5&ehi`|>q-%0SҢiVQ-ޗQZndlIEdxa L"e0bŀ Ljnjq$%:u@j1~Q#xJP)b;Tv<Iıˊ>بEJvo!uiـ"umػЊ0w5=u<Ǥ`a>#o罩Wbd}:o4ڨO5%?;6&sيE(Ì3xp95ep Ll>2B%I|ZDts9ġ+ǯbcnPK!SLN%n\^NMT>'!E, (B"?煿s! =@|!2 Uvt~@aCJGWFΒmi ]*{Vŀ``Bi.% /ղ98+sHz ֓j񸲣Q40O0c\t1Ħ/@ͣ7'Һ,SsZqP}]q,aITNϚuM.NfΌMn\l3e{$^H4L,% ^I3rppfHC"l\A+$\J NLvEa]E?? 0mX8Q$F4Ӿs3!WK7 E-LJZ)kuY|Cؖc>fD#wo8ʯsfXfdfL4$UTX){+fNSLD:S7#sX=r]-4/S{,gDc,Y6d]3 Hm`(5\'XA[Gz7 qBQ,+Ik2E*rg9==M\E㎡jS?! lcDvfvgQ_~=C2],4-j3>9p(QjDG鴇a'osMCwx7\V:[4 wݙ1$'ˑ@YO9E \HYRߌvz(;VnWO[sHut#]j} Y`~̫ցh'ӫch@=PGv D51 )~kq#kiI(5(mԛ/M ~,i*9b9b7U`QI8 9S-/W'#T!&\C3f['56wNmyЇ1{w!P CUk"j?k&ds-Bmz@Jy%rN- 4b4P݋):{_P_QQr PxٮAOc uԵ In\Lih>OJ qҀf Er#q F+nM; ćo2,yF!jI c1v 3N;*ИUUV ;SILGi{ő{~D $DDSn ᠭd(l/7t%GohK%? cO2ذD`-t$4/'^p쨼u_B_w`:#zKj![(cZj-]gmn*DŽhnT#5?'מJo3k2 #sVVVk"Qbd˲O֞p8&IzRy?IG6/'/]p\nπfuN&UUk4 ,=l:RU'lJ(Z0DWëb^T̨.!g3<\̿JF7Ěw[n:Y6\⻮MUe0_ zg:Fk MZ $LץFiBsZ_pnEo%>|fzgPAѬe"r֡W/Iܳ'-嬫p[TdO]/o1 B+ e>+$\v[, \$+"&, Gt\{=uq:QI Wr!%g[Œ]-vJ`]pUji=6_hSԎ_ՀSPҬ/@JD|ySR4ٞ1!f|A/ſNU?5=نiء%7g9ƨ6wtH|'l.$Nsvމ2M4)qTah;ol0lָ8E;zixS@df3%%'*4q5T@i(0# +T,Y֫Q$AYpЇЎ;\a+Ou"wc.g)R #x޸biB۬f/WpH]H0rM~\ *U&v7} :8X2(mMl;+j{eUOH9ZX>xSɈ1#3%r҆pB0tk~SD} #nȝX-AA2$~dN +㉄  ;qB q$r*dj;*u`= p?ޯWn0oKDv|&|E<Xg镚kAg?o״TWg EH}YUsRVw pxn%K(0?0 :Y^$%aHo &yiaNPNn/Yo72;&q }$~<7BudNS&_#*uSo΀yld"N% >YC) 2 O$<"p{(xtS+A@(ÜN0K͟uHbW n&MG=F9lQs2=:/E2wdQgLOv1H.^|L |yS5Qоug?"Gm]\9ILM1:5p :_d_ +yIu͵)-hG:j؁q9NLUٽMΉk!Cik]ܸ/\Tӟ/廿G H{"M2RVl޽Y9t]!+륂>g АƇzIW,>O>Hgh;DpIPF) N,9zm; #+0P!+D ](! IMB Av홣k zQiTZpsG` Odz9@;r)ꂔn?Md_:/CVu U_&C$XG0fAi Кb9rX*험v8}|qB{6V*^m3]`φ+^ڍ!-<>^Yشa;|\ID 3]6#; 9!Y GVERIVsRImԉGKe !5mrY<6Bk[\}jue QGdE1L  <*N oe>tE, 6N\tSuǾ>mױPf.̖IrM@',ޫ(V$n05ԋ倗ܙd{!0 A J!]N|W R%~.B6>[~JzHG^e5Or$( ,eŏȥӗ![дWdgL:V=N_kKϖf/<*Qg!7[N@Uֵ˾T&̢,ã~ɔdRDWx˧lWѝwoF(3Mf=Z)MI̍xYe٭=ЅrZz 'Gk)ӂ=kviqmr(eHq(ȰmV07MT$R;؃P}2iwyPq]@Z愵Qn]0[ YLHy?sG# `:φt<2f "[+(/BK{F{R[fvMjY-C r+T !tKv%Wዹ^lCX7TGS!q'Hy"` 㔋T=uU>L*a߃q]8(7w&`a{pIJ|N'eI7wQ)h-$5F*4nahWXSvOj`+ fO[=mH{OI7M\8z,~9\ ~k |/*ԩ#$ȝ Pڷrgu팤rGU@r"8?ڋ}HM!o5xC)/5 *)t{'te^3zf&}+i8NWk" תfG ɲ|vnqШi--۟=E)Gq%SICнv"?5Qg/L0wt~UٚlP xҁtpj= qy,[],p-8tL&  &bIZ=axQ Mki IޘrBբ)hl41.*̂++5up]u\3 dЍq2{]ry-Wi{ mۢZ^/0Bg<2N8+B)$G]g 0z/Ʀs&l[7ɢAK+> -sY\g9B\ 4j槓qIsm/dV9mmxJ/Ru!QH}VN*w1?Hz/PvggL̛~uw`= ( ;#NY#!ک"zR` a9U"*&r XQ##>6J_ ̥`g,^yq#21t@ .4y@!? H{yu6k]\ C0nb[ ӱ3R~2t1+uO͝dK5y RѸyYQ.l^Vڬ2لm]OS6(Ĉ7Kf@~HmD=Q# mן!Lvi% W#y:uI"qDv瀨/ ʞOӑ|Sldڢ5Ҝ}Sa U_ryBK} Դp^)cV; _vjIE$K FG|=귁eUa]f)vwV钏'TP~)jbr]|kB,aЕѱ=^inޠ0j{6N * =hߛNdhwԼ1P*?C[Y-5EXj8۹_k D%m2< x [M7B/Mi|qh(X`-"1!2g-޼?f$8 z`aO뚡;ƪ'0lLF߭E޲ c+e8p{MMB< n!']$ #y6[*12bFI7jT/N3ƆChDÁ5[i6gO K"!B:#eW=$#(m@G(EvcSQ^ϊXE#T RL|*GQuBa~O r= oB4ќT$ ,Q+/\b!17tP_ۃ, BY;|t۶Q4<?f''^cUf<- qNw^qwhA;xph|YYuu%)O!ny`T_3OwCD/.{~ˑNËjGV@tTtC _k!#f<INRcʏ}[pG~X!gyw: tí6S-. LlLPwagb"fjVW{X $!r z3OXi^}k|Fػncmιc)-,$ ô0'RBVF-oI% A٭?yS #TW 4ŸО@Iyvܦ@2Ԝfl\]fJ__A׺|q&p2 ~sbHkG=Je? w2p1i 6{XN]ɖQ^"i=Yoҽ&%zLLf'zN?&~N__z"^ͯ<Θgb J|qoߏtFL{U#qLYs1;toѯOHOɋ `&][A\eVBZ )ro{E`)]^ SQP,j 5ɺZ>ELH=;ڃIXz[wS| Eդc$K#{LF? A=rsc=(F&IW*컙iW4ˣr;s)s.hq#V_VُuZfi_!Y:5"X{>)3Pǂ*LRha*ӷ&o@dkǕ/z%;/DsÇPl܇wR{iV [k Zb[YN4Ox,BL̷}{6G19YR5qxAeU1YF Dq^^XJ (`v-Bq0Yeq fhz< ~{ pO̠lW<&]$FlY?b 1eP8'{,|Ehaif\P T!|`m,X]}OzHKivwc>r 쟦Zr^qMI\g[kmizݤn^>` 0O>G3!⛠`6,?lkQ2Oyz}e mfM cSXV!R0hć+5`D Ǧlm~j[ P[~t^ii!tߠJxǴNYeVbױ$QmnZ\:a\NJ:P*9zBZ73*߸b5$Rl:md?hڜ2G[s(ϜW.ㇰ'd]Vb ~=-z0H@%&VXZ56*ߔogql=2 *8svl3z[kݢ]2řE>$ziߖqXCfe:sZ/U"{y<] ?walެr[ـxgKNm;UQÛ=Xep9vU7q:MҟFjar! 䗂cV9jCoyZRh0}XAb֬G d+VOt3n)BTbxr!QWQե"}m8x3T;\Քڈw$CklS78<[??iwx/} 4Cb >LM]ud7F=`ŒH>ꦫ;+q-_if>]ܕPRա{ np`  QV]^ie^qs>&Q8prWҼXNp/In ^3".oz$$,+V&D sU#xˊV:Ks3Avv y4gv^"LMa.3ڡe15i tTߎS[zHsYs}m -Z?>w+gv=xgNPT0'3ZN0jٮ]wea]N3"¨?>JS+;ld8fGc[pu$>7tPb%ElA="sU.@_^a66?m@zRbnʰט!:j:"ە\o_LY#.uK(ߨlyFߢpY\[d E8ߤ(ɌH@x[ > N , vWCW Ŋͱhpx]tT,on򓸣s% QC~8C KZ1Ĩܪky(7jMlI҄m <̳;ډ v0UH1X:c ;Wٱo!pd~';cN^>l^!Ү-N~0g>\$wuI؅G^` $ R֫zV[`J*maBR${%)zdىw0{8nʔ[Wbu< s!жM"E|0m~B>"}/>n;\ qe x>*`QQ~\ymv~h=s$@+?tq/$p$|a}߽rh6PᨎDN&/}mg6 Ta.S9Y1NGI<4m22Q̬` SVIfFXZ'G~U`ac$T&k.RmqV4.ް-UniԏsdlnW\:trVDg5>PV&UɏJ NoSt)(`uXKFquJZݡ-Zpব)b[YtǛ^0j48F1]C2XI_f8#8=- ˏס H@' AQk¡6MTZ(PkdhnitDHFRp3 Rzqzљ@lgrge=;$EK9Ory)ZS0V'[ ;Oi#ݎ3tS29,H[ng`zFcjSp( &ؾIzV.v0!B6ڻjݑHpQ/Q eHɹuBx"Q$Q@a@㳠k~Kfy'skv=n$(E8IBs\;&}{{*ŲYix_ 6, I&$H)NIf:$|&>2Aiol;ځJdu:8+ F6_"FnDKV-EIXH3]3ed˸S'֥7Ɉs7;+S\W(U%(g)""?uS)@rvv~ҕ^o؄pXMI3"_"RnExKotƧ)!xhn\ ;& */cere篨5霰1as!Mė~N$/k-F$!F#ٜD#M^<^Te5ں vB#]DTu@[֪7H Q\l"r`? ,px,?ؓ x"CJO]i-"" 8hHK`J`)37EdrRV%" [㉇1|m6M9i!}}@oc!h0 pY{s8߾\H$&U{R@&.t88M.Rt9iz~3 sʈ<qABh:̈OV,6#I-WJrV\ùx6,CerǑA~`X-P٣Fuڭb,ݴ.@50ZBZTRx ]W0*|P9gYK~IE`t,7 Gpq!k,jSFC wgnv@;ˊq|MpS>zy xZ|W22|A uIUxbbTwZ^lPQpip|TZNw@~n&uĺJ5d ;yy.o <CP5͝it)E7xg|J[UW-ՈPo&Eq>LE/bj PTV>g9?UA埘oz?q;lEsdR@58]1|Pp}W@'<=sCcuFYS\?J#Y넅]K!uYty;8eYazCXx1;S0Cl#n+x2w}u]}fX:)~: tv϶U2%,ͿF]o{u*V fzSi:{=4O"% Dמ9Bc*m_)Q6ՃۤIڴ'eA̚JLN©oP Q/ j=x&?1j=NV_>8.; s㱗)- B udVi }[Am'ǻZѰzc"%S}@n(lh|~rLáX+zϴ "KBf"YJ5%Іܶ L/LM!?7Ȕ>YgU1a] Ԋ$tH=Tx|⥀^+6 &WhjFa8/3:%Ƶ\8ckhc&,\Ԍ/D'nGͦ'Lof! ώ2)Z)N]kS7Ʒa{@mFoj}݋Jj1j_•%BmU${ !y2DM_mЌ>xEӮgoWsP,9YA|tMسCj@:][h^_CfbS33}REG/l;[^%j)FE><3S*pZe)Gvk~@ krW$Ap{?%hav.͙}bis$SYj,GzD|h!$;nk&$jFX9`! ܧ(t^7u:=W|N w*+q:LvܞZQHZZXGthAv@݄rIŞ B)gn&W6ϦOB nrnQ퓱tl\F4nf6i@ڊ VԆQRP*ލ[#4 %MϨe^xf-<(F/ <0 ^LG+1`?t:X%TOo;}'8e1`BU8'-gP$vܥ=Ch|tڸwW4DO; bX&[Zso=tHW[A;M-e X]aʛdxibAT6/w:+*"i. I8buJ$^1|YZQN:qAmfndWu<﹢;eEߎr t|=;^@Ei 5 !|qFrZȦa`[$fjh^z@tυGg_,&=L׻L/56>Y ( GmR,;iiz>y&:i"!>aY< £o^}1xC⍭y3 Di@̧W!<Iϓ ~,]ow쌸G8Hj:0lKnu,>xGa#;c)Lm ~"m)anط %2ˏhX}zNr=,kJV_Ǧkk59gҳ~}=26)=VM =_{ >p#. &9~fǾ[)!}|sYɪG%~6å4JIb1sZD |)rMV+{hblgm냐Crfގ\APLN4k{r{Fi?W-\b,{*CPؖ׌;pg3 K{u+ƚ2\Z. Fx:I=@F%Hy;~~~6itz'vbe,N,?Ӎ`G/o]F5nq8}6]31jЗ̀Z-5pi 77\4;299^ R'굤ڙ59~a'9Bŭyv '-tUZ#"%ּ#Ś;լ?;W(pm/r՝dn2y܍s| 5. 7'@3 d2I-KSf0U Ϗ.\~!ޠ?^/۳;hŶ=eh0e RgLs/*M셏j) VNcFtUzX,g}៴\2C=zr^'oXFzrFvs˳w5]?'  JmgTxU+sZ|~cl#<ΖˀvK I6)Njxĝ9Ķ4:>ϭJ]w߀Z T 8o{u\!?mrk*D|fi_ZZdɬk} N9Cyuvac@| ; {a6PB_v|'qv8UX\UyO ,.`p 8;ZxY=X 6[U!es@ "=%p Mz Q}tU<cZ.NExfYQ A>!JDvLIED.u}c8i$kxP6(Uv}9&m̐NK SSX 91al;e÷*iݕTeyn)TSI~ċKX/S!Y;a|ƾiphe*pVk,3zblUȎ^hF= tkq8?K,$-ƌ4e9˻#cr.ڴ] A&8v'C AAa)vnC-_^6^vD(0"p2M]UUmv^rݦ7Bs4fI-v=:83y`ב2ndu(% SCSiINcg hT`Zg$ w4/2XZ JJ0lB\-̿ Ib̺bdY|n}*eD ҂#(/3m']>'$[ +@MR#_5(|ApI j qyx U&fT5@ءJv/dߝWs%rvX2h3`x@'p/k!P Wy JK-õ N|bb'$d/ī֠,Pb Cw ɦ%U6(}"Iz:Mr .sʓ̨G2u`HymՄ`]7Z&Ï]؜d#~ZO^ofMCdȨAr!ۿ|*m9n`g̞ZiAK(?>dH@+6'me0ڠdũ2p3(8l)'nn<0G|l>{\ @"k u/I7^*׼Rl]3^bze0 cS\wHE-`* U\ŎHn/ń \nwK?Z$*+)Ae#ft H:zdMVwf *N}kw\y$whN]MD9?后*B}!'gywzvvLHj[y='fƨkQOv8c;zM!&a+8 Zj엯'`8QE1) ev9_*eB|,+@']U|(aWYޒ״K4F#?6LU~+&SPxo>V,euަXRJq?#.om9wYs~M7W9R4>c{ZTfNVD&8FK!IG)u520<*}a4:v:ײ>ܳ(-:~r2G _·uxy+Pn8 -3)X o{Ĕ ѲIt\ i]2f7bZ$p0_|㙲g gNn:R0 y;;^T[iK8sGys0%_ƀ'BN*Dtms/jQ̐(Ax#$;bƚ>*MX[&:Hv{Gk[!tfgW >Q8^/,^Gt!˵*+.Iul+GkR`i: @ :y&*T_XPWxaC $a)t8MC 6YMAŐ-uBw;X<|T*~ȇǜōAH c٢pJ.WA) "< Ɛ !?mʯ  -~Ћ^ߞw#=5.j @,f: $!{k`YVV2z&ӱ_v6I%XZzҀx?ŗ[i&S"Omjq(Af\>%~}zWuU&ojl\Y$wyzh=5;h,ɏ.[:䊝6YOx5'ol<KtRA8bw"\Q񊺸gOKi )6齧a{!Wb綟0m?%ֻ9zoBD ^'dԏfly%؈.1}Y7UobӝQeժ})KQFd* KʼuTFlU$䱻9L7yI*Q&(w|!&O[Q=F( XgnȞVDZJ.۝]7?hM jGkĝ;%=<&D:56I[4(s3 ʭ©tdR?>j R^3I!!vP|ؼEj/!uY/o'}=UNLOzwqMhʕ/"oз *2؏—Z"\Aou#<#%ؔyY [q dMdYáPoA)?Ч7=ޤv_j: c@F nLĥD7 Na wLeog}#OL [ԂdZsmQV2PEwv`7LgN=KJnM +Ez<{^Ґp9SL#8HÞ,6ޯ ևyn^b[Λ!Tl&4XU⒵J xrWx#r^c\ދCc-hdiQ{q%Qi͆a2Q'{?+bu~ΈB"UġԼb[ͨ\15Hcgp=UF6'1?5œ+5؍ϧkĺ,ѩ'@" zCMf~35C#]P?i3ڤ;qھ-Ȍuق:L^>sfNޜIOleK\ Ž>o Rba@PamMYz^x-ҮcDŽBAXGChd 1$U8`\5D31Y$lMZ逪ڰfԣ˵=:N|F@wl*!pgK Pߐ}2gl}↝ˡa 'ҞԽ!+]/v[}:9*c>8mt]A&u"6*3$E({w^v$mJfm0sth,ECܙ;ŏ"Ύ#ݷw{wf5y?UT쇣fja%K[9~b='ֿ5ڤ,H Pfԃu68m=>6Uo%Ɖw ; P D5#Vj]$FDv"o=ԾbP!UBSY] gP9D `縋p}y.Xw] ڂe2yk/h{umGEжU;b`GB z*BE>EG:RN 4M0dˁ \ MT1%ayA\x?O:h2:{*3-Θ-=SiN&rES -WL(ocGM_"_04ELsZu+kj/U SH & ?%nF2t0{ƕIgK?Pf5+@o0 4Y|vZ\@x)PdI9įziN-w ~Y |[m?Q6o8Vv ΀h%Kcj-ɳ%/OG5\(Ԯe9e]dXB9!Ζ 5hS)^;Z\v3Q;"$z(޹|,sRr‡ge_b!t:$[Ӷqmi[lך^V4é.ÇI8J،'s\Lqdx{䘿䉈VL-ne\-r=1%Dqv so`3>uR;:!F]TzWc迩~TM~KMDz9c ^Ҟ]!'L}̎õJ2imfgd+o[ MA1i:)p ֏Rl6&̑ $psaʖܡUN`U?ӏLӁ?ZI|hp"DL#v)Kp5ݭ:shV$fqP's]@_dh.A\m^5ͧ~n^ Ѐ$<@JCHA%bJWQj/=> ۗ83*I#q]Vz=?% J7O3By3mB*P!Į%C0:8vA=WK z*}틘h@$'tBŕ'arf6†HB ?kwD/8.c?RN2)NH 'Ϲ0,2;/sH/z.SkKH<%9[DGnEEdjץ{r?ʼ\'o4Z}%n%\d7m*oy6;f+s*5ǯvSp&4qU)0.u@_Sv~"7R#x7=lj#Y'i/;:t郎aOY.#42wGxߙ:nNr](l` 9_ɛ7a8BgAm- ZT̓mML‹4g0VxMyky޼~bmSJҙ 9ez062ڦ'sڌ|eazVv5Zuw*V;צ[m}8AAMO)znWNgQ,2B]ƿi_6yv9Ys&S; (l<4d1V26 Ijf2%4bZ)Ֆ{p#!beƠ`8ha %b O;NW(yP )-^ۃ_LXnZHMlG}M.qa5Y[#M+80No9M0mZsW`sWnEgr h`!r)ɥL=#%wm`+4g^:skۤ@u|VWcv rE!jn`*>ʆpE.`3m/QFjI4+lG2 ЁHƒxQ8]`9ФF!uQ^ ljmR3҃[8AkDAw-?۳br@hŸ<[W069mfȭ^56DYY GwwW>@=ἧ d:Ȩvco`q!2~-^emЩO8_EѺtB`>T(YaF$" :c| -n64M.9}l]QC9#TMpUt,Ё5`o{1MS&6m׻[qyRe}늵 85>&mF\Vt⪡Hi,{s2JTDTPQ'Ef؂+܇KI{6u'}A4L-~ !;oֽ4%nLމM@PL4W.s*;Jׇrl۵Լ1Ӄ\HM,zɷ&فTZoN (=c$j̍ԷNέD1RqxK¤.)D9D\ ,?z jQ XM\?p2=4l-\iUOYvp l M,_i$(vyRNL:eF^E7(.jIjV"n<&~]b|+<!Ύr7ˊ\-[0 >\W#|0LxۏݓwQxJj_54ڠò8K}#\Rsa&;bZBH Zf`$6eklsM Vok:5.S)D.|񦵔ߓ)A%>E~KLʧj$[_|dėNN]#v݅%5~uC~&3k1 Wau!:Ku5s:"X=[/GWn`D|[:o1ϞX3`KQϘ50Jm輭+́BəM<68am9,}[3eLM ld=sJ[|-Ԟ_0Sqİ=op z샺/XJ4yG3|*Y708FVD8R(äyJx@EfݢU4W0A+`LX*ݦ IE#7qM) ~S|2;u)kiÜtTv5SBgaF;pbrð37D/ϫ5?)6WZ L6h?x%G Ix[Bl$+"v>v)_EE /bF}ˁD:D fސ~ gv;~ b$.RE:h]Fd7{ Iz =B߁.4.)}zZ c0p;DuI֯T%,,,p`PaE$z7Jì4|+tkDNvP\^"(ͅ3P9p/jO[&bYKI׺]ηU㼿}0:@[/PK= r`_o;0H6Ef_M9bWr}ƍsYCd&G}[Ds:={uvzȨNA\}$)eYO&"[#5GuqHy0S\Ka]~ŕC"$M#|0pL5B_3ެkJ2]2t3Ikko2l:'cb!4_>TOƺ za!WƯ_4҇d&a*0\GAX]4czyޜhQnD^@Ga6*wPJȹ虾 \<:s^X݊B_K9S&*tY9y_H`K'ڟw`^Q@(=ϕo"v$nOmesH1@t"-9K@ !ᎍ+s*[)-6, ' [u*㰢@ڪ*Q f5~)bwXN#\f/f ?IP^%۴MM]JkWh𙬌pzuඈdl/r9z7bLvp=~7_"Ԛ6b&PEzWZ1cV=|mo5 eĠ_6*/cWJu~h?msJkO\}>D0*1 vE`6((1Z*Ņ>6.?]_Bt9 1|* &bGd!n*4*cF#H,0O#ˎNO|_^PSeҵ9NveLsũeL$kV' B [?5Ą HpzYhSoTkirxM77֧Q ky~" _X[϶ SK#G #w7/2=.~g+14J\S,^쟠?5 q+I?&mVB$}t(AC=,4^d&FEҵPg3(`PV>Bgǽĝ\3, 넇 P*})_azApa&XH1bPvCi,,d4.ֻ#q^6wdt;[~ʐLI䤱\GS2PO~j$95DF٥&n ?`-RkZQlY}l?cQ+|Pg" %U2u]Tpk6f8 M?s%Y'x'=(!?g#oDnM;W/)#\' !P-1qjb]؊::j2j@?)H1=γ )m*IHQSw0-4cDw~^r[OH7*  c Vd 3J,(/*YE2B|Ƌ?n;ɳilȖn#`;M~մk"ͳCF n-=q{Z tu*&m͇=GRa~vm{#7"nrt wUWƏ42Ԛfz֖U:#J+ڂ5i  KUt+sԗoĥw3ga*_Yr$ D=PDlX<èY?Jh 5h)yWrxBּRWC;t}(/]kڔ,ѻrzgOP:qGI}%NyMBꑊ0kˢ{CAU v7bU7 Bh;lx5U;9dv4GjD9]EՆo%}&6sHM  AĨ@'=V}/?Ts5d,i}i8Gг`w K7yt>:qOĐ3;[kzP1)y̱|K5TXTN"v-=<ýb \Ta0W>ae?V*Ms  Vrdf_ t|ExV  X6/:|M qy:SGgp1(̦j=yar0ís'p\jg}+;S,74%R$RkQe8:ځ݃saXP]y0M1R+}`JVjDp (x],I V'#l PQabDe+c%hdZ]k5WN!Os4'>V~v%^t#1.n;8ȴ&t,fKQU-1lѾ3DɆrXć d-bHLt V:R sF2bBwKzT(csc^51ۏ/ obs0 n ^5 X97K{ظs5Gѵd][8Or|YT(>zY؛+ijߕb9pzj ٴ܌Ko0=83كka)`zMUDmwU.AKAa$}j$ˌ_D %<0G +e`9V92lX[OqJySwImc.Yz;TyRS!<2J`' Oa#ObZ#k**{')=.)j4U߭/қV+Ps_! ymSXPq8j sYr<;Lg2U pX 3t)]>^F2LUP9djTV]zˠe`v"`{6ۖPgбqTәڻ>[7TI%8D(=z~#{ _ +l,wvL5O{enä}4ųWK(P|*#zОUioݫLSDNG9ЮzfAPGkJ[5oM,:Br*64ӰO lzµx2 ԯnUz RqGl.NYg,:X9"j=5xmfz6աqFiЛ`Ne*7’0Sy>Qjlp TS08Q!s<6鴒ځq&k]@4_T&|VՃ܋/&fNFuκ=/fբp;sJvN;Kߤ 5j'/MkJTZ }ro?вqHgo9PwV #X#ØlJkE[ %ai RFctONIH!f]W +c9yz'toB$2:/BpXK/Vjr)&!RBw)_iPU=O45M[Fq|_FXƞg9?GbrW8K "+_nk/aR=:Yz*oH {3CY>ؤp4hz,J]J4[ii,` :_ƃn.[0tdxH TK* \h9$0 RyсZl.*$'D& =jNg8SuHWfyas :_g.IVT"]W" 3`"M+ܑ7εp  t %E2! tXS>Eg]AO=d%:-ro[B$lőc #$ 1!nS犦+ >A.:[Usq½>~M0a0/( xBLKF`$.{Tza+Qv={O#{ݯS-խlǃN]C^wU 6 ,!ٍRaF zgXҒLNW&T `Ĵ:Б g=Vv 6.M@Z^`}3$쇘H7c݆O<֋>ZhiYƤ O+q1k|%bl/ m9]zsp:7J AF bՄv2ͽPY5Z-Tּ%Kǜ.bb#}9۳Mgvχ0Dns88{`th K/Xl| 0y0,"}]4A@ zfH]&Q >O5]xm'D(py|H 2_dM[?nrgҳіB ʈ7 ڪ ,+ ^O!.U<z^Xp3HtBB΅HX{YĻIX!-w1 f? @P;&aK}6¢FS@*u jDeH`h$Qg1n]`j:)1Wsn*K\|A͎']Paz:@ѠVK9_0p&EVބgmywG8ppMs8>b'|lGGNy^#-$L `mPwgނ7ۙ)0TUUM;Q,6zȹoqz„V륫NEbׯ3e R~? u bM`Kfb80EY"b{4(Iu~-} Vu$)JnFfs 3v|a DT&Z! :(ԶJ>>Qgn8lQb^Ғ?f< V8Ie2B=ʤ<֠!t VBC䴑EL3̪ !S= \ 65mچ,Y n)'J'"Rdゔ( pHclBn w![75'gN &Jk"%|bMXz\'y,Yj X}@Ոӊ\ kXԸO2'W26Ө|hK[s ҇47ۮv07%~5}mb@zbcH_(⭘ck!yR߶'ZEdzk8 "NաVVg⡦Ba78v.|> ZvS FY#2OH\<6~gHs F30,Ym nj72q3+~iɏܘmw*`tʽgTn8 )uA-^A?@^++DXK|U _ Dxi(Zm׌,6U#?iĂ0wD^4̹6ܫ"N_D_૩̿4{OSܝf,GaE1g V&khvl®HO'M;HnXVLEs,kghis~2vEXo'fG@rEse> 3"PZ )#qZ_~: coΜn'WjO+RiC;⊤, uƩu α iync̠E7Fk<1=^}V r;W8~MÃìBLLo4EEe^81<ɓLAon)?†Oq9 fHF@9IN]<.YM1_EUdvV!0Y 1r7{h 7h1A% 1gtl<'ƷdXGPx~C͙̣1oY r4R`ۧӖÈ,tݹ_釕mC BE>ؖ()~z;>xIJIghza_]s^cJ/64evű;pL_3> 'Y9{0@R+4aIihPUZBA@Mx63V̳!fh쑾js9g@7ŷ>f5 ]SN9-u}hs7.ranFyY6(fvgH\yݺ8k SP(@³.|i6nNf )^61FE ˂nS2 4RwK cg;_f~ nZY,?C,y)=kEBS"ίhX$n-s/PTc%LG]? {RT-Y EX$siMłYh 3_]w|}CKuܝ6L)f!~*mpln2BMIvNL H^lbRn1Ǣ:}Hi9oU./Ka/Y[=)wE{V>a/Z]Q6IeJ{SBW]$8/X?K4$Uu[$ʟ>V )GJz6kf($ƛv4CM0` dr'N3һH !n/| bO%·w5K%M `XwDbBo@jދ2+Գ2 /ѣn> HᏏEjtX!(ʶ.m:#7Vj0H? - ^&`{'r,pNt?I(oH7<7<央|q; B{F=KcUq9a(;YB!^T,a)w Fi*,lxT;\_n)g0 ])IE(c*sf#@{툯Gs!IMmu5q}Am'_T{?/=HVq {wq! 1[u #qu]T{?5.[ˡw~Ej <8abnsɡd3Fq*vď.U!·o::\.yrT3z˟x`?)eQ>&S;|Qp2+-Syt9]rxhҏ1/rD ϗv}X.%`?@M9{fpm~BM\fvN|EEܢo|_) <5qf\ɑ%V.A: ]P'׻l,IiD O۴i|dϨLR o>/Ȕ)sp"kVO'6s-ƶj*Õ^nA[rG3y; ]\Yb[$6TfmQ dWJ$!No)) +2&u(!6-Z&a군I zP a;Vɀ Jyj'JZĻaDܱrUiZn|ۜvykc@ŇIFpt>Rɐz@4Uy/|F;Ol0eLfŒ^=o.!zO  >$E{@*>/t42=-|]Z*1::~y$_9'0ANeR #=큁uE F~|hm>=p i`b~b)8镼)+6_ο͉lj%^r߼oI,&3u^ +S4'230luov;R% F|Ӿ' @Y; 0Ug 60'\^Ӭ?*kէxg 1@2g5G={/V>VA Njn@_KGbHhhx5$3hP4_YO{sq"gVyqӢ^_d/^EՖsRwF!#8:OBɸ;y@lx sΣMOOKI5ټq2'LTž`se1ǯeK{=:gv4eMߓ.L<4pP!-=A)3X%U!aD5a@sJ:"u\if JԫЮ"o 8y {yTH"rԲn\dirF2 (ր,6hffwKbI ie-93̑6e@zǭnSbv=ݣXsOh#TzOJ lA%`F^PltW6 D4.z(Y)o2Q g69KM|~{QI"vz`+r$T)'"&,fUjbusyF"P/)4dhTn'JQq\R; ]qˣu_ CD %@._CBɀ>eB' R{|(%-,w;@01P|@[mV&jӃC-jH:nPJe*»coh̝3uH #NU'"S' 3= 8BҚ2.!VS_j8nj^q:i#?̜jvp7/OBUȎ ǭ0~Z4o^w*-uJuMs醚?Zgwp̰ŽߜýV݌ݥ͵D,wDV-1 Q_ϟucRZdc\eC @K; /8֔<%V = *$+f_4HIiP ? 1”UE}ڽN*; Cᛝ29*{ _DY]9Mc̗g/C%߯)}}Ð {9um#:T#7G bEx?:r%QB @rq _MЈ6V8;O 0WwDO-H!ݱE ZL.iS;^*!k0zv' 2 Hhhgb$.㵕UL50 gan4rq T3Rư3L p @NQH\A_g{y$`A)UfKuE>6<|,~oSlzbGW7!SGO-|15\V=:װ- ZלhܷT Η`t8P#WXFm;ӑ,Y[586rf3h2fq't =$tXId֔ALǘmصqiNI*n9?+n`BUQΰa|խ8S|;fE տ9X6L6ˇ~\;w/*rI8KwyNIq^Sw (=9?F+`-Bb4H 9]ŵ3;f٫^I߂j44D7{ܫlp4~5!/Z]Y4;-O}!Rؿ g9R,A]̭['WP#]8?Mf/{FhZY ~=<+ {2aE6ǿ.e LC6fd1N ܉{*g@jKCOhPiAPs#8ٚ-0R`Y(Eh?+}L-&r`8g6[?񟯸',ݭb> m1B?2qElE+-%xEZ}"<8cHv$BOv:Y9/f.)\ x| ^J,Y-i.u}t ȡ6s{]+f}bVAz|cwX׉1g/WT|}L87ndۺS:&ɭFw@d+w)J%)((`:11`] ]U+hV.+(<{5Q { lȡ f@ gL6ZfJRJt#j]oL5XhvISBRGrv^͹K?쵴/wXh~o?̵P24:%8ln撄&Qʓq="C:D4B, tӸ'^rȵYF2tZ鮬=QM])SPY;h*Y&'\X$:x Qqa ~F$P?g%5D=|Zr,$mzhGPc24 ,Y<&)`8h՘XP6OM+r/:&lv]*@ؙ>OrdvcS[6Ş&V`,׸'kq#ma)M飈ᨄe]ž0;g® )'G#3u9b ӜVj;KL5.bltͅijdi`` N%쟥 \ 5$>u[p-܏kmZ`40`ܐi~R"dʆI&F%"P(mRSI$ʕw_F':eOJAՐq%#}oy-c(ք+RCM"~cRW`l*/kG6@yZт03z|wM ?|"[;y- Qot>;1 D2Y݋{ߖY + :v3O#-nR՛/4>7] O" VI\ >_/S, 8 t5ƬUǘcP?@m :v>N/`\s.IP)MAd7uB<-lg]7ۄQ=r6ܦ`2XMB7e a\6 aYlV鿮ӓ%{~LHc\.z .r젆pq5RS?BidIg,Q`kQ㘧o.:Y^/f*@1ܙ3J3",ӬY Vdiާǂ=ˌ՝I ĢuIr_z0Ͳq-1Z-tCB8\&兌n_NnjOAZ]H㏐I> HI.^~Ժvb&5]iyf/I fXT>忠7:"{qo|7WgI[FP@hJE37ua\ g *xa*i!)fY5w*H8^A$2̓\-}̙8E]bٕXP žA+lуZE hS5 ɪڴ= '1gcw{$M|)S2 hMݩ~' į 5`rޏUO`O3#V`oI%?S `0y'.] gU7P1B~ZN{tWPō 'BvFg ["_--iVqbl[,Qs =~UEZiz,*w otnsdgMQC! UցU| ЃY-~\1u;#Iɠ}/6Y X|qhW(xWgZ"Ф{? J sWK\yߙѴ}ܢ>I^qE.O1 n#}Aio|-JJh5-HW@!۷s 2G =5 >O2::#N~ڒM4H|+wtzgnp)Q?6Ѷ4Bwh Mvr8$ @*-=L!2ph[٠YrT9CzrAh!G Lh{GIl'u1g7\QM5p . ] NON>OjJ+._Jk" Uٗ?C*SQPjYk"`0<=6+/yA(Spxp@׿E`nY88zwuW n%7? 0:RdhUC܆) `{(9oN, sB4Q8V>Q;6ͯwɞ[SW:!/dfzd2Ā4 Ira"F]:bԵSf|];vѴMBn|V#YG[紤nlg&8a EoǪN|ai%j*=1,VImh󐶣hFӡ8B7ucj-7C3]/IuB 1Wk$`2B #$aQ e t%.$CHg^;y$ d@Q|'[(I͇A!3Π6A)aKM9|UՏM{ f2]H;Ԭ_cQ{d* XIM47PM ASwN!Y|(_(R0c4'7ڝ0 P^1FGowzU0%fݽ-y.˼̄]s2yu3]l(ލUO}o!P9߬_V6VmQB\K¶7RŊIQL)cp+fFZK~Bq|TR0;{~]^0@#zeavؾeTpr\9PS= >nMJ~ތaM3> `}d31DeCZn:rJ!1\Ēqx,L%d%A[7Gx)=h)X}f*wbx϶m*߮[ Ar]b@AJ j}"}h#Q 20IMEif!˕١,0H"GArCqA{ѻ[Ba .e͈:֕; /kUQ̀;Gp3)P 6;^Ǧ-ɳW/p e:/|[2|e.C ؾs@a;xC/m(__3,REr9{X0Il8PYnںmoqm1G[:V'*k .Z_y]uRS'4q07ĜSI- R+K +:R`1Yy 9x2m!:G}r#]ɝy@[T,Q}knZ1.DMZ ?.+~4хb%fnH1hBI7\ Ws V/jUW3=GyѭEd޼\ 3o22's=@N`xJr(:Wn0n'ZRNve &+^oׅb/i$^MZ>4DӀRjnK 34-8sz/t[o`y]ߛ\ sQ@ a_fn5w@)UI¥WvqWƽY<"IG3~UD B-9WQOW"VCJ]H{rJn2VkQU+= EfWaf΋ZSQsa 09Y$Z+ԧ5V᫥Qn%8kOoQT"EM[VaTmjQGȈϏe^vM50gFu:E~De.~Ú5ҡL[HFޘ#ueJ@Wrl݂xx6M&N71> dAMݞ2 - {ǤA2>A^BRf%ޘ~ /~hP(RiV\:x"W0NpZw-6ex^˜VSx*z& 8t)\k`@oeg$m@k!-!Tn'ߥߊI=Kq S؃_+|jYU=](!/Z'_ uc[QӉ3hkv̵Nybi w˙LR!ؑ3F6#_:oLM>{06IJqdzm7z.)i.Ҁ9?9IX?U<,л?bMlFYʖrm/[w *h>R iϲ@܅PZxzsV[P9âZ'Dzlh%wS/3`uU(QiL8(cLjӗś@ ᨁYߤH[+ y@-<|*{?]6"v#"XoQ(ޢ,S}GPeԶYx*)LC^sq uQUn \S`(Yt)|{&xT!mCsɕ;82V'OyIX| .>)hhU4H4}ܓ ;1dęJ8 }脒P6V3:T