sqlite3-3.6.4-1.8>t  DH`pI6 /=„h/|ڝO[|{FZ@$ *Yi&B{1qp;@i hf&AٵxE;E3zx##,!ҟ{6-Ds瑵3K|2$l>79dk ?GTSYbh=-LUě".2i Қ( ܜPp[A킵-*ss"R'*1ŵed9-r.m:ՊB(o881121274dfb03d5775c5809048c6fe0cff56468~?I6 /=„DFf6]̭A cCJТ!ݑZo AxƋA*d`Xit<JHݩ9E(ڛBogn3zq <}Dg<2XXJ+Y D&A]Zp('h +$;`]|OyzoAkɲH|ss#:>* Zψ\{w*ZNV-`ZFkhQA ćZ`U2H^)0+&`>93l?3\d   3TX`dr{     J LT^h(#8,!9!:!B1F1G1H2I2 X2Y2Z2([2,\24]2<^2Qb2pc2d3+e30f35k37l3<z3LCsqlite33.6.41.8Embeddable SQL Database EngineSQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. SQLite is not a client library used to connect to a big database server. SQLite is a server and the SQLite library reads and writes directly to and from the database files on disk. SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins. Authors: -------- D. Richard Hipp I6 build16openSUSE 11.1openSUSEPublic Domain, Freewarehttp://bugs.opensuse.orgProductivity/Databases/Servershttp://www.sqlite.org/linuxi586 P큤I6 I6 81bf631cc9ab1e5a8cecd18e62fe76332800460c9e71ebadb93914e0ba809354rootrootrootrootsqlite3-3.6.4-1.8.src.rpmsqlitesqlite3JJJ@@@@@@@@@Jlibsqlite3-0rpmlib(VersionedDependencies)rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libpthread.so.0libreadline.so.5libsqlite3.so.0rpmlib(PayloadIsLzma)3.6.43.0.3-14.0-13.0.4-14.4.2-14.4.2.3IHHǶH@H"@H!H H@HjG@G@GGGg@GO@G/GJFGF @FF1F'YF#e@Eّ@EVEmE@EE&EEO#E3t@DC@max@suse.demax@suse.demax@suse.demax@suse.demax@suse.decoolo@suse.decthiel@suse.demax@suse.decoolo@suse.demax@suse.dero@suse.demax@suse.delrupp@suse.deadrian@suse.deadrian@suse.deadrian@suse.desbrabec@suse.czadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.dedmueller@suse.dedmacvicar@suse.demax@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.deadrian@suse.de- Update to version 3.6.4: * Fixes a missing symbol with the Tcl binding. * Added the sqlite3_stmt_status() interface for performance monitoring. * Added the TRUNCATE option to PRAGMA journal_mode * Performance enhancements to tree balancing logic in the B-Tree layer. * Added the source code and documentation for the genfkey program for automatically generating triggers to enforce foreign key constraints. * The SQL language documentation is converted to use syntax diagrams instead of BNF. * Other minor bug fixes- Bugfix-Release 3.6.3: * Fix for a bug in the SELECT DISTINCT logic that was introduced by the prior versoin. * Other minor bug fixes.- Update to version 3.6.2. - This version contains rewrites of the page-cache subsystem and the procedures for matching identifiers to table columns in SQL statements. These changes are designed to better modularize the code and make it more maintainable and reliable moving forward. Nearly 5000 non-comment lines of core code (about 11.3%) have changed from the previous release. Nevertheless, there should be no application-visible changes, other than bug fixes.- Update to version 3.6.0: * Modifications to the virtual file system interface to support a wider range of embedded systems. See 35to36.html for additional information. *** Potentially incompatible change *** * The handling of IN and NOT IN operators that contain a NULL on their right-hand side expression is brought into compliance with the SQL standard and with other SQL database engines. This is a bug fix, but as it has the potential to break legacy applications that depend on the older buggy behavior, we mark that as a * ** Potentially incompatible change *** * The result column names generated for compound subqueries have been simplified to show only the name of the column of the original table and omit the table name. This makes SQLite operate more like other SQL database engines. * Added the sqlite3_config() interface for doing run-time configuration of the entire SQLite library. * Added the sqlite3_status() interface used for querying run-time status information about the overall SQLite library and its subsystems. * Added the sqlite3_initialize() and sqlite3_shutdown() interfaces. * The SQLITE_OPEN_NOMUTEX option was added to sqlite3_open_v2(). * Added the PRAGMA page_count command. * Added the sqlite3_next_stmt() interface. * Added a new R*Tree virtual table - Link libtclsqlite against the Tcl stubs library, so that it can be used from tclkit.- Actually apply sqlite-strcasecmp.patch to fix the Tcl extension. - Link the Tcl extension dynamically.- provide sqlite-- obsolete sqlite- via baselibs.conf- Avoid an unresolved symbol in the Tcl extension (sqlite-strcasecmp.patch). - Use upstream fixes for test failures caused by Tcl 8.5- disable the test suite, it adds 5 hours to the build time- update to version 3.5.7. Changes include: * Fix a bug in the register allocation for compound selects. * Do not apply the flattening optimization if the outer query is an aggregate and the inner query contains ORDER BY. * Accept "Z" as the zulu timezone at the end of date strings. * Fix a bug in the LIKE optimizer that occurs when the last character before the first wildcard is an upper-case "Z" * Added the "bitvec" object for keeping track of which pages have been journalled. Improves speed and reduces memory consumption, especially for large database files. * Add the new sqlite3_result_error_code() API. * Convert the underlying virtual machine to be a register-based machine rather than a stack-based machine. The only user-visible change is in the output of EXPLAIN. - Fix build for Tcl 8.5. - Don't --enable-releasemode anymore, because it recently started putting the package version into the library name (libsqlite3-3.5.7.so.0.8.6)- added baselibs.conf file to build xxbit packages for multilib support- Fixed the tcl subpackage and adapted it to the new Tcl file system layout.- split of libsqlite3-0 package (Shared Library Packaging Policy) - rename sqlite to sqlite3- update to version 3.5.4 From official changelog: * Fix a critical bug in UPDATE or DELETE that occurs when an OR REPLACE clause or a trigger causes rows in the same table to be deleted as side effects. (See ticket #2832.) The most likely result of this bug is a segmentation fault, though database corruption is a possibility. * Bring the processing of ORDER BY into compliance with the SQL standard for case where a result alias and a table column name are in conflict. Correct behavior is to prefer the result alias. Older versions of SQLite incorrectly picked the table column. (See ticket #2822.) * The VACUUM command preserves the setting of the legacy_file_format pragma. (Ticket #2804.) * Productize and officially support the group_concat() SQL function. * Better optimization of some IN operator expressions. * Add the ability to change the auto_vacuum status of a database by setting the auto_vaccum pragma and VACUUMing the database. * Prefix search in FTS3 is much more efficient. * Relax the SQL statement length restriction in the CLI so that the ".dump" output of databases with very large BLOBs and strings can be played back to recreate the database. * Other small bug fixes and optimizations.- update to version 3.5.3 * documentation has been removed from tar ball. From official changelog: * Fix a long-standing bug in INSERT INTO ... SELECT ... statements where the SELECT is compound. * Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. * Fixed the operator precedence for the ~ operator. * Allow collating sequence names to be quoted. * Modify the TCL interface to use sqlite3_prepare_v2(). * Fix multiple bugs that can occur following a malloc() failure. * sqlite3_step() returns SQLITE_MISUSE instead of crashing when called with a NULL parameter. * FTS3 now uses the SQLite memory allocator exclusively. The FTS3 amalgamation can now be appended to the SQLite amalgamation to generate a super-amalgamation containing both. * The DISTINCT keyword now will sometimes use an INDEX if an appropriate index is available and the optimizer thinks its use might be advantageous.- update to version 3.5.2 From the official changelog: * The OS interface layer and the memory allocation subsystems in SQLite have been reimplemented. The published API is largely unchanged but the (unpublished) OS interface has been modified extensively. Applications that implement their own OS interface will require modification. * This is a large change. Approximately 10% of the source code was modified. * Fix a long-standing bug that might cause database corruption if a disk-full error occurs in the middle of a transaction and that transaction is not rolled back.- Build with column metadata support, as required by libgda.- call %post/%pre ldconfig again (#298292)- update to version 3.4.1 * Bugfix release to solve database corruption * remove static fts2 plugin patch, it is broken and get not used * Changelog from the release: - Fix a bug in VACUUM that can lead to database corruption if two processes are connected to the database at the same time and one VACUUMs then the other then modifies the database. - The expression "+column" is now considered the same as "column" when computing the collating sequence to use on the expression. - In the TCL language interface, "@variable" instead of "$variable" always binds as a blob. - Added PRAGMA freelist_count for determining the current size of the freelist. - The PRAGMA auto_vacuum=incremental setting is now persistent. - Add FD_CLOEXEC to all open files under unix. - Fix a bug in the min()/max() optimization when applied to descending indices. - Make sure the TCL language interface works correctly with 64-bit integers on 64-bit machines. - Allow the value -9223372036854775808 as an integer literal in SQL statements. - Add the capability of "hidden" columns in virtual tables. - Use the macro SQLITE_PRIVATE (defaulting to "static") on all internal functions in the amalgamation. - Add pluggable tokenizers and ICU tokenization support to FTS2 - Other minor bug fixes and documentation enhancements- update to version 3.4.0 WARNING: this version might cause incompatibilities due to new limits. These limits could be raised again, if we run in trouble, but let's follow upstream for now. * Two important bugfixes for database corruption. * New features like incremental BLOB I/O and incremental vacuum- update to version 3.3.17 * bug fix in forwards-compatibility logic of SQLite- update to version 3.3.16 * speed improvements were not enabled in .15 by accident- update to version 3.3.15 * speed improvements * new exclusive locking mode - switch to -O3 now - general spec file clean up- update to version 3.3.13 from the changelog: * Add a "fragmentation" measurement in the output of sqlite3_analyzer. * Add the COLLATE operator used to explicitly set the collating sequence used by an expression. This feature is considered experimental pending additional testing. * Allow up to 64 tables in a join - the old limit was 32. * Added two new experimental functions: randomBlob() and hex(). Their intended use is to facilitate generating UUIDs. * Fix a problem where PRAGMA count_changes was causing incorrect results for updates on tables with triggers * Fix a bug in the ORDER BY clause optimizer for joins where the left-most table in the join is constrained by a UNIQUE index. * Fixed a bug in the "copy" method of the TCL interface. * Bug fixes in fts1 and fts2 modules.- fix library dependencies after loadable extensions were enabled- Enable support for loadable extensions- Enable the fts1 and fts2 modules and link them in statically.- update to version 3.3.12 * further bugfixes, esp. for bugs introduced in 3.3.9- update to version 3.3.10 * pure bug fix release- update to version 3.3.9 * fixes database corruption "under obscure and difficult to reproduce circumstances". * new sqlite3_prepare v2() api (new header file)- fix permissions of installed man page- update to version 3.3.8 * full-text search using the FTS1 module * minor bufixes - two testcases got disabled, because they fail. We need to review the reason for that before shipping this package, but this package builds again at least.- update to version 3.3.7 * support for loadable extensions and virtual tables * minor bugfixessqlitebuild16 1228284053gx3.6.43.6.4-1.83.6.4sqlite3sqlite3.1.gz/usr/bin//usr/share/man/man1/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gsrcrep:d7ccd021fafe7c18eaf5a2a53c3d5e22-sqlite3cpiolzma2i586i586-suse-linux$"8? #a2?p] b2sl\ޣX/nټTM)p=QBo6ҫm?LR5KDZ|G(WgԑTKkj,*pϠ>^P#3[/3D5YU\ (! s[ # TA1Qc\צ ϣ^<ԝ}2/YXަsj9v$ Dp8cmbkšVRTu2cj̻xv16Q':B `pRu% Ōsԣ‰l& 1!Tɚr$E"G`?6) H% yPN-UdsWt8KO{ " *KWy;': cH\N='܌CfG NWn"7&YnM U\ħ.B{ުEԬ=JpxL}PnKıt:6'}H;jruTe~ ZhZ˕JAO^IGHQ<(JT UpIqƅ_xԩ vlӄU)i[ NwD\ޕstW1e$sHdjm5r SqxKEo5\È`hO;@vf{-3xOiU& $x\hMm0)+BQNILP$KS"D `dXx3BѢ+YKds[Ӭ3F8J%g赦`@I7$7Un/~o,}/9%7iÐˀ K2&ZnJY޺~fl9a9\MWg>e|ё n7Г&X O^i9Ug:`ʅT( uRqB}R),1uprL33BPؿ~%%>:|h ;YYLua1 #**75MeIPh86k<"~B*O¤=XgS*̻`U&\4*@v)Ct@2pZMa.yM%{uD`D*۟<kc/ON/39z#d+bl֙`* Z耴|O <0_p>N1R- +Xös@T5ETA8!Tގy6F xK3$$ gbbCECZm6rc=CKC4ĚԜ-(ʬ?j)r #y{|E=5B[d-:t@pߵ!koI{B9k=q`kBəgZ[ڇ_Tqv %"u ]]##q6k^ŢN@]A@QUၠX܊OSƀMx@_B ۵f0r% ǘG+5Pj)dt* <˾@껢t8$zǏn}\DMі#QUe4wlDt@)O(*iZcqyʓM&ޜ~0ބ{:mق }@9\<v.JpS `AOSX*42 v pƌ3Rq9pr-''D| V`Ņuσ _$yJ=D?Ѵ=`;ZX+_ u,}f=S FvhH&zW)| 8ʱ8є2퉕 g;?Attlq')q6|kIhNPe@Atmc&CYL1iǮiS%B `[btpXUq&-],dcc_FހcEOnUE+ {6Y; L-]RvnG1 (=x,!Oy2 j#vJ2:CpV@V,AQмs ٹ ;tq[Gu~~͇fyeJؕ]uKWKpJ|ߨ%@HX@\L~8hrB-)8/.ぷdl+Sq̩(iY"31, ND%_)|3F ʺJ]xȉz*l@cJͦՑ~M%Ԑ&vnwpeWUЫRde}dYؐ;64H)Wn7owcW̓w+H}s3ܯ(Vne)6lVͰ9{y/ mvY`T,XO= +'P}m:VRvj!X$CƳ7(6&(\NGh3_4MA[Vf3‘V&V҃D.#rOSqr$e[trRT^+!Q*yAuyFjNcyz?5qb{#%-0g_|xOx~橛&?g> MT>3KӼd]scr7Rl2l!0XE ~|r> $f@==jj唭`N=)Ns鰢nF2o~-$r`(5X덟TwJ5]< +OizԸ15WEiaZقtfk=~ɂ~&2%uxڧW/c$<Jߧ[޺U:M lq ![Vl'X?;rhB(d@br!I5<rNվӠپF=>楱(\S"WU%-h %?D!׈Rpuf~tӚBJ nsS,}x]85'EuwDAU!Yz.qُbm ؙXhzo ?3þw b]FG}ߟ?N Ӄbs:Vo-W{2n-G?J =n-Qn3w[m]_&JэNC`'=_#k,6m*ŻU"=0_٪PRO09UQQen`u~NPP¹,:GFnQcYO sw:'c>TO".ܢ]mjwUulQw96 r̪vyK/yJ uʴDGn&G˜Q&%H_՞:V9|&jZcƕ2+iN |[ C>'J~ c[6q|nIr MױMr+m+!}',on %(03ōn!I:cvO5ʥaNhrKuI4 ַ)Pϕd|O]` PJ sdj8{ Wf{rtDO3vqE Cdc&&@%ŌsCRiG7UM#~ d%Jygw[MJ(oJ JI16J1c1ZPU?Y1WaީJi供P gfG7_FEE )mbFk[.&ϪI&V=fKz>׋[vQ()ut}Y]t忤Ǜ*[=QΰMo\=ϖ)`\ڈkt&,)kJxnKkQK.*&A= aίN;Tm=ZdG$p8]4R~s4$?)+;TvR:@~̗_ a(//ВjVӥ gc"` Mc]H¥k y@A1%7To§zv^bIGQMul!VQ0Hw2;=XO I$T| =4sXYNw0"?BH|RTElulL^/d/H>|'ueTZa"wʖ1i^0VV[8(ݧVjzVxz߃w9 lQ}zl`ĩozD!=<% fpy >QPlZCMXKwsAV-tBKkT6R0dv`qj6ӝ^`dQT|*m: zi5aSԗ4"z9Q w|$W>v@$Fs0 bGWvP[a{l6`{2jgg$%*XDzSQh$Vv𶪲er=r&9y1Z]:d CSl ,Iׂ`%}Zej_n5-J3לL&cƏMD"SkARh ̍l #>E]Xe8D{,Js!.an*uWKuqXʁ:? $뻎oϬaZ형 5Y.گqB]"hE吻UٝAw)Q\N79=)buhᮑ"*!0F|/ܬ%g}J0$ôQ ; Itp`)܇¼y&ss/<8r %_>'RܙEG H o\ Oo≏cgX4n@KXzx 2$W6Bb9LG` s͂y/aއzZݾ: °uJTLm,iFa +ycxxr#hq874eK@}!_,i~A,:cBX&wF܍4k 4Kظ\DMʺ MkE^巟0m[ m1ߢګ%OpLj.>ήXmtJcgM74(U̓B ZtIk5P vrl!,v)O7ӱ̖ w'qd}OrgL!ώ w jOtb1՛*}&GaF|TH΍Տ̆+aG|C4zw|q^dP;MHQbba  x\m{J8 )M{]fF4pЧH o+u(|J(Da B\0 $w;EBgucv3Ю'{sQeb}DŽSNYnY_ ,`gq!&ӡ70 ?۟,Nb~y!^!gWQEGLY|4RicWtSbe1&ЛaǝFƌ8x$"f{Kk lr5L󟞮|fUyҬ%C[NEiQ>zcX6;sus8CQ0E?Y-Od9(AjIjmc~ǰzsZP$ok;[ڮ>`9,_:K2?Wnh(eH؋ f?)1[`y*2`M BJڨ3)G¥lUQw]Կc ߾ *VɤB_77qǻDJ052i.ƒǵ J.3YC e$@QҬcgUɕE@mB .]]SRUC? i_Eao'~? n 4 aC}b(j?v^0gPRuJB(h|jk߈$Yt;4T/\q+%W,aNu50?e|LzZպkW%55;"MtaO6!(12+m1ȿ~ *’HNm,_vRy cJj!C~]3T۫HYn)]ۆ }|, dj.M&x5'bzAJ*A-(ժAxS*ݚu}x%Y d^i@vŨ/h/yh5jTɂOS~ ZLngTS!umɢl} BگU슠yUzEvGr\ ȧUdYp!.3\[rO2mKj_t9g;y+c7X=S62S;gزWH g5b7p=FPjc׷;Trփ/j?9hƨi)U)@,S&qnj$ݞ\z_IԬF }rYg6! XU{3| owaKQ)TzyUh<2 x^`Fv7{O_Jq7Z E:(N3[7!a`HXcuf} +j @<$7T?~ՆnܟV{ʠ}tHH6rOw@pQю#l˥EG \oLuC<\CO]HAl~/ IOqE9g^C%mB[69 HFe-/UUmW)!ÕDJ[#Oo#G`IABff~;.+.)4_RoH!JtHf(C1VmO`]68X?V~魏Z=L Or :ͺC`ڤٞϡ,e@M4m xmCeGicU,J؂Jd$ǻ"+ JV_wk1 X dCp s7b lvqMw"ˣrtZ"֙nfVb*xxQBgN@wb'H~[YU{TBx@r̕,NOǞўpr' Uy,ksSh.7ƚ޹o=V2\}WpDǔW@5! LUᇡ'߃<#=uE.xL9ha +M&g-:% 4{d@%ƒuqʺFPH Ĝ6ՙU҃c˟ʏxQ5u^詒5jD:]:c(noM{`@f_w:fufi+ ?MUgĎ4Y.B u9uA>/saQ8@VBЋKT\cK /,(< 3:"Cn㥫)~Bo#rS&8Otc@kKB~d4q-҄$*)ieh_U4L6 ֟,]}$]q9YJ"|I- ҥ JEYy)ɻ{(#`]5Ϋ-b06~! /- ü8 /a/б);qbNWk#gq6$EҀEVxcI[d k#淡#e³Y&O_ŷ9!0vb@d,r2T;X#2 %Z-*VixD҄ۺ9A"ԍ(UItV䵮>%,.i=Qت9BF.*~ToƱY)K\|L"f&E T/xgUH1ʡUBWޱWj*wVfbE1xǃfw CmUdjL?5GOy.OȢ3vQO@+5{_WIWF68,*_%]YΒ' /0cjt{egp3h0}X[=_If,t+ض#1=ÁDn[Yu*z,eN.^W* X%F.gIaU~I5u^3zZ R^BƸ ?B܅%ZE#^afm zJ`֛1yagQt̴ +(7?[pOo6 y1U41> GIq | B5ӈV'XKd6)1 - c.3:QHDe~ /uD` $g/Q R!`IʣTl#: I=L{PH4C>QPŖkO7i&g; ef sh|UHJЮ8W62(#?]カV SxeMh?-lۉ@ʭaun`x@f߃-\f&倛@I:"#YK\}!ʩ0tu*ʴ3ʪ=׳y?h b[ie>_Tƣeç SYCyJS(z|WSEV gNZ@ 1ݛZɝrR~ٔ 5%F&q,8G0F['/U0[9J6-*Qqgq+Id9s:pq(hΊ.E=VǺQ/?(ac_sA8CJ3q0!_9r48$=q9bǓ0?38 { H,,ؚ\kC%%g e-1o ڀScH>޽0bg. :'_ɇ+MX˶ې,)j\Cb5Q/[`Ԑ^X.:Qގu:◵6O݆eFL`l؎pzމ35v-ld2g)6o~<^:pt$)o MD+,bIС=V53u waK{)Ogxㅼ9yʶ㄂wmEpB}H9ehpne¶C7ww(?v6μئ\cW A: aȣ]NNDAA-R5%s:Pl xä@zFɴ dOZCYTu^F.os<(c72G vh/]aKk8C}N:n(3!" &ya1m |Cmh.G~pPen]#7s h*ap*ڿ`tbR",jt]U$La89ff)S l>^Nqք싧{U^2fW$uKlx ^/#3Ī%+b~9tIwۉp3 Y4ir9iz.JSO6먕H-m69_?<xP 0On@Kyrcvt!TJ|ql?v~L-̓ U8ߎ)}Gj C]: 3d[Lik>Gץohaty"&7׮:gQYQwoJqE'wc2>U68zoz}\]MJ=1H4<[7#O??m/$Y_9_⬌ rpQ< &tӝ q<ctQk-a͆"T8yHP? wjhojڑ$$z*B㝯hklJut)zAXfS~/gLzS;TxɌ/G3=)ϦS dTo& _J<sP!'q $=y,΍?(ؑnL€V~Wq/'uqzz1>4yRH0\e{JQT#nhzW0E,Ǹ%KJ6QOo)/rފGmlD7u JͫLJ!׶y+{3֣BД"t皱 >48v.(ݵZAG)m}Aᰁ'FiVZ gBqe:ʗBQ DԮYp\E=@fERdwUnAT@lߘ,_(#Kc_`CSdr_b#m^x7|Il3QAn{EӲeKA1ܻ +g5N.kbN8)nLZSM\<H rt§W'4\oFSTށ.ę}檫9a0Pۧ-ㄯ3kP)B ߫'WB75YjIr3W/Twj_>.ʳ &]Qjp ܋ %3H̽% BPA64+ zN~лS]D_)9ttx)Eq䱜X%֮khbk&ˆ<7W4Jg$¶`o6 nY%uni"RUzJ\d.LB=vG @f3H{} A|֖#̀ x*RogKK@udݜB~ bD]E+4d[)dm "wW2- 12  H\Ys]wCT  +ΡAIÎM5RWKђl ="CSu۱2nmJ (-FQZQr1lY/{` aO06?tҳm.(jȣ2'h&i_윇<.K'^e6nlF#./SrqMՀ_a$r,jqW%1A?ᵏACtJaxxţTV.*eEjK'UHK`v_T.f"\Eqd{6+& +_2#7Pڟ; G%ix$6"VTs.cyW,D[솞FԘLPIl鵥~EHMwm5'ily+VsiDcQ b/!#Pk0nEڂʩ97x agBT2ĄO ʱaHjT\@ w&P>9DsbXEE S JPZraorj:IXWZ3'%E.cʕ,Q}.*dcr'w-.wwDUr x;~ P H%c6$3w"NΙ90 b#)] <ėm~/23bkqYõMNG24Dz I#C@ @ D{'uUlKXN=F S/ήP,eLJ ;<"ج™:z6ۿՎQL@#[Y7q1CE 6,lMpW@([0Pu@(Vbbfܨ> ]b>k,ه/Z\p'y}3vKi)姚X`KW)M-{/yZY)?|31ɛ= nkV7Eq ^7Hںv]+ 珹4 SC*(N5Wc"vX] 2,RKܚ6+B'~{ZY"\O̶Z6gM֠C o,QJL=#DDF=nsϬF:=- ET^0PNnNc_-mu[ߩ6EQh0J j}i{& qw¸hl&}jMU~C wft"i_C*rG#f?mqJUbVo)&(xs)'Q#%iҚ#b7*6#[ʎYoz,xйݣ{ŪT".c,#Ί,_EGHPm})%W_mbs\Q#z, &T ?y.5 $o̭sY!7(KUo0Zqw> UjB1!4Pdo>agpb|㗸G#rK E\f)#TVS.FXhu!oN9; uDJ[Ƌnun3/_C~bh!RS%.,;}C $ayR'Az6%Hݿnʏix24FhgΓd= rV7 -b6]wQ]a)$%Ii*PҹTc5YiD" yhK^Y7qZђE#pM+wۿ Ï 4 #dZPWR@3aM*ލ텦1Dvmɷ[߸>D`y+0H?%zАKidM{^?]B䱇=.egoQF`?[`|̒ҳ2rR#Ro? R5Pp"C{ȩX-ՃDԓM<̇?w8Pjf h$\qH*3AA8Aq?Gm?6wWM"ƛ 4=G/8YV2{neEJ:tPүw_ιLx"Q+Vi[;5;^=f2筙)^X(ZƷ|QûWTD+b x_bhhm暇b`d Pܔʏ^<ϭ$eY O2򃱀fۃYo)4TS c,qћ#~:`(1Lv^D 'F٫+V-^3~MãSb/JB&j 3S ǰl$U(` Xb)]2|í@N6Qu LJNK!@OP?j .#H`fmq3#yCן)nFc_S/*NUh pd;*Yu&F׍;i- צvOȁظ}LwDĵ}&߼K<1pG|ئBp=^#h@.6ֵ C0 黏*?bW D:fcZz.*5g}L7#!+ P z bu xRP*MC-+f*01xKʤ