php5-pear-MDB2_Driver_mysqli-1.5.0b4-10.1>t  DH`pX̜/=„z339{p] +({=45mmS*oNl#hT̪o~眊,*RE=~o0͇W|dVž)ǹVsxӞ XT;^AfYǸ:{gX=rڇ s||#ۛDn2$-ТZddVAEOȔ_G%86[ k'4_Dzm |N@(i@Vf3cffc62670bfa7ab3d686c8ee5c6ef1f9985b75bX̜/=„*GLĉaL%BsuzǎMCtU'NheȈ8꽮}i R '&& J@?: @`ظ,mEг͌SE&@9!I&zζ#AJ 2?JK=.7=5(LzCyɇ _YϨ7*GS||*gγ1Lr?ewSczzXF*lzhBm w҂̍ \?ꠐoV$LY@*?*d' , ?`dlp  :, X    (\  7 (b8l9: >#%@#-B#5F#G#H#I$LX$dY$|Z$[$\$]% ^&b(Oc(d)Ke)Pf)Ul)Wu)lv)w)x*Pz*Cphp5-pear-MDB2_Driver_mysqli1.5.0b410.1MySQLi MDB2 driverThis is the MySQLi MDB2 driver.X̜build36'openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://pear.php.net/package/MDB2_Driver_mysqlilinuxnoarch# on `rpm -ivh` PARAM is 1 # on `rpm -Uvh` PARAM is 2 if [ "$1" = "1" ]; then /usr/bin/pear install --nodeps --soft --force --register-only /var/lib/pear/MDB2_Driver_mysqli.xml fi if [ "$1" = "2" ]; then /usr/bin/pear upgrade --offline --register-only /var/lib/pear/MDB2_Driver_mysqli.xml fi# on `rpm -e` PARAM is 0 if [ "$1" = "0" ]; then /usr/bin/pear uninstall --nodeps --ignore-errors --register-only pear.php.net/MDB2_Driver_mysqli fi[*( dR'AAA큤A큤A큤A큤A큤AA큤AAAA큤X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜6c33730ebb0e8c53806479a8611291a5452b0e4454f67565256bd98bdd94a7041e484acb557e93cd2c52465183da75d495f279b48b5500f70e03dacca952ba5e745f8d860f04a332662c5c8400e2fcd24e10d86cf32417b6b91d7bdb9ca8e1e35633fb2015d8acbadba9028e6de30b36707e367696fb405b397582b8f5376462b66488d1698c548ed12154a3b298d82erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp5-pear-MDB2_Driver_mysqli-1.5.0b4-10.1.src.rpmpear-MDB2_Driver_mysqlipear-mdb2_driver_mysqliphp-pear-MDB2_Driver_mysqliphp-pear-mdb2_driver_mysqliphp5-pear-MDB2_Driver_mysqliphp5-pear-mdb2_driver_mysqli    /bin/sh/bin/shphpphp-mysqlphp-pearphp5-pear-MDB2rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)5.21.9.12.5.0b43.0.4-14.0-14.4.6-14.11.2Q @P@O@M8#M8#L0waj@ajaissle.deRalf Lang coolo@suse.comchris@computersalat.dechris@computersalat.delars@linux-schulserver.de- New upstream release 1.5.0b4 - Changelog 1.5.0b4 * Make varchar_max_length property public, Bug #19582. * Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003" * PEAR::isError() -> MDB2::isError(), Bug #19491. * PEAR::loadExtension() -> extension_loaded(), Bug #19583. * max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844, because UTF8 string takes 3bytes * Fix Bug #19262. Updates conditional stagements to use logical operators to include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197. * Have truncateTable() return MDB2_OK on success, as documented (bug 19201) * Have alterTable() return MDB2_OK on success, as documented (bug 19200) * Have dropIndex() return MDB2_OK on success, as documented (bug 19198) * Have vacuum() return MDB2_OK on success, as documented (bug 19196) * Have createIndex() return MDB2_OK on success, as documented (bug 19195) * Have dropConstraint() return MDB2_OK on success, as documented (bug 19194) * Have dropSequence() return MDB2_OK on success, as documented (bug 19191). * Make setOption('result_wrap_class') actually useful by changing the default value of $result_wrap_class parameters from false to true. * Obtain error information in _doQuery() because standaloneQuery() throws off $this->connection. * FETCHMODE constants are NOT bitwise. * Make $sql_comments public (was before, used in tests, no real harm). * Property visibility * boolean data type * fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails [dennylin93] * fixed bug #18057: Result of getDeclaration() can have invalid syntax [hschletz] * request #18068: mapNativeDatatype() returns decimal places also for 'float' mdb2type * fixed bug #18203: Type introspection breaks with associative arrays if names are identical (patch by Peter Bex) * fixed bug #17892: removed debug message [pdt256] * fixed bug #17892: removed debug message [pdt256] * fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails [dennylin93] * fixed bug #18057: Result of getDeclaration() can have invalid syntax [hschletz] * request #18068: mapNativeDatatype() returns decimal places also for 'float' mdb2type - Changelog 1.5.0b3 * fixed bug #16003: incorrect check for error after mysqli_store_result * fixed bug #16147: first prepared statement is emulated when using factory with mysql * fixed bug #17037: 'on update' not mentioned in tableInfo() * fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK constraint triggers) * fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer [alexpw] * return ON UPDATE|DELETE action in getTableConstraintDefinition() * result->free() now works on multiple result sets - Changelog 1.5.0b2 * fixed bug #12117: disconnect() does not work as documented * fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs * fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions * fixed bug #13928: Invalid triggers created for 'ON UPDATE' * fixed bug #15051: Cannot create constraints with field length * add index on FK column(s) or a FK constraint cannot be created in some cases - Changelog 1.5.0b1 * fixed bug #11831: createTable() now supports tables with a multi-field PRIMARY KEY where one field is defined as AUTO_INCREMENT * request #11204: support AUTO_INCREMENT for FLOAT data type and UNSIGNED option for FLOAT and DECIMAL data type [afz] * fixed bug #11692: value of $db->supports('transactions') changes after query [afz] * request #12731: added truncateTable() in the Manager module * request #12732: added vacuum() in the Manager module for OPTIMIZE/VACUUM TABLE abstraction * request #12800: added alterDatabase() in the Manager module [afz] * fixed quoting in createDatabase() in the Manager module * fixed bug #12924: correctly handle internal expected errors even with custom error handling * added standaloneQuery() and databaseExists() * request #13106: added unixtimestamp() in the Function module * fixed regexp in listTableConstraints() in the Manager module to list FOREIGN KEY constraints * fixed bug #13180: MySQL driver tells SAVEPOINT is supported for MyISAM tables * fixed bug #13283: replace() doesn't respect quote_identifiers option * request #13313: setCharSet() supports 'COLLATE' too * fixed bug #13370: some capabilities depend on user options, so check them after a setOption() call * when triggers are supported, two triggers are created to emulate ON UPDATE / ON DELETE actions for FOREIGN KEY constraints. Known limitation: since mysql doesn't support multiple triggers with the same action time and event for one table, if there are multiple table referencing the same table, only the first one will have the triggers created. - Changelog 1.5.0a2 * fixed bug #12516: error in FK constraint creation query * request #12012: added charset/collation support in createDatabase() - Changelog 1.5.0a1 * fixed bug #10024: Added new option 'lob_allow_url_include' (default false) to [dis]allow inserting a LOB from an url (file, http, ...). * fixed bug #10986: Using more random statement names (request #11625) * fixed bug #11055: Using placeholders with := variable assignment fails [bekarau] * initial support for FOREIGN KEY constraints in the Manager and Reverse modules * request #11389: added many new MySQL 5.1 error codes in errorInfo() * fixed bug #11428: propagate quote() errors with invalid data types * fixed bug in _modifyQuery() when using SELECT FOR UPDATE or similar queries * fixed bug #11590: _getServerCapabilities() has to be called once per connection * fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x * fixed some E_STRICT errors with PHP5 * fixed bug #12010: MDB2_PORTABILITY_RTRIM option was ignored * fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented * request #12213: usage of mysqli_options 'MYSQLI_SET_CHARSET_NAME' and mysqli_set_charset() when available (patch by Carsten Wiedmann) * fixed bug #12242: missing charset info in the Reverse module (patch by Carsten Wiedmann) * fixed bug #12269: tableInfo() in the Reverse module detect 'clob' data type as first option * fixed bug #12336: supply default value for NOT NULL timestamp fields- SLE11SP2 compatible dependency names- change license to be in spdx.org format- change to php_pear_gen_filelist macro- pkg rename php5-pear-MDB2_Driver_mysqli - dr for php5-pear-mdb2_driver_mysqli - cleanup spec- initial package 1.4.1/bin/sh/bin/shphp5-pear-mdb2_driver_mysqliphp-pear-mdb2_driver_mysqlipear-mdb2_driver_mysqlibuild36 1489804452 1.5.0b41.5.0b41.5.0b4-10.11.5.0b41.5.0b41.5.0b41.5.0b4 MDB2DriverDatatypemysqli.phpFunctionmysqli.phpManagermysqli.phpNativemysqli.phpReversemysqli.phpmysqli.phpdataMDB2_Driver_mysqlipackage_mysqli.xmltestMDB2_Driver_mysqlitestsNonstandardMysqliHelper.phpMDB2_Driver_mysqli.xml/usr/share/php5/PEAR//usr/share/php5/PEAR/MDB2//usr/share/php5/PEAR/MDB2/Driver//usr/share/php5/PEAR/MDB2/Driver/Datatype//usr/share/php5/PEAR/MDB2/Driver/Function//usr/share/php5/PEAR/MDB2/Driver/Manager//usr/share/php5/PEAR/MDB2/Driver/Native//usr/share/php5/PEAR/MDB2/Driver/Reverse//usr/share/php5/PEAR/data//usr/share/php5/PEAR/data/MDB2_Driver_mysqli//usr/share/php5/PEAR/test//usr/share/php5/PEAR/test/MDB2_Driver_mysqli//usr/share/php5/PEAR/test/MDB2_Driver_mysqli/tests//usr/share/php5/PEAR/test/MDB2_Driver_mysqli/tests/Nonstandard//var/lib/pear/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/3ecbb0313166a4569096e1a1f63864a8-php5-pear-MDB2_Driver_mysqlicpiolzma5noarch-suse-linuxdirectoryPHP script, ASCII textXML document text0ؒx5jVDS?] crt:bLLD ͸45B̃'/LJ4OsI8,Km2DmFsYU4ž0)?{Hq۲ DIJ𶭗IcQPoeaPK7sTeD"4C32J7>L)F[/mgKj""Ŋ p:y/猘XQXVJd/BݳXFM]u-7eU[,L`c" 1r_qrdЂ:#^a]:&Miݻihcl^BdtGCGN 1b'St*IOlUf~0ثd񽏎 D+;q;4_.+bb2^n2ȵfl jit/-v'L2>].kxu^ӄTZz:ʉT !&TtĵmX(GgMF9ZT DTxVy12 M"u(" d>_+ZxD1nyE(Z\N@Z6Ts1dҕ0違pTul&Qj&*{;LI]`z}F<أ {D ]p߳>LaٹA^>~v L:QonK+a@^D -\H9mP[5]7[uҵKiBf಄ |Rd N18dJ .k`\_+~5A<^J.S_FWN 2 YÚ, DK6EwPжT%+LA(TE6ZC> }J97L#1ݯO2 ĽY#zbyQ -ZrwRn<ۮVjE=lMgN !Mv sV͜sRtI1,apI8 ,?RLoW)f;0#!>;O+M8`rL%pIpK6(g~R?Pvi%EUIwc1?VJLst;8]I꜔2PT d2kdPOY U'VQ?Cu3zo@ޕɳZD! QG 6A*Scy [yM]j 9- S<{ nw'4"_"5}1?vWpBJb~[S7}b}jC:\'Tp塼:D HƵ5xɽmKB$93հ <a zʛ@]Iyq`\)CNmxOP']=KBrv,U8̛i wfeZϼ +X_A//=l%oq$ 7 m-wZl!<1@ r:^牞EXp:O@+KĪV񊡜< !(N,o%#IcN Ցӊbs,9pN zITdn<ΐi`Ґ1|k !D$W F1:J4qJ ֬7_ kIFЭ?Ǜ1<; u0}< |y&PR{swGWɺCLjdD̎v':>\ҍx\ "KQâ+uTyXԢFe5 慄5.5qqR5[A"X6"=פ+Q,ӏKd̾O>=԰& GD_x`}7d1[vE6R)N*C" fE}5C㷯ٶI| DAp8JsӦPFTg^9 D ;*׵hYl޶֏҄!裼.a=­\(aCTIxŕKs"B|6^^FJs/:ew%ɮb_HeٺCS:Lgcݙ٦" g iܦ!{r xū=?+EQLnx+ rkxE,!FnFRGq^1<~R V{K$S]2l {]Ӏ!e:Յ v̫G 'Il.z` pF'6ƼǴe @dkDW5mUe|7ЃO9+R[p)pœ1Ze4>ػҶ lc&Mxo32lL‹fY`VCvN b%& R_SQ {Lx.73fd͖ ܏RsQ%XХvgH=182} ǂkU& 8/+m>44)gs+iT ۧ.5.bE`)_w[Q 05Yb!(cxǵ o#ǽB( \B'׍,i6 d@(XFU39cws{v[BU$=^ZtOLu6r`їRȾ#j=C{TmaJf0tU!5BVGy~E`J7o?3ej@]H P-Ikɢp4*bTX B4|L%KfNa F(VOzGea([qəbf ?4 & (8NЩ%s֌KGV?\&pm/PNWM#LݼgGDT@\G1[ p`PEefFQlDdwEEH29B`tsr H:JuE` "d;akmٙc_Hs4tЈͩi!&Ł#fb? n  >[\2~-~TmR%Ժ'gV$Y#ppw(3Rs!gALwZAq7}G#N`ل.8?gFJKyLޒi,%^ȪP<+(xt2'aDDxc)#㣷_L,۫ ~ODXNJg/]v#O /K O˕\Dă3 pcTl\wͭ:e<H{gqZ3UwQ'{OB6b>~XpQC:WnV5Ӹnip7I xJ}VqHIH>Ph!պIO` `.Ho<NfE^ظL,8.ʬ|bЬY鍳ऎψ_K (]e6숃BuV` pqgt Siރ@=BwUAS_'a!m߱djUF̯Z Y~`2(*m 2pbQכ-Bmj+VL&k%6Vבa廄?V,̳2IsaSj{Y&+<(7h88Za)ՏS{9RP!h"*ǾVHx{#04VN<) hWe{h8zjVphPɸCh)ZdFK7jqJ wNyy,@40BWsnFVqC`dC`~%UN싢a-D:Ȳ'a0~g^:t`4n;9l#βBF$QMh+űis?pcΐFnd @ Xc=zh-+4 wTJ/||JaHm 8Tًq}! R9]zװ]-\ĝ:%H'5FnǨ?He i uσ$-id o͑nnwy 1(\s2/@ND܄{FG/-;MZ%v.-u>]#nR)6KyT+Lv^B%i`4WUlKmHmGƞ;ַHf $ Kvz;jc,~< BHfSdZ_fRi*2 gbxXfVҷ4&LƜ'S߆q2@e'+ w.ƍ/aeԖ8lER1:T^K^b[MQvqZ!٠̓q1PO z(=E'OR埧ᔥS+$l% 9Y)2;(v|Sұek/'[ap:5~'B;'bybT?ޠx%BҷM-Htףy EᓔH}M2)j1ׅ$^C?}ٳ{.E{{M:4s HnddRܠD$l]bݖ~A tni(fVxy$6e:u*!-RNOyJz~"GHn<>#M.-/ԫIT* l `Jy7&8D6^}ʽk7'{`v㐫х`Ű!&*jB0h^UQt"$t7,+C+w*g=E8MDF 7j%Q:E{{yQ`-&xbn{DcBBnٲ2wW ƺìS45]Ev降43B:E|jRA%iQJp׎\^}bASu&ưŸajXB^ #d]sEO@e}N:bA^p+YmWwE5;AMUXHT'SA%Rg2b`bgs"Ne:]uwk"%'.r'2CRLi_ SwֺVU ]eǂgۘ"1kr@f?0޿r*|¼Ü; ~$z#e@ FHZn aRY-OHOKM@7 v!s{ X<6lBHљdV}cM3`g\T&b6PMy""v<o^ 43rv9h4=n^ֵg~Cj=ԕe:痋ۨ,t =)g<Ɣ,l&ۉfqRZ}]#1)1ބզ'ţi#ݤW3ok0-aƒkȠI0MMΩ`*P-W5`n(R]Ya(IgC6\|xݷVSs\1`{4FVxjM"zvS*'&O8L;3[+{RK3.$KGhP˳~qB{Ƅm i] ۩VmAӶhrqO+̮E󺂜(T=8TCxգf-͠Cn(we?]_Р6N6nnd;w'=-dȣV-’(;]hB{Z#|xB 5([ӾZHli{>O*͔H <*ڱ 4·$,ׄ`z):.Z~Ջ{RD#s0}9ODwu}ڼ(RI]/ƘTjwiǤ +i վ"Q$$GKaK%XStfw.?2̲_>fSy\2rDi(=b儛p= E5W?DRFE:'EPk|  ]g{z!{%DOA,y: \CDP@O+bp@q爚fH:l(3\刹ʱ2M$7bz%%&S?5aμ 9G ^h4[Z쩑45d!J[GQ/swUJ6ͤ,֩Fªw7';ESG&Ksj %>5m`"Y>pERTwɷ=WfeRb_4~6BK4'69bqrdhؼH焾c>ڴGdG9$M@Wo/@fsPW[x,W^"cgaTNE@)H˹(2́WD.``͸j%݉hh˅nƕWcMA6Q?'pjVt$k `2V9fzt86XmJPw0vp"P8ou`|kx2 ]Txt_ ǝYFcXJŅ *:[f"5Wp 诳@SCr2qCgGIZo9䷿oޅ(Rm}۰=m=Z*\X=i5 ʙdQx VQcCĉ},eWxlk9rOLaHmD MD 1KGpX~]cE%&:*R*?W L׷3X ͗_qmTkPIl=y}u ܒmnQEĔaDUҵ+EJ|׸V(֊ՍFX􇔕0$ TbT9kRU ZՎYZ][J.&l*Oow|Y&z}~tR HCxWK00e1J}gVTk p8ۧ5 .nŸWeL^Rٿn8eP(>`2ZA47(z 2FLp؂ ك#;o]Տ:܍\/ӐolhNޟN ! Jzuw(tɽEtI,;pZpRtpk3”C@616gP>i1S&\wK_ğqJ6O&1bݙъ =ѓ5gn:$ͯY/g n@?NCI?oMZvl  AS5g BߦzYuB w@pչ}د%KꀣuDwԇzȭR S<-ٙZKOq nJsngoVm2hbe`=ҷNԂ)0SVTh:I5c/J#SmV 8Gj5PD]鍞b IwN IjxTQ;@{m?50|痛,C1y @,) Ӑ/D\0+EzP Q_.qBbgGGg]L]c[dƺƁNp'.d4C~R~Р)}â47 fW_\.UQ$Z~"hY1iXr}ǒde6ͧqO<MV. -_ݿD~W0QfBv;UhWۊĂ\ك;)Ȏ 0DMY፰@^ gF· :CKkB=zNg ׋%B3MQ՟ֻ6 _LA2P@桓AWJ/_YThv q#$[p 9/<{b_Lי]47F[*k~䞶^a5O|@#n93|"yx F(Ϸas-V~AmקR 7FL:%(dUA١v*˚j]^ אo 2”F~S,:DijM:48^)w٫8zzHD}@.ˀj)|iU y43c9u ?J͒Tz#9lFG0,ʇD!`DR!.e.! BsXd9j fP^,MoA=EW Tx .%oI#:IL([җmvMr?y9LE:T0i Kh\鄅,?7 U\ E.4 vf9$H"gJrFn׺ ׷LxmaL+jy7Kki\ IOlSdq61Y_I1jIBX {*O2d\cv7ޠC;•Pfk8 o.Q r"ѓ4&QBg"U*7כegE\0/꥾ '-cTG{\vcBTpweЈBA12]4 0CwEaI=Q"J!^c(') ,oT̛ͮUG*.%E uh^*7Υ+WL$ɺXKs]ў jϏƌ?j=?oˡ+/3<@⚯ `dxhfFB1%Mq߭G~dl37suYV/&&A%`l D#4+! @$+F K@"|9dT[yC%߶sC^.T4 aZac#gC8Wq%DloUY3,J1bõ^vi8L TA"f>9~CeT{~S5zzލe`V=0 8.R-YŌm5W ~Ȋ2qU1wt)oJZ^7is\:jL SmE9TW$%vvR?VDRIQowy U1Qu&(EBj ƶ[yyϰt@Pθ K8`b6![{5T[>ĺ[:*_1L&W]S2brcފ' !4d>S񲹢kͅA^8Bqoy{/v $y,ыL@IyF:%F vb:VW 섰dYK:kPXUVAp`Iۼ31DkS5*nDi[^#%7ktUko@{Ϻ\WRyUP)C tw"jߐFJr wqJi1 W7oc0+)!^:@UkeK$$8F)!+JTO͆&#Hi[PZMZU2ܨX+ԑ C{} ac%&Gd愥XQG Y>}n|f1Z NB6jlCk!HGm.bdX ?AV0W??BiMb"h-C΋Gwea0t粿>[b1Es7x2c^?؏5Iroݵ"WJe&X~DsQt-j Ń28T‡3!|:u 2vYu;/+9O2^aLF<W1Ak4,,tg"mD`HB*kC#;ahV4x&;J+ܩ6ΨʍO*[BF,M6ܱpXZ~ %ty30VeoHX93fMc@ #($30'  )J^gYMdj!Z9i*/l_B$Yol޿đO1:fhk̈́H\u}6\PP(Eg)=.t/m '{3,`sDɍ"Sc!흎D O3]ȝICUfXVwь\?GB xb`՛dq<4 l)RUĐ>SYY7CLY|5u+>D\ĵ/U?-Fc9\Yc0C1@B r[2'"Vs+]d5v5x%tiG]ؼŢCmvqM 3B"!h( prmn’97+R >X3e0Zl{XeY hr.C/ZwrujcbCʶY5mA?)h) Gu].@ Mdt-^}LPX,}U9%+"ﻴb(T"ד.q5tzD\PM֚n@e mF/5꥔ RPT.,}$;-x @ bYq.܉%W|^oN=q)-MOpԮ.$\$F۬c#< ȘJ =.5q>\ 3n#S9X;Ens+p 0 VUE`֣#)Op!Ajm),.9}+ (0`US9M{0T;UhLhCpzD6r69KES"N;iru*SēS~_.e4mňv)I}O%[VIѕnYk Bƞɖc)ki} ;A/P2}=0r`uY|~*#=A3XYi(VӼ2VwM^3"'G|äB Bj獆Qpu-O8J:JC *H_C P 9v VxQd:0mxobEV {!6g~p4y7͐c#lv Z; #3-^u&cMݕP!cIM/45Λm@`-p׀ ^^L䜊>[idR1o ]cOHV)8VYO&>BTBEBѿ̀ =B{ Uw9f [9/$q*qB{Ӫ;"hO=:HCsԍD$QL'ԕ$_&Z&1jct*޴~: f1[q(Sd'D^'MpUOG/#δ t8].[.ުBF?=t{2c~Hc"`J-On>kLr?gYʵnܖXoUX7ԻI,>>Nwx\k|SP]s ${1X$8Et>p!9P{ixQ9FWWZVFOB5|g1SE ʽwKx8tlˆ[S?_zMDԞ;(k?P'/h=B4<u¦ Tf>2X f;ڱFR755(ϯbJ"5t2q nF5C~3'2vCh\}J[M ΐqy=X{HJ[%2pr+A![':>i[ <#U[3zr7qYo@h3 L6qƤTwIS蝹g!ӮxNL &{cb21㯝f޽Y`q-|u'\OOUa@0ަ2L+t(L;G 爏Y(.Ij&#|y2N\#3l v;i6|ėyxuv[_jOC_Bk"Mp|Cw ]X,Xb0buC'oQ`}#2 Uڌ!"7B3} RDSQ #_# #nWZ/ wԏg(V-2xeqXc(iҝ4al"Eҟ#c~FG O.IQ9)D~٩*43=i:EuBV}uzl3\ܫh^ ">IdqF‬b:])>$"aG^tj~0] ھà8 9͸9%f!e8PJ"Dsv**"dhJd%M]{h7˙Q΃qަ pDta_tbt %槌d3D({r<&zΙ_l:n! gدZZݟ":{bw4..糨D"'?8S1XTYA ֲ W4ٶ X%߳6wi1]XiNha'MBڲmr)mZZ˻EV 2uk }`IDggɣ| rS5IGl/gLc+wj^'PE p!A(cLʡ4뮿RҖ M{ZG`FOu @ CphlD?,n>.a&4I}fGYӄ'gq<}}w Ts| U\-}a[ ]ʭ PKsMVYy1Dg8i[5J1{cfW{h@ ;D/(~si9]Hv\Lƃ+Q"ɻ*P $ .6de4(3Y7* C^Y^S8:?*E'命/qWfHLfъR;`yTC&@iD>L|q7RJք&K<}l xּ!nalC/>Fu0PP!ԴV/r58h /1=YU>ADDa真JW@LP ^2cUyp ";<?"u*ɞB0,8t8%m$H2vOw},]l:M&_ub- [c]iMM{3+dDf#牡Cx*9s<7ЈiB:;9?RgBİr۬6nX .Eu=#]Ij&: m91Q#q%@fC,q𮧨鏱ӐxBbO,S֧?&RA7U#"CjǚMUx(S>D(8''\iŸP1iDY4hr \푁e^$;Urk(qU1>bRg|cӏpo6<D_vZpˢ>nQ NG<=_A,:_g7lE^9X7!߶B[BfP֧8A!H8,t;;JAsa("7:gw@d-#c1KĨl!qeӶD~ Xd ÐV=jg4PyبddS{q$/h#3]0&WM%ER.F%_H3u2B ACTE9 <.1&nC~r&`w)C.Zhz(Eō&H ±cȰA'~ X"jt<:< Gs&cn\\Q-x}{E+yK\dahXYWA3U$Pb*)`qQjf% yȅC"Uʴ)cxЗxfQUժn+F属06TryMxsDϥZng qf1,Il<+D؍%ZeB_܌HCSMf1h,;jY C@|Jl`߼ibnDmP4ޘ?7|w-\`9O\XuxVuRM+<'`О)]z?@Hr XYJtBxq9Ǒ5E]so"yig~YaOsͶ00VO$#!`8g0Uw"fPr<Ÿʼ`Rj*ra!m>C#ypL.aqn$ lWC;bXPcg~ٳH |W)DY~DF&2{rG@B:a,j pdKIЈ\Wt|f1]L%8}^i*wRGqS~Ρ|O ܟE a8Aˆs qcÕHJ`dX] YS~LP|TyH 6#wSPsac-^Pe7E8DGn/NeXGTf-8 7=Le!a-Pą݇ q~fD^6B{-j)tQdk.+bf!q:ЄXt63V O'P屚sG^bv>VfQBTng>Зykݑ3VD̊أy'1nl34] L×BoB\5Ƚ:U>OfoFE 6bxKx)flI>9!<9\qM!FF91z]XVR6xa`S|?x7\[^O=iV}@K`-mfT)V!IӬtfH#\YbaLGYOB(~#|X9əXvTPF˙zI?>SDPvKwҔ^s^OSR5vH!sд"ybfӜYQa2/<<*48ট- tz C(75ɧE Fw(ʘ & ?Gur#yoA`twxgfj[LJ2.ivaGڶK<Wۖ]5 "o:d` [PIs j ufZJ?GF?x6&jYI~IpBJ-="yiX zw+O6{JSGrʉ+%C_0}6$Q4}T.~sҍ~YlZ2 9j ׹5E6+4B1i{\[ GQ~Oiݩwi+";)O8+ 8jɫ7VvCV/ۇ0Z㧨cªiPsyM|@u}"= Bs%TD⫠5t5Hc=yi禸L;VFyaKjS=1>;ÜzFnZy8CԬLAޣS&BD[C~$ ED0ҹn4Om4i#mq `:bHFwѫ`\y>"uC_B(9;QGV%k5 n #[}˷^0zD繋0m_N(**\nr:|gT>컚`WXЏdoMx78' aY)0[_FHTž ^<-'bD &ѼAQKZK=Jz3uz}xz塉nLZjj{f FlDp-b}vK>mK68G(*BpwV[K_N5݂FTj5;P· nœmҵi}bYJSth茌ߏb%,˫ #b ( &j >a'gF&Y.24 zM@ě^HpJY4Hp\zx /c![UNhx"!SNl0т濼FvzbѾ7sG *l|=E3kTu n\C!qv/RlLZii 5-~_4EQ=j:渋R4 %ˡCOT5ig\ݎEVRӧGYy]}oADVBY0>ttJVĚ05rsg<2>fW p-t<":WYn:QlV+4жbvv{vvʖ2n${A/4 hKKfCB^lZ΂KH/v1&F(3DmPvxTKb(fUB qnD(wl,%o'hIg&,fDذrF'Ii_nrh*x-eeZf x?:/ıw6D)]Z$q_TgAԫ^UrEJW%PBo|{>^77ED&ϝzuJQ Zhl{%be q< JbQiogݐ:W;Y .n(PJu U!|pB8WWIP?FKD g v!3JdĢ^o 1=U*5aKZh,o{ ^x- @oeJ:.Ĭ0Xtw! 2z9O Z+Dl:!ۗ/LXoi79βiGG8#X>ys2C21~ݱ|+FAhނNer*j289#Z!ou]b ('*>i7:Ćn[f$$.D<]}wda}Rld=LBbbÅemьr3Ϣ.14<t&A#[]QK*&Fc~cv2g8Mri3v]Ǥ?+8_P,XWƑ Htieq@qCW!+F#Dj$vռaH4Lޑ^&+f%LL}>侨qDE*R*.=)6R>y]T2/&#ŊcEsg!l4gO8LuT-(o ]+z^Ӱ {̲f^IwS\1_xH4 Lje0,H#r02#BB ',e0#O5]1oa-Yͯ;_mE}%|+T5pl*!Y凷V|)Vܙ'Gc,xۂwS<|/Lj[O`C#N^ґL i5njWDD_D/6{_+SF=2xStN}"+żNSS1L{),yNqD{7oQ@StW =dnC{va<@:W)؂I"k #>v%_,|wxإ)7,ן?؂x SzfM@{FS7g''7z>S'f+)N`94 Us*yIv`ÂW@J DХYlg+ ~]fع'f@ҩ?Ddc{ph+Λ/ fR<e/蘚,6KW58q:^֍N{7Qm`]P4kp -_l]48K9}C6D,RJm:U AǛ'-qAޏd;s[' GW}+[Nmd('U[`~2oYFW qaѡ}JQLoy _fuGp'B s=ʠUv=fK@9wqg3[\c>-P_u*7ua#skW 9AOS[6)qx1SmTkbs6AS&~wz+!t{q5o"*Yn+*VEQLEhKRj0)58# tga[,[H kLk-À iߦíT/KL )2Zw4 KzIμSj翛U;%:-;H03?M2.6@c=;a}}h1\?5DO|CǗ|ӝ}ɝ K:G:W|$mpގ9RDЕ^+p$!m\QY t1:PЏ9`&Fkla6ʁ1Dd"eDjY9XwӞ bl[m;-*lElL[3btu=1VM!%Z" ]9!VOJ#XG& cfܿ( tpB?lI2n],='Vz^撴 Vm W"LSBCV4.7JMNUmk3;ja,"rY0گUzAkQ}]'e[HPiqN|z{msG"f@Rѿ cΧǿ­4xL<&Kgv+|oGtChG&MFX#Ք>Or3P ZTQ6$ie'&&A/1no'倸o 1$n~h4`xI@VrIušdw< UzZub1. qt'}(egD#C^.DYeWcԻ1SG8 q*-{wlbb~otA+ 6a]nI $p o2\-@m ڗPUoŒ||}{35 2ᚋ \L)*rcG_d F=Eq# KKܡU|NPmYҦub+.( G5v,o:+T5Pku]ŚRib Ȗ€X[xC?sǔ͡T‚Uk|Gw8Qpo^_`ir+]*HVnM[. lE'z:=d> bN-S(T3w#ykbZU#C"5ߘ+O:Q{*{CH0lk7+:lyUaƋ3B4qf@Axg5w ˿ CӄOd;@ORфHδnKkm0. >ƺb^t<ۡ0 ~e jfR>X&:3P@?2g K*w˃(*5ec\ɴjf"* m*Ik,AnB:ܯNbZ UYM9ιZJ {-OJ2Y]V,eWdph@#-_!SG8j K15Z "ǷhS7z-Î^`}.4)t"Tu?vVVU ˫fNo !eϋqvH9:r?+1iz=6a; % ^#z>΢cWsxbfeת@k~Y6T wTݑY#8B=vOhlFГpS9ͥI)άs4oL6R%t<gHF&'E" E'𿔃u&A4iѰ{_zj6|ĺw[wH.p@$6J.>" ֫rE4˧,jzo,!OYS=%?NJxFhv2* /ET1oIQ,[uB#dLnxj.:XЈ1{01Y.<,$Y t(0%T-a*/6Xmۂ2~M^aqxhnQ^u*2e F)]Ym9:M59j>Ib˙>lEZsqu{淁'l8Bz`Y,m[s$9,2F|WG4q~G$pi &W%o|<;SKb!+ILCba`]\Qە?F4i/spFj3<[[-//@.O>H1loX"qe(;]*`+H /~qC-~݈6mh9tϢiC3Z977y2cҝ4P%<prNH8ZBFU۵5ݎawh}\h%+ } Ռ˧(DA. 6qX*)^3)1"f,K1C;J>h?ͱvr9تJF9={V&Yy?Ќ KM<$P )΁d@v&쎶F7gdii/쀠CJe+ 82vG2 *˷5Y?Y87끒'{NӖko_ұJFVH,Ƚprj*Xsu,؋-&`kc.|a̴7{Qk!FlYHo).JE^} ,t2|1 kZ؃NRY{@pBi]W֡=S[FڧW˓:7y%}?Jh}#o6av&N'$\l)WJS>Eqp;ƾ;M1Fɺ %Y5Q'°יfL$T "J +|2Oq͏|{k֎cKO= Ӄh]x ?/_ j9lRe x8 ۉgcii]@ZJ{[H@'ÚT7ZI:t- dns{r@^̀.5|W0#>J Q!Mz_tT"ǺC]t:ޭa':g F雕}!ol,Sz\+wpe[7kuvO0cء3$_,1)m>lwRޯn6?D+z"qN,{c.T 9]9HS~+Cj!P݀-̳cZ!{uˠF̬qdg!Oþ20ʙ=vPrtYHr3fC{?Fg| = sˑZ(# Tn_agsj<))@7QhC8"NAg[ p^y\y)OsW [Nߌ Uj,gvP r]e2 w CL9Yr$`EdV.# rio+ʘ#}3Q>Nj.6B-;wlݸ-ӈ7OJʪf{4d&A {oNW_C?kmI4V'JDC^ƌ.څWhgwyE:0itgtZLolmI09:@LC;AB:Ei{ϼfO *og]Tk *ԅv{6U(YH6fwwo(#  0, %u5< q|xyl3vmVlЂ$LjmL&w.YI< e4a=Ɍ Tde;![B\P#T֏Cr( b QMzQdMǯV L.څ[-:*ɑVRْ>[ Ɓ2c١PłGP.z-U <_SmqoSx ;Ӎ 6]rkۻs_4sRml&ṛV]k^m߶ea/,0PGQ]A ǷgX5KBcχg蘞]E+7!ղ]3-5FTg~ƶ:cpaG5`Q^r"e-L]"8?ɁȒfS +֗}%TjmJsG ՜rN*'co@>vn,- 0 ӭDѸӉ%H KRNt&GӺNIV 414IYj caDE{0T_/#wV/^*'uD̹^Tn Tpu #w-I~6FR[dg9$Dޟ]h#\}Ü8#.8Ku%ҰuG&/FBy-+@{Q(*, -!.h~^Z MLy8!"aDxJvf@K90PҶ/?pқ`@ף ,ެ5]9r$Y$ Qݮ.Z}~;"jp)~F)o%.1l10U{ JNU. S[n!&aF؍~;,W# EXE?3 cڣ[{`rg_TQsN,m:D퍤Ć;J6?$O~b*TwLO2Jѓvy@S3#A/g韠.[%;2fQ,qpaCP~^}UJabEVMkT0>#6G+BOo֒G ̷cHҏ&KsOL)czF,J(,L@(7 48#BdGIᚦѻuFbZ͉lEV N>0iEN!{q,y-mA3Kůs=ih;3I j)hKY"o0bRRȖhC3[jDUUb;y7n4fKRX^XA%p^6j]8,K<ܰsq\Zp ŤW%)3T"8+o_tmxZxnEg*Z:^uۑC>=4Bl̡ٯTV nE 6e{)˂_XDQv.I}#K 8-Q=,`#ETۡnxj)Yf7/7,6 ^ һG;j )30 ຐ<}X@1sgalL#Kev|Y4U {Y&Q.;IAٷ׏hiUqlHCi؛ $?]LǧwΌp|x$bO5*@!u ޚMmfT FYiMCr171Bۓ {^jؤn~Kݒ>^|^AYMXnU4ixQ/I3 vQ|P/W7$T̋Bi8?!!{DcIqvԣDʋ+xȷBnKL^>rl`aWbP;Zf6-DT*m~B2J2tSWԍ32(hjtR U;u-*6(1ER^>"Zn1nŝ6g LlD˙xb]_Nox4ME([L>nl냕oC ^u