lmdb-devel-0.9.30-150500.1.1 >  A d9^Xp9|"2fB6PBT6`vzB"~VS̃2^-f015d0f4577528b51c6c62cdc09fa06501b6e1a07b84e0da1621bfb4b1a9ca8553c113c9a59192e4190ff2245a7708108999e1b4tdd9^Xp9|l P`ꕅyS ,{=2h,mލ\D@hdEcp@Sy`1%[k|"ç )Av6 #^B!"hi]=J_Ѥ%)VU7Y\ c;yႅHM^}ŝpQs(cb8$uVJF|NlTs%Iۇ PO^k1Ju]֜f$"z C=E$4>p>,d?,Td   <`dpt    & , 8  (Xp(8$9`:F)G)H)I)X*Y* \*8]*D^*^b*c+7d+e+f+l+u+v+w+x+y+z+,,,,PClmdb-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]ibs-arm-1" SUSE Linux Enterprise 15SUSE LLC OLDAP-2.8https://www.suse.com/Development/Libraries/C and C++https://symas.com/mdb/linuxaarch64! ꁤd9]d9]d9]5997f1f3d4e268a4c30b65e8312d672e50c0397c985638c57e79fa9967ed440662c34ca528cff4344df7717f7603e46a238b7d62a0526de01dcc9b65765e9c3bliblmdb-0.9.30.sorootrootrootrootrootrootlmdb-0.9.30-150500.1.1.src.rpmlmdb-devellmdb-devel(aarch-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.patchibs-arm-1 16814812080.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-lmdbcpioxz5aarch64-suse-linuxASCII textpkgconfig filePR3c6EuzTRutf-8b5c8818af33cb8fd00f5849ebfe7d55c3d7b854550bc9602dd72c677df85938f? 7zXZ !t/$3C] crv(vX0~ΖϽ}}FN~qG@8NN: Z][Lv?W󲜳CShoDG!W lAަܛI5}Le}=Oxhb@䓇?Bu irӅ9 М *$ -v_ub1Hr -:&3g:hlDοZ`hC؟_#yq~LL=ՓW`Q@P0oZLOFG y3JxHu7ѷ7VDSYsGK?Lր,vG:n/.09T8Y1Ej[ _"\SkW׫UkGT>ӡB:Q#\[t/ ;  YELHX'8P5zĠ 38w8Pc5@-DwORosTCln]] P^ Lx/1P#'LnVq9::]S H:n`%/BٵvafR\nmen+/K%H{{.7({ܘ+/GJqWFe<䔊NH2@u12YLgoS  rg.{E* !~L1x k*|Ƈ9^Ҍ{"zS*KIƪ#׷mЄCUGbJWwVb Z42yDzx~*$Dsd--< kxXwAmY->mz;|VbC/DsU@؆'CX1/`we;IËoS*l"pmf9cvJ6\W %y 6ВIxFħGM> |"IOtLpw3QڞYfς]?RKֺBu#~G"ÇnCeSi60owCqCe!}Rn]kĈW𡥄P1 q~{)Kjs.8ml!%Co]&F+>Ul$PT`Z!:d(h48P꽫)i~W9T)9.IKC~=uW8cE5/x ͮ$t~=#΃_,9yP^N?ZaluƭZ/ M<]b#l,Ņ{IWUɄa:7<[֠7@GnO ~l 0i> ',7P:͝!qP%l2֞2%DŽZ@Z]؈=n$Bsq@&E @>`dl+e9EU[`oe+n߷='JlK&F*72O_}%u25cJfTdf5}Xh\w]pɵXRDsTΧd*az,k o{C+ccn+(tځa3|),aV2ӵ#BO dYBrj1 r/"b=[0o 𜥇/#$+[u{a{IRUp[O4vu]ʭ}$A%Ч:.,5ɣ \-pY^)LFr֑BH:Y(< `B\n?[$)#7DT|5'F~yF삷`׿|˅I!cMhT8Ew"kU [{\9~ 2bdE6"r",4ZE_:đq1ʸС31,8N{F\aQJ&OPK.so,PBN0FIk&M,OY-ܲ:&",j[t"kЩucҷy~0 HC>`+DF;nFK3W\Fuf dѧ/u=X*f d4/4*nBSzoS`7&e v`V'sim ,t5_]h_ɜ :$ʕ }ogq4ᰀIuMlꊜ$Y~` -wkP1OyNS^~aYA^/d}8u'gUMn啈2{/7VMu[)&JsQ. Z ODTg?osE"65ݩl:f@ `GD%!"^:6sIJ@һI[I⚭@A#^i+, J27E,/ȃ־p)I_X]~*+D7`GǩjՒu3b)!RFa43lBPW.(*/ƮZ.CЯI;(Gr7i 8&n]~3t/egPdh̔U1Cl5EP7Ψ5#Vs_,/CC ']، %0 N$p91i4"ЗfcǯD"#T_Tē Q(t_rV#f4څU_:rQ4M\;ugK^c]HlosRPi=&2 bBt}X1n*yEx-,ek)˝"z%?!RyA9:hPQl,S'z_;!`b94nzl»naD4v堊(VW٭޺!~O?ɑU-/޽g.mVĸ6 I$̤o! -bgJ y]J:@rgO~|UzY$Jkr+b[k>.kpR,asH:W8|$`Ŭ$e7zMS JfQh_TAH_IS gX{.W@j|xmo nj|=(_:1'!n̹תe JĖz>aUe 0jC n[{4xһ /p:&?h]%ه%lG1tCYOx N1b֍52<Eh/gȉEH)\vyFgy-VO wK= ăV/;R]aJKVٷM}an˃qBȹTZ*TE g.[^њo 7)`" ol0uP-e4'ftp:f[ ďgr co5UMM]UqR ?Ra4TMx^tB┕Ow`TGo_VGSiE 'Kڷŷ,Uc8)¬6ʅJv09}l<v{;E!TDHΖSSb2̚tq#>S@{/D&g~8|I)#ڗ1UBj&p ;*& ^kE&Ϋ,XR#.PqY]ϐFq˹hZ2(v\iq'\^` ֚qb0Z_fa-fMJŔG(FR؍Wkǧ D"tx%~ܯ>5-{ ZtIyv<~y_>MV@mMN"g_F҉o$SZnDU\hwLK]KpvjS;?z}Chj &J~sr ]̝.ؾ\kq :v -j)^ĂÔ/M}OY_<lY qMd]'- ʦZ4(F5C-o9UOٵ(n|7=bk}m`9$GDWLN$݋‹%mr HR~goxy*g:* / RK$:yѓ,Aq=PVH 1*v~GR~rl1)u/<ROm%Ӟp*UeƫR2[\[2o?&/D~ c‡Rb@Dۮ4#[krg6\k0fCweh=ξlG7f2]{kG !Xs QOxBc?!kALh] ȘX.{rVh dIoOio+ZgrEԜ;#9㲈 3f߄r6Pq(qqY?; UCMTݧ6K#>l-~ 6s0~^"F;!DgU]|Wa̟Vf9󬵎sK2y7? Hz;?(G߼9J7aXJU@djH[%h--mbBBe?4^!@)A8 ~3dy_ϟ1Ӕk5q4Hs`7+H R_8nf2C.̧ LPd)Q -"qsD\JE6couhHmgz "{aʡA8 =DA@}̠p#*<ȋ,J luZKv^6ͬZI(#IeyͲ TxE<;`oi`F*{0|;J6+]i)bm:,Fg DZv^QÁǫ62:Z!:2-aM<(P=Hkqs,퐮΍ffm nf}ja~EN.p M`u\n;PJ{Fb*D*2!7O^uI˻)^KrOܞOi2^) ;D:a3+ZH݁;!;ȲÌch"]zϗg -*#AuLeK45Q R4#Su]o_9Mg]r}U]ef"]gVj#EKt:6Q٪'d--A4ʭzQ+Z ,FA0%T١'݃%@aR` bЛ7_E3.лPQ{&۹֩mE()D\k47)&Ac=G#T86<Eb Xgan)}TTJ3;}s/wQ|(oj\L*&ԿA_=V<Bg65=kV1 t1 S+`p(IMsjbT9+; qGH?}ƖzKf;N>߱#V/>=?pRUp>¸}ʪӌռVd̵/݇^!B{KZZvբqC&yH ͪfRlZٶȴu }f@ohˋ>.+-C];tKg7hf%?W<=Pmr+}\Ҳ5r "3In'Ee}57{ _ kuX>7)R$tFVTs k9@ QbߟatJ gNbTKoXd,T7M h9n(ĭӁ0+("PȣTmV.ʜZ=ȧ[@UTȂs$UP"o7%HDt$~6\Cc J,{N+g0Ϝ.RؾӃrMDjLJyuivT+;oaN/L5GC:CnbXg0@eD|{`u%S[' ~GDlX?}Aоq8t4㤽td/1eXɶɡ$ 8-eτ Ů4llO\[(7w6hdAݰ_]c &/!ﴶ;^1kW꺞:R a}qQ4bUw6m0h"ޕ5$ejjgyf\_Pq8ǂ$0Jt}Cj!8刎I)r;zn*GU~cz  @ȒD zx6ILqHp mB6~&Fel4MPtΌlgƇT6ʰ_+Y>ZD~(LB,A11F"H!~7W0/c=Á-V<8 IK_=/㣮&x6MzB`yZFTzOʶkUM+mྥ|?{2sil??ƛYFh 2CM\ ͒X~cnT*. eFby3iW&R<iFKP.IZ<`vzsST&n9)?G1JorhЏ.eHj&BK q@$GK:Z؈뮪+LZިh= /_x7Ff||Ȕ̫S51C- ֕:0f -YW\Jݥ-n/!Q9N5kZbfPc N?X ($YAzC =r4DCL޾Ygh{}'x7X w48${Qox@7V_4cLRl IR%ӿ0Rr!;w*nݓg<+_8wjfh^S./H:?V-u5y4`oFSUW,tC8 ˊ# +9h)<^ * n#ں.ڶ Vtډj#lbi(qe29ߟ쭪$v8&.(Fv j~u5h Y `BݪU̕XsZaz27f}kUN\\Oue~܆e|/&$i3V+XGJl|Feڙ1v]Ќ./2\j 9ѹ]z$C5'f;G}IovYE0 :!JϞoY eԎ7I|Fe NySm0Z*B]Yj+.pqͪPaZbbz"Kv?in,:(1Џ/(,9 "S!G%D빚 "aIԾ)~|9xq; Q3UJZH#?ma‹?(Ш30WhS|cI"ky5fG-! nⷴbqӃ=KHܵ5^1*,\,큠Oj#T֑HJ*3([ u8Gye)([dU2&^ʖS<ʕk_LX?v}dnVTt(BPXzVvf)%gFc1v9Qav/πRgh~{y.PkMg(νr%fޠ%Cc\t9kSlY+#jvg2uRj[tTO7v oH99Rd"*$I0G%~6QXG'Ӿ)mեrW=K€Yd!eJ eS_Z&vdxW@m°JJ%N˲5 AIb@HE{GAj﷤4Į ;sL\"EgD.){&'β*>i7G>B;-Gc-9Eګ~$q}r󇗊X ?(9Qc[&`hm5!<60f.a0#D:!`6G;yJuC$} D+c\{&SCf5X[ƒkԀpzQlmz*:A  nnc,=$)|Ƴރrg2khGUb]YW =Qy3$v;tc#C~޳xAQs[I$}{<=KypcɅ'"=q;"#eA~C:n=}f,U)SCF_P,XΕu-->Ys˯L⮺*Q362K.?,}q,)[ep9_Hڥ`nঝ!~>C ̭=~i J.Bڅu n32@f%|t yeޤ;/l kSK4M0l z[ƮGN57>q@ c-5ԁύ]Kbrm ;p&ܻ2DtVw>ǂ)sq 4;=ވƒ}Ն1?TZ9`֡ނݣxy̒o a!FBnHߊ/@41\ɓrLZV'C xAm&!M6d3BDp5[mX3ߐ 5~\EGڏ,ydžRy-.kHLY{,"hqks3CZI4 r'q&!CmDTd=k-4Q^ҵ`QߊV n M^]^dQ<)Ƿ) nw%Iqm\ 64 hqΩ_a;pf r KC^ccֆ|؏pr֧ӵj( uH]oTv{+Jఖ{_ʗX32o7}NrC1i;4 <oD34Ü8~AN'`#\PdNj(FxAWrS\k2j|%l*^t7F;jvSo{< zr,oKAc (f;Yqi@=_\m0s۹ʐ ԯ vݍyiV1@ߚV%Hr~a]Ƽך_;4*gʿ`;cS"  fcBbQT4b%WxV߁,UMPz}cFblڸSI%(^VNNQ]h߾rcaNKێXOi* 6N'FF\ZiSf^IV?a]mk J(P@M^|9I ءC77<:kȇ2c|G~2_9i^|׍ǡ0 $vU:rqCݔq\ӢÐTJ@]X IHBj̭y>nZϨw`r],v0/zTBBԖ}k<  4SŹ'P45l VKp8ZyL-&,U)쮯^h%iDGD&DE]IKiLiM{TSÔf,D~m69=;hnz=JG z !24J2XOw֯ |S}&+ġm̠-V AYR8^6VU7:=(?8S¨8o+߆]% T"/{ 1ZGCg +t)Hbf3CeQXz8l>*KЗovo:G+k+3U 7i6:pAV@qT/gvз}n8P.eanx J*lr1y#\O 䞽LGVq&U[(~ jiU!i>Fn7ҚX|WQP @(DLЏAQUj0n|߾%l/2,-¸CiRȹdj:%[5xǴb=ve:M6aCyޖ[U f8lO%=vD  ͖I^ [B\Бw U,?:6#.&l,8.GAEE5Ig6o5U4T3NKfP+C>ycW`'JG2I~7WH!L<0~}4KDWBRwiRZ]&7H"mr dY&nQ)J}Tl91{7%fCALgJk Hy}޷]ء8Ss jZn[UI'&YJB>`|c#S@~qk̯: 4&>Շ"FO$c 0CF+-9}I73N#(dU`\˜Yd3_R \n XԞÕ:E7 a':-RI*+N1lv/&I&پMR0Nv2jz5%KS™C>/ƬE \ό0Rh#!yv^uHFԀ ;Jw'hM"j@/VN.)D00ʛ{V$r`.AI}4i䔡vgu MQ_KGN Or됀sYs7 u'.4p09- ]!Ne)q̀Kl=}h-M 뙗˵|ܠ;Gt?0âQͽ"70ɄoY*:cM-]Ǡi/.T-; eq_}D7GzKaoh#-ujXBΞݔ]*1;׬}tn%"o9M)qNVFoVLKgR{/@d$[NخA\quWt֘NJ6$Շ*E|Rr8<@%`s 9s'U{ڸ `]"G$o@@=)֑+ ~犢f%M>Dh]Bn.ߦNd)6g.ARmU:w&BZ.BC$Qap?O l)D ~ncg$TMF+Wݯ=xЍ[J{sގ%&gԀ>u@Om,] aI|]G|/3!ۜxo(TgVԋZN*hk+k k[|r4V);~ǬqouHSGD^A3cgHR}<2r=DWh$_)Z'hS1os;kUn^ArYH?m逼i0ĊmE` ~Gi`'4pliEJTc۰rxjM, pIy5XNd)+/!}ġj Kr?(5GfVnq5> r %&6z2!YsgR^MirsY jXXْě՝QIb/ p4˷ڟX%B?g}vUM#(bxWb1NvTz[*Cch&eS4&zVNozma*/t 6%gJڄ