postgresql96-plr-8.3.0.17-lp150.2.1 >  A Z-Ÿ/=„ 8ë)||vD^Wd9d61w ~"]U`v4aڏ&e򐦖ol;g6f&D* w,=b3o O?J6 aj OV:æ?#u]'y ,*b $c@HBw};X3CMNO"d0Ɋ3 t Zm?6VlgZ4we$%#jld82235e63e31485177651057a35c4ec28277ffbe677a6b38e5fce6f25e1be62bc445015c020e580c158c077853ee9e56889f01a00Z-Ÿ/=„o|xƻNzg>QX kQw]L[)6]B޵]$&Tud uXý$1jQK5&YCWha-kL`DDdM5j䭈[mDQ'W'X3ʾ<)U)ֺTeO|dM*4Te lYa9}Q`Z%Q=@BB52{+MGmn9$hZk+b5')9& 5Ss}Ro`>p@"x?"hd & R  L  b  x         V  0 ~( 8 9 : >%@4FCGX H I XY\ ]0 ^bc 8d e f l u v w! x! y!z""""""dCpostgresql96-plr8.3.0.17lp150.2.1PL/R - R Procedural Language for PostgreSQLPL/R is a loadable procedural language that enables you to write PostgreSQL functions and triggers in the R programming language. PL/R offers most (if not all) of the capabilities a function writer has in the R language. Commands are available to access the database via the PostgreSQL Server Programming Interface (SPI) and to raise messages via elog() . There is no way to access internals of the database backend. However the user is able to gain OS-level access under the permissions of the PostgreSQL user ID, as with a C function. Thus, any unprivileged database user should not be permitted to use this language. It must be installed as an untrusted procedural language so that only database superusers can create functions in it. The writer of a PL/R function must take care that the function cannot be used to do anything unwanted, since it will be able to do anything that could be done by a user logged in as the database administrator. An implementation restriction is that PL/R procedures cannot be used to create input/output functions for new data types.Zlamb61hopenSUSE Leap 15.0openSUSEGPL-2.0+https://bugs.opensuse.orgProductivity/Databases/Servershttp://www.joeconway.com/plr/linuxx86_64Q=h7 M &AA큤A큤Z-Z-Z-Z-WT\kZ-WWWZ-16d602bb3d23b4fbcd221bfbaf2baf6a4b59e9920f2107dfdbd02ce27b2c1f802b8adc33de3168fc71de84530c22331666ed10db1f1b4f502af46f108e348c60366eb769accd22b511e632405b08831a2ea0ac8acc491b1ce9fa22369f91e7e0597c40e524c97013b735590fbbd91aba631131df736e81892598cf7c7722d866e775d59da1e48e7f56b2f48a71ca728379ccc25223674015f13139baf11949d47db7f6b99720c6d0e1de665d73c84518ab021ff71bb24ae57e033945aa0d1f457a1067331e9d760e12e60ca9a32b7a7aa1fd525a4dd17dc01f4f1341cbf05732e33ca6c8dc8804bc995283b4d178ef03ca6c971e7159a522f1fc5b521baf96b2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpostgresql96-plr-8.3.0.17-lp150.2.1.src.rpmconfig(postgresql96-plr)postgresql96-plrpostgresql96-plr(x86-64)@@@@@@    /sbin/ldconfig/sbin/ldconfigR-baseconfig(postgresql96-plr)libR.so()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)postgresql96-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.3.0.17-lp150.2.13.0.4-14.6.0-14.0-15.2-14.14.1ZYJYw2Yf@XzXv@VwT@Tء@R@R@R@REs@QP!@O OxC@Ou@ORNMAMMd@astieger@suse.commrueckert@suse.debruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chdarin@darins.netbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.chbruno@ioda-net.ch- drop postgresql93, postgresql94, postgresql95 build- use _multibuild- Packaging + Make comment versionable + Remove obsoleted macro (mkdir, install) + Fix copyright line- Remove non maintained postgresql version 9.1 9.2- Undo the rename of postgresql-plr.changes.in to make happy factory auto-bot- Update to 08.03.00.17 version - Bring support to postgresql96 - Packaging + Move source to github and adapt packaging for that + Add plr-US.pdf as documentation, html being not delivered Documentation is build outside of the package to avoid texlive + Redone patch-Makefile-ldflags.patch to current sources + Rename postgresql-plr.changes.in to postgresql-plr.changes to ease osc vc edition, adapt pre_checking.sh to this change.- Fix postun/postin ldconfig call (see comment in sr#345782)- Update to last upstream tar.gz Due to missing root plr, and documentation (Conway) - Removed upgrade alter extension, this doesn't work yet- Update to upstream 8.3.0.16 Update for PostgreSQL 9.5dev compatibility Update copyrights Add check and throw an error when don't have an expectedDesc. Remove autocommit setting -- it has been removed in PostgreSQL 9.5, and it has been ineffective for a long time. Reported by Peter E. Fix RPM spec file (redhat) - Added support to postgresql94 packages - modified patches: redone for 8.0.16 * patch-Makefile-ldflags.patch- Revised year - Added pre_checkin.sh methode to create variant packages- Update to upstream 8.0.15 Update for PostgreSQL 9.3 compatibility Ensure certain errors in R code do not crash postgres Unbreak compilation with older versions of postgres not having rangetypes Allow use of OUT parameters - modified patches: redone for 8.0.15 * patch-Makefile-ldflags.patch- Packaging postgresql-plr Added postgresql-server as BuildRequires so rpmlint doesn't complain about owner of postgresql base install directory- split postgresql-plr to postgresql version aligned postgresql91-plr linked to postgresql91 postgresql92-plr linked to postgresql92 postgresql93-plr linked to postgresql93- Upgrade to 8.3.0.14 Update copyright for 2013 Remove hack to take signal back from R interpreter (Mark Kirkwood) Set R_SignalHandlers = 0, the proper way to prevent R from taking signals in the first place (Mark Kirkwood) Adjust RPM spec file As of pg9.2 the syntax "LANGUAGE 'C'" no longer works. Use "LANGUAGE C" instead. The MacPorts installation has the header filed distributed across two different directories, so there is no single "rincludedir" to query from pkg-config. Instead, do it the proper way and ask pkg-config for the cflags, which should work for all installation variants. (Peter Eisentraut)* Upgrade to 8.3.0.13.1 - Fix CREATE FUNCTION statements so that they work with PostgreSQL 9.2.x- Make factory happy added R-base as Build-Require- Fix formatting & licence scheme- Fix installation directory : goes to extension now - Added missing expected plr.out to doc as sample howto- Split documentation to postgresql-plr - Add more informations (first step and test to readme.SUSE) - Try to use -rpath (following darix advise) but no success* Upgrade to 8.3.0.13 - Fix Makefile so that msvc scripts can process it successfully - Add support for pgsql 9.1 CREATE EXTENSION - Put in safeguard to prevent attempted return of non-data (e.g. closure) types from R unless the pg return type is BYTEA - Correct thinko from earlier pass-by-val array optimization - Fix crashbug related to conversion of R data.frame to Postgres array on function return - Add plr_version() function: outputs a version string - New feature: allow PL/R functions to be declared and used as WINDOW functions - Minor fixes for compiler warnings by updated gcc - Fix missing calls to UNPROTECT. Report and patch by Ben Leiting. - Take SIGINT back into Postgres control from R. Report and test case by Terry Schmitt. - Don't try to free an array element value when the array element is NULL - Allow pg.spi.prepare/pg.spi.execp to use parameters which are 1D arrays-- Fixed spurious perms- Try to fix folders installation- First spec version for obs/sbin/ldconfig/sbin/ldconfiglamb61 1519300800 8.3.0.17-lp150.2.18.3.0.17-lp150.2.18.3.0.17-lp150.2.1postgresql96-plr.conflib64plr.sopostgresql96-plrREADME.plrreadme.SUSEextensionplr--8.3.0.17.sqlplr--unpackaged--8.3.0.17.sqlplr.controlplr.sql/etc/ld.so.conf.d//usr/lib/postgresql96//usr/lib/postgresql96/lib64//usr/share/doc/packages//usr/share/doc/packages/postgresql96-plr//usr/share/postgresql96//usr/share/postgresql96/extension/-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:Leap:15.0/standard/8c1b1f4ac843fea8be5d63f107bc24ca-postgresql-plr:postgresql96cpioxz5x86_64-suse-linuxASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=287dfb0672b1eb544791d4cc1ea05157b4574c7a, strippedRR RRRRl+jautf-89919f3db1e18a3be03d23401684cedc1f43521d8e47eff7a76de6a5f59bb8dca?7zXZ !t/o_.] crv(vX0ze~&!37dY9)A\au.[)o+ Z ! f%hа`|Ac r"fh sm * ,Ub3J&aϕ )@$2lHç.xNv H& Wir +𲜠&kB#,ś&/>?V max Golavgl,Ki"^P׷4xNoj+DK`Zt?8p[^Cn)Qwʸ4+r+:(cT~klTl=H1{ J `s?GhՀbʘj960G4(m<א8 m}WC/! b#DUecij|;_VqH]6y&~efB^uvF/_bѥ"IS_I9 d!~ü8> Z sFOp4<r3T@֭/}\TO_ZBOi ~S!)0ΗW)ʆyKBKОJ6!qyO- z@S'.#c6x1ȓqc,b|z3^a%TSp%/ߦ"\!ූM6]˪SIgGNāğ0@Ѳdi#XeHS!2V4 KAj `=׻_OrR87Ah7mHZ>m΍ 3"RFCśOK3(6FԣrtrU,QVLAoE?}Z<7(xW" \]ALܟQvttԼ d(Q$aбbJڟ:}?h}$~><zfWy}?JZY G=n^|^e0GT|e–5pRτukKaCdUa]ZJN")->-3 }`rgB#(ԤJC] x2{1]Ȟ#1 <%VaoqCO"oM.x 0!,FWp]`%= ӭ1O}$d?m,lcuϮUmG4g􎵱|b,k+# V<%˞r,b '/ҾQujT< =W9مX~f /QO=hLk$5%?/>&IqQsY_kx%ҤKI1  O fAQ&@ AoP)1ן zyKu?JSql ( y]j } Rnq'X 7wasEe޹Cr2K 5ARqh7V+nu䑉`BM:ϖz\ARf=#TQ(}3{nIR#.eCi\oNܡJ{t8.mAFgk 9>ŚN1xosԷs˘©=uPk @j T qDcUi~\THH?EKd?zEj+m[R_߱96Oq vv5:+#W]m ZVUUU{;V< ';y8NZ*AΆ8-C0֘ۙq鈯ZS|E Qx('Zo(-.5jÍ/$cėcE) B8JVy㿯Q4FK +bg^em|q*0)PH7 &A$Ly_P\\l/>* v-fZ(Ts̻b!&SAdߛuYa)&:®Xaa%F~fn %3,,Cҩ=u<|ϒ_}bY4b4k"UPZHMnsj'|5s : LLk{G, Uc_Gh KfoMeԪއ{<,J|m=)D1gs8W;E67UNֱ:Ñ2<>Kaۥz2sZފ6J՟Iڭ_w*F녍$kaaq'VeARl^lOC 2 irÑN(5q,I[k?WĐB𵰰M%?(D+_ :hy\~74g"E؈kK8>J1LJxQdcrꞄwJkXDm^$=MS8)vdbqTA9LRpCOLi_v!7TdC{-|ރoxKCHZ7JOuv1|%VlR My%;zSic 2d(K _ju;@fϤK\hLv)9LsC _'o/~e3! 5(}?߰VN8p u얆Uhiv ׽$PA©3H~Lq tM|רdN8sBV,=v"(v}Dϴi \c՗F\C4Z1KsII*P^NN._Y*Rmg) y.rWqI$ޱ]&`Kc'$EO6e;߉CG8L,D6TۗFamXW ?VP[F " TP cy1J$r=Î8/;b߸[k oȔKC2wmbh'Bh\CZ냉X0UWLg3mЃ*^TwdTUɋ NI&..bGN)ܣL$oҋ$2{}*Yk2xc pS>xV gAe'iLmAv0MaO-u :IS=![ 0Ø^ƀ\XϖK%dj$|[W+P`B⁔#LƹsXe5 Z7=„ʙ y̪\v.πd1,fF^C]Xrq\YGZT9N҆k0L*})o>tp#eǘ=XTb>K}1 :NP#U-z-SE~#R 0.~ByDL*Y9o?zj\Ωܛ53^%[>ibBiydH~ml'60)"z>8h^1෡GĄurwBϩ܃?  *穀,nc5nZ_`՗vx5CV,fvX פgp>^$MPgaaځ4ل= M&%.hCexxU(B&g*Q$36_DTy& G`jo^RQJ-8`.WʪҸ3bCR+6#C᩾rvۀ+czh7Eqc:j( G4+T+m@oڰ9  AJXqfa*4o {8JO w2e.S0J/BڅB54(^55j`C 5")3|\2כsJo</S^r@7詏s9#К\|A+𿗑I=K_GNxMT1|tQo/aop ´eJSP"rMD;VhK·-t'Iw(Ժ CYK14Б>+CEC }?ubN)%'|G16)لo a|^x&Ǎ9?_' ?RTrq8dYar6(_LҲDIhUÑփ.-|Ji7,lh=۴/fsvL]Nz۷19LFE 0FU|RB+U+ SZ| kzyɡv [Zb,idy 酿Bˋ˒#PzkPu#QCIra#4{`(k2Ɣ RtY[#&[R&=O0}&Ε'l^V`(nPm~9Pq癿sD"veH^#93^"I:k&ýv ,;3#>n O PBZӡ?G9v~6[ZerilfJ*B\'V\fVgn".{חEu',# 5*!_џ9hA:.:']T /Eع*rq Y cQ!eŹw^Ak܊! } TyALyޫjnmmHF%@RWQW۠wQULLB"J]+F]WQ|&Fn䱸@!`?"Og^?Ta"?ֲӡ  uKd/z R LUb8sG3pbeZG*csMDp[m3V1A= 8W\:sqQ2_-Kԅ@U )= n)b| =yĨTJo7DvIZN K' l cБ1 y8|V 7dx]D}]`i3&ܥBGlt ]. OZ$sR}(҆._=,mzc]+$-T3xY&Vi*:h0=P[~7 g킾>s>$JW|?u%ހ0 FZhzߪ֐ʶR[/a)G]!TraOX"l*%R: Y#)~vckVkiduEx\`PtVf>:m+jV[zSe~em K=1ɸL];z\6xڵz [0C:=7"W~X@>P .4fVQX8aRׇ$"NBo<MŒO.$T҅XY=Z$1, ߇ژo!.f+)j!y62'Ը5P#.Cɹ&\NR_|(@lTi'И$P*RLVŸjyc[atlj2S1 l̛2CotO]4ѼO:؂:b7We A WK)s2)AظJh~O&@֋] Zobp͒N2{9w(>]Lj] dhH@I;O-"+04sm;s8JM;wv0f;7}>Z) 4Q;7;SCF Ӑ'N(7bya<*F NF/ A {eNSCen$$~[*Th_R"ȝ[FşG\q6`5W{)~+FN) \YN#>uӰ?Z٨ԇ`ҎC 8֟[ZbRtN)OX#r]uy@G6FM!灀LMwd\*xb?"AW^]%{Xpb-JVƒ`R44.zRtH"XM2=z5L@_lk̲·n_ܔi5x)#H\6Z I UT`҇&u,_!̧&lr‡AOszC0Ea`=_b73'T̪wO5!:DK\!VYkH(  9*j6gē^iA֥4ɧg c*XlU`&>0޻[^ HNepF=@ sFW[b"<ɑ JD(GD[n}a3'g GoKRTW$ !ڱY%p?oid{Zs[Y? j9!8&'  ^wL_4 !zKUY:su\O5<I@nUIV!{G n\Auڭb '#8WVŗsquN?,vUXO( LHiGv)B-kjs»5A&mQ(F"mԡ>bc lbD*0 ;a!6Ѥls4~3c:>C!/b>r2Ci:.:i!6qZrEl%9a(; *zlԆ/C342n9qU`]$:X,FA细zuj/F v='bm$G]LhH1bKaDcOX1qPMnK04ƸT ۞E턕NQ&#yi^xIȋlQ8Oh>L@|ay.UP@zZ grRzR L1>/IY p\X^$p0K0m  O+a0Efu4h~)F0U뇎Si.ݟ7@УXY]&0^ϐLuoj,C;!H]6OBdLK;%?6hĿ{zDFi-tՈIi1N4zGs)x1𫂉\4mui\,гxJ4mte vuCV\_S[6Da~ƿo0߀χ˻(  AIWn'Yۜ9~jǞklCI~e[M l_J|?8g]+HÒx_6J^F_tM)!3qf~)O4fW6u}W~˱ ^&ˑ ] ĥ&>i rBz#oE\G*5*yܟ:TԈВ~I5i[LFxzvB.=ZŸ4ph;:\"4S+L_[ybin$^ŽKSJI*C15\n ,&]7/X7Cla hغM'oLi`T|u\8p#B'f`C%"մk" uxcgq h zm$yۺeNI~(0$>U)~QZ.caހ{x+-N͌O5 B܎4$n@O;c qr_=b'rBg75O<ĺ~Me;z/IF{1H[]U=&*G*40'5 vf,YA!ያg y4t;%^ޓ )p!Nlc}.{X0따ټL~ l/n#`TOonұq3|~sMɲ=qQ=l1Np*90O@pÕV6x_&\_DV'ݬVZ]ԺHR}x%;.+cI4iŃl ~*P4빗<$ Z?ɶE-I7TOzCX$fͼ1S)??_[5ܒ u7RhM?L%I5Tky;jN0 Q,y.S,lA[vPr1?;2X15gǬiܒVo&ŪW(_;96,7,Oe|ѿ5M1gآ#tR kv.k1;|26a #u>qͮ g?d8܉#$lM;:j=bIw[f"l!۷ALC9FKW &@hMTBqTj;VTf̗o}-3ǵ]p&$Uj{iw]Qiݬ$MDe‡ ) (~なvX][$,),z1+;j3N`>o,FG$jGD!.| H!5OP'QܙuUBt_e^$+Xo`=,M%*DMH? j̦XhH  ᡽ԔC auԯl ZcO,40+)ޭLhӚTfJ0~u؃USK}$]o-}nDR'9I4+#-VZr8,OzKk gY$—4:LtRG#שOs,OL*B=㕧P^qpԻ+e :!CQODp.˹\T0ᯎ=[d4{ekMluOoLr 0ژ/4fA#L#aO5#ۢ8~im2S}2Qҁ(ޅ"BlRXNgAW~RLa#,nǓ:|__OςOEU%9yc,=Бg !ihעR_Dx3{NZiڠ?7-49/K,eݵlMVK"ډGul"ѝYⵞr( H|xJS6uV\]#G_6p\1 rPqɳ{]>'㈳hEP@߽FtvP$QwlS uO3 &u U(w:7_lxi&7{{5z `yNe' l9&P@wlrtuoIκ!dD l7$R'o}xJW}|%v9d ,^OU]^W\(qB CgL^8^qaeϥ_5O"7?e^"%d_&G'HTUE-T%3O32ibf8XYcWOzm#wfdw0nϿA|D!he@ s@`.cj)r fb&>kd{ @NCmrf٩vUe}O=a NgyHL$Z6&-u>a;%ki3F[ ubh)FB8oL!%po4 C^Fh{ %.sgE)dxuo8Ȝ-%erPIˇlOWF{)I۳FBB s=&yxZ)#$Jɥ>ގgVyRF> 鶬j͋L[m-нGnnKiܲ'DUzg4#6HM8"uzo([pH&ݘ%ϴJZXD;nD1>@ri"{1yU&[;o";ם\Ъ>3h,xGf"JL^ tFBBLj߾8?=^TxYC#3GI/Gl&@!PsJ-ȇ>Fn_n%znqd|/mj^e3Nbٶs$1)1np>  o$p13epһPNoPxolJ*^v D7WU$@d10YaQ+d^K*Drcׂ77.͠>$)b'NXXVgw+ZuÂزH?Jh/vE+Rniw!i?i.SŮSLL_g[2B̹?MˉM5@Ev0Q8x+,־dtq7.i/d"/(FYu5%hbˡaIW##oem_TX2򖑵'2$\WUa?F ]wʀ=]to둄UCy@!9_z"+1 ܬgJk" (x9]} ҂bH7HiqW_X {.]wŦc|0#/ ec(` qk&9S*{}[L/q+9y7*x;w('hղ_,=qTCdǯ\W_KH~MQkWT<[e`o/bK, Z_g+DQ'4LutC7nA8ʨ\>e*NaV](Hk4#ݣ1{bޘ@v0Be<)5!ē}z$ͼKkg'===ȇ-<H ]MT%C{Fb&GlQ2&Fs oͧզ^9䬁ML{L ʾU`J0dQ!zJMM-LI37-.W&X! hd@--VBU&Qi= ]brzm|­_hO}|"2;ygfDҿ|!/lX"Cgܣ-!TFt_.KdфٺTJ [WWLA6n# wGK~9pV,d cF%ΰ"&m0(2}Pwn{ bX7,M(߽94iǮWZV5C0z<8ڻLRT2"aŤ^#< Pi%J11qNKfI)oֻO&,P$wD $9ҭSԚ$?΂?nNȢpǵmu ?`c mdд7\A"~*4eή0$J *`^%?[۲ L3v@Fu0C 'Lk#՟c=i^3b̃MLrmT{I{:#'BJ"VX5+N6dX5>)P4;_0]$أfzw˅ZD6+SS\0:*E}+lܥ0a#/k<u)PM.whkSnbbRY6(kdmry kN˔6dW bKh@hPo y:cZooU{B Y줉jpQ;ygYtՀHzNWG$9kGwx L!2a }n9kMӀ7ӡ7*H輙j Ǔ܆'}ޛWCo {73N+Kt@./3$Q4a&p}so6t(\TzFݹ/@zP@4;Rуq>Ao . h71-c)ep7SIID 1yՁ {.@\qqvȁ_6Yۤ,ulF-@&wHnE9 !盡9b?:Nc!=$`'W`FvIepY=@+ JS^ ?x{,ﳖpZ~Wv^<0J)[O.LĮB{= (ae#R .QG ^7 &>KvHV z1{N†0ie NkPXI[ջ}48s ;SWֺfVI1b]renbCg!=*qH> ԝ~UE0'#@!`И* qt3"iډk}I.Z 5oN( S6*Z53f׺btֵt]{Ttc:MQAA^#璷a\KhzB!4 T]}LwR,[ Q_I6_$Tz&U X8-C+ ΢/]8f0#;ŎW?6Q~c 7b2j8WЈ-ڂ?7XO)?8ʅLFy'Oݒ'g3eFHEx8,UeP}WrXRIeݓn߅g]-ro3ggЎp#.Tx ̃C)dq RS_Цr<Ϡ= Y 4W»ڑL/e`P#3(D]f AV0WY7GD(>/`@`.D?)T}WpDvx9~Q*u=jE92'V@3 zs18WgE58af 4Dd4r'Cq=Ã(0GvCp+5X &^R"PA\C;ԢKj $h)xOZ5AGd+޹a+]eNts .ӝߏ)ܡ4B'uQHE !O=Cd+"Qz5eY`}~_3jzਥ.Al3u&o˲CiS{TDp>k /OVsf3l4@ۯ)sU Trku5XZc\[Y̱KBѸޯo L|2qpI3\:4YglRq\Ja+s Ħ H;Be)1\rDx{e0/S)$CruO6]08Riv ժ/AI8xǾOJ C+׎iiCqR>uEk.0Մ ؍;[s J;W3!s:^ PrTJf/- V]j09X @[SD-ѯF[g~^Zdz~QEia4j7AʓSXBxHn'{߬uW\0彸UB8ߣ[]vwޒJf7ZLKsՃ_N04vKmA5*~bL{CC@g0NNt6TfosD=[Ioo}cګOs>5ƑqT: ?FE-)ˇV 9U4"u󀪟u߄]ݹnM#u]y+T*z&d-vx1y@.HcpSbC ܏}{p21`>TZ>EҊ@)vp0(2e 3i$_EWcZ8g*#-!J}/#F2*Çzg3.ZA-MŃ")_MMn*|'N|XP LȒK7{;\A>w6 +Ӂ۔fz[Mc;htL؅RoRX\81:@HoRΪ30E^ALHY 'Hҳu ~vA׺#Fu(xIaz}1CIg(:YAn~c@tw -ʟD/?~Y}XeQ7[ 3`=Y1P [EOXmޒBxj~ QJ/Ҧ,8X _1{mWI}6.O@b' Z'7Ya/p}EV?< A5M :{jN4-"tX /[4 ]rkVt}&`<)_B@$eUnhT¨(%1$ tb'xd4c/LK5L2 ? cY@98ςCʉʷd{@fݭ9\% so7|nZ/KKlqI9_>;XDA%oD7_9< !`b(!ACP#j~雍rȐYPtM|.ĐP$5*1wTJ/ibcwс{k(֦!Pb#m~ťix5\դKOpfiޕC!*29q%~7c+"-y(*!1u19RwuVAxmR;͈WxAwfJp`E\^ioƻ~9KdI_vN`눿 zzgʚF + l~*yIiilss Cd( c][2.Ōpa-~G(g޿̋}{uhwr|)wg,dnщD?X xBDZ⮵E=1$}9_JOr?dM~\}U AW2⇤k)T$IM܂,ur~,})nBd׵ 4|IW`֧(lby7Dni80Pw\&EJbUʭUU0z*Sh[RQB[~33c[Ĺj1pf㧗m3?<* (EB(00״zq( LėYEiʧW`75DN:554brĕ>,K)l690I=߯,5|s/0%X`34uOӽ7=7ިu'*=}v?7!yzc`_x-Yvs-\bD^qʯNh ~OmSШ}抆@uMFߑe /RBI'ej zR`wy_ީEz}㙺8ETۦKX[l~+gލLҜ}HğMtJ^:,dvQU`s1IΖC)?1=MBARyZbs̼G V?t.Cɢlb>%mE_ | D}=Qz)uӰStо%qiGNT|$+'gF%_\#ڻNhfD]|Bh܈=?KS/׽8"6nƻOOg%8:Kh'富Y_ 8In_nF ۓO.̋hFNhnAhݮ)>2gƦc_ˣ]'ɒvJeu|!dWbO~q o|&ta*6qgln/`-=dr+zۮaI,Tm.A{zxqBFȞR; QV9~fZ*4G>śrƬ^H“lY1ø鍠cki}4Ww$B ᔐB9Zj8. 8obwJ䟩%}I!? /E4O/[t닫KĢtKs}]"Rn '{"6D27>sq*XiδgC@ k(9">oG|@'GWavO q7\@Rk@ ~*?5/Qo 5Q`W~(]: V"39R&$*'!f)k9 Qn ~,FR>KZ!+[9@ Sӻ? єz *H()]AĶk %"޻L@f5e"Z/d 㵤)'%t{P54QtσK%p} U/z櫶YYPo1B01htDŦD2D5{xilJo?B_j$0cq۵ B,7)!e24=m@WDE KRGh PO |Y=WuLMf yCYX檈Il#IMZu Fwz`" yXc"v<%%r& h\*"8d9^1ÿ.u_lzk@'@F /\\:A6cEMߎ` (%tv" @ԘN蒑AvǦQLj\*"l  qvҽ. dFnZ%ֿ+QFXup}WnPJB@ŁRPUw\A±8Vt^eUOhKnVEN;1YW@e ϲa)կOF/Ve7iWSe6Yư.+AghzȒ7zsL ɦj r#WSV.I~Jzoyfc4Xoy\]sіSݿn#/cWw8^G= <JOyxRɘUS:G\ZD>QzOeq"U-8*lV}|B&O G>SE*d6B:̸›)Jgi5SZX۳ae\,ɻxCo|ﮭ|\fU-pr. Zb(7Qo|Tl.8miԶYp3:念*bi {ћ/?0SQݛ,g{Do;(0HTROd1ṳvظD{΀Vއ<+ኆv$s/K=\u6CO p]'[bUWcG ܾtώ2T;VVe$%C2b.PN^Q`RXiр>ٰY4^w(l{rq9.q>Y{|֟dqt2ˣM2SNHc%2v B<ٶc8V::گ7LA[s"0O"s4u?xa$ -0Avh1Vwz΋in`%ZOj%mGYvLMR)ҔK`xr"P)wWnH֌@> ߦ}w/˧rnR)qǧDv1P/YLGBx9< $8Y29q<]|ʸhd'Xt8i%(|^1j @$n(o/I}\9|eK]:jA&>b-$1!7iЋ@b[_7(glxXzY -7Xg iҋX$])BZA'YPeRi_sgz]S_6̣G]ZR457A̯ SlۿW.} oq*. N\<$PZR:-L@e߲.=||zo~`vw [Bѧulo-o<^Ks^9oDxE"Mm>#_ơiюeӛke6 A- X(/X8 cU?Q HFЮc=AFՐb31y+k:EwZ(8J-}>oJ,s0v6g P"3qcZQX~xlb{0 ʿD~C^ds\>ҞrOŸw&ZsȱmaCYjic ֯n;y}4BDMĖ4h% H&b*[oOXʴRF6H8$22W{&>舺aelkQ@u80F'k` m}ƋCSJ)qtAUa6j҆4=^՚"kۍ0l21iҝI6g_ܳNB 3՜ iEqcCD\{mX2ΣaMT,w@4{[!VK4ڰ_S,=H*kX^2С o~4t`xO1^w}cXļt?[Ibxd0i&&M]n ]m}T@YVʺ4`.5WVT{HFb]_2nJZ僎&uWsư,cqyAN#?kDN1t}解C)mL@*r?LJ*6MIovEg\VW-5v(ݬjE "_o?RSsv gg\aXǪץl7q]҄)A4i=T[oHˉ+|OuwTp_$rBh$@[1y愀kK.1 jOpYU Xq-McŢ̓j\P&(;қԓD`w+6F_tV#""asѭ==tS /jDMCMHWiWOz?aиF̽&6xXeXeҢ;3{(QR,F" 'sFڱ=eKǀ2;!)Y)I4BVh1L~la7ʩ%n],Lc; 0lC~d~g%\v@jnDa{X/f;ev!*НhGcM51 Ms}J:`zhh<̜`s9Lrz\~ēxO59Eܧk ۷ {HLv~(cҮPѹv>N.KUe.*4¹u={N>_ޛ<S\S]8>`dYouј4w{+!2` GY/]nh@V >P<CnM|lz[QYls\!tV( ,2ŗ0Fbs\HH#mI7D%/nm2T<ꆪ?hߡ{`6Ye06މ\1jg rѯ0ͪL<;M^\DkoCQɡg}.\ifaFMo ϝ"a!NUt:v.i? Gjg5*|L*Y:?n +\P9/ ϋE9MfF~~̭Ynvt\Ssz耽 inqkfs9/)3frs' Pvq! ҥ,qhPlMɋgpYB荳:׌PG#i~V KK{yWW,H-Iߓ˥ pc~R`}CNnې &$0kxUp:(?H/ܕlb>+\~1K9+2 6LN|g*߶`.c`u8wtz|f=ݠ|EsK+M ;w 2Q\̲:v;5D-5OetG1oӡ}g,L 9t0Ci|g^|C( am%~+@u?+vqMn LDma+ϒI9mr &z2eh^܉3 eskV>f4QB^^or)W.V]7LպZȳuGkH!]t:)j(" rC:ħMC]~м;~j(;514c`';6 F?UuB'=$k rTct v7:mSז_L-^^dp&Fڷ(7zmDFʞt]A 7.ug&aUQx5ДQ#$38Ln2ԋsUDF&hcÓ҃RRJp2%t"x?Gx/4tĽ$`cidz ϧ@~t\֧e**K ?{5I# U]KB &b:{d^_>~U΃ VS&w0L@xFF:2s" 6iz`l)(jE3MSe.G+^s>aۧ82q0tzMʊU1`A((ŠnuDcGSEj"iuGx} 5MJualy$VE)/4хkfжH~6MATdeQ1-֢nz+؁L}O ,!= !gĿ'nvkpFB)H!6$mjC V3WIk]ADjU>ݦCA1^"?Y_obKpVM<.0ztZ=Щ)X,jKA8Mk%B`_G"N階$4 :eQٙL$(Yߗ4MǫH^Mq~FֱͧANzR MCA2nJ 4$MzamOb-j6(|@Z"ЌL:$ ޕ-~w:By\vwV $iQYyc}& c#'yT:HRUC9 #6f&s7W{$9|]Yww&-^^d 7%xnvKJǚ>$r 1 m MB05Х5+4\e+rqjm~5gh5t0 fh^ g24fxV0o J&ڧ%Ǚ.~`_tP%݁