lmdb-0.9.30-150500.1.1 >  A d9^Vp9|I3k5˓3S^;+dݵϵ,^ DZ#*)`>cvKy1و$7p ƿ†c_MӦQ39'h`aPu4|k?xZV,ޥCtd/qj#y?ŷ-BY#`dl 2#)t.WNEXީ"~h_Dll 8AfTDŽ3211c26e9578f690cd0b5664c029c0098c819673dc56678e83867a26937f30a29dd7664733dab2cffa2afdd8faf20cc07c0e5f2fd9^Vp9|a>YH;/-62gQ{FE[I\qRq)mmwmD>,@GWNIx(zp%[_0ٽAcJzU=hɢe;QCp6m\ JD݅?R0 frpnN `T1*$bob>%Y[oQ݅PhiWI24#tqړ78}37o5]},{-,.6Xulք͕3T"ʘ>ivIz>p>7?7d  B  9Zd z  4 p   W <  = ( _8 h9 : F.G.(H.dI.X.Y.\.]/^/b0*c0d1)e1.f11l13u1Dv1 w6xx6y6z7\7l7p7v7Clmdb0.9.30150500.1.1Lightning Memory-Mapped Database ManagerLMDB 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.d9^s390zp35q[SUSE Linux Enterprise 15SUSE LLC OLDAP-2.8https://www.suse.com/Productivity/Databases/Toolshttps://symas.com/mdb/linuxs390x'''8`H7%_k8[A큤A큤d9^d9^d9^d9^d9^d9^d9^ccd9^cd9^d9^d9^d9^d87099b5afc0a7a7a11573cdaab9c1c1ffc29c0e016c299c68903d580f3f57123f242d516582ce196be9f9473c7e64de4a9741a6b5922bd049660e6c50f5f355b604df6041f86b0d6d108d6797a081d06219a1fe8b68ea5a0c97a0b7847bb61640aed9d93dded26d74f5e1d3ae20e38c9657e868ad07d2f26485db8c1f5a6d98d344e37b387e76a422fcefeb52d09225aa60e61df85d4cd08c73fec8db6f00cbe13b6e4d4759d6839f9ace97d11982cbd1be05bff1656329a6ef7c63443dc7e42250b88ff35bb887a418a20951d98e739487c62022650ce9ea8e00bfd2993f2f3c87f63656b6a12fda225b6f798c547fe89e3404f499e890b445761eb310fd4f310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e56948404f86ad5374490a9e44219770549cc14f092495a7b517b5590b30a0573dd3e0b5203875896b4b0a32e7194785fac3c404d7b2a73ca2cea3675e268ebbde732edcde6f25d4d474e9f09aa6cdc0d24ede54646b3c1cc99b120619f1f67ee84fd1f4bbf11447c63311795fce0270c99145397842587bea1e45d935a887dae748rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlmdb-0.9.30-150500.1.1.src.rpmlmdblmdb(s390-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)liblmdb-0.9.30.so()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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.patchs390zp35 1681481428 0.9.30-150500.1.10.9.30-150500.1.1lmdumplmmgrmdb_copymdb_dumpmdb_loadmdb_statlmdbCHANGESCOPYRIGHTlmdbLICENSEmdb_copy.1.gzmdb_dump.1.gzmdb_load.1.gzmdb_stat.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/lmdb//usr/share/licenses//usr/share/licenses/lmdb//usr/share/man/man1/-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-lmdbcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=73f7067bc7014a4ad3fcadcb0d534707c55f0112, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=10da76d93a05a1192563a942f1edb96b00163a4b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c31e60676741327b5e7597454dfc8114e9cbd987, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6094f2414b700d5c7256dede20173330113970c5, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5f6072ba757ddb3dc796a21902aed07ccc4953a3, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=15abac705bce199eaa9d4f8a6564a24660b63cd6, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRRRRRRRRRRR~2"ݪy9Outf-8b48c7350fd9a75b590d150e1eda39b7a186b2d7c347adafe62126cce2c2858b5? 7zXZ !t/zX] crv9w忖V?9 7ܫh9Cz)e ŷ-3zOK܏jF `"}[sI%X#  4Gi 5T$brH'-d*Ru|+M8Ԍ۵ftn`$&?2m&LVJh=l>J@t4e_-ٯV"S˦Eohpv>7o=īvHy?=gJDQ06JǖƋ{9Y{CLԍpz l9 [J>?vʁIsд<ƻTjĹ+m{W>X/SH2/_c\!6zMV)٨Z|_>-pVN5) F~v޳ CԲ+%(h`<^f+wjR80M"M.ZrJI?qtè;;8*c$KG{+/Bi?RES۪  ‘PK6 IZU ]Bo(Hs^;\B_T(pbؐ\W9z.DE&ªюǦ<17 ouc42aaqHNgV)!'(W@8,M@v&;*[F' 0ΥRTk{yO!Wyz>in +cq3n*ށEEo} f6t4!aI8gvF:` 7o琩49Z7`2d^tJY0fC10NЏ]"~n,K6d({w#9Jwb>0,XyNX0))[ɝ,jVeTaK*V蠉|Zp(bW ; 9rŝ#Eq5?ޫEyLO{?֯' OeW?x^=s^:፮9#`NBͳ%)xMp7Fal1"`FL\FGCB翀<- OOQȳqw!a1s<ɨ8tz{'$UK{^TMI\m\@s.5^B~ܴ8 e6!w_i!=trrNoӚ{B\+Hq}6Of   %QѶ|΀k D]5c4$j} *Z,2^ -W 9ߚkyZIcF~VR:yI mMcO[y}wV3+CU2*B‡I ᥧ-)}"~y8^o$r2j=sEtT@>$58 m*rjO>- G O}X~IRn!-eǣPU凅{ϐU{kb$F.`2ii,eX5M mZ^ YxAe·WJxe.Yo n4'vpҼ|Z6T͉N?@ |vcp?%uYP<os)ֱ+X!W%q,}F#]V59p=G[r4dȡrJPyIX00?-( xbiΐ/m`HOᣞHm6C%+]2\UF:?Tbł9ڒD>d4@/wTZxKZƳ^Oxhö@D$zX1=6Bm荧FSTE!A4=LeZuSAcց  W=+ț5bXMMĴx%{" Iі'M( vOf"WQ*F]v_#pt5鳴5eۙQ[u #,tR;7(-^@,KhG~vT ^Vt c r'kyvxOY9h8o!f=j(׭r:0?6?쯆ۯ@TB_{Vm;kiI, FSr%T- *>n]m]vF!ⷖ"71{ Ju !3OS%`C+jF. .[} j >N :t4z(ށo6tGB'KӚ+Gv{f \O~q7B ˉZ%id NpD-| X1Q8gZ)..#XB$f:(8/Zw][\$CD=:Nr=c&5U?el +9QH`If=4{*\8UndUp8,jd f\I:E넣(>c -s6@3VTXOM@=ՐdPYŕ/ix: UUOVG6-/CMf(pϟJnpY&+ ΍)[0:|Rve^LV`ō{gnT+Bu *ҵbmjP^ukhy*+g|\!l7ʁ .koȖKZK3%=q3[ɨΗUwoH3(Tx;.׿])i.{?<8!"}xZhւkQ2)MaãRk+'hx"!W|mWDQRkB&> 08I=3|q~?;!Y Ų^ \׺|5R`:;tVF3͡[tT]rWl+2z K?b#z;+lݚxJ j.f]2kI̥\r~,% ~B&&5\i!ornHI3{X *[V9&#&lوaHSjyE3ƕ1\̀nZo0(V3ӜcD|*Ljrlwxg+8~5G9p MĮCh c(J" k_ވ'tֺ4C* h2PhthC]5R ѽsvRmsv$PbN7褚v2v9a$}kmnKͺKe黠=Y$WH{ 1xV~QϚa?Lq~H]0sq@r I@WNCd]^ٳG95-w)A, V %cLg6Ay^ IqMunx)WQ1/b~f)8 | ~ VDrZ}pKljmzۂk$v{8LIMpBR19ߏܾ~Ox !g7N <+6D.Z8M,=-+G5UKV@HU 5bn5`6ē5:Н6/rX)#>NyaR;w^r4!Ũ#zvPb˄w:*.Fʈ3fk4/UxʨrPELMFh<aLYש*v3me̒}Pt68b= ۅ4o?<؂)8FCV71'||DC<ϔ@)=(<Ӹ6謆aq fx͜Ѵ*aT;#9K+?k ֛gTݧѭZ974sD GmϻXe2wn%z2Y>1udpgΠpS3U .-,"=-bK!J=^V | 1g)*ƀݙS >DQ*hlTPV  ;B ƌBE9]7]nvOҼ:gIQ@E^T']3JnAw4]oU63J}ؒ;30bvq {B@ Lk쿨7׈ˎj1]7GRپl g^jcyּ-pXfc=Pr&26\B#d7g|^0~Bl-_ЍL$?zDHG) (4!1{VLFUfUD)+A@\{$O/"Þ/uFpdn=A|D po8BUG82usʽ-zaOeN6R/?񥳷cp̔ӣЛ/0U/^|RȏLee=g&ݙoy M[vT j-yAZ=׺`xGL=~;>ʶLWru,: #\E.I6ldB uZpvwJ@ip32V+]|Q鳀f=E, :X`.3 3IxRq">حYG_.ڜ/eZ"7F X<Ɣqd3@`=Gܰ.*?8d͋i>K}={ uE2Lrj@|nn-1ح^Mī>ySln||j Z\Vtd km$\MvB5(%f;}a$9L8 a=}XhС#a=pTvC5njhw;,]s0,6MP/"QrC)ghb]o+tR{3b$ĸ%l9 IC}[D n^N)P0n^פVp𿮮W=X@GDHa k;Cg2oDLj ҆mivv78j9~=.4;T"m> fK4ԨyTH :pHN9ߔ4~E-VɌ::*ꏰ#.)vXV͆3ܐ1[ spBm\7枓)锁^vjcaU E'+%٬'`8R*+]XC~\; eQfi@\>*QC2SS=bIl Lz*._(f*|aց"0R?SDΏZo=RGST$#x1&?Q7||l{)b1=[S%ܤ2gtyQ%Qr_*Lk^;ЪVg09 OJk?2D5@ZnBV̫ dtǽ<[FePÕb,C\z h+86V95Am8mC:^/FBnosB;58YsH#,IM31;f@?-ɾF 5XNw,>QDޤK:%Z% } q q? zSv?3  rP}ĕ?]fY;y{=J-_w~2M{4MEc ~s" αOhyv: T77y$\.?l0@֌͐Zrւ"`:OYute n 5Ft_n.> !%.'1~tB~ k($0J`}fDn:qGʊ#]:xƷ &* 3W$S)[!;yeIz(M2>U[9Slv?)sR,g)4CG Q:U拂FՋ4NJ& uG+)EkT oK\nZe>R6g7{+&Vx"=6\^u Ⱦnƒ#߃uqܩ9P _ &dF)d>w5C`sdzd}vRF]ti\%bdQm1:x5twT*&e[NE%u |}s[<7d!D|Tŗ}i Һ P|X.yvHV3gSJƲ9Uu]T,շXţ\gqϨ8\UcU|5fvL .,.תm(S gp;֎/EҗO3 N2<6kh ѴP-2&gP\JrzC,K\7'uZ{IQa4#f5cN NqUZ-L/Ƅv:B$6g@7Hn+Cl8{jI Z>zRi?8de $u"-Z.K;s(G`{/  cS"P|$[vx#aķgGTg\4{ywh?YJGT*嘏f;=2:%K)k2Dz^g3ζ=z[ 灢e#78b9_ "P+eS3OZBS1s?R_s[ pstVSů1i:֢ͱ Qd'Ygdo{H^2Y$XmT)2aKP,غ(+S*%'w8c6y2b]ǥadjvn[ҭh]y-mlCS^HvMܭ_ejx[ 1دpT裁h7kۼ.3[B,;iޟ^z+3v x2`<صz) n[}^4)b19M rWG+Dq(&R},xy_UONj2GL"?(MR:#ǰU"/ +\ZZWC6i~?~5Xq`W\h;>^rS~+uZ+ ;#VxL7M1 V>LCm HƳ*mWmZˁ"yܗsA E >,feٕa)2I|')5{[R%fܔUpxHB >z(?=[b-@=LfFBS«65ğĨ?_#Yƌl;?qΔԜB-q1s$kFZt}!վ_{M\Nu #4JP$o^z5!cիr4]QD(nj_$.Ugf3?u(c/3.:qU6g^-jZw;)#㸠_5ê32|@3oJjԼZ:m!z(nhO\ "+\^{J3#DZe &KGyd&ln4Q>jO5vƾߡb7/5$JĻ9UA/K BIN}׬>]*/bG1YRԿ#$TY9ִTs63"k~\]f [Km \psԫ5}Ŝ>#[.QNkeS"9/IϹp)./<80W{6l̙shew2OQgL)b .к `2n&Z:N1 YѷA#/˂ђQz޻Eg#txrUh:wzƙYM,Y_vTu#fMK&GD`= vYvGwb%ORY;M}#ʡ0CH]}<A/w_ͬ'{"\GHX=d&Q7<'kMKSᦟʜ1f-q_\zEr 6G*%շJᖒ>^wJ?`i4~plo~%̤v \G$Y=fϧƗfYًX(FMFqf2_]XA#t_SP:2Z43C3jFz_M`L7JˈnTX{wI{QLWYzql 45KVx;+;R`` ꧯzxJTm].e#;AdTP]2F!cT=o0KplZ<|q~u>ԙ+DTO\fIZ5*ۖ![ _!nu 7#"Op~wQ_jw"{";6&}2۽ #1G T^+4#3ߨD|SV)bܖJ{gFR񄇆5x~ e\f; ~ .$6:m}ASCqRTNڒ6ƫcPmp~G6ٮ_&Ŗvob\82vol% ,#}A„*֏HG-EhN_递m%(dUh9LqƲtQaߴ6wu'OIJypdaQGAOzәW+6ez9GآKD`02sྜ5̞28beGX@rXqr;.aC=7K&yho#\/._T%r"L/| ^錍WN.\]01mlj1Xɨ, ܰgi6.2. =":*=k7>=hNM(* ]3&~jhx7>n^C]:YrCZx-% 7mug] ђrFnWǯ4O'rg ^i͡$im rm9;+ϽlaEkZΙj{}(ĪɀvڧIF (SPrz:.i8MRunFxb ođlFҤ,F_K%ʜ'XOrSYJvNkSRxb#ۘGSG<\\[ Y bB)Yo rS_{9ē`nx-zDU 88@vPTTjǐFF$2]p.*Yx7ʼ?T0mt@X0cf{<8]0%/ϸ-.v^ڤϖM)Z4,s͉aTEi女( ߥHSljW`dIVw@?wDJEt|!tq9260BD#K)!dWp'm \m1z\4) !ZE۟z 9Q:7.IVpji"'AĈm8-N T:sA3[gYy,>&Nh +1ʨ$ICEC-fMt ,=7%&2Y5nA}\U7X<f2Gd -rRܰoD2TUi]0]X#Lδvg$ 2.SgbşJ҆!Y>OXN,I4JͶ+9FMYI[NEQmrg@ds!U JL0xݬ\l\>Rܞ I/frf5=*?H3_(y7+i~iw+7Jsѥ?^MR9ցٛ_;AGOMT*, =#b'Y.䵾PxZ_ 5oޓw k[\Hu8U+LDחo-j8wa/~?Ckq38½gw gr;-Lz-3֙rydӽ>piВzȺv21ٍh pVM2 2E T?3LWzTT"5gOd8fx6.1zYx,y-A:>^̩CrI[/F3R_ПV2_ΰN"!rJ^+llql/zyU}* +Q;sRR.F2.vww$QjټBJFGc-\9M&sKW}7s#0Z@NYc?3*/A81Q\rE^~Ir|.]; 9SC|ZƼ?jUCFprut%"Lf W\?H9tu}nHCieMo|:'Sr!?as9PB=1ɌvsP2z0dua l*k$fP gŹJx6rr^z ?(gf9;4zUa˗? cMtR%;8ZׅU:V2 ܹD)1=b g ~Iά.(pm(]KYs|p`|&۞q>`r*"fKڨTvz+P-™ !U~hF#goP=p*;Fd+ jլ{ʅj!j$x3!Wavfupd9WuyR+x"@yo'1-IW]hMm^\p{'v.a ACdE2cGV D'S-[oo(j[& dS"~īBqnH63"1[ۖu)P?[sR0G#o4!rQ+u>0d^aj2䌶/qXsH"fbѿLE!o [#Uz=0Vj/BӽG'7 2K0ǒ啯+#RcC+`5,/9Űa`YPOzP pN\d1KE%'칪a7-hpf.bw{7 k Z?YUa~>үWs _fK5}tMl^wdU=]TmFO?ldzR0a]Jpd*I4l=¨ C7 ^j|Myhz:zTb\9VA6^1 BQZQNFP6f^vgn]Ir))"c j9-{8jlj&-f|F\1Kj#S>c?xSsӯ=\1cF˲p\@Z;Ո-G]k:fֻw %Y[ֿ8-7n\.&RT%^mTB,C(ÛτM'd΍.ţƲGj )ƍʆ X0No,2m xi YJk&c3YǕ>170.S~ҷlA\gFPdv,ÇY_u8% -E[HB8s.)8~?Òۜ=9׆Y#+s-\^!{M = ?0V]tHPCPCw{HȆuu荓a2c۴uys`jy_a{G4 )<fai!j>U#%n=5X6JC廼߼x0"A|mD1+5ヘAx`54oH~f $wQ&-ta V b{!Q.&q1$+ tԞyB~02\$ V\etL^̖~,oN>0 NOB%[Ko+V 'uOZ2Ǿ\?њԿ~-R~c3.-Sʇ+- ~KP㷴.ȐU:g!( x>QӳDk0) @ΑlIGxd026”Vθn^#Nj>Zݭ" ,b~~Rd]LJqF]2[!n!*|'=xx%'r!FnX,P_D\F$oic\BfUrC#߻ @*iOPɃ}'InGYz0ww3ejȹ[-? w=.XYMDS迫j9XjU"U> )g9F`̽?SSKe2<+2,&bMh 8ثHE%P23ADk1AT (\ԇ]}lȾLܮf]Q|OTsٺ?`U~eRiP;i:cْ(q([Mssa~4uϑ=j,x+ΒAE ?bKIO$RtBHysنGWp(`|7 Zcq Q|ÈR'R_$r YZ