sqlite3-3.6.16-2.3>t  DH`pJub/=„KN+'σej1;!q?4g"4=9sswBGH58@(ssvT4O\O)Nurf7~ e!Ǎp ػ.-Z ѓI<)EQTvٛvy 1f9Iݓ fecA4v6raGd@Z:mnnSrb3fgsE.}W禃 hIs{w=iA ƍB!3CK:5c822d169f3fa304487e6eff588eeef1b97cf97cJub/=„N[#H8݀C,^!r%D7x3"r52E<<د= P?&0J<޴Ao@1oICsϴ>{3~?;r0_ +/N_ycH\ 7ß!ZW H p>yk0 Mߣ|r~; 8p%-ak.H ؞kgT-"y >89?9d   4TX`dr{     J LT^h   (>8D%9%:%B7F7G8H8 I8X8Y8$Z8D[8H\8P]8X^8mb8c8d9Xe9]f9bl9dz9vCsqlite33.6.162.3Embeddable 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 Ju>build14openSUSE 11.2openSUSEPublic Domain, Freewarehttp://bugs.opensuse.orgProductivity/Databases/Servershttp://www.sqlite.org/linuxx86_640 P큤Ju7Ju7cdcb3ef5ced49d8bc84ccfe1295e71532800460c9e71ebadb93914e0ba809354rootrootrootrootsqlite3-3.6.16-2.3.src.rpmsqlitesqlite3sqlite3(x86-64)   @@@@@@@ libsqlite3-0rpmlib(VersionedDependencies)rpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libreadline.so.6()(64bit)libsqlite3.so.0()(64bit)rpmlib(PayloadIsLzma)3.6.163.0.3-14.0-13.0.4-14.4.6-14.7.1Jyt@J%@I>@Il@IHHǶH@H"@H!H H@HjG@G@GGGg@GO@G/GJFGF @FF1F'YF#e@Eّ@EVEmE@EE&EEO#E3t@DC@max@suse.demax@suse.decrrodriguez@suse.deolh@suse.demax@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- New version: 3.6.16: * Fix a bug (ticket #3929) that occasionally causes INSERT or UPDATE operations to fail on an indexed table that has a self-modifying trigger. * Refactor the internal representation of SQL expressions so that they use less memory on embedded platforms. * Reduce the amount of stack space used * The sqlite3_create_function() family of interfaces now return SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter combinations. * When new tables are created using CREATE TABLE ... AS SELECT ... the datatype of the columns is the simplified SQLite datatype (TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the original datatype from the source table. * Resolve race conditions when checking for a hot rollback journal. * The sqlite3_shutdown() interface frees all mutexes under windows. * Enhanced robustness against corrupt database files * Continuing improvements to the test suite and fixes to obscure bugs and inconsistencies that the test suite improvements are uncovering. * Other minor bug fixes and performance optimizations.- New version 3.6.14.2: * Fix a code generator bug introduced in version 3.6.14. This bug can cause incorrect query results under obscure circumstances. - Use the old naming scheme when building on openSUSE < 11.0.- remove static libraries and "la" files- obsolete old -XXbit packages (bnc#437293)- 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 bugfixessqlitebuild14 12563551343.6.163.6.16-2.33.6.16-2.33.6.16sqlite3sqlite3.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/126ca65301333f4013a0d84c94ba58a1-sqlite3cpiolzma2x86_64-suse-linux&(kU4%K?] b2oWc2 F#EW쮞 HOh;:0\GC*r*[hm?C7F-bf:$Oi &:=`D{M-47-״w{i.7 +/y6E);xSYY 5FP(r>Lw1 L7ujG${aQ!䉎Xuy3mMw*uU`'n:=6Btݻm3HT61f'IKN4K~uE E{6 RXK(^jݻT GJTD^b DĴR>*No&Y>s8ghR?0S+h럜7QVlDP4_V,: 57,c|dELP2|z^W%tc 丌E7cLʀɥ޿qKΝ=V6;Q_`>DSqQb{'_kKr\"ܣQSvd}>K8.*?ޛ /SFgX=Ia=oE -[V&$Q[:}Քm6 K$w>{ꭡHCGvZK|Cg,?k#R]ʫ˳,,,+9Fy\,=pNeNDtQKgⷎ˖Z_j_%\gY=*CP<+(źL :£aW7~s)âY#Y|;a#-=ftvz FWG A(1 #Ԓ*(knEӷpP0<F _ߥIY~N;[\$+TdUWrPN\ F?B4ɯ1?@( gNo҄ H m I<{m™JFcp.񱇨oBnF4(s/wD3dpݧŷ`C<@wْ&rԠ-H߿7guZvlX!q=&{>p="x]ܱFۡD۹?C@u)a`:n1m񵱈ho(e͚Ic#go 8gHb+k)՘Ov"?) (uaMrXwm/b)'^ y+(A[o;:{WojY mg@S%lVٙzTbΕܔ#m%#zўT/Į# wd!,,}jM͏IW [4")}hJbPT{iCi?AURV &1N:)"WxNs7${%B^0efs!t`|E F-V?tmfHp4b y'<ѵ,Zd"Lrw&oy2O)\#gpݔcU7EzQ8YLO!^]~F dyK:3 n?C J0G0Hש%h rPgh⊶@C:kB }^߂bh ŵCV!%5p'1ւ$e)zxVaGp7"L78^:KM`G2ٜO3?=H9Tf3BԊa4Z#*ZhGGR*gǁY9"}qUu\Ac9Abϥ:uxp+N!]vv)Eo?m@LA5uiV0ѷ>BThC"`⨠_lݜ̎,K酲(`36\:Kù3/Vz7ɛt\#PÐ"&Z>QM"zWDϜhIc϶|SXcR lM[N$ZENBvqua 6|Pi8QW<v\ջ9LsI\gI2~* _./Lh{j 땘V}' K7_fuw5.pke骖X=)_]Ioh3IN1K:?td*]/#kuIzO03>K;FJFAӌc2$g*v=s(-a8ɰ,)FDVB70)IoYtZ}c7N'D{<=QST: zZ̈́;"X;I$wLOQg=P}ܗ*ĤASrTiwͨ#槞ԍSRcb3J}j!{ iU [uϳS!ʑ@ =Acȟ#^/̸ 89/NWN]( d˛ /;Z6_׸0ҫHwVxf?s7m⌂Wߎi_=`ejT!!}wHD*<&Y&ZHM@y aײd2+h {HW?k$aɨn:63"+R/vx(O/d4*Yk?gM$5X+vrQdY =CgSze3cv@Mbnjx`A޹0:ňwjKKz/˃9.Nsma_kZ4CO63~4MP&Hnμ>oVJrX?v rN>`߶٢ X`N]KV|> 8xP'n`a;J Xޛ'SHok_*})c] kbbu\UA 1;15G Cj/twx9a$@=Ld9p$9!i$/sKQ3;S4:'hu~ ACR@#>/`j-R\\Ŋb^km;LE[Kr#t~, f$B0q{w f^m@;tZC%7KIe!qZ*(p l;zpA򞑥_ lpe ?Yۺ̬c ٓ$a~E1)΁+1Y"ja %,LhpWF]Oճ7~/nCiD 9T7 o4Ky")kpy@V_ S0?F0zޚP{8=V:A.@|[fw).e$u:Ha  }`A5T* zp޹L9uA$2< `g/mX*3fp)߾`#i`u; B5el+ N`у(50T*}$][OѰ$q9_?=du73i, ge/TFMgd0Rƴi=,;{ {CBjyj^ `2֜y]Boz' xG$4D+]K@/RdU HgW ~LNdY 'C*yvb% W| M`nEW׭Ԩ{3 k26ItiYX+4k*C˜nK`kcOi.(uf$Cm))]B `4`n&W rP]>MԜn*?-wCʂM2Kebjy掖Johgc?rq3NQ+UyDžkxy"kd兎ȯ\OCqUUl֞ EwȿC=źJsBqॶbH ݭܑά̡J\/Isdc'jK&]J&J#4@BN1>FFKن:a)a@Y6aXs+il$N4H ϱ%ZbVDVo\Qs5fbY1;/VsE658E6]P+] 乖yqCL0Jt_.knw [g≋6yT|CӞ l>C s^{ ZO 8,p!kSDSӆ:Ԥy`P;JKW x$k:y.c naKR+fs9m~c_оP+IϕEuASgFm9klʺ+n G+Ɉr%J2'@9)rNDBɻOL 2Za?յ۾$a7{Ln]L(w:]A"9_N`aJ'gdDxZ"v2VzCpʴavYf KHFNjre™]vw1ւBЛӾ*"B1tE}`u0}ɷ=уw~@T/<5wh0" wJ44 "s]k8yns/wU!}҉Et)U%ۨ=:ɝ,O5A3d4QkdhitB!Z)=O9~ !S[dz$ey O_KYg #~%g`*"*Lb'$P2 ۵7 g[fuR]92n(#C{ETaЏhL. bALFgҸ %Kػ_u19;Gz8b_<Zưu0a?1FiJgs# XankM[%JenڬZzp*]> TOm( FTm'MaBHVI-xh }OTmLwVkȜuIM2{4*S5{<4)O@XdJ32E$VAIžy1L2UT- ǒu"\<Ğ^jʉFd÷F'jF1NQf(炛"= ƲU.K=nX .40mTI]J⤙)LpKs^V*I%7>վTk2~;6R{#fc-{~~򅥔HΊe\Щ(ˇ=bГqa ! $9R[׏{ ;!2X\0WS>)6A6Gh6abx +Ubذ'tPlXp4 p(2]L(̓-Q KՉ;8n]o b-(pYZ awuq rӸ3h2 G7+h)$k]LjWGs@~^&S_;-£y<ūШ^CH4n] {F&Fa@/6kb'7ow?N!bC},le}؉l29IhaS =3r!{3$\a8 & o%1Ah~}~WD'P8sF!v>ƛ=cz:`k n`7.C>F[:6N4!zjň.Q'3T.m>n8:Hapӌ;_o&L,%$~ɟwRSg5 $:m#'8 U.bDDCd_O;TRKCr`& MԴvIv-&% XG d12RgNOPS`|Ѩ%Gce[:U=1|W1E"{ʙcQ)Lvd<ŵ~~x~\/b#VD Րx@sy_##>NX4qdh(P ܊.Iuy`]L,EHƭI-_%OAN*Vp:kb鯆oͽmZW 5%p_$v[PRϯiz)ȨH} K|ikGt75l3ENbx2z?}x5rfJ$ַ_ݢK.Ѷ`CGΑ.}u:mC/0aBblMJ -.dƥ.7tyb(|ɝYj+g0L{3Ju~SXgs 8{:tĵ3J2p5Bx霽n9E)آwe@^#Ib7-^52Es:*Ǽ*gP ػFOM9|倻6h_RbGaQz7iX2&Wٞ;,Bהѻh<1jģh7| K{ÁI'L\~m8úG,ÁE0f.*RBh'콝; b#&0+"Kl/Ęȩ{K&L?p[MhܒunۗPג ž_oIP1VUCA\F^vM hՆ"5ʯ~-Wn'&DXl)  #$B?߃G&o./e DO2 +ˡОFWiq'B朿~ѽ["I;_q<> ͻ %F>kxAWD` b%7/eG6<_rZJ*bI$᱅)5 :ݓ N)#M&Qo9 p 'Oz81]tt4tBn`"CbiJkJ~O4SYQW/k"??yx:R`DGފqNeEsS[=g8X :lZ4߄v 5`9U8t=2!gMPH n/4)^ٮ7Ǻe#JCg:NR4X֦4%EǾ%7lZv@_S&{ ܁;$Ƶ S{g%< VN{_~r;i-߭\~W2>P &kh&e.@*kuj}.͵{PŸ'hloʆ;>Sz?a\nUsT|)th_FA]=Xcn IEXj {'#{? jkt&-\EChi9T>Yw PŅ~mʱƽ_g.ߦOm h}\{&18I'[(G|tE~&- E| TImdΦ7MayIx:p?3-˖ 7'R|1A8]Y i2 /*Non03)lEd8P#W"Z/ o^ޣT0y:oHҝ8wQԴj>ᮇ;ہ |99xzb,m\^S:hhྒ)6_όH$_p$,w2^zXZ; 'QEm Eaˉו= ` U}pKي`wOQ~_2 `5?T*6tDtm 6DG+;T9afzZ2H$~{ը66f` U ɫ @ַ"y%D\Ƣ,~k~(}넻 X߼;)KPano=?C8 O  oj[].V3&`_Z1:ȭ V$#J,yˢԏ`.YZA'BCNy ȁu6- W D /\-?Q,;q8z5Yڮu-lx -:/ғEޞ)9WnGHasR7T4Gdk͵m}V(vρiack0{+C>YϧX &&(IdmaZNIM.%,6f6/]sɛ:;Cf@SJiGq,`a،5>`gdz*ckgƚ̚4yg&D`:yɘ:ZoA;"8%5[k8e hqm r]j<0~S /*ڼ֮ 3Vh"R*aJ-ՒR!ARP^û#e=r`=NZ&F64I;=i%si@eW .j^0;$xtpvLKj4pj) ovA7F ^ xsǣ촉q#i;[inb [pccEf߁f}%Z&GCɾ 69 ׄ]IHணHtxFu\/PK6<:Y='HmWZK0U-X1h{[l5EX;<Jinm k𷢳.;& "3QxusEa*{YґrA2rR<@*clkE=ix;? ՜0<[(Drx,圿\=C̑4[nERAlC_":cɥg! ob.}Me-tG'=ed[Ҁ;rBU]n(iR-O2 s$&5\.P{+7\$[,s4@n—D[]v-~QVͳd֔T>ՍקW#<q72dBv7܌4 JU=B(l';nD!rʊ8$S]$|t%Ƨ`ʕ8uYAv: zcѤsd $i!PPYyWwz ]Cɀ\h98;])0l84ywkgHo$3x8r.KZ hsz}HaT W/7v)o;7.BEڄ>8O:‹:x#/^KX, SvvQ8J\VJ ˙c&#+\r4HU }~En̛ZuRW]ɓi5_𿾚sw:RtGD%+5H枍3{1Jd765w/ tZ>o|X(M-.9Ɍp>L W vg9TK|Skҕl41N&z=u@^'Xh\"6Sf3^fwZ\ b5h \,bo|/v'Zn8|ȩ ڌ/An/2@V(v5^1+6silY{2LP "tD[ }9z(6di5 ?<,Jrq"Բ & Aɋ'E'.#uIZ"kƎ%aqv,ӗ?FPvd ˦AeC>=lgKm%/.ٲ6I-3L8 rҠ?X9Nk?U9'b8KAKB4ّwͩHp6 )"9g/gݹ!~?h^g qɹVyZtq71SꦩR8bnZ%;Ӫ2XI^E"d^8zD!(3~eoB,Kg/ٱmy1qy5_V؄`Vy9Ȧ.U ~۸r48!4M 2@PB#/F?cD'?b?Ug ue{a淍1E'R.D5 {5YKM.9rz"ggt@U pIR)Ǹm<~2/|czFX@v? *zx5:' yil1KK'L/':5hT׮a2ϴx Px"WQ4Ӗf8TlOS =>vf*M+vl:Iqk[kxBrokMv%.u)eM_p k!7/5}wMv_`K{!@زH+5Cayl)0hGn#p{h\ P!!v=䵓099Bm?'ҟXq`:.x:9Ο4XEedbh(F^Zx\Z\:4R!Veפ-`&Lɏ},{纗Yx.4#8 W5o=b__u2E"$ g6`X@r6 ,f ڻNvT̗Q F4,:["笄=.a6¡`CKI&L[?WiKF+0T<) U{g3є&DhpdL"uFH 28f{k5P*X*q\\;m|T~9I.;ҫ ^(0&3fnqvx!2dSc5P M\|R@yUhlM.%`E}6I @oxL4EQm*R>KsM7LWk:bq}BE]Z#\%$w0r!} e@ syzyPG*y٧1Sٰ!M-q#kSN<:iv s'MCB3%1ۏb ^ Ϥ495IfXTWc5w7([|"cV84&Y8#[W:N 5͚. mr'k {krCBRmBXj,+Wi3Q tV a}{YP,B"h|Jj)A( hW DԀl8CB铤u]]'YF "ۤPԲ*[ [ ]4nMS;98D & Y5 3mR(BŖ݋=9_aSކ𻯔fr&-XP!pU^ۭ*ԠZJBxgͻqDW2Et 0@柛02UכcxHS C\3dPfWg$a=r+ѭ&Sg952 >M].jݦDSzsQ0쟤ٚ CS=f;~l`D%Rz\A`*؛ QP0k5U1Sp;BPߔ'ղϵ!"T&}f Rf?7(_gE&-xwb{>O {מ[ؚV]59"''9'$g!ac5A61RYs(᱂B;H] eJVr0@M%!6`ը5_:Jp[ TtmvVʍ ut(_tp(Ll<V"?&}3\X-.jl 3#1ߐ~P >e45wp&q nD=pPRgXn!^:e V! !軝o@0Og+p zթ:-jjC;il8{1_ӹ )\عRh-}|^ӆ^w:Qq%xЍ=*%,a\J2IbqW Wue_Z D+ HA/7݊ H }Mh![[}) ?":${ACgF_ȭHg,2m T.''"}Xi%^{Ԍ6AwSUGj'7?\tN|:$БScx2'bA]$HN&nH)opky:[rW\M`f}Ӂ9V|3 k׳5f?HnP,#EU;pTj 37fll;$91& J<,KwYD56X[}K0|JsSyB^%;F֐7wQ዆u?+,>U^Pagxxzw.CS Oޱ-i+25]A\l9] +hد"dfC/!=bJs:`Z[n̛ !KtbfZ.jݸV{Cm*h O"dكeHtG`RBhUMd?"6R !Hj-e8P阀;xl&<4}F)ιEUx>H.Œ,%폃$2eIWbA^-£oipUci뒯&)/RL+q5^&#ND[„Ztk <6M=V @)Wx4֙#L{`_b0zͱrCSZ-Vhh !AbN0g|Ӊ`(8#VnY] pJC 9}MSΩɠLh@ñ4Cnpo[p9/ @>?_˚͕~oZSt"QTEgUQIX<-η"(&=U݆~IE=̤˩1Ъ9Zdv8}0`.ڵag>o{<|B3]bLJ /_J`n~X<5F u󔞢kf/w3zw)*rKQiW13Jqk>Tj6H%bz^}TDK-G52sߊgP"WxAp~%SP*~WccffWְeMv_ r+uR]$)nn00VbI/ J\9KW]l2; >GT:A.8LjN̙ɵ|\Ni٣qO3,ӷs goF^T tCI6C 6MOO6nRka398͔vmxYCb]M%WJ2r/NJ/ЄC>roXIsA.q5dX-(tcDPr  !'šL47_* <+Mnj3@7qvIH^)ܓDR)v1ju/KBCev)x]=^3E z&q0ûSk_gbTR|rQdžK.Al십^lY@Fe4j'7aŲꧬG&kpk@N&n"c_2Fɭr]I>B (!a ҟqebSXt<Ӌ!@cG Y+z!Ol'̑yB6zEutOƄ,'<,FcWU_ k1sICÌWoDfˬV<6F~2V<4GE3%.M'S]T/;=]X2_6G$k~O\z997 up0PR*3%@E˄ C~,|ybw~|&3Tj! 6ϔW P>Jd3t(kе#B`Bn&T x.>pMt,İn蕧2:I4f*9>]눫 ~>lI)bNHef4Eȗ6n؇p/cyC%(~\dU'Q )7hT]WY9LSS ^YKq)@zgRXYIS፲0L9K.癤5vSlf/^ƠRU P}n}UHcVtQ+k,#g,0lbJyXn Ttk!$\gU6'I96mx2fA5ρrex]>r,%*8k9XG" \|cͣЅڅ!DXͶ6vD2i^ciy{4'Эyt*=L|O̯'}rHD<.;MVHgo쩇ʙ׋ a_wV"e _o\ +=8nX9-L]Y%tʴ'X٫֥-Nnb Z/G|{><^fHUHZ[0.Aga`ti"!PSZ텛I'z.ϩ6Z068Q$l.RXFo0.\+T5sݩ8enÊ;-})Dӑm kͻYGV?hk-@&#͸LKOj.B$ۖwqjHC!ײ=:8L9$U7 gH_\IzQ|=/ =c@- "g j=csL'V? L"ٓ ]_B0:ȼ r™|M6Լ0b jec[Ż!ht,-m6/OHeW i4"{K:o02祢d6Ep~בC<8),2 &(QXaHF]-B$/=z,B f&  O98 {jExVhʓ#o zSm/0xI J!| )A0y5kU\])A-Ș/ʠc $nUO?9vHT5rھ $]XBldN `J1VoCS4w~q[T(.m4D*I4Y`Ez=T;mx U{vGnRJX]AvwnQU'Y&:y;@Ί_T}ꎵ^W )'> 8 ѲyN%dǬl~(pdͅCAuKI>ωZ3<>\$͌2|TgH0#`d#ˀTmFCj .?X E{ [RR#.IYixP'iOVRljw(P3LɒDSspk4lԓ֘N6dK. A {74Զ>%NHpJqT-! q8TeQ4-<\]ՠNRD ^Ŧ4~}$R4u`W%2@Nm0\dD%%# )<'̍9Oo;f7)m/N&y@Td9q̜_ 'W[.)h,{Btkm%Y4X.Z5t'}^P^u0%.10-^ˎZB?T+0)q =UAh-1$_~ {C(h[E(4{>DY;~f5kE.߿͆BvIEu$Ϯ^ udZL 2SX>PI|l^ÒEk\6hM>@-ǣDŽFdž!镦d9WŰ.RJJj'dX2N 8ei|4u˜LRÐ`E4#r Gn Nx)<`j 99 q8ř5I׼,4Bh„Z'_aȨaF[ujTjk*L2jU+oq !S"S)A\BxCXL~r/A6 rճɄdl-0 Økpj_}>@abGh_ډf)wqTaŜcO’H/8qְxjz>r!uaW j*e, Gn0#9}qHaSMc%DL#~WGkkdJ2*<~ con3#%_? ]!/LȮ8yξni_G75$F7$l~.cܶ(sw]ҍޠxf "gd /oGWSa0Ҥ=PlJuhr3զ"E=xc{( ?p#I< Li"JG! J=;aCP+ X0² ߶&$rh:Ox 8 bÒ#<+)Gp\Vu+h>*_ͥҼq:̰4]o]7Dɒݻ.hp9o8} Go.ű?7ϋmmE[2Xmri !IuYjK  (  O_P+d 0IVʥpqUVp3h0yiuOW,ԤBE u:Jm*vY8GkXDmuPW6M[_rRU0ȣjp1rxl|KŸ5Z_iwd@hcRheuib}Oa ‰, ob1;d.?bK^` PSE`~߃~j3K`^VW)kc5TV8 H}ͤzVϺ=!H'P.Ec!n LQy5 *D- 9D<#LַgX^wVÑ/TUC9x֞P >uk:%4-g ~1ZAWp–Z:[>lw;>8 qx8}ŹCfѵ3=]_j4r=ܨJcg/UQB.ګe=Wؤ_D`_7+&[/RG:8Џy AZZ D Y$%6SxcCDd!vkp U[R($j˾l,fE*,!ž5ִGC07S$q_&{448v,R)4,\,T(5 m.)u!R~^}prIkŐ%94 C>hw~?fuB:.e @U