lmdb-devel-0.9.30-150500.1.1 >  A d9^Wp9|Pp˚Qi&SB$q|04nP6)Stb}陯\a/$+7DxlEŸ<Lİn^ jP>ֽSs17Sw॒;rhXx7Ҏ=md>Ec\,PjLn.)V~ECDc$d0r+_ +jX G&UW F7$b1aef471c1a241664430744becd04834aad7414f1ccd7300cc519342f5097a5ca59fafc73cb7484b5d5605287003aba39dd9d4b2t`d9^Wp9|qAA7Son<9;6),:ZCQs2x|jب5̖Q/W҆uml.BRiRoz3hYuP׻_"_s؎8e|@"VA9ט=FI;M2 D"(2Í`FVqvyg A.)Wus Y#.R J]A@1.ŨIAdIk ;)S$4>p>,`?,Pd   <`dlp  " ( 4  $Tl(8 9\:F)G)H)I)X)Y*\*4]*@^*Zb*c+3d+e+f+l+u+v+w+x+y+z+,,, ,LClmdb-devel0.9.30150500.1.1Development package for lmdbLMDB is a Btree-based database management library with an API similar to BerkeleyDB. The library is thread-aware and supports concurrent read/write access from multiple processes and threads. The DB structure is multi-versioned, and data pages use a copy-on-write strategy, which also provides resistance to corruption and eliminates the need for any recovery procedures. The database is exposed in a memory map, requiring no page cache layer of its own. This package contains the files needed to compile programs that use the liblmdb library.d9]sheep25" SUSE Linux Enterprise 15SUSE LLC OLDAP-2.8https://www.suse.com/Development/Libraries/C and C++https://symas.com/mdb/linuxx86_64! ꁤd9]d9]d9]5997f1f3d4e268a4c30b65e8312d672e50c0397c985638c57e79fa9967ed440662c34ca528cff4344df7717f7603e46a238b7d62a0526de01dcc9b65765e9c3bliblmdb-0.9.30.sorootrootrootrootrootrootlmdb-0.9.30-150500.1.1.src.rpmlmdb-devellmdb-devel(x86-64)pkgconfig(lmdb)@    /usr/bin/pkg-configliblmdb-0_9_30rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.9.303.0.4-14.6.0-14.0-15.2-14.14.3d@cv`T@`?z@^v^v]+]%@YWf@VHVHsV+rUU@dmueller@suse.comalx.kuzza@gmail.comdmueller@suse.comjgwang@suse.commrueckert@suse.demrueckert@suse.descabrero@suse.devarkoly@suse.comdmueller@suse.comstefan.bruens@rwth-aachen.dekkaempf@suse.comjengelh@inai.dehrvoje.senjan@gmail.comdimstar@opensuse.orghrvoje.senjan@gmail.com- update to 0.9.30: * LMDB page_split: key threshold depends on page size * avoid gcc optimization bug on sparc64 linux * - Mark infrequently used functions as cold * clear C_EOF on cursor with MDB_FIRST_DUP * Use sys/cachectl.h rather than asm/cachectl.h on mips- update to 0.9.29: * lmdump is not creating lock files- update to 0.9.29: * ITS#9461 refix ITS#9376 * ITS#9500 fix regression from ITS#8662- LMDB 0.9.28 Release (2021/02/04) * ITS#8662 add -a append option to mdb_load - LMDB 0.9.27 Release (2020/10/26) * ITS#9376 fix repeated DUPSORT cursor deletes - LMDB 0.9.26 Release (2020/08/11) * ITS#9278 fix robust mutex cleanup for FreeBSD - LMDB 0.9.25 Release (2020/01/30) * ITS#9068 fix mdb_dump/load backslashes in printable content * ITS#9118 add MAP_NOSYNC for FreeBSD * ITS#9155 free mt_spill_pgs in non-nested txn on end- copy the pkg config support from the fedora package- LMDB 0.9.24 Release (2019/07/24) * ITS#8969 Tweak mdb_page_split * ITS#8975 WIN32 fix writemap set_mapsize crash * ITS#9007 Fix loose pages in WRITEMAP - LMDB 0.9.23 Release (2018/12/19) * ITS#8756 Fix loose pages in dirty list * ITS#8831 Fix mdb_load flag init * ITS#8844 Fix mdb_env_close in forked process * Documentation + ITS#8857 mdb_cursor_del doesn't invalidate cursor + ITS#8908 GET_MULTIPLE etc don't change passed in key - Drop upstream 0001-ITS-8756-remove-loose-pg-from-dirty-list-in-freelist.patch - Drop upstream 0001-ITS-8336-fix-page_search_root-assert-on-FreeDB.patch - Cleanup: * Use %license, drop %defattr * Use https for Url tag - LMDB 0.9.22 Release (2018-03-22) * Fix MDB_DUPSORT alignment bug (ITS#8819) * Fix regression with new db from 0.9.19 (ITS#8760) * Fix liblmdb to build on Solaris (ITS#8612) * Fix delete behavior with DUPSORT DB (ITS#8622) * Fix mdb_cursor_get/mdb_cursor_del behavior (ITS#8722) - LMDB 0.9.21 Release (2017/06/01) * Fix xcursor after cursor_del (ITS#8622) - LMDB 0.9.20 (Withdrawn) * Fix mdb_load with escaped plaintext (ITS#8558) * Fix mdb_cursor_last / mdb_put interaction (ITS#8557) - LMDB 0.9.19 Release (2016/12/28) * Fix mdb_env_cwalk cursor init (ITS#8424) * Fix robust mutexes on Solaris 10/11 (ITS#8339) * Tweak Win32 error message buffer * Fix MDB_GET_BOTH on non-dup record (ITS#8393) * Optimize mdb_drop * Fix xcursors after mdb_cursor_del (ITS#8406) * Fix MDB_NEXT_DUP after mdb_cursor_del (ITS#8412) * Fix mdb_cursor_put resetting C_EOF (ITS#8489) * Fix mdb_env_copyfd2 to return EPIPE on SIGPIPE (ITS#8504) * Fix mdb_env_copy with empty DB (ITS#8209) * Fix behaviors with fork (ITS#8505) LMDB leaks database FD into child processes (bsc#1178706) * Fix mdb_dbi_open with mainDB cursors (ITS#8542) * Fix robust mutexes on kFreeBSD (ITS#8554) * Fix utf8_to_utf16 error checks (ITS#7992) * Fix F_NOCACHE on MacOS, error is non-fatal (ITS#7682) * Build Make shared lib suffix overridable (ITS#8481) * Documentation + Cleanup doxygen nits + Note reserved vs actual mem/disk usage - LMDB 0.9.18 Release (2016/02/05) * Fix robust mutex detection on glibc 2.10-11 (ITS#8330) * Fix page_search_root assert on FreeDB (ITS#8336) * Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334) * Fix mdb_copy of large files on Windows * Fix subcursor move after delete (ITS#8355) * Fix mdb_midl_shirnk off-by-one (ITS#8363) * Check for utf8_to_utf16 failures (ITS#7992) * Catch strdup failure in mdb_dbi_open * Build + Additional makefile var tweaks (ITS#8169) * Documentation + Add Getting Started page + Update WRITEMAP description - Drop 0002-Autoconf-files.patch, soname-configurable.patch and add Makefile-build-use-shared-lib.patch instead. Instead of replacing the Makefile with a libtool/automake based one, just patch the relevant parts of the upstream Makefile.- Fix assert in mdb_page_search_root (bsc#1159086). * Add 0001-ITS-8336-fix-page_search_root-assert-on-FreeDB.patch- Fix occasional crash when freed pages landed on the dirty list twice (bnc#1136132). * Add 0001-ITS-8756-remove-loose-pg-from-dirty-list-in-freelist.patch- add soname-configurable.patch: Actually set the soname in the shared library rather than just renaming the files on disk post install (which does not actually do anything)- Update 0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch * do not force enable NOSUBDIR option in mdb_copy - Update 0002-Autoconf-files.patch * build mdb_dump, mdb_load * distribute manpages- Renamed patches 0002-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch - > 0001-Add-extra-tools-and-CFEngine-modifications-for-LMDB.patch automake.diff - > 0002-Autoconf-files.patch 0003-Optimization-Define-correct-cacheline-size-on-HPUX.patch - Dropped patch (upstream) 0001-Patch-for-LMDB-to-use-robust-mutexes.patch - Update to 0.9.17 Fix ITS#7377 catch calloc failure Fix ITS#8237 regression from ITS#7589 Fix ITS#8238 page_split for DUPFIXED pages Fix ITS#8221 MDB_PAGE_FULL on delete/rebalance Fix ITS#8258 rebalance/split assert Fix ITS#8263 cursor_put cursor tracking Fix ITS#8264 cursor_del cursor tracking Fix ITS#8310 cursor_del cursor tracking Fix ITS#8299 mdb_del cursor tracking Fix ITS#8300 mdb_del cursor tracking Fix ITS#8304 mdb_del cursor tracking Fix ITS#7771 fakepage cursor tracking Fix ITS#7789 ensure mapsize >= pages in use Fix ITS#7971 mdb_txn_renew0() new reader slots Fix ITS#7969 use __sync_synchronize on non-x86 Fix ITS#8311 page_split from update_key Fix ITS#8312 loose pages in nested txn Fix ITS#8313 mdb_rebalance dummy cursor Fix ITS#8315 dirty_room in nested txn Fix ITS#8323 dirty_list in nested txn Fix ITS#8316 page_merge cursor tracking Fix ITS#8321 cursor tracking Fix ITS#8319 mdb_load error messages Fix ITS#8320 mdb_load plaintext input Added mdb_txn_id() (ITS#7994) Added robust mutex support Miscellaneous cleanup/simplification Build Create install dirs if needed (ITS#8256) Fix ThreadProc decl on Win32/MSVC (ITS#8270) Added ssize_t typedef for MSVC (ITS#8067) Use ANSI apis on Windows (ITS#8069) Use O_SYNC if O_DSYNC,MDB_DSYNC are not defined (ITS#7209) Allow passing AR to make (ITS#8168) Allow passing mandir to make install (ITS#8169)- Use a source URL- Update to 0.9.16: * Fix cursor EOF bug (ITS#8190) * Fix handling of subDB records (ITS#8181) * Fix mdb_midl_shrink() usage (ITS#8200) - Changes since 0.9.15: * Fix txn init (ITS#7961,#7987) * Fix MDB_PREV_DUP (ITS#7955,#7671) * Fix compact of empty env (ITS#7956) * Fix mdb_copy file mode * Fix mdb_env_close() after failed mdb_env_open() * Fix mdb_rebalance collapsing root (ITS#8062) * Fix mdb_load with large values (ITS#8066) * Fix to retry writes on EINTR (ITS#8106) * Fix mdb_cursor_del on empty DB (ITS#8109) * Fix MDB_INTEGERDUP key compare (ITS#8117) * Fix error handling (ITS#7959,#8157,etc.) * Fix race conditions (ITS#7969,7970) * Added workaround for fdatasync bug in ext3fs * Build: * Don't use -fPIC for static lib * Update .gitignore (ITS#7952,#7953) * Cleanup for "make test" (ITS#7841), "make clean", mtest*.c * Misc. Android/Windows cleanup * Documentation * Fix MDB_APPEND doc * Fix MDB_MAXKEYSIZE doc (ITS#8156) * Fix mdb_cursor_put,mdb_cursor_del EACCES description * Fix mdb_env_sync(MDB_RDONLY env) doc (ITS#8021) * Clarify MDB_WRITEMAP doc (ITS#8021) * Clarify mdb_env_open doc * Clarify mdb_dbi_open doc- Add baselibs.conf: liblmdb*-32bit is required by libKF5Baloo5-32bit.- Update to 0.9.14: * Fix to support 64K page size (ITS#7713) * Fix to persist decreased as well as increased mapsizes (ITS#7789) * Fix cursor bug when deleting last node of a DUPSORT key * Fix mdb_env_info to return FIXEDMAP address * Fix ambiguous error code from writing to closed DBI (ITS#7825) * Fix mdb_copy copying past end of file (ITS#7886) * Fix cursor bugs from page_merge/rebalance * Fix to dirty fewer pages in deletes (mdb_page_loose()) * Fix mdb_dbi_open creating subDBs (ITS#7917) * Fix mdb_cursor_get(_DUP) with single value (ITS#7913) * Fix Windows compat issues in mtests (ITS#7879) * Add compacting variant of mdb_copy * Add BigEndian integer key compare code * Add mdb_dump/mdb_load utilities - Changes since 0.9.13: * Fix mdb_page_alloc unlimited overflow page search * Documentation: Re-fix MDB_CURRENT doc (ITS#7793) Fix MDB_GET_MULTIPLE/MDB_NEXT_MULTIPLE doc - Changes since 0.9.12: * Fix MDB_GET_BOTH regression (ITS#7875,#7681) * Fix MDB_MULTIPLE writing multiple keys (ITS#7834) * Fix mdb_rebalance (ITS#7829) * Fix mdb_page_split (ITS#7815) * Fix md_entries count (ITS#7861,#7828,#7793) * Fix MDB_CURRENT (ITS#7793) * Fix possible crash on Windows DLL detach * Misc code cleanup * Documentation: mdb_cursor_put: cursor moves on error (ITS#7771) - Rebase automake.diff and 0001-Patch-for-LMDB-to-use-robust-mutexes.patchsheep25 16814812040.9.30-150500.1.10.9.30-150500.1.10.9.30lmdb.hliblmdb.solmdb.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP5:GA/standard/72180c485792a4c3893e5584cb7232a0-lmdbcpioxz5x86_64-suse-linuxASCII textpkgconfig filePRji 0outf-86e36c4e8b9f0e93f0db85af3afc35706c4f8591ec0b01566a0e227bf14b51dbd? 7zXZ !t/$3C] crv(vX0~Ζp{X F"G2G%[_n.7t{A%AJ0ٞ(V!$LVp[Y{L g ҥ5qNT< ✆vU?|:`KOP@™R-9=uLO'I)*`zsG'Lxy$yI]wۓ1Zv; (I0aNk.BjJ )ݙl4R'f6-Uk'fMa7~?y+_;pEw+.}^tŀ g Y}.fܡIQN^{z`ۊ;.Ni*IaC(G,N!ĭ%W-lbBq%ՋЄ6*#pp2ͮx~T ~in v'|ρ *miF؀tŋ%3.dՂ/o$?_P,$u^Vɮ-Ǣm?*@%5y.f\vkP/5j+X гiMHkDcMpdwLozْh3BLO%[,dLw1S 7VZx75n@Kbr Z.~UC$C4c?ah'N}Ghյ׉`2(GH2J 7^RIݭפ$e[hDSBW ޏDVهlʕYcOčv&yHΌ!fq/o(ABT}|%'Tnœ'rt⋹l$ k\';t"V>7gL V)ȝP 1!h0Y!q%?Bw3rO`Ll E$Hn>I*)%\,!+CS6; `*8q@1^cC1Cl~&qBY8~F̠b]HD Q ͵.BfDW}'9r)N^֕!掫 )Ƚ68q K'3xAq@1qD}&6`ƟOUiPc92ncZ:^NAXXNp s%I4oO5H(bFJ|gܟ:$FF=k vұ9"3Z53gvZ++M/?J̶I<|r-1yDbs|M".4rg@`49 "7lJE_{#Ft."-*㨝쉗!,E~JL5U> +;8(Lʻ{ê׺bUGBd~K!Qి#ͼB|pv.?7nK9a<[j8whwylnbJU G:XG,o|0SJy>[خ7eBc}7FL9@2e70*B1KZKTz|vp8R5 b"(zJF~۲'Ǩz@o:'8%3*D"~EeKR82׆0F&K %s40ߗ" ;2X+5r\T nӽ;e,D Lw폥7Z핏o~0J֩,Bݦ  aWc/GTKŬR=FS'- Kw/so>V؏ gK&ҞiV`"R5K(I M[P(ck ~#Dޯ?bۦvUNVŕW'5";Z*F$[ЯzJwSJ%@=)bG'47A  `EKYQ_N^o \Lk\ve҈Zj>ԗjlsw Rs$R!qZ308hSX.#\`#:\ GжEd|xV(R |GG(>ȃ`n6FŮԱž7RoWL9)N:2gw?}V\C1`ܘbk Tr x<&(15KZߌdxkQL/QE]oܤYJ؞FB*EH&EzR, lХ*5PC!G"㭙 ^NyIvzOF]uFц3ޫc2kDs09y mùɈe6Yg'K:ν(j>|L =SX-!NmyTg5qz&2o N8\F)b6M[V19I wB0q蹅=ۢ<04;V-<4[1#J!,8T^$T4׾SI/C< VNtyT)-ZY DG#FfQ`@)"(wC`Q(әeq YE3Qރ_S[)uޜ,]8Yco ǧO2Qq ɸ H\#T.d'bێ' |O[F5yA&4<ZXE 2%$,ؙ,M{(巄@`B!nńBFu2{_=ĒuAP dkqpۡ.}8SĶBLi>?@ b]uƽj8XhQnDv:th$|"`[Ճcb42Z@)k7:)>D^j跟XFn]ȥp(vI!~К-eFus1H"7`ɒ݄,1<25jk<6/fD6 xdB3= ksyņ)/ _Zi@+xy muB/Amf,hcoo=Gq/Ί0 Kk_R\? u͔םOMs}S$I"ÖLmRd[ )ˬWm=XtCJ}*#]LIVJ{ A#kdxdw:Y֛Ϊi?c2#j~q}<%WdYb 7ZJ,"ZL)YHNЭIq@X_4s`, 2 kϕӪ%y tS"jd$Tqu@6mZtxKM ifHQ?V(-͋{f/q~>E޼-5^%υh d !h/0:}ؖSqf5iȼ-z}"\Mn9 m}Bomb1g/aeP l@#YF\Ip1!E~b(1KʇcH5p3nxNd?4hGF稤uUELrߟ۞3AFRgWIηJ ~"ڼp9QYSnLcatw^_ž~pޒg~|0apm#*5ʸb7;e潯yp ZI^k8]bM4\]e0HKR!<W˕y>֍X>GRP/mtz"VļԑlVx4TJFЎ]S \Ѯqlql,cv1~Oz+9+Z?54G"&1ݰxj0+Oβ3uҨH1+Q(bhX~Dg\>{/|xQ=b6 < Å O[m5C) }YHWR_YWDsqJk罒zr Ö!ޖ{Kh:nJ~1l ,pC5.K5ps1Oᦍӕk<'_BU2|VW#([ujn /..\Վv%r'iY%6NOVIia9Wm(륁EhgXjUq\lT[)6N]V:Ap <oQ[s!L6:[TW pn%}L,MfazV<ͦ=X"CoN-\>rmjtӮ"D;1}eC[Ƣ4`Dۡ= 7_ܘ61/bҶJ=!a?]vp0& 4[})(H itgKr4|=J@ۈS^T0%F掳|,vl%Z,^˛Sg ֑fUM2k)F;rQJaۘFI9y$Kߏj]5v(j;vW8 egM ) vinmB( `Dy>I31wCDx [CHlU+<iԏJrP9i %_H̿INzbL<9'~"2aNjYy {%|aX-\5&$K|L+9T09YTms8r^cCc5pָ0l-o]%j}Ucx=i. ;x# *QTclԮ܉O 3%/[hlc^pM) D8t'R%ʗnuW댤0Xջaw(thɔԖ _p@8{FpB6AdQZ8zhﶗ%1/ل2 I&[ HnG} _(UC5H6ɼJq`8O˼{`^Q̣=|๨zԒbz{}u6P͉hq';,R,asn"$Esƅț $U"ĆCH)0%  p0rTPk]B@)9H!CKݾ'}\{JQdpw33ΚPwz5J_?gOsF#sEV"@1UfHu{e$_ʤlQ4֙.kfrzmafBg-䁮$ÙIoMs,0Uoq:BukgTBPPj'[vmPyP6qkiMG]2hނ4pXԱ>މpqf^38zb"^G¨oǕ( rO< >viXDaj,6pLJ*6Jc.W*`:p_##N5LxTѸ GYHܑc??:.*6y[$*ݦ(HpVs2֥]!˴\ew,d 2݊5PyXGS_50N6; ,#<wA'}b5\G  ==V1%b9UQ׊ۊE! r 7ĭGU5\<$ +ŽYF 3zQN}LC|V>)gĕv_ނɮ5w$C9"Kev@,+[̫ztuH#n(Iqq7f`Zy rg &s4y$ROR ^3os#3/ Fk1{?џcNpˡA8}B.1 3&+%l5pQ]Y,%xUT^[=OtVqaCl#W*'-~{7Bl9#1dȂ\}*Lg - -02mux1 2[]6z9Go0{!  ^qK00F4 8iBzRRVoncNOzuazY$8Ѓ @cYGN0K!1n:<[M4,o,!e3G̳I=ܩ^=z?9DE}}*ǔ vD.9ag>9s)i+A 4t^<ԏC@A|e+kq֖̅#D:0ڎ޽N~Բ6lJc^*+Y<):A/X:|df``re3" Nɩɚ4]|{{>QX"aP]+87]F "@g#  $&]kх7`o)͹ E6A!A6J팕y`&b8Gĺ<2ŠeB;5oyES_Mdj-EBE!bLɅuo 1[:%7X@1LŚ)'Cj[ZwVV,Ж֜ۧ]B5W(ݵ<9XAyf^ǽ#LvS5,KqF0'%qM>v3 7Uhi~ b:?4GN+DǪf~3H]2]oDx.%>A"Cܲ2$bX[} '(;8dC(,!0D-tʜv8&4ՠHd~0be0]-In]+N[@ۗ*ϺO1EZLNzM0 #%:ل CKC-ǙbSX q;##HgK.#NN^g=-" =wI@lk:| m3<6R) .q`yV"&9!v{#̔#\`,ǥ[:Ma|.q4G++4l8N#?~^[<'ѽ k)iѤ6lo(b pf\\+cCv ϒwQ7R[N\ ?uKѕ码b_%3ug,~-fe}GzLV/IkO|%=!Xj qM]Erv6l5)OVˋᏕH}|BF# Kd~LB#V2~+Wwa)N56FG!n<?R#uz? _SwָiTPVPsP^SXʠ1" RaLdpd9`y:ly ؅^D5:`AFg_wd.K[;+Pu%#q~8hEҞ2s4%c[cLEn)#6S03G*` f5] /$KQrdqpL`c&yJ=·;>Pgqeڄ?lm&\tAGWCJR^]qELXi17Rք~k]]#r]ɇ{sOZBpMBNZ5~rf FE[0ȩ SjzX_+I}fIuY(,{?rW*zj%J2ZR78TY"?M' ǫ9-9b(U)x"9QqZGq.'v`j"=S|h 'Z3x ?Ft:hkg;8xBZfkq>6k\99h oPMT=4FKf71E?7zn]@='d5"y$7"H&³eR#s,$pԶ:"sk@>\sp͞9U@~Kւʟu,fʞj ۱,}U3o\>=)=CsWT+`}8q8Y52SvR"!gE'p )Be&"bjc‘yE}Vbw쉓-9,<8jFX<`m3d&TL?8 ۔kC@G_ ,c=sj ~* ä. SrRZ e#:2ט <xGʲD-TaB\SQnIz Kk~ۘZa/;no79we&NyO>)ڈY j['%ۡ,+gJ(Mi98igd xXJn6e%)ZMSh JHE^3TVHOƼb3~)&C_ۺsA-ij f!Y=?Lm[ЁǰՆxsMƪUݣ",$ 33E0e? G ,"T&̧<1I"z)I@B'ǥp#z(hQ^N;vX\NF"(NR 0bꇍz^HX 8[mm s aQFe9G1"<$ Bi=lRzBJR̈́2'ֿSIdGL]OθpV v!9:vOq>'.]Ҡc}O_}AB@8pl]Z#!#ov.JNx4N2F5UyKro^J{ \u%=ꕭl5OZRÇ0Ų_ kHh FQ؅Bɔ-?ض-WQTU!ҮԈȰb5{x#J@D|҂~ =d:زw79$YѮ b:?} ([Y%~}ƎJfO42[|bI[H σ_i74*^(~ihn#y|ַ8dF1Nw7Ơ=oT{|گ98]S5m%@`o)㟎;*z>Z7Ktd0@y)W)p770{Z`+)qՇa>nbԎbhdK4~_eg$k2vT(&}{n,1.#w!,'rTla4O(fPħ*[x\!$]g FmPwۓ.u|:Lb$p&ȱjb*ixDxf9T'aH5[& ovDFdetHBxg1f3V\0ģCU\eשH~C. ),̖֠Oǒ6LSCI7x{@Kܸ\78-J;N"ǵ;Ԑ_̃;I1f- P3WGG=oQ^%(4g(Ie!N4A?zem^P\:}Tc@ZHkR¬`ShHc9e[P{{V&9v?W\ŁC"D"bLՌ<8`bP򅪍 ]BFqg "F=lonjqh."8k }; Ho8а' lWq|X_PvP۶N.V߄WWSAA3d4d z,F P?Dڜ30REŠ>F,GPD.osR dQ)̒@"gɶjux>Ȋ(no-CZ"ѓJ4͎]$dt(և`I[v(Ot!voBno#ՌuJ>Y3[A(yX"%hF.9syU=M U_mذ9%FZt?tu1s08ACu:d\T:[k⪟w# Kd]<|\vux%ثqD0h$sCy?&0Dzp8[BV$R?hz=gU$;ҍBF2{е'vRrIi~W!_MK{H,5PNʅ'<7tmVaVt`.62&}Oe.Kڦ |SfӔo.R2_/3.2z}*v]SmT 3hah+7^Xq#dWTpKRݛ.9 }LޞPt DʒyMao/V's2cVsS652U"֛= aa֐vOn%uXSNA!D8 sb+y/}3bAYqhb >+kӜaw!Т(E5Y}ZY:o$V$1&7C8'fʶ[BuTt}WM&.<Q6klxOFIgKGIYd2{͕%Z*Wtk*ͬB 1z v2 gr`${5gF%Z=<yz8P}תTuYq3PjbH?W@J#*\ѷ ">T1&Ez&)nUE]3Ɯ'S<{ۙxg5',~T*+BpOb%UKyܧ;~w^. 0\̾^!fv{h~zYO0fBǏH Ma?S6A=K zj9~M0T}.O@"QpTy:.b>S 6>˹HN9ã X-KaUZ- OdýDk|] Nr3 FKd'?@ŇF-qҝ{jtjOi6fօ?EF mCDq'ᒞ;;'x2g;^DM ~{C]$HQ:8) 4l^F #>;1[,JZ浈>ŭO.Te zk}N["t? ZOLp7'z[UO 42% o{;yRt; 0 e 6{.ʨ $r6ϽnQ"xԠC)yb(E<+?4yoVTGAs4>.d  Ʉ'7c&eܕT蝵iDB#a@cJW;(sA Te b6~'0lzP~Qmq:dYQ ?lѓn%Oq[N]3FbxO|?/YX0,ho( :@9U"8g%4p7C vIOX;VMy&n Kږ \.i:ػ rqD.XM󿰱B]ӧ[89|\pu^HX_Gye}+"[lz""*@eeUSуQG|T󡶳.3լɛѡ?.Nx6W&(s"%~8Tpx;}cYT"s:4vTHNlQ%kP@0z~$ ɥV2oa FVW+pKD Ks> ơlO7#9V|)vݢhiI{CF3<A)(␋ SK#HD6DS9ЮпPՃה- 1 <#I(*)fܰ`f\IdG,rt#L8[&5f?ʽ&\)B<'0¥ܬGh+g<m''{^FS0 ЫFe2tH4gi<,s aQ:fLD!'mչ76WXUq9R]pwsc˄Z} YZ