php-pear-MDB2_Driver_mysqli-1.5.0b4-bp153.1.12 >  A `8!M@eee+W' D@91:T&QzNCbJ-)gf0vjӐ2D^H!ù:8^ɠ2C=|ZEU2Gk93!rH͑\kO 577c458a2ebe78d25383082506960a24e4f8ad1c0d181925cbc3324e12d592f918b3107f7082f85bab1ac5c924e3f795799a15d64`8!M@eeeG8 4=- }f;qwryTj@|괚bi6 ~w\8}&‰T<&A .Ia5/21[Ǧ2U| dwǓs5R29+W%s8O?x&zD?\URgn2`>XZ=R~L$ ΂ۼCI85$,Z _`(gIa 'QZ%"aI[n>pB*?*d& 1 Ddhpt "B > `    a4  a (8 9 : >$@$B$F%G%0H%tI%X%Y%Z&[&\& ]&d^' b(c)Ad)e)f)l)u)v* z*t****Cphp-pear-MDB2_Driver_mysqli1.5.0b4bp153.1.12MySQLi MDB2 driverThis is the MySQLi MDB2 driver.`8ylamb21SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://pear.php.net/package/MDB2_Driver_mysqlilinuxnoarchif [ "$1" = "1" ]; then # on "rpm -ivh" /usr/bin/pear install --nodeps --soft --force --register-only /var/lib/pear/MDB2_Driver_mysqli.xml || : fi if [ "$1" = "2" ]; then # on "rpm -Uvh" /usr/bin/pear upgrade --offline --register-only /var/lib/pear/MDB2_Driver_mysqli.xml || : fiif [ "$1" = "0" ]; then # on "rpm -e" /usr/bin/pear uninstall --nodeps --ignore-errors --register-only pear.php.net/MDB2_Driver_mysqli || : fi[*( dRAAA큤A큤A큤A큤A큤AA큤`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y`8y1773e3342731715382f6e24763ee92cc7d9dbe719e46b79baa7adf80ff29dd492bf8dd6729cb22e3ea2290f368f4fa60cb7485395794d628a20c1fd5de334a2fb1a49d7a502974218df74578d00f6c3f0925f5205eae5152c5c258942b9c279f5ef2cea2198d2a8f379e1c267b1dd6b674af8086ec3855e6628bea0f3965fa3c072f8709c38b8d501d1e79935771fd4019a5fc3900fcd9195736dfa53ded54f9e09be0ef2008308437a9dfec6551dfff78fb9986519a167b61ca850fe268e5916f3c21665e091b02708c77f91c4bb62f87c093794215784c87efcc77b962868a48e225dab3ab392c700039020baa3235ae1504b90cb55d9132c4617aeb1ab410rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp-pear-MDB2_Driver_mysqli-1.5.0b4-bp153.1.12.src.rpmphp-pear(MDB2_Driver_mysqli)php-pear-MDB2_Driver_mysqliphp5-pear-MDB2_Driver_mysqliphp7-pear-MDB2_Driver_mysqli     /bin/sh/bin/shphp-mysqlphp-pearphp-pear(MDB2)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.5.0b43.0.4-14.6.0-14.0-15.2-14.14.1]B]@YYQ @P@O@M8#M8#L0wJohannes Weberhofer Arjen de Korte jweberhofer@weberhofer.atecsos@opensuse.orgaj@ajaissle.deRalf Lang coolo@suse.comchris@computersalat.dechris@computersalat.delars@linux-schulserver.de- Fixed dependency to mysqli package- make package PHP version independent - use correct macro to reference metadata (boo#1158112) - clean-up spec, use https for downloading- Cleaned up files- renamed package to php7-pear-MDB2_Driver_mysqli- 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_mysqliphp7-pear-MDB2_Driver_mysqlilamb21 1614322809 +1.5.0b41.5.0b4-bp153.1.121.5.0b41.5.0b41.5.0b41.5.0b4 MDB2DriverDatatypemysqli.phpFunctionmysqli.phpManagermysqli.phpNativemysqli.phpReversemysqli.phpmysqli.phpdataMDB2_Driver_mysqlipackage_mysqli.xmlMDB2_Driver_mysqli.xml/usr/share/php7/PEAR//usr/share/php7/PEAR/MDB2//usr/share/php7/PEAR/MDB2/Driver//usr/share/php7/PEAR/MDB2/Driver/Datatype//usr/share/php7/PEAR/MDB2/Driver/Function//usr/share/php7/PEAR/MDB2/Driver/Manager//usr/share/php7/PEAR/MDB2/Driver/Native//usr/share/php7/PEAR/MDB2/Driver/Reverse//usr/share/php7/PEAR/data//usr/share/php7/PEAR/data/MDB2_Driver_mysqli//var/lib/pear/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/61db620eb57e35d88dfd513fff108139-php-pear-MDB2_Driver_mysqlicpioxz5noarch-suse-linuxdirectoryPHP script, ASCII textXML 1.0 document, ASCII text, with very long linesia#aT* cutf-87828fd50bea344837d97d621f8a61b413bc620cc7c3397a6acc14aad91eef63b?7zXZ !t/߃t] crt:bLL ו""ɟRQ{z e*b ']ty$s/dT .Lӯ8i$:b_4ok`v,=AF YPEQuG X3+KuG̤ZVI`.=N}oaʠw-ǁ#ď4b ahHƒ)[ܼ*a3s?D3HB&FEcrw*rƪ2Χcɘ`+}V9h~Tt8 zG];Xz8YYaעcyM $bUՊ-gLsX+b5t'<^IW(Psk`kƋKd35SE琤(45Fk]pfB:|x\T?uOaN*Bڇ S M(J7 tS^GA+0ֻr6Lxn޵g?c;M1H#㪮8:/9~Z{=FzN9KRW~ i{k@ie֔ k R4{p•痸ãý{cZ*wtV\$ U\[!vV#>,yB Gj_fqo,N{,]qRzC` $f6 (!In6rǨ֗Z!~M?ş p̈́o(V5O] V։] w-YZf3zvdA{Tr=Q {VQmtX~_g H#(*t?lL)C~>~Y=Of싈[0|gBάFiVL$2pmqo"Z^O1yX_ /_,{N7"Sd&(}uMøuNn/8|ъu7dlW"<6ӎv;x]j^ʚ+o4IQii0bbTlOW *',FD@Xӗ0Đy\*]XRDh?XAQ" 9{/Yx,6,CGbn{la7Z Q!TleOY;|7Q'f_?WQ?AP]&m &Tž]& )u{]tUWg9r`7$_kEka!m',k@szbr[[ֺ~ձBov,]Hў 9\'fMB_Cd;v،|qB=w.Lym5V rŏs"ߢN9?"@cIWV\ŀo%/y78><ڌ<:3,B\QE{07n{oV ZD2 ` p $ndMoW#*q:h4/C;`:Eq\vl+iS;Jh+ԿhG#N\aWQ{LRI=ֱAC}(7*d h,k.YM,Xs=BebʵeJLb*}ΑDS*`v ^#'YOA?XxU~8ލ`QUpמ/bQnhk &<n DŀE&'Et[뛈.~{V:/O klbنowAP],u:ggJu[ď V\ E("EߧHy~+ȶچ0yL ODm]_T !ozAA~X+ [%J ڣQm=;)=l)~\ ^@eklaN92ںb3݀}h]|dHϵ0-._ H:R)b*սQe=pH 3a퉗ʢ2*@\i"LCub{rmupC MoV\,o$7F 5 I}1x:pk٫OBHXqS ~r A4ufƟ}5sK\ ܇Ebʸ y}h{ś>0T)<-L` um1<2]"W-*>Mcag/T꼝g1hZVpD>{<F϶)4\VܡUي¥+Rw;@r{aކCPR"oPXŪ× uē)s OkkרP[4̛'˚1Ne+\ђ1Tȶz.L&hJ᷂$ QUDWt<.&핅^$ī _NO)צ`P3S?Hy>,Z֭A݀ p X`&JLn-wq/^/Oaqk5ߑNb%}R1G諧:_'Q>P%¹;nI?CϞQ SbN[˂X|)>t(6qC"V59j?L}J[4/ppk:r(96$,M4fK+ghfOHntl;'*98a`<[;$a|C{14FїR1q9/|yIӝ.J\73C+oD%xvQHv cQxLRtPpP5d,rn0sV.$A_;`=4p!a `M})}%LU;T`EHf A.;eTl-I/?I+ _ͥ|)ptcyo(b @ߒ;ׂ8mt$ xl2x(&h+j?Nnd$^T}""rFENk4[?!Zԇ[eCjaA<5b=MCQFw]ƭ.wCAQS`{՘Yvoɡ^#/m]ت,ܲ'M iGQ^S^}H:K[9wQ3KCCHlԠ,*@]lYpj>Y2G+0`w#~0rc*2Y&]xM|  5OзE92]}+9Q6eǀX'ψ#!xyVd0A_V W9V% SҥeneKxbtr8p4?JN,,Jvn2d>z{egGGU -t?,cCx=1:DWCc77Vҝ7wj.*t+f\FNyX~ss: ImsK)o= n͐}4Qۇ8z2TyanURD,kcj'ݒΗۢ#z3RdyZC( _iIմ [S\瓃Pi}c:kL_$bd4z7_-|˝gA$a7>;v<=5-k: \MNF`ћ0a^CN :5~o)ҕ%hFf3oݐ &2IY:0WRoSt?$@`%8yţN0F5oXuDWF׀a(*~ )U;4_/N6p1OirZ:{@F6se-¡195(u5 ]mFzHa;e;,>tbt2w?H :rҋ2B"u Q`<7 [G:{ s$+5^8S4],{2`o]*})oLߒ3A[^QAW XI{K 5펢aAӊ6%˃Dja"LaU#})$&cUb~-{e~%q$s-GkGH!w7P`uۦ/_*šva}>դ#ieTpvo {'aFvʘ~hzND`EJt;3&9Nug1jdg B₀ (!xEaIhn%R$yԁ-NQ5 S&@ŮN~|OپFx_6h9uѓ mğIc!i {R ×?n[I?@| z cׂv}D7qoVq!Y!;24=fx+/R%"]k+U=Vd5\?AYthƘKjc!I"c$\ӭu5h}a\ȌkYO#[ƚ}YlZ+2 vay]*(IF?٢ kFĄ[s KaIo0tݣޥ#&ҨmX!Seg=*Z&zrD43uuN힫Q:F,RtR٦݊::OqS $xox={'z3$&f\~ 5L!m.pJٙ8o˼2Fj˨+t(]qA}{y7C{)Ih<|s*muASuސRTݠXvS,AÖeKϙub Bg,kҊH=6zrZT]l]F0֫0RSl j]4C33 +x]L؎TY>MR<~dTzNyP=9g?Lu [ ̈A;\pwdDj@{Hų\hu*4Ȣm_z?λ=ģ%.ߡ|Zy|qeˀB jt s%3ևjZ\H}>oˍi |1 P'dQLF*8Y? aV\x9 #1rjSc0&4U>ZCu q)v?1gx6SK5Oj#&bTvKx@,Mp񿑁 +N1Pǔ ЀN˅RqG ʊ?y4 ˜W8WHڂFeSmѳ~g/StxtpG)~ַM&6U3-ʶDN(l6M\vע,ChOwB!hatJ>*UD3wpQ Kh7j)mH1H$}s utfKY@\ǝ!G=V1?^ZԜS$+Wj0èM +W$Y R!!~T)Z*g1(`{݆vs1m_&܁׌.4w6oK$;ð|ڍR/췓flG:\AX?낝 E.ȟ6V@#tG+R(1EQOzw Ɵaڻo>FQoFq7NVVfG. < ˛ճߵTaek*1`)~aio|/X :5ںґQfd~At7JA|c,6G̵FE֣֡cˌT\onZކjn$L0[.֤wW8##of3LhmP{؇q]l V^Ѿ/aEz\~fOki;qngDI?0j$1A}ج&"YM0V?iV^G<a2_(BI^zvxqKNvLuX=e깷dLm*] $ 2;A~Jn1E.^eq>gvj>kDit17V..g`L%c#xr/tY;qP=-h7adMt[I/[<9vAoPTBmC/ 2t KQ>Vq?& j9&) [yAPFT7 h?䔋S£F)R^ܬk^]k' (ڽ|9 Itu/hk?SVN%3Ò'=悧 "5F槹L[F7.D red?Ew/h|yx:7^=:G&;m¬sXq!Z(:]Et4u胜6LywuTJ>sH! |F6&21`BSb+ЀwLWV { ⳝ6EϠ@5iboCo+&gcRO;*ZnrH$uUY?ħLY)4:}8\"~M CUS&>hQ#E]O%T*Sd!uB:u#_1`JZZ#̒$t|P=֗32!EdvxaXiJ }ju[}ĮN] ɪUd_fk3~z A U-;}no"|U=M~Pё7W]].tg&~+=@Q UU}LS%XjVYܯ< 8n1de9AY U+~/n-`󡅪l}Qȼd c*r͊́/>oj^:"\ǫ6"l`jv QSa"3䷉[LuAn ;gæn>0I ?l4]!L{N)")rY|Yfl7bh=v~ۣqN4!^֧>@0~UGݥv Ek[JԍCw5sllS7r(^c99Yi^_J)/NP=3ixh:O+NshT#nƟVK/[ Q?Ga n@gY^e7mm+G#ƋWD]>lάq#W!|sb*!)k3;#2; Vc(Z&; } >b߁7і12uvV v v)Ro2v(-`ےrG97~Qߧk9Kt’ߔqq~xVn&L9(( Il)E*s>Dd^we(4(@ֱ4l& ?ڳSe7c#J.dştƳ[Ҍob_R2ȖDyx#Y+TEZe,ȇNpیzZ3`YAr\&˿,xںPFFT X <$TqXkd8Yc$l ! 뷋êco]x\M2xF}!l8Ypb/ ar~Wb`ԾI\ub?&a]$~Gίb -yj.oqW=rg|7aʱۃ-A'4`{g4,GG55>18{{zɌirThQle+ZhPA+gR#ݟ7ᑙ{\%ծQP_"5UAU4q8Nktㅘw>4 *0Ȩ\ԛ){-M,2s u]F^~ʆj]\PVE̛8G-Bb_#R${i:Ԡ",*T6 1|4uKT$}:X(7rdzXi{LnJysE(Hl`kRnϒ8-zPr>$ʘHMN%љ}|N%0ei(p/UR~~=0' PתA?x(.o8#c!Q":}V=ST~rUbټq;ɢM VΏUb{#ÇRgͭ(:-wһ:%;LGOֲ^;|¶=korx>76!_ayV6-6ga4͟>ے/=6P˲%rUb1|@ޔgD+@y/k+_T< w]wmͣV|'[ wKͶِauyJ,Nr@2ϴ\i"L\GUϓ'/ze`T&Dg`6.RqH 监d@GD›e6 vUCl;{y!2T*Jq>i4A36a} oђh ?נQ7-3> r?gta,1+Y5}8H4|Kx.}!c 1}V úp@gpR EkO&ܛ+~@cj2 ,@/t@XM1'ý'̯4oULD繯 v#r}j=ͨݽ"=:RKY 1Et,}Glw3Hfyw/7/tls fQ(`jG" I~yʥd}c24r& w /!elX;Y]cj']Ey ͵Ws5D<r܏[O;Te |N5lj&*XpMѧ%_t$=vG&wg{l#'cn)X1(mGź$ ˶b70ƓU/v E~va5 xFMI#a^=JD%0O)- W<[C(&Sb$zv%=6%/coj@ uWyNy+4Rk:gWrBLKz ʯKz} x5z 7Jhj<ϭǝb4pRČڷޗ&gXUBlZΩv\T ,GvbM97<5_HaOPz7>/Aj'K0hX'9&)%_Yx  [4?yt:x%cGI#D )*z*tO ¤mڣrZ MF]LSM~i"n% 7D_^IAɬ2'"vZ7_8Uqj#.Bg;DYh Zk}ҔL,ZJsIkj/{0T5=z #..xi`j'q VQ V@^z\\Y 9Nb}YƙAV0z.F64㫤 ⇮,mF8;Z<7 Z'xԳaI_'|x"S 3mٜ A*_Ih a[%|DWNKA=Yhrq~'1ǟ]tuJMNrM! 1|6)k [{R6莤npBzV;> 5d5JD/: j6hJ`mʻDA hJp{tJNwFdҟnFK )N)4,sZؖg.Y{&x'f'8龬4}QЙC8A(^,'`랅'u]%`,V]6/zp>Bs9YJz1#& 9ߊZs;cxҝ%^aq6Te7륂Uq '"Ht)MdۇAHS<{ jr;&s<7bg& Q G'6YAi;߻䆯O@%)iOC)ocW@R)oFϋE: ϧ,R`{c2~!=~j w#+hufK!k8,EMNن('pˎZF mVC =h=|~khwwYi򹀖?k8鲘YY7M530;`{ЍNzW'pwWQ ENT\ZΗoab )j3E*@+J_b+4`[vG"`cifcdHwCS!sl]? BZe|>ʔLQAe^ ޾+E j |sa{#fY=T\M 1T[)i٧OͮY@]|ZDdA7(;ܡ#F(eR&&(N1xoݞ\jMh3X.cۀۿDg ̳3$t,}zPs@jVKn_ P5-5%ϊ\W*O1ZcX_Л{s^fSaCDww{MbLH`nou[.]EL頣d8IF. y@LB,s뉗Mhqd{RoܹMU"k utbmÇ 1>X7Y^ZCH@7DVD6E~of6l9S TmV ?VWPd>2ߢu s q.mڽRgZBaAԦY\P 㙫]h|>m"0vTtk+ XxD,2|hQͣM! `'foݚHRBsJ&, &C:2ځyj3ٔʍW\7vWډ'F6Y; ,e Dq,m\%jV>a*7̍kmei4G>`$l C7̵ūc瘀NS:$˶oNaNX?`<:48^ܕ-mAjs=`d""Wl%ߊߍuE0wD7!P4?nKlT~%TZCt¡$+{ hsW}tIA!JIL.ӔvVAo/jk'q+(Rcypڌjyt%c[d}<Kmkյ(p$2yɳ$/YK6- E;GwZS0eY_|86"<jf]>P㇖zZ|EZ+q)iRO"XqĥG1Λ)df_2teQvzD0pg/`^m:J_e%'AL4KF{KyʳL-[dQ1~,+{_CrP cJ ]kªQ$ԑ$~S.,<w6Wgo\t%^d C^ZkkWixӧQe1L #PlVMB2('hb,sXθ0vBh$wwPV9\MX78xBs^BMN L5@̍NaxO DZJVZ c*\ äTd Lsz*Hgre%vՆ.}#l3 bߓ^Rte$' ^`SXuto3"S<]dTHp:6 STK/"[1$Mu_ꥢ!3Ex¶+(ChZit=]\+Fp'ߟJlgsYf6RN;8u?HEZ5в۴_$.۳tz$[.{Tg˚tr~KYN츖M "5󕒺8mW=lC4R)#P8B8%kxMEVGHSxĘXjHl@o2KFA=08պFCC z'`O!j YNc"fu'c64װ |}8 ZA.79l|1CH&L= 2TaUK>hL\EaSɷZi豺 =lwwZ&)>3av:AI_c@v_R4VfаHpty2^,9ZzWNXب*=uc=l2_,4cT7O0t6[. |\s5:F޳ev8 HUF[[ L6Wt."[[KĢGD%@S4+gzĪ,EZJ'1Ƽ͏ 4aSX(wZBSz`Ƥ.y /Ʀz`y;m1 5[3ko8%+K֜x,7Ih}61k\t[Hy-+b. fd4:[t\;r2x̱ZIә)֊cໍEE;dYCE^t- O1ҏU oySd炲#w*'g/2~5\׸U&TT=?<T;~S`[tV#MdQj=-Ge65[͛lae`DCQ`w#4Hl{B! \cANL-E)I= }Xjru6I+6ڴاjGW;:aޙ+M ,;ȵdrpM>$ F6dOUA;9ꣳ%d^@h-Z)xSD# 2C:CBr;,ζ!i09u]Me^g)@t0+!NlU|pךtja!ƅ="$uGq+tT鿞Ji0tM8QzS,qm1}@ᱚ>^ILѧ!Ř.v`HrE{Q` .pAl=fUbJ>IQ˶n>8ήߩx--&Fj cy|Έ4ʍAQ4 bA}{iRrD@;ϰTtCWhnIi;s-9mX {Eݺ{(!eE9/\mJ;& 5+w*6AC]' \gUDL-FD'CzBfOy3ƉfI/|nW Ik4Uξ ܮB;|]YQpWf\Z숟gd+^1SpAgр"'p9{2ć{ه19aexgGucn#kRIz]Xd*sofK'OeM& rge?M&v'zNKȬ؝T`BX5ZH0k^[!c{Shbo)_G1]M:3K1ꚋ烄X\m'&5Sg*1M#thzvV ai;৤`\ey̰x{RNq0(~ 3S 5nEn,MSo\$tjY1+HA.tUk#/;6'mΔ)xu=^K[;ncN6?E{Dz]#l[>}z$ޏQC:P"#0+oq C|%k.;oXLA2Iao|;'?Z+J~_m =`0X0l;:VNݗ¡y0O:Q^5)6To+t"3p6[VZ1Qg6şVh:MŽ1Yg&Ǟµ mM5Kt xw&Ch9CY*л~6TP7P OB4k Dwh}"\;  &7|ڬמ7nj.Ǟڍq (3wf1lrӤ:g2%h~-VhElA*\&w}íj.Bj8;7IT__vglL&Qk&+_|SrQEmQJ&JQt[{]J%_MG+w,3gPJ j&VS1^:}, 9=&]f޸4ЯzY2πI[=ɏs3 oY[eݻ,ŭ^|mKl@3T`JI+VRSS@>}XFe{t x`mEZ4ۄ:+\Uʔ{9WV`;[aQyڀr@h.p Am^}=w&!7el٣ErMZo.C@X^]pCAUPoE:TWz~e-aƑ4z{pa#"YE'nHb ^#6+}M< \0h섐%+"6gL)㘚]oDeAN""md:\TD1iˮ|i]`P@7oҀ~<X^"h@-LKR pxc+5 Sl|^LbȨFo/|DΘ+3o$8#;#s!i#1GxRu& AUUULnlP/-4aR d]8J̎ |c?ZhI(EriG*Ujm!e|dUjvո4ևq#KG-Q[[0L9:2 |o oC\`)j ''7Io e\].;ofv=H dY8(`c3 1a :+&M(C^г{F7N卾-C?*xm.H{Eg@ە_-,NUpǹ;t]2w% F.وe> $2P39tԤЫ܉aU:y+20k Z=k}cs o29IUKwZ.$؆g\ټCXN7P$7pwJzT/]#Cvvw*2CN7`)~ǯ E!لaؼo}hµev۟ ch(M2!DFj}ȶgRSG@a~Gh>~{&ж]i|xvfT[ehYSUqV 4]ҋYoKU8[ -IY84!cz8t?/r69ɗQHiXbHV! b } Kƌ>SUh A+nK~,W#Cb'V7ژוK0}ڹJL(Ǚҟ͵^J?aeO1> dbULߚMM+Q7HA4ʶMgM9GBQiGd=$ g6@84"#,A멺⯼yѥ8P^pXƂ0d;?P&3iM`* R8lk,s'.IO-: ދS=ꕷ&_ f;z+;*48 d0bC[9qj)<ȍDzw[9מM-@(mQ[r5c6GxG pL#vJKy4 0ZE~}Mh&8T㑢Ls'm a.;(($ܡktI$ƞ Z) \ى[AHZ! mrhZ:5d})3=9j"p/ɚ+hx1jC0*tjQsgO|&pA7C#MCv'Ax {ƹ9Hfz ҳ|CD2%AWԍHu\;a/R%wmط!|6VGڶ+`}Re)^PۃP}cMc|)8*Ễ0qTWб!WxDq&=~Zh-}AQap 9daezzQ 1C)XDdVpB.?@c%MI.&|P_嶅LVt`T-v?qᰧ#AB$,$zQ#vˎT&,^^yqMxkSB  E-A鷽Te.L@~{ ||<6Ph8m/:Wa~r+ 'Ŋ 4H:.#rY 6q-_̕Aw :Dp xv Pi Hl1vJ̠ 7R{XM}G{` ^fwyya߉^1E ~*np; WYAyOѶLɻUĺ@^!=idwtpm4C$uU[٦` ҩ&FX`UDF~}3sTp#I5G}({&A5yzXeD𷔂:7$+gO2p$Lɛ!#]$pVdV#u̒˺PTPLqY~ &E7{,cԝ)GP74^sn, eb>_~6 ]s;Hz?:BXb+U0v7ϕ>Jvu7 okMzGV+o6.YڏΈjhgp&Y* oaK\ dUz-D b7ڤ<~1̧' \([ ͤ φw'㮞=?(ՔcJByt)))Ry^R @RtUqlвL>IbrUBr:t\S.W˜ d/HBxҫK!Q(tu澫UBœyUr=: =u) ! PQbA$x#n'Lh+MKaǁR:f>#Z9@סV*@!xfb%mf{5 [ 7Z0;G>OTA7ݺt䔛Ż/ S$aI9`򾣟4Z EX󛣢<1*@9-NkRS56zRT#[2YwgՅjD\vBR?4Q@Mi)$-)m]W*9"ŌlW4!M啭"7C (<2~"F+ɭkUgOBJtrv(jO&μ"ϓ/}gS!C[҈$m]'"ΜliN|~ö8Rl|/. ƒEO 07Q`72`IK R,IV:dG7DSP6za{^$^Azj2o߇5cGf1+[R>Z/|9>'BϤ[YGIP~tJwc{z~CW|vAYd)qxV&z{:0餥2<=>7hIv h(>G?w v%3Qل@>p:h"Fnn-~G4#3YacoȨ\71:%6ƒ◊7/,՟]YUD:LpGIa ,G%SiF$jɢa^U`3nBZTϊ@nsg&(2ڀ;%,.E22gu82w§8^+?F0u?_[;](vջom(wŽ$a85|q7AĴۺ A+Mv,ތCC*OpdA˻J/`ߩU\4X>S- L]ABTrf+0Hfݠɂo$_'&s@>dSo*WPK%{hzjCȪ_'j8|׏_ 508a1ֲw>r~JRI<>~}5?o ?iá)#ج)xy'mt?>f s{giV@rSO|@MOR% y,,%r.2nju#jT޻K#M6"XpI?TefU]0Qb A];yI%G{*Ngk,RenӐF*h6fA6:wMPKVMHsړ_cαd :]VJ§~{:#EQX _9C?5%"a4$AWydתJ#'V@I0L'iE6F[B&y?,X׮ ).>dTCB˽9 V`v4MinԄPím!ok5jbn05r>C?!?SDdVA\]iczQ!4(xr7"ד=Ygg̕շQ4WD=Q \XWMelrg{K|k\B{J hbcT%"kdrj~d6%iRv-ܕ,NlެȃpqJdN7dȪ76C~ˤZ{#]H˯~:`Vbp hM!Ey߼ S\~;]l%kzjq -;t3}8+hb&+%$P%4i8"n)Ao˷sWq(tWs-6|VdYPB]LᶟO>Q?yN+拓EַRdѸD-ȅ^fϝw$ĩE3]2c0I/ޚ#i6sCnUYvKZ=x /\y9 2pK4&:?d5o ϔ3ï[q6[:kb?Frr.3>ENHd-%)İϏ\&,M̽u43xZœf4:"1 $?>a rCjؘ\o 2߫_|.cH2DAѥʫ/y9=kߙҪ!hUeH|#],q038(|wP , PEl 4[j >.3 &_t+2NQvVNIgL/3eݦ"kBg)TdҽLcfW{W/W'hA#(p:뤵Ka*LGާ'2{+֢k0>j g?#T72Yo@lCkB6ٵ45)BS-E \˞?v8খז }68zutTF9B~I[t4}Ml+v3Jh22b`>Uō;@I#ՀK %0\ *EyWt&_6M9KF~5".}ۆKMskҊJpvwZBװLwfsl5ßVAId# rAmb-5^>JMN|J~L*$\K9՜ ws꽀-MSHƢQL,Ψ|柴bf)FAPD}O9ѩ!ڳYfTς׫D nB(0?z)<jt竡Xg K:37D=h@qQ$'Zڵ8!QorD'\n"_2)b`1ob#3t.gSejN I ^7 "B Ӧ/Kg)l{(&3Rb~u*= Kr8$J_Rw'mT>xy٣9GgW]EA( .N| d iXoE:K. Y&ѲwmY$D-־I*+WkQҚ|pN2LPt]Mhѻ>KWҢnf#5qo̿ H|+V%DH R35 G$Dw !Z"|9 )d_~6'$W}GM՛@|eJіֈRS [UuxE$3! 3Md;u֯ڻ9v[l̺[fхݜ8uUb~s֍"YNd[@nbEw )ą+74fSz9r__s~p 7Y=~i#I%o =0`EdԂИvbk{mO 8ōHùH%8"(gNpa680þ7-P:|<2΂G|+:F5g=@ ^h ߊTMF(=UoxP0VM܏,'fH"U9:$\A^B2sm{7N>&Mryx9 $)?aArz5 .[݁;Oc̲bg;r"6;QT\@'1;ed 8}AqrOB tpW? /Q:g46}ӢZn 3##2dJ\I/^CN e 0@5;` .;Rڗ.&0d 0!c3GwkYZjk[SKU  ឆ `˻Uly '& bVtOjhgv`]=w HJQ^ c+(}wMO4[e"݅13DiagsKDZ(j߮AQ~Jrh/6ziɽ-+â*c4yh.RΦyGR=u'r`B OG0\Rqu/d m9@ uKttn#%M" #D;Swe8^/a.fvq!\ON10.H,1'{'lnqY.ʱ@ J9*;x]+FO}˼r@Ә7-kߕty!M4v\Jhmtmg.'O`S 9K}vLPu=[Σoۧ 9x.fӽe32+V/d۸)I5E@{ڀ7p xOcn㝽 NS#E eMw qjJR?gw:?JD~_*p(]aaAr~*h;\:KHS) <"4IK7ds6T=l ̙cQIs\J|KN@2?@jMEl 뢞cFP>VPJt0q.vM cFm3~ A,_ٞފ Ӯy'chZ ?ߜ0MF"ڝdZXJ@$Z}mTc2wsk/i<ƣ 8$A{9#mx*ZF< 1賷L:8+ewn79$`XƓi\;!JW(kCJRw>vS f-%Փ+Z"%A6~,YΖ0 8٤㏮'o\^Z3FPٕiӮ+C'Šea,sf }9+a*u;A{V)TvWa6iX j^Y6 \2@~rm~^ᓠZނ2׮ty%I1!4ٍ4l]0Ll:IWo 쎏s튂hX33JU@6㌣p @kHS8*dA3٬@@{R4tZM"S6P0\9#ܩ4LEjt3CP(P35k/t2.98qlذq Mt.|rx`yj [S.φgM Вz8j/OWW(Ro=B!+u^=_"+=:]vJ Ecr}c؈Ir- o@0a