php5-pear-MDB2-2.5.0b5-10.1>t  DH`pX̜/=„p&Eni=zf#DJBmu#`pI:Ė| !}k%;xdH('+աGz>_I;l6KQ%.dnb!ǪT% lJN+k͝m2IX֝0zG=E%vDyV?I:VtpOKy^C-ʝVW.%OL:Yx {Hu'5Sd'bkGrlm1@)c6d67496898f2371687c8071189e5f7bf73c07ccX̜/=„QA+@S(V\ n ԼߴP˯UR5K; > / *%nO$g{YfRh6i#'Xg f +Sz[T=P_sw%e->(/dO_(^eY8g-!;1 _Nu]ۗ[]b(o]/rk1nO[rGʘtEP_%Y PeY:`/q&wz+Y02loIoD:m!ιUsɀΙ_ݜ>@3?2d  9 7=DP@ r         }      ^( 8 9 :T>,"@,*B,2F,YG,lH,I-4X-PY-hZ-[-\-].^/ b0@c0d1.e13f18l1:u1Lv1w2 x2z2Cphp5-pear-MDB22.5.0b510.1Database abstraction layerPEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements: * Object-Oriented API * A DSN (data source name) or array format for specifying database servers * Datatype abstraction and on demand datatype conversion * Various optional fetch modes to fix portability issues * Portable error codes * Sequential and non sequential row fetching as well as bulk fetching * Ability to make buffered and unbuffered queries * Ordered array and associative array for the fetched rows * Prepare/execute (bind) named and unnamed placeholder emulation * Sequence/autoincrement emulation * Replace emulation * Limited sub select emulation * Row limit emulation * Transactions/savepoint support * Large Object support * Index/Unique Key/Primary Key support * Pattern matching abstraction * Module framework to load advanced functionality on demand * Ability to read the information schema * RDBMS management methods (creating, dropping, altering) * Reverse engineering schemas from an existing database * SQL function call abstraction * Full integration into the PEAR Framework * PHPDoc API documentationX̜lamb23openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Networking/Web/Servershttp://pear.php.net/package/MDB2linuxnoarch# 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.xml fi if [ "$1" = "2" ]; then /usr/bin/pear upgrade --offline --register-only /var/lib/pear/MDB2.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 fi G>$ sEA큤A큤AAAAAAAAAAAA큤X̜PPPPPPPX̜PPPX̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜X̜a253b37e185622112acfef6c94b79aefa5019765abfd14334f25231c61c568efa70b17bcd8e56911f74a4dff61a3ff8dc7b68ea23aa2ae6d91913703a2246f159eca356459bd2c74976e2dc08114ccddec0c4383ddfd3af69d577344d0d5b4ddfb6255492763a38f2ad95d86e7ccbbf15a689ee5fa18f686905e6bd55bea11bea89ca12c63535e42b75c5c117768974774b2bb45de61eccbffed7d75d5268af9725fb77bcfa8cc5ad3da18d60bc050d9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp5-pear-MDB2-2.5.0b5-10.1.src.rpmpear-MDB2pear-mdb2php-pear-MDB2php-pear-mdb2php5-pear-MDB2php5-pear-mdb2    /bin/sh/bin/shphpphp-pearrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)5.2.01.9.13.0.4-14.0-14.4.6-14.11.2Q @Q @P@O@M8#M6@J!JB@aj@ajaissle.deaj@ajaissle.deRalf Lang coolo@suse.comchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.de- New upstream release 2.5.0b5 - Changelog 2.5.0b5 * fixed bug #18494: _compareIntegerDefinition() ignores length change. * fixed bug #16280: compareDefinition() turns NULL defaults into empty strings for NOT NULL columns. * fixed bug #19677: Call to undefined function: MDB2_Driver mysql::isError() - Changelog 2.5.0b4 * MDB2 is now E_STRICT compliant! [danielc] * Fix Bug #9502: Strong typing query result misbehaves [danielc] * Fix Bug #16508: mdb2-2.5.0b1 not working with PHP 5.3.0 [quipo] * Fix Bug #17552: MDB2_Driver_Manager ibase::listTableConstraints returns list of indices [quipo] * Fix Bug #17890: Improper use of array_search in psgsql.php v1.173 prepare function [quipo] * Fix Bug #18050: Many "Deprecated" [quipo] * Fix Bug #18175: Using MDB2::factory raises fatal error [quipo] * Fix Bug #18203: Type introspection breaks with associative arrays if names are identical [danielc] (patch by Peter Bex) * Fix Bug #18398: non-static functions called statically [danielc] * Fix Bug #18427: Notices appear while debugging [quipo] * Fix Bug #18721: DSN URLs do not support "@" in database names [danielc] * Fix Bug #18826: Crash and security problem with is_a() in combination with value escaping [doconnor] * Fix Bug #18886: Deprecated code generates warnings [astembridge] * Fix Bug #18978: upgrade from alpha2 to beta3 breaks iterator.php [danielc] * Fix Bug #19008: remove error_reporting (for PEAR QA team) [danielc] * Fix Bug #19136: Infinite Recurcsion makes result object unuseable [danielc] * Fix Bug #19148: "undefined variable result" in MDB2_Driver_Common::_wrapQuery() [danielc] * Fix Bug #19191: Have dropSequence() return MDB2_OK on success, as documented [danielc] * Fix Bug #19192: Have createSequence() return MDB2_OK on success, as documented [danielc] * Fix Bug #19193: Have createConstraint() return MDB2_OK on success, as documented [danielc] * Fix Bug #19194: Have dropConstraint() return MDB2_OK on success, as documented [danielc] * Fix Bug #19195: Have createIndex() return MDB2_OK on success, as documented [danielc] * Fix Bug #19196: Have vacuum() return MDB2_OK on success, as documented [danielc] * Fix Bug #19199: Have dropTable() return MDB2_OK on success, as documented [danielc] * Fix Bug #19200: Have alterTable() return MDB2_OK on success, as documented [danielc] * Fix Bug #19201: Have truncateTable() return MDB2_OK on success, as documented [danielc] * Fix Bug #19202: sqlite foreign key violations produce generic MDB2_ERROR [danielc] * Fix Bug #19262: Fetchmode constants WERE bitwise [gauthierm] * Implement Feature #17367: Documentation Sync Drift [quipo] * Implement Feature #18759: User note that is a documentation problem [danielc] * small performance tweaks - Changelog 2.5.0b3 * fixed bug #15912: MDB2::loadClass can return MDB2_OK without loading class * fixed bug #16020: unable to set params via dsn string in parseDSN() * fixed bug #16508: reusing var name + return by ref [rix0r] * fixed bug #16727: quote(url, 'clob')) fetches URL even if lob allow_url_include option is false * fixed unreported bug in parseDSN() and oracle's Easy Connect syntax * fixed bug #16973 and #17039: Wrong _skipDelimitedStrings behavior with escaped quotes * fixed bug #16994: incompatible declaration of setTransactionIsolation() in some drivers * dropped PHP 4 support * PHP 5.3 compatibility fixes * performance tweaks (reduced number of internal function calls) * added new sqlsrv driver (native SQL Server driver) [Chris Pucci, Mike Ketcham] * added new ODBC experimental driver [pschellhaas] * Switched test suite to PHPUnit 3.5 - Changelog 2.5.0b2 * fixed bug #12117: disconnect() does not work as documented * fixed bug #12912: replace() documentation * fixed bug #13811: _skipDelimitedStrings() fails on empty strings * fixed bug #13898: more tolerant check for 'new_link' DSN option * request #13929: added 'default_fk_action_ondelete' and 'default_fk_action_onupdate' options for default FOREIGN KEY constraints actions * fixed bug #14124: _skipDelimitedStrings() and prepare() fail with sql comments inside quoted strings * fixed bug #14179: declaration of MDB2_Driver Common::raiseError() must be compatible with that of PEAR::raiseError() * fixed doc bug #14290: connect should mention the type of object returned * fixed bug #14831: $ignores in _skipDelimitedStrings() [patch by Aleksander Machniak] - Changelog 2.5.0b1 * 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 bug #12924: correctly handle internal expected errors even with custom error handling * fixed bug #12991: new error code in errorInfo() [afz] * added databaseExists() method [afz] * request #13106: added unixtimestamp() in the Function module * added max_identifiers_length option - Changelog 2.5.0.a2 * fixed bug #12358: E_STRICT changes in latest alpha broke PHP4 compatibility * fixed bug #12351: wrong case for function PEAR::isError() in the Reverse module [was: IsError()] * fixed bug #12530: MDB2_Extended::autoPrepare() gives error if $types is null * request #12012: added charset/collation support in createDatabase() for the drivers that support this feature * added bindname_format option (this is the regexp used to recognize named placeholders in prepared statements) - Changelog 2.5.0a1 * fixed bug #10024: Security fix for LOBs. Added an option to turn lob_allow_url_include off by default * fixed bug #11179: prepared statements with named placeholders fail if extra values are provided * request #11297: added support for "schema.table" (or "owner.table") notation in the Reverse module * initial support for FOREIGN KEY and CHECK constraints in the Reverse and Manager modules * fixed bug #11428: propagate quote() errors with invalid data types * added new test cases in the test suite * added LENGTH() function in the Function module * fixed bug #11612: raiseError() must be compatible with PEAR::raiseError() [PHP6] * fixed bug #11790: avoid array_diff() because it has a memory leak in PHP 5.1.x * fixed bug #11906: quoteIdentifier fails for names with dots * fixed bug #11975: Extended::autoExecute() does not work with Oracle when using LOBs (patch by Pieter Meulen, van der) * fixed some E_STRICT errors with PHP5 * fixed bug #12083: createTable() in the Manager module now returns MDB2_OK on success, as documented * fixed bug #12246: wrong check in MDB2::isStatement() (thanks to zaa@zaa.pp.ru)- improved spec file to serve more build targets- adapted packaging for SLE11SP2 compatibility- change license to be in spdx.org format- change to php_pear_gen_filelist macro- package rename php5-pear-MDB2 - added php-macros - cleanup spec- fixed post script- new version 2.4.1 - beautify spec o new spec header o package rename due to package convention o removed php4 stuff, deps o added Provides and Obsoletes for old package names. This should not break deps - added stuff to automatically create correct filelist o tested against Factory (1120) o opensuse >= 1100 complains about "directory not owned by package" - some rpmlint stuff/bin/sh/bin/shphp5-pear-mdb2php-pear-mdb2pear-mdb2lamb23 1489804428 2.5.0b52.5.0b52.5.0b5-10.12.5.0b52.5.0b52.5.0b52.5.0b5 php5-pear-MDB2CONTRIBUTORSLICENSEMAINTAINERSREADMESTATUSTODOdatatypes.htmlexamplesexample.phpexample_php5.phpmetapear_test_db.schemaMDB2DriverDatatypeFunctionManagerNativeReversetestMDB2testsNonstandardStandardMDB2.xml/usr/share/doc/packages//usr/share/doc/packages/php5-pear-MDB2//usr/share/doc/packages/php5-pear-MDB2/examples//usr/share/php5/PEAR//usr/share/php5/PEAR/MDB2//usr/share/php5/PEAR/MDB2/Driver//usr/share/php5/PEAR/test//usr/share/php5/PEAR/test/MDB2//usr/share/php5/PEAR/test/MDB2/tests//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/3afe114b7f397576bffa09eefd283aae-php5-pear-MDB2cpiolzma5noarch-suse-linuxdirectoryASCII textHTML document, ASCII text, with very long linesPHP script, ASCII textXML document text(bW`in*-v?] crt:bLLD ͸6I~tߏuIŤFITRngO`3Ev٫rEv ܭNpN7:>OsK)&'H"bkkjv9-3WQ5Prtfi3ϗv+~mj|ŠwLVO!V_Bd^pFc0$WN3Bc.wnL_fK?tMM@Me)aҢހ2 o"Urzfp2CgT7e=)T18%&' <&Ё{m^(X@V,=-ェ]k(<^y| L.7\5xK~BN" K Wj crn:lb"潟,4IbP/mC݌`k{aůǀ+^.IIqU1]FI% .i7U3a\lCڱc!ۯ"fYuGfb] }e$ľ.{t }fd/%&W *XE)n;W?:?"O/Zs$ g8٫.과qbr{Bl'l͢Z.4mH9 ( wBd%Tʹ \B!7.gVӸ ̱@tW&R~f1 ̸p n׼_5)FFd{h6*_h8V#߅Pbg #9s&|_ZmD)uvTƆr1eDcXKfp炌q]0oL$@(~#?;/5 D4Aȟae-* D7~ERP{ٞMQ/0&J GOIMlBd>åݺLwr &MeYGyZ_AYmH%gna' ҳLM^bb$Y9 ^D㵔B;b;Ջ;jG|&ņ6+)4dgcl'W&ߦuR- !>k$s-[οtMb412'=.`9gޑ$APv47 _hRu.sXKdUc;[|IUdzG} +R٬{a+̘ˈdZ_oC4x@5 &W@?SĒBhD# Ien9лTo(  BJ7< lR`U":z:~)t| sqV1eAlxaTȢ!<;nm^o'TPǏH-\}5ZA](C$e@BVJشft~6O`K?5\?yuW- gDBoT1pPوn7@vKy{d< ;HTQKք3M@PKi{KE!0 0e e i\EZ区dc.~ *PjUE[)d j V:ÐA??*h\q f&%_Lb:c-M8\N !]ͫ8:(M;Sm{b,6[q?SCALRB8x}6q+2O]/.7qxO$OP+ut3 ]kPKltS3=HS2 (C<i=!vXPCė 4o|/L+m~ ȦU +|%z,OG%1pѢؓ_f%!쉉E59ZaNxr;_ ǽsLbFA%B" iI;YHu~wξ18Lr -)SRn~%I[2|tm=vdA(|XvS)#6NH o,)oٵ]rPZwj5/O0ST!L"ݱ4b I_Ҿᵔ%f4#$ۅwVZzBX-v˭19_/(E#&J:^tE鬀 1)ѣ[KyI~p*fH;܆Fq8#^`,xU]:&;z{Ps_T 1@$YW8C1=(CL8.0dKwFpHXu#>p/ mpcMCWtyF۟MALSV?r@ޏ4E +5&w*^~Y_D#_9l rwց#D_KL߅(lTlAetM*2g)YNYs}88͡`&kw XHq#=FPga,%kS5F:q\?sIK4^ݷ[u_ـiX9v>Rȗ^SRWM4Бz"Fb!S%G Tg~軱TY!Jʂ&P KD9,:ƘeQF.O7ݘAL4nB,P (IԈL0BWbj#/Ic&>5ŀ? * fړřEO䢐zeQv*a'ic R)a1tiH*u)ZĈOHT)70'_?Y`łET,`n'mP3K@gH?$a}u=Cd(JXk}5G<hi mZu̒(@uR9;o//4ξ^ؿ-=.g\-j&!; +KXD')YY OCKT%#&QL/: )SLh~6~*uC۬0CGeR}<=zC՚gݔ3rt"j!$llن%WXyJfukw Ëώ&a $_M%]Lμ\Z#d̫؜V\g3(R3S2_uc>ADWα \s'=v,mk; > LZ/Qa(O:##NZ6KVkT\VH  &t FVa&r8S4Ҟ@ wP-6oc5!u XW/V'A zMo#P3Xö?!orAJ|?;|rObr' @"b8 M:ߡFGCGa];%\=P­KM{Q^M5B>[ <iޕҤ,Tւ́h&Uz7-#Ȏ@6 wHjmpS] K7^6-Sx)YXWFZ"rD,`=ȓE1es_>,Ȁ{mfZnғ &^K$i4$ɺ-c$@qk9ʪd.! l°ՠw۟=ۢ} H,6\Լ09\ﶒ:4"9qi[7j;22GsJ0\NHZ ΏzUIDGF$9"Cfc%s! { kNHIj@+b䷢W\#b_]icΖ[ֽ>IkM[0 G5{mlHu^Zj~ $ ڕ b[zXYi\9jAhEB͚%eF@}Hm>5[?20#쳶G ƴ_: 7#}+N:K@R%/g-$a=oHk&.n{8?+TcEz5U7c \E.XN`^ S`9G\: :+2}F̈́yQ3bj3Y@q~vc~JTTR)Z @"r =Z{E5z,r]zWt3 Oޘ"zኲ R8yp: !ȇZ/:.'j-NcpjGwMrY\r v؉x'P',LD\Mp UX fĺѯyA(Sm\xNU|gI~`q"|?D`VGKQ%LC\aQ T+aޚ'U j 0[GuW ]n>)N Nbo"RM f`M== {'cƨ"]vIGj;]u;|AFᶵ} 䦎ɮ?ԤvUVRKtt9swg"-*1(|=Sy*7bĘ+{ f:p>FHmtCuLj=߈' U+ U<27H,G_I9\Fs­t,Tmzy[[za#^=g0):f#5zdRrE| *QGЌʃ=/ :-V5}FbE Ֆ˔6;rmHR7uz0 P:v88V1 x i)2f?A 1yGFpK$V!.Q i|$9kouBF_BIr>[Gয়5Yƾ] F^S!m '-))/ǵ2X6c5 ÿZ7$3k^URŸKg*cކSwsGѠ@e)q&kLW52>Zq~çMe'i-z@5:Infh5ۂ,k W{ԗx[^r[]"}P߸7WrCjO) o$+HAzvnO@E#`$Z|-k544eB1^־J)yuet@28]faioAi G tDނV] rb! ׯx)bVa;ɺ-v} \B1A}l&OTcQ@©4Cq^/""\%A6h䄩ݩ=@M/kO J_ԆMFԅѤ)Oѓ`A^>B۳"?(P7sj^qt@(:Rcޜe(o\F"0T|"bdSU~"2GIBAxUݹ, 50RL/[ѥ^9geP_'W9*?+H-o!\#ն?6Z#&9epCr贬#Ͷ4SPU^ip@a8{z@e,V)JY;`fO9UXhC}GYqOh9eݘ6 |Ҧe@2j'P RXg#rY5k؆:pZ;+~s\zkc~r "Xv豢dIT7]:6nXAx%=,SwfN=0Jr\]L!%?GZ*TJä QXFCʌ^0(UΛwN iDrCAs('\Ġ$T[uhCٹ4azCXa;Qt6/Y՝sJ.>wp?6薣l$s]"X7S Q=PˉCO#~ŗkov uGs*v[}bUdtV#Y){^P6GL[.-V_3Sތ'!LT]Ql}EQ8ކ8|w`(Yi~7`]c܋"A<䐄g:as^x=p\ M&0 H4/?"_s8 :lp"(CGwe80{/q6zgr[1Kg$h\+u*ܑM,k34Ѻ#2„KpJjDCf~ƏmבZ"fv;f5{ ;fu@7έY7aB<*뼞W糪_tgHHKj2tGnA T䰅)>8lZat& U׍U?rq=BKY'Օ/VCֿ4쯝doBq1䏙!|J.|o弰z"]y"+¢3y޾NHXY&8}_w]**\ΤPξgeü|M~OSiy4ojkȚt(j8DPtH(m_: }C`*ZFnSG w VY$@o+B &C =k. #U,;sV8` LFЫ3A ,bѠFBj'C(oQ *TNr-򓀧`[Pʥ_Lk_"k\iF*剄u)Ãf˺ [}̖$oSoЁB5a[ڶY1>սbGLTfcWS [}g+ =ݔ+ `\&h׊CwBi?o a*ee}iOvkpsMA҄vs@!uR(I4}tb;Zɜf7e)eUߣmt0I]IUY!A AНFҙ]Px#Dk 6亮 \qۼ]"]0 ԒH6DNSh7s;gD ^&݁8thkLvrx[n[#qP-iFƠ'2=h6'Ң$΅KK3Z60>`9U5r컪 <'Ojk|eO ,E]0.GozL*8v5}j/ހ8Rț2&eTxP|ik%85ڃN߱e 4$(ىKA%O JAu9K9\\tZFC#٣3bU*8|#z])UQ9;sTCpWH3/,jB$ьQ/yٚ,N^G9o~D2\%ָ=Kzvر ĦQ$c{ggaxOQy_V\4q҃̑iiȘMO  B/d)M,c|f# /^"pm{EMNR`y . _W%.u3 PϘE?/jSa9 hwCeƍƓmq]֋:`]xQq ( DLo ̻:]\!j:B[A'phb߼59v!u|]daGjc:34W;˦zek g]V/ fK\,{ـ{j+níCtby?c,Sdwi~:jAbKk"?u1oo#g uIiW8c1kr())Q!i2L5jl )_L",qlVhPyZsEվHOHOjUE J^Q:rR=jX%"G/1i !DSHf󕳤ݐP+U.D^ٌ ~8({~?}?K>A+棈/}E9/֎AqeynoHlCr}VѮEc%޷MQTGy,۬no܍d1bl?&BV1h r hn3 \iv 2pS= 8oJ!:䓐]aOJ|yhJȱ77Z/XΟ$'S{OG |iTˈl9mMrZ b!Q  3(K)KYxcB"* OUыC lٽ'|5'l"d 5<G-|_?O&o q!Np 8T'-y2'bNؔZ'Rl6ɏx#gb 5 W9Ύ qcO (H_=2 |Wju ڎeױf,5W.yY|{*񒡆9{qV;j/ .5f=Q^oPb2D55JIdXSfiێRpȦX3$ fg Z vV @{n Mxx CQڄop?["<O"NU:K_(|69qDP49wU+j]}w^1_2ÝbIzgpRh&@ɧݕx_x/mT?s #>6 ,EY \|Fm$Spʿ~b)ho󊮽}-WY9/}|w-N^2MFN2'>Ul<7?% a^]ٛ禹\U栉ŏ.?؉8GAꀢ[b;0GG!<jucO G''iEk8Dm5F/5m/KvJ+U\8 3 a0KBƵj@C9*W?^> Y1x[Ue \Ne#pyʹuYo&үi=NY?soPJ&/^p('9}iY~mph's!Z`^8zEt|kzC?⠢DNgDXH=%TJaoƛu<7h4˒BrŀB. NL31wQ%)0Kq%UcII",Hpm#{j*TG&)917d4s$cw:+]nmD8n! k2/ol̖1K(}w|کıGR\Hꎺu|$<(?.ѩnˠl /50ÄzϔxEkB%nɭC,rkz'RWH^93Ufv ܮhc-XJsólqI #*S֨̚D py'ṯspi| #OJ=y2߀,EExڨ,fL{/(Brf*e]}[W&-oqpCPǃv21yP<ʓqʸ+ɏ&G)npvUM&;. ^+մʠis$%;u6.c-N/dnPfGLңz1gv;dIYQ|+ʥ壍,1wS8g/T2iS؉7<" #@[G"9>u)ߍXCN'y %&|Xt~W_YQ>"TU.5PbZ.- ͫ;]]Ќl^` 611޳2zaJf0_-T"^5Iϐ NL5Uj< B<`|5B|>RX>EW;aXV,D EV'7_S†jîW@KU(s(HhM]%MFy,[tizHi)dh i^ Zv)*1Ib 62D*T^n3wn0Y~!Y¬3.h7!X'ĕtFkrQKcp*5Lf SutDNWenԦ#Ue8-ʔ1FQ \LmN6<{`v7111s`m%s͐~x\$s64#\Ѷ6xs%m_-S2~=[ϵqfxÏsp*" i 0G_nu(/ʘa5KgkhB^9XUN=-vS3,b05QdP}toPؔh"Ƌ%>m~W,i,C3ԐO c4Re&E>di@%OD5%(;vR$֗YCi$YBVhJ~XmЍPzAYB~=9_ H DWH*8+@0`ahZU &lw\F=u>PdF\M.~k*j--WDkFB韏Vo\ܲJ*ٽ_561ip }7k"A?2C۱ϜCoCC4Í+*1*I*"y[2cX+z7!Gm9dGqrH!lN,3d0w[G#JZWzqٺ],03gtu>bLPmU i7V*@nmw>&j1P_6'yHRn"Zf+E='YĹ-!3J%r9cTͲ.F!@ntu/jY<+H9[FDV\3 9̸5ٕ:db״r]#܃|).d\7VMNs{^h-3<5E-GؒpvVvf1 ,/ MO4~0ʬ2y` vn$Ɇ:S׀`fZJsaznt+OOŹ1EӸl~_ED̫{uL$ w +)CO<u"Եd8L)"(Ko nit&5 e`h݆m܂MMHrTT6mʣn gh7rq\Zwf]J;3s1qe>i}Zj5{|14X~YFc^AtbCuҸ=d 2knpN,>U1{*^^;^pz&d[{`z)K01`.5rӕ HL h}!C `j0+ Ii568.K=M!]'EVL8ƘY2vk2BMb+AQeMyXwՄ7Lg DP/33Pwt) o{ T3">JXgbpe|u2;ƀP_{{_^NM+Іv mw+a2y#iLAkQ ~&A=1 }gj=a> 쨒+clŸ CS{5H[P幛^}x :b#ڥlc32J(oNRKˉD/I3fc*2YC'<8;oy?J4ǒ Q(mQeqN(֩rѯMr[x0K+b! QvUU`|ͫ*<#lQnAEC. ]xcDA`nY&pHB0b`M5 Uf"8ePhMk-mfz M]CTzSށ9VqfaKӌv ܥTO!oDf2]04A zz\y'DBjIJ5`)?H*pܧgs"//+C~ж [; 8CW=_D\Cr9EvJS o v'UX֥4yiyA?"1wJ4I_ N&_{?1X3y8 ޒ l ;{[~ॺ/֗/HBf^:C>;fbo꠻ #7nۋP"ruO\_(ظ[qX-!O.a݈ɥCYL%fw| _c3EĠ4YqejϼhXɾD}y`ק!r 4=~r^iUms>6;׃Q!MLI^!\wWj ɯ1cr~"vN`uU4if>-!~+ K<,{P;c3cN;R#{m=q]>)=0t}e37@RariCA8_aMz0^ebo&==C5Qf"`;p0%,Lܷ<15wcec xL.Df=q2Q~9^(m:,]<#Rv~A$]^YYnDw;3vcy~$Isь[GW(N *6?em׍UY?3jmQFarҥ .?n*. 3rP:?2ʢBU`<5y-0d(JZ % ﺀٙC>%y}5@eB'F}4CɋӞ S=+N'|y-NQ^8^SCp3tIx-3L`KF/wF{=-.0 5(BConE :ͲAB8`Y!,]ԅ%v晴Y$0?&Nr+*>sɭ z I>;k_~t IA,vwSǧ1y6&9%c5hyZT2? X%T e5*9A|eyts]g<}.=[m6&PHV7K]䀕Ç V@/wk!c}wtA(f@«r6XB/Ǭ3E}4}}U@<.zİA~Z^dDeLʡ]_*7$AS=_.`E"YOr ZbjiJ~W*,XC*?uz{qMDۭ_ NpQ q? ojRnQF8ڢYj v!=cuuGIA/_H&qDPTL0-I7՛꣣䛥xbo v P5}ewg 0XTB"HDA GP Ov{`\OzFfSƿh%#/6Q}YsͶm-5mZ,FbP; {`?<T}x/;Ġw(#E+__֢P 1j,xd J*Ƈ|W --*&Ѽ$SlsF@͏@G%oS_hmHk6HD1&w @c.A Md6r[z 0[^,Iτj ]+;Lߪe)Ubwe rΎ"7ŁRiA'mMi#&X}-XV;櫏0whV*}&B[4)"u&"*.yexڽ[rѩ& E3<ƣ' 4B@h)@Ry4QDsoh$1([W=M |ɴ҃[܋h0hZ]Fyl!4m5uYV{jo8|8XVomqk_ߑs[8XBEC=֝%mdh08:fkhwopZ6wb=eXƟ/>qFنIuKh4E5{MlP~x]\C `HnƖt H9[oRd# &~/*[H+0#yc]]ۖj1h p8%SsDgJ'?ڜHAV{Ss6=N TȦ8XkCut z ?/ $lp Rdbs"ڴeϏ@$˻o$FQѰo/+&?J9a\M&/|FwSmhIԎUAO+Fu-[=kRyr?dvBAmpߍi| a׏9se *hM4YOM.![@*B{@MgЋ9^Q_M Kc.Ip=u|ܷ4F?ΒQI]^zg `m^Vp fssT9 ļ5oO/JRkx ~ xt\> ٌ3 4n^9T(V*@ߐ%Ea 8!z'm4"7u}z۫XhޕcG5XQ_ѺqVB%^9H<ӘFgU)!P۱u/L*pT`)[0+#c*I0O{p)  HfΙBh-&]ȷA8 ,Or lsK ??5d^rU]k8DڑPϯ6 f5J$BhAY V >lj94^07)y;y/:s ~y\I`w \58=A;q;S8'_S[PjJ#'F[YU{Ib>+ޯ ʈ c*]q__p맸~('M{cQG|icszKTjՉuE{ kN{ QK3StI Fk.fMeD#vpBڠJ%F׶1! RAe^\ ,+g>"  j.şWU zCEܘjSwk\%[,Ch ק=HqA6Ub#'yD \_1|c@kwl[ lmxK}V%h0 "͸BDg.&#L,vƢGf7p! PNͯ 4n?-š+:˔{MvCy[c6OD-:CED!(EvvuEqS&1KF.~{ʬR)ߝJ 6F>x ~SldhrdaWZZUȁcέIz{?7io҆ףmUWbUQL +ӌ2rg ^ Qq@[ WJfJ˂ۨb\^s#w{iJ93Ǻ>׽tUuJoV< C^m1 ?̷ ~yfX(5_χBړER&jIN㫥A'Lwu e^['-F\u>OLQj?,J$O^Mx?x!zo)Yf 1IC^W;b0(L`0 5M+vlO /2`gd.͇>PVl{' #rFfcUi ZE9+SoF\#+_oMh0Rwkz\Jl~{Iq; ,b'96`QsDϢR[Q r¦6]܆!|dũrjOŌ]ݫB7%w$ZZ?ڹi6BX,vYܝ[ݠ*BO #(G&|J0k%T#gsz[ݹcDۮosOh~M1/nՃyГZ}p쒣2P !R- ;WNr{ XK\bv\bhnxuS?mf% }d^z{qb^F h֭A,*Q*>NQ PƩ[Ѫ$vo"nXC-T+b:p|ͅiu (J) b:Os->+wc7Tx3 ~z,fAy4\,0e QJO$y jHtᶦ#ֆG(YywTʑUtՉ4KA9 ȊS>?b0]섩5GYOH/&a QH|BUun@gJLͦf3ɝG iLR'Oș,j׎dղ|GqE?_u/k4'HUʟ6uS5Y9) LAZr ͎:ll: Mp+c*,=P(>ccm07:7!%M*]q wT^P`Zg%Z""!v)mJҳ$Vi mzUc_xKcUaoM]Zs";V9T ,[ =T=:'w NL(٤Wj9XX3HӜsOw*e/T%C"+`GTZ<{Y{|;7lr.'hN ?eڪ'Ţ.ұZ(:U_(8o=N{#\y7*‹ً<LT \#`S fXxXh4_x_KbL+{+uj#BiP;*\ovvnm0ژo=% [ -md`\Y`} 9n:RR1hVCIݩp59s*z[.`VT\A֡(h[S3&jJ[[⪅a=Wc/OV^d}ἴ{`Xqxl ?#)'"rh YKЎu}sO|DCɂ6Gm( OJ탃OLRĔD[Ufl8fhbXU~vp;Ac %KV!% @PwSdx-r ">YqWLU' o'aKUfY}xaol9[%0 ӹmXgef]~gݟ7q~⃒V-0utpQ}A^̪qӿe $ӻ)Ih¦sC:lL=5pU?ƻ`їg=w U+aZbqYۦ=#7l׾q}g[vFf/>稯^%  DX˧Xq^NNP_)d 0n:4اHiQS^MLrՎ,w(R ʨ)1I-:G[J@v.erbПSJ+r@Ju86y[8Ue96 hOm:=2x=M/˻+U0~y,b3?T}?JMUZǔk/pM| dA!L/ZJS\ʇB2 U4]I+Li6 U.ǨwU.znE=s4A?buQp+ r u%S 4-c(ޓ=O׹\H2=-QtʐjR鰐Ԏ1HQ~ZLV< tG9=4:7xϡvc+:l!qvO/Q$.IM@nKQnv!E.X ؉G+M}q)_\TEKI9B$Wtl]B Ҙ2+= d3QUʵz]{s_i-TtJTSׁdPËuV&_^]9k<+\+  :cO#km\+W9h2u$ h ڛD/w7~ gcʶӻ9!Mo7;NZt` {r_KnK@s> g{CCH'Hn#T\h[j;a yqX{n}!lQ3􈢉6h?HW/fƞ̛#NERM qѼkuF]+͟#\4J)/KrEz7swb!T5"NvE'a$w݁6 &^潔:5#xAAwA[ݼ}C%5h`<µWs4޿ΏÒ[#ƒU6h?(9TBY3HGv2y^cL \F8 /}OEoRu |)P-cv@ zztX1K^yY6题AWu DbN2q,xc'N?/VXQgMu3ҕ"B&ȆGW.X%#l5m*G|u݁~~Omv8Kt*Ҍ#0o%cAT"slc1 Y5Ge~3lP-$J5tڋ0F >|s$@V _%x%z)u2ϕfo;eSBq7W_>pzZ֠N0ftwj5Rf$Vͯ)ʗ9:;o | G؋Prnzݧ_ y]Qu^Kl=&МJ(?GSB !% QDc >~{ҕFS_, 9O{zRU26nOv )v0J"y9 'IkAPi3ʹB=-Yy~G30 2ƍg r,7{bZ^X\\{Z q52L1/~ le85FaѢHAO'zveoyOUlYm?f_k;eJi ezJdCNj]~2# ʋAU"2h!ᏒDW2Q˽+QFt8eGk9@59C)~ Gޣ⪯k].}'w OGf3 N7m+ňG̴ kV7@ `_"-OQ8kp7F}#yG8VPP)PךH@ SHnZJ1;{ih0 WG+wH$! ?kfQ*!G696iфQc(:z\,w5 !ZqMӃ`ϙgj}Hω@ %Zey]qBo KdyQ_ $hWޞb<[j>a05]kEԃmăh*4opla"ۼD$d nV-(\WX^{Qs[nˆ=/##[v\)9F$TИ>2Ǚj# =Edf!hGF1W涴IظtJ-ׂbn)5Z^ Ǜp@ 7:/E ̽ICŘ_*(U\ ХkzU~Dzw˹:1v|VhƷ 2O1+_[#¸amWD|f Z'[@Bz}أLkDw<{m^o;:`SJyf&3A00_U,*7-?cemNҖ_m}a-<)G=ol*JyÂT֯wl`2?=۾ ξ0C!l4~[;%0yUoC Y'~9|on-nf]i2[dj]7}WA@wהdSVIJL 9fki#NI=hV/d=n+i@2\όZۀ vQbGEY3Ѫ|y1B !Q-zUh&bqڴDŽH8W~zsggL\$GLQq:b}!dN6uO=;.wØc9 W&o.!Ĕ["O4|kBymIgLt O돋kS4 5wqEJ`ZDlNXe[+uS@dX0UyHۊ"0U G+mh]$7PK..QL@N mJ{:٨u~TpW@ GZ& )CّVy<d/{ f@3]8L QS`8'C:Xr\oEɖC&4>G6 T k*̾"EϜEP޳󚳭dne6\ߏydž'&j\^*dTxuÍ+Ѻ~GFhMiNMB9xvY/ +%b,u_#Ǒ?Q& O;A_Epul9!7(z嵩P^|L$*qY;|g4ƌ&^[R8x 7nZꮑ$&і~+u8puz-;ޞ42 3IO geBUfڲ&+T,*$gBPjC9