librpmem1-1.9-1.50 >  A `Cgp9|fCa.7Eƕyݘwˁ[%(6fOq yG ӂpeCiD@DXB-}_}60TfnGhȡD+3xxMZ!RèB/A\7shA'^Qlܜ-uÝ ?hfX,aT_ƆF7hXR6ޝ&rǡQjG\LO^߳U`bZsF7xd͞ϝRQۘ(T98_ L&SQ |b> h~ك$VkN %j| &>p@DT?DDd   @ )JW m~    T l|$(O8X9:>@@@F@G@H@I@XAYA\A$]A4^AfbAcBOdBeBfBlBuBvBwCxxCyCzCCCCD@Clibrpmem11.91.50Remote Access to Persistent Memory libraryThe librpmem library provides low-level support for remote access to persistent memory utilizing RDMA-capable NICs. It can be used to replicate persistent memory regions over RDMA protocol.`Cfsheep07#SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttp://pmem.io/pmdk/linuxx86_64p{A큤`Cf`Cf`Cf^wa5d5ab49e8a3b8c4293f868c9079186a34e2e18b3cd8b9a880197d872d7d53f40ea6175fe24356afa5ce04f48a53830db6a038a142009fdaf576de9aad537c0clibrpmem.so.1.0.0rootrootrootrootrootrootrootrootpmdk-1.9-1.50.src.rpmlibrpmem.so.1()(64bit)librpmem.so.1(LIBRPMEM_1.0)(64bit)librpmem1librpmem1(x86-64)@@@@@@@@@ @@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libfabriclibfabric.so.1()(64bit)libfabric.so.1(FABRIC_1.0)(64bit)libfabric.so.1(FABRIC_1.1)(64bit)libfabric.so.1(FABRIC_1.3)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.4)(64bit)opensshrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.23.0.4-14.6.0-14.0-15.2-14.14.1_*@^E:@]n\@\\@\O[@[@[s[Zc/@ZB9ZB9YYm@YTXDX~@X~@XCW~D@WoWKVV$@Unmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.comnmoreychaisemartin@suse.commliska@suse.czjengelh@inai.denmoreychaisemartin@suse.comjengelh@inai.deopensuse-packaging@opensuse.orgjengelh@inai.dejengelh@inai.denmoreychaisemartin@suse.comjengelh@inai.denmoreychaisemartin@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejthumshirn@suse.comjthumshirn@suse.comjthumshirn@suse.comkrzysztof.czurylo@intel.comjthumshirn@suse.comjthumshirn@suse.comjthumshirn@suse.comjthumshirn@suse.com- Update to PMDK 1.9 - Switches the default instruction set for memcpy, memmove and memset implementations on x86 to AVX512, and introduces numerous performance improvements for those operations on AVX and SSE2 fallback paths. - Optimizes transactional allocations in libpmemobj by avoiding one extraneous cache miss and reducing the amount of work required to perform a reservation. - Introduces a new API in libpmemobj, pmemobj_tx_set_failure_behavior, that enables the application to control the behavior of aborting transactions. - Stabilizes support for ppc64. - pmem: mem[cpy|set] optimization when eADR is available - obj: detect msync failures in non-pmem variants of mem[cpy|move|set] - Add patches to fix compilation against libfabric: - examples-rpmem-add-missing-lfabric-flag.patch to fix examples linkage errors - common-fix-LIBFABRIC-flags.patch to fix daemons/tools linkage errors- Update to PMDK 1.8 - Introduces new API in libpmemobj for user-assisted defragmentation (see pmemobj_defrag man page for details). - Introduces experimental support for PPC64LE architecture. - Introduces new flag in libpmemobj for opting-out of transaction aborts on failure (POBJ_TX_NO_ABORT), along with new variants of existing APIs that didn't accept flags (pmemobj_tx_xfree, pmemobj_tx_xpublish, - pmemobj_tx_xlock, pmemobj_tx_xlog_append_buffer, pmemobj_tx_xstrdup, pmemobj_tx_xwcsdup). - Moves out libvmem and libvmmalloc to the new repository (https://github.com/pmem/vmem). - obj: introduce new statistics useful for defrag - obj: introduce transient/persistent statistics enabling - obj: introduce pmemobj_tx_(set/get)_user_data funcs - obj: introduce pmemobj_(set/get)_user_data funcs - obj: disable workaround for offsetof() since VS 15.5 in public header - common: drop support for libndctl < 63 on Linux - pool: rename -N --no-exec to -d --dry-run - Add gen-doc.sh to pregenerate documentation in pregen-doc.tgz and avoid adding a build dependency to pandoc- Update to PMDK 1.7 (jsc#SLE-9886) - Introduces new APIs in libpmemobj for managing space used by transactions. (see pmemobj_tx_log_append_buffer man page for details) - Introduces new APIs in librpmem, splitting rpmem_persist into rpmem_flush and rpmem_drain, allowing applications to use the flush + drain model already known from libpmem. (libpmemobj does not use this feature yet) - Optimizes large libpmemobj transactions by significantly reducing the amount of memory modified at the commit phase. - Optimizes tracking of libpmemobj reservations. - Adds new flags for libpmemobj's pmemobj_tx_xadd_range[_direct] API: POBJ_XADD_NO_SNAPSHOT and POBJ_XADD_ASSUME_INITIALIZED, allowing applications to optimize how memory is tracked by the library. - To support some of the above changes the libpmemobj on-media layout had to be changed, which means that old pools have to be converted using pmdk-convert >= 1.7.- Disable Werror to deal with a new GCC 9 warning.- Update to PMDK 1.6 (jsc#SLE-5400) - See ChangeLog for details- Disable LTO (boo#1133276).- Restore pmdk-tools package- Update to PMDK 1.5 (FATE#326234) * New features: * common: unsafe shutdown detection (SDS) * common: detection and repair of uncorrectable memory errors (bad blocks) * pool: new "feature" subcommand for enabling and disabling detection of unsafe shutdown and uncorrectable memory errors * common: auto flush detection on Windows (on Linux since 1.4) * pmreorder: new tool for verification of persistent memory algorithms * obj: new on media layout * pmem/obj: new flexible memcpy|memmove|memset API * obj: new flushing APIs: pmemobj_xpersist, pmemobj_xflush (PMEMOBJ_F_RELAXED) * rpmem: new flag RPMEM_PERSIST_RELAXED for rpmem_persist * obj: lazily initialized volatile variables (pmemobj_volatile) (EXPERIMENTAL) * obj: allocation classes with alignment * obj: new action APIs: pmemobj_defer_free, POBJ_XRESERVE_NEW, POBJ_XRESERVE_ALLOC * blk/log: new "ctl" API * Optimizations: * obj: major performance improvements for AEP NVDIMMs * obj: better space utilization for small allocations * common: call msync only on one page for deep drain * Other changes: * The libpmemcto library has been removed * obj: remove actions limit * common: new dependency on libndctl * pmempool: the "convert" subcommand is now a wrapper around pmdk-convert * C++ bindings have been split off to a separate project (libpmemobj-cpp) * Bug fixes: * obj: fix type numbers for pmemobj_list_insert_new * pmem: fix inconsistency in pmem_is_pmem * daxio: fix checking and adjusting length- Update to new upstream release 1.4.2 * common: support for concatenated Device-DAX devices with 2M/1G alignment * pmem: add support for "deep flush" operation * common: add experimental support for aarch64 - Split development documentation into its own package so it does not always get installed for the build service.- Update to version 1.4 (FATE#325145): - build-fix.patch * doc: update ChangeLog for 1.4 release * common: SRCVERSION for out of git tree builds * doc: mark experimental APIs in man pages * doc: rephrase paragraphs mentioning eADR * doc: update man page version numbers * doc: automatic master docs update * doc: update README- Update descriptions from NVML to PMDK.- Adjust Obsoletes/Provides to exact version- Upstream project was renamed to PMDK. - Rename nvml and nvml-tools RPMs to pmdk and pmdk-tools - Update to version 1.3.1 - Bug fixes: - rpmem: fix issues reported by Coverity - rpmem: fix read error handling - rpmem: add fip monitor - test: add rpmemd termination handling test - cpp: fix pop.persist function in obj_cpp_ptr - rpmem: return failure for a failed allocation - rpmem: fix potential memory leak - common: fix available rm options msg - pool: fix pmempool_get_max_size - obj: fix potential deadlock during realloc - obj: initialize TLS data - rpmem: fix cleanup if fork() failed - obj: fix bogus OOM after exhausting first zone- Fix RPM groups- Update to upstream version 1.3 (FATE#322653) This release introduces some useful features and optimizations in libpmemobj. Most of them are experimental and controlled by the new pmemobj_ctl APIs. For details, please check the feature requests identified by the issue numbers listed next to the items below. Other important changes are related to performance tuning and stabilization of librpmem library, which is used by libpmemobj to get remote access to persistent memory and to provide basic data replication over RDMA. The librpmem is still considered experimental. New features: - common: add support for concatenated DAX Devices - common: add Unicode support on Windows - common: add long path support on Windows - common: add NVML installer for Windows - pmem: make pmem_is_pmem() true for Device DAX only - obj: add pmemobj_wcsdup()/pmemobj_tx_wcsdup() APIs - obj: export non-inlined pmemobj_direct() - obj: add PMEMOBJ_NLANES env variable - cpp: introduce the allocator - cpp: add wstring version of C++ entry points - vmem: add vmem_wcsdup() API entry - pool: add pmempool_rm() function (#307) - pool: add --force flag for create command (#529) - benchmark: add a minimal execution time option - benchmark: add thread affinity option - benchmark: print 99% and 99.9% percentiles - doc: separate Linux/Windows version of web-based man pages Optimizations: - obj: cache _pobj_cached_pool in pmemobj_direct() - obj: optimize thread utilization of buckets - obj: stop grabbing a lock when querying pool ptr - rpmem: use multiple endpoints Bug fixes: - common: fix issues reported by static code analyzers - pmem: fix mmap() implementation on Windows - pmem: fix mapping addr/length alignment on Windows - pmem: fix PMEM_MMAP_HINT implementation on Windows - pmem: fix pmem_is_pmem() on invalid memory ranges - pmem: fix wrong is_pmem returned by pmem_map_file() - pmem: fix mprotect() for private mappings on Windows - pmem: modify pmem_is_pmem() behavior for len==0 - obj: add failsafe to prevent allocs in constructor - cpp: fix swap implementation - cpp: fix sync primitives' constructors - cpp: fix wrong pointer type in the allocator - cpp: return persistent_ptr::swap to being public - pool: treat invalid answer as 'n' - pool: unify flags value for dry run - pool: transform for remote replicas - rpmem: persistency method detection - benchmark: fix time measurement - Prevent debug libraries from providing symbols- Update to new upstream release 1.2.3 * pmempool: fix mapping type in pool_params_parse- Manpages do not belong into the shlib package- Run fdupes- Update to upstream version 1.2.1 (FATE#321727) This NVML release changes the behavior of pmem_is_pmem() on Linux. The pmem_is_pmem() function will now return true only if the entire range is mapped directly from Device DAX (/dev/daxX.Y) without an intervening file system, and only if the corresponding file mapping was created with pmem_map_file(). See libpmem(3) for details.- Update to upstream version 1.2 (FATE#321727) + build-fix.patch - 0001-libpmemblk-cast-translation-entry-to-uint64_t-when-calculating-data-offset.patch * Add Device DAX support, providing that "optimized flush" mechanism defined in SNIA NVM Programming Model can safely be used, even if PMEM-aware file system supporting that model is not available, or if the user does not want to use the file system for some reason. * Add a package for libpmemobj C++ bindings. C++ API is no longer considered experimental. Web-based documentation for C++ API is available on http://pmem.io. * Add "sync" and "transform" commands to pmempool utility. The "sync" command allows to recover missing or corrupted part(s) of a pool set from a healthy replica, while the "transform" command is a convenient way for modifying the structure of an existing pool set, i.e. by adding or removing replicas. * Add experimental support for remote access to persistent memory and basic remote data replication over RDMA (librpmem). Experimental support for remote replicas is also provided by libpmemobj library. Note: This is one not packaged for SUSE yet.- Fix 32 Bit overflow in resulting in flying writes (bsc#986657) + 0001-libpmemblk-cast-translation-entry-to-uint64_t-when-calculating-data-offset.patch- Update to upstream version 1.1 (FATE#319673) * A new version of libpmemobj pool layout is introduced. * Internal undo log structure has been modified to improve performance of pmemobj transactions. * Memory pools created with older versions of the libpmemobj library must be converted to the new format using "pmempool convert" command. See pmempool-convert(1) for details. * A new "libpmempool" library is available, providing support for off-line pool management and diagnostics. Initially, it provides only "check" and "repair" operations for log and blk memory pools, and for BTT devices. * pmem: deprecate PCOMMIT * blk: match BTT Flog initialization with Linux NVDIMM BTT * pmem: defer pmem_is_pmem() initialization * cpp: clarify polymorphism in persistent_ptr * obj: let the "before" flag be any non-zero value * obj: fix compare array pptr to nullptr * log/blk: set errno if replica section is specified - Remove libuuid dependency - Update link to source tarball (x.y.tar.gz => nvml-x.y.tar.gz) - Add libpmempool subpackage - Add new BuildRequires: pkg-config, glibc-devel- Version 1.0 The API of six libraries (libpmem, libpmemblk, libpmemlog, libpmemobj, libvmem, libvmmalloc) is complete and stable. The on-media layout of persistent memory pools will be maintained from this point, and if changed it will be backward compatible. Man pages are all complete. This release has been validated to "Production quality". For the purpose of new features planned for next releases of NVML there have been some API modifications made: - pmem: pmem_map replaced with pmem_map_file - log/blk: 'off_t' substituted with 'long long' - obj: type numbers extended to 64-bit - obj: new entry points and macros added: pmemobj_tx_errno, pmemobj_tx_lock, pmemobj_mutex_timedlock, TX_ADD_DIRECT, TX_ADD_FIELD_DIRECT, TX_SET_DIRECT Other key changes since version 0.4 include: - common: updated/fixed installation scripts - common: eliminated dependency on libuuid - pmem: CPU features/ISA detection using CPUID - obj: improved error handling - obj: atomic allocation fails if constructor returns error - obj: multiple performance optimizations - obj: object store refactoring - obj: additional examples and benchmarks This release also introduces a prototype implementation of C++ bindings for libpmemobj. Note that C++ API is still experimental and should not be used in production environments.- Update to upstream version 0.4 This NVML version primarily focuses on improving code quality and reliability. In addition to a couple of bug fixes, the changes include: - benchmarks for libpmemobj, libpmemblk and libvmem - additional pmemobj tests and examples - pool mapping address randomization - added pmempool "rm" command - eliminated libpmem dependency on libpthread - enabled extra warnings - minor performance improvements Man pages are all complete. This release is considered "Beta quality" by the team, having been thoroughly validated, including significant performance analysis. The pmempool command does not yet support "check" and "repair" operations for pmemobj type pools.- Update to upstream version 0.3 NVML is now feature complete, adding support for: - pool sets - pmemobj local replication (active/passive) - experimental valgrind support - pmempool support for all pool types Man pages are all complete. This release is considered "Alpha quality" by the team, having gone through significant validation but only some performance analysis at this point.- Initial packaging for SUSE (version 0.2)/sbin/ldconfig/sbin/ldconfigsheep07 16150299501.9-1.501.9-1.50librpmem.so.1librpmem.so.1.0.0librpmem1LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/librpmem1/-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-SP3:GA/standard/b4e5d9d4fb965385809374ae59e1ed7c-pmdkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=262a71c3ab358e8f20f0bd7a8329734a8d5c4754, strippeddirectoryASCII textPPR RRRRRRRRR R RRRR RRE+`&sWmutf-8a3881948de1c0c4052b4b726e59c527e768e98d61cb2816d2ade5c8f044dc4ba?7zXZ !t/&eo] cr$x#Dd:.Jq@L[hYv*I11(ofZDVp=BB#=YcՍm8p[\L'm\BKq !YHX #}^ShwfoH$?|p< W;ؼgKFk-p&R*o`Yr|SVK|rӰ>,nA*"|-GcЬJ&>ɌEe.r~IC)Ǚ)PMؚD:n}P[giϡLijו?6~hTߊJol9zY-գhͤ{:I,w^EwIӻ GO::: t@'ȴAwb2{Q?M{[ k>IrUXV[ yMnV\T.&ݍ kxǍ&k{y)vٰ{{[AR!Q/`Y TK;?.y>pRG'zWXnxQ^(of.5QD OtƊ|-z+Jc\ 161@9 xԖvC!'%x>'YZ%!|׹@XJ:. V[˴>i"P7睌oJ0V<_oE&6AKwYf VDb53 g: zWTa0vf Q8-4P:EF{;|b =W~9^1$2|y"G*OwQ$2,2 sZvlWV`p`N*UHq*f\?;SU,`3n(nhIkՆBPHHЏkc},&sF45n/#NCHx,Qp'7Lf|Wй9YGF;ekD_tfǾ\Y)n/w*劖}^e@p"7긃{ry*+( vA^9vٱt%63sxJ lo޾*a&)!YndςɪFDώF!8C!C,`_ E6A ټ'R(&Os1xNzo -L\Oݜ(kT~TpS jK'oI=\D7Ygx u gXeƈ ؾY;5n#= /4^*SsAU\&o:+=I&QgL9J <|O??2UnB#?7ؗ [Ɛ9.8/}0r㩦:ݐVĚ0! {q=09e/Q^Ƚz-?aǿWFL/LYjPϰmGraGU$C1EbF5bl6&pF=qG$ʴ}ӗ#IT s>"@[-A%s!~O\.!9ܥgU*zCQ9vq64L]CĒ4F D"z HS &hI1FZ呵zaD{k/#ʃc;ᵵHRk#TpvRlt鏱0b6z{2N1?7gm$uPsxW]lG(#+DהmG_?m]ڱWbw)rbIq{_vV63 d"`vH bE80F`Ead2b}V7&j4$NKZ;QH~ #.q>DMƲE5M"c8Pהof̀3Y[U%d5tɉk;0shrKTJ琤;b !ԳSB?˩*Bz1aO^T|˵^]?^^Áca[,DB[̀>Ԕ[4vZysz`Fd <0,k KC]{) qS4oAlb;IOُGƳw"ߏXh0/ 4_-{1j D^w!bR u6#Ec>c`gڮhl`JȨ8mʘVgWFH"kH]$`oͽraHjDGE1 .}"{ޔp~$y ʀR]RT"-RXN|˄.S &M{qď ?[VMa6QyhHaEm\9>0agp1bu+OsԃSH+q$}]3CWQlˣS:jqCu0[Igǃ)XxW"GCpWbj:{v(|!vXpfkxAL ݾG),%>=zTJNw/EUj+iu8j y1m+aQ27TϏ ~eW@xBARElLqr)'`u~M~f n"[ %@{1$U£ŵT_ZQ=1yw\+!G2 r˯kU Ɖta'\ ?ۯ! v>D`"a:=Rw]V٧8IG~'0׊g5`Ł3n'=<mT_%t~iUekFܫ ^~gPk赠EDrx6wvA{A,0^YZVqe'A(7bD쀛{"7.r&H4W#=.{5ogIEP]Ty_xT:6Xhmbj?{l)Lm~7kِ KO".>~A9OLx0кVo/mf)Z4b\BQ !ߙwA6I/(|R ^|EȄj6qxa؃ NjJVncHHU/6Aߦgد"gw&T("ՎHUI|TV\2s<45k ( ?ôb%_{~#(w@%(L_ԏ8B7m=w$Ygp[iV`ӔP%sEH?tG.SlЌV&U *Na˩!?QnKaލ[|no^ho8* RR B)qLJyD!b X,Ze,Krn "95LHnPc{^ƃLUWRG-7l]ZȯrN9tMmi`As4 {:Lt!a3@:dwxgLZaݴ,֏Z+T%2SeLMsU wπi^c8^("]#ܵUAGAϊ*@Ó(gQPyC lVv&0P%6yb=J&+Ynhyf-#0!$.ʥ>.W֟ \%FFL0䅐Rvp䜈COX(HN9&G*v'rx+Mĕ&30'6sbYj|}M:.trR( {8^:BoC#]% C!e5ySh @s u<6h<ȶMʰ|(zɗ'Q/4,X kxm?⬏r=` H>: Qe03TYxn4\=~Q}owӼE('c&MHPԇ$o)\\xz|d?DŽr;c^*(p%,sHlկ:IZ٢'fư&00^[PdP1,9?H,?z "Y][Tnkd嘾(%ՑN彏t>Wl+H9=2dLvZq|ӟ@ d'eʍ4R >r2Ef1/wعmkB6dyGCUWk%hvօ1\Tj$-Q c~3u U& Q>WdMΘ ̅4'q݊&'mכfp`=w[p8s\MLPK?jWnu#{R:u&iyޏ.+41rO6סk}0!`bSߜ%?-2ʹ>6wx@[; ?+1q{QS(ճ IBB 3/g3* Q͢jhĄ-R~u4BҺr7ODx/XTf _m>u ::k)r p]v4`JҌ[RflB4,-WSmd\ |*zx?q8J"8 df΃?u)TD8 ,ˈᓟܦ@!ã"RZı/(A`猵k[1}P5MWb?ҏT-b̝ׅbǞTUpW1Apg2ֲtu]b+3 ȇVPX@͙`|rٕ#|S)Ԍmv/QBL˪L5RBxe#Ҵ#3#؎`ȈvƯZNW߃&G§mKgkN. c$2ݶ.ЊCT 畮7uCzzճ]JT-{zGlG-Mhݧ% OLwxӤ8|^ch+ DkrԤv1 ԏ~syuiP)D͎ !\H_S 0J5ΑK5)'f*e*\L K?=#y%󻺻ELWQX-9nKүѷ1)pYB\3{N]K4C(SrbE쉥İԾ;$^\-|RAϒqo$5BַGYRs+kN׋0niG nH?]T8K)3d.G\ U+pZV0RTtԴ@z%C. v̽ri#3/-EY_t˜>Z ̨AfAD]C2U"bXaEm]0 !w 4M3u!rՄH@o/p!R&ũfktW\i }x1a.QZNFBnh>t^~j:&U/)`*~M"Hq,w^-fQipR2u,e3y΅ jʏdC8' |P_'g~`F._3p"Dk'\NK5K>.c&w^ٙ8`:Hm\n|8E)pWEXH^3E"Y|a׳K񧜰>A+ʄy9 \LUJ&Gg H8\xPJ[!܈EU)1̸I)/%]׹'/N/,B'7!JҢbZj}dzr(Ю}P ʠ\P_)XVzuCK3=$c߈n'nY`1"&j΃DfPj@H~sSل`AFotA ْS_=U7<%5HR}?o2Ne7O]ch"g*P;/k~n{4j VF^_8'fΔCtͼB{%#0W a@x}PS@pҁKa PXOhjo25C~~X*˃wU0rCӭU\ߺ{ν|/ q &;3Cr݇kLjje%e (rϝK SGlV'?Cϖ8GiJOlQt*Ȉcnp݄RhÏܘ W;F{%` /4nZ_wf>六B$Cn)HN*Av[|r2 /?49ɓ+$9`kvPE,邉BhQz@_ 2N--9BtC:.sZ‚:?w"Jg:xMzZZ,l>޸1V_A Ekh=F;2x!ɛfF‹J۵R X/@TcAI.tndI/ i `&""Ann`s)w(p7<949~||r;d_x0ٕMUBu3 kgbѴV?X Xe—ݝlkt葚cX2qܑmD"8p4NVA*𢏱ӑVc(+Vb׳ y mS(ꐯ"jd2'SIҥT$~ə`s༝~3f&fXZoU &!A]R-,Sz!$`9N+ ;8`"(pr9&V?0?ryҋlbGpDi暕Afޔ^ NT0&d=|ǥf6ɰ'eX\JPNo9-Q+ԮZ=RQǹT8Y =qQY`zh< ا'totLBUW|U6(O#>*$+uSU}]z4~6[F/`Ʒb^WP$O1ib -xTt8&c6طDB BZitvcp^Pf$DBGSE}=X ޣ&f5(+arw?ͧPZ_9H}xFz&ݾT_=vUa&4AX pMQoa7a YF,G)R X-YrټvlVi~- U5^n,ݙ̕G@;d PAJMyz<5ݧ`퍼tىΘt";](QΜ| hGQ;Ajҫ~W1hv $/Bg43vmp5oT&P Bԭj>\-=C{NDw)*O-6C_|]A'mm7{X`?RcWʽ;jOrH/iJŞ:֙$߃<3,BP6NC*DKފ#Šshfjo0_)*:P R>i[5V52q\#zJZa^d̞ P<Ȏm *0. +}ѫ{ϠE+D_aS2/(KyCA8> %mPL/Cq‹Ik%CŝnvfoGu`Oީ,G=ߑAđa:sSt:GV Lr y8pә4F )*xB0 y'o "yD3x2$4Oڙ_ 1>>)*Z85n[p+7T |bCߖ8X%RD#cYXZptg$̱>];AwkYBea|"_Cr08rIăЁD "ק5 7VS+tY$T1#4 9^*UW @U-q]2;)[ G'@?f+2 L)w@G_ㅛZsb @xFiL)Uw=V uVgn'}&ABK`Ôi"xR%ʼnzG}N#:yWil(t~뭤%Cz+K*._Q_oP}|wVsA/W ^Zm?Ϙ5ڪJOFg[!AHߤȊנ('(rNޅ#gf8ۀ'0-).N;Q Tm(Q~Q=Ou7?ƷNx u"^U*[ ;=U뗽7-Z61" V#?aU}:=@qV|+9H$'E5B Ϣ/"/y0VyE11s/"-`ɢL&@m秚HT! ϝIA񉡱naAg 4G-% :ekW?hYSؽag xv޾<,c U1EoTLh_͜U ndYXc赴qeH9C\YJ 5qW[U( ~|&&4HT# 9%ss|KM Q\ MHI!g?E[-uVs&7 kw'vv0 8."1:EVsRTck{+9`( Tx%D*- 1Of&upۜ} $ ED,t9[򶵓 ~?\S3jV[|ݮYt!w&B_d$2(:X/Zn҇ %& (,15})q"W%/ˆD1,h=]2njS"ERI^y(vN.Ѡwgi5ȒПW':q.'%cb_bnV!5YzUDi?i\SP6tZs ;^&gI_UVeno}I'a˄c FY s9~p'{  4{]3 Hs̪#nØ=*-!hvA' p̡k+OgJsCj *Q#H?%"Yܧ*JVBl( 8g̓H􂜹QO19+%!.VB/$g$s4LrY\Uo Ƌf zB8u=g޹eis:#ZEoQ=~RTLeﯖj"M=|;\S5bha0&8 OJW}KasxO"˙Uu\^Zn u%J \վ2A7]3g#qsIaGǜ?!y83WgǨ$PTiw9@e3LRNk+,5{0#=MӚ~p Gܑ/\yy2nv.zPQ8Hg%kf\%i:0g$[C@fIɴ[QU{7F{K17P꛷tz7ZI5GT5!FmVوapu3QH_܃<奿2C.]ҟ ÄM9BCŏJU @RY0Ǩ_A?T?/ChKb];iyʜǠW@WellGSsCʽ]FQ]]~G}6WU?dtoLg?nm2(:՜<'{9|) 0O0VhùSh$֍& RAO]{ݒ޼+jAb2?-*2z#]eC(r|SY6DZucI+ꆅ %" 2OJՌa'aequ(ȼ+1FvR2캑Ł3W-5^~yꖩ_)n񏭸mYEy;.&+D (M\hɰYW"B@R.M@Eb@i_@V%QbjGs&;ߧbШȆ^Ms~{ZSa@gp=h@ߊnL\"VSWdEw]oٸWsJ)H'ʆփs7$Bkn:謕 NO0;I@22:hbHP7 I2q@\fSqGZϪ=1{A.l,ǾIk# ZB^<]uIIcrR꜍YoBW22- y.9LVk{Tyޡ~R|SHR;8ivZмF;UΛWҞCi mrmXڏx=ϯ[Y,w- 9v)(5KѴ[=6V(1eI"p]0,xS؍Qõ۰tԆAњ8a8=\!ZPX am?֋ PHQ c# #lX 䛊- !(]ixܞ‘9p*%N6Evg fݭ씡;e֤40FY&rѸ< {yJ9 B¨bĆ-W=nۢ#i>mF,;{`(:[^,~{d2rZU]q#Dz#&:Sku7-4m{d]LVtAMXy4d|t_ ڍ?I{ؼ9 HVǟ;,174 @) ENsn9p_*0o4ʺ<(7-4x`>Tu#/zz8kIgK:h$;XP=Fl-/zI-3>1 "W<~UR\8r쬱ƒ6l49z#WzӄadϴGLjIqkH.Žџ?ښ YBwdAͭmx-8%ρW8:*ofU8(wdvUr'PPQvc䐆Q,F#r!ŗ/p =j\Tjhj&ȴcr 0,5ZV˩ vYq\9~zѠuu4\T@6-+ZND)%a1N āYšlM$~$/#J>z]_W>1o} t7gOP+5}+8╣!^6@^xc0'&&kŀ6 `Ň#5i,{)6w 2lqo0ؿ^pf$"+ण d4$ZC`ZXPvQ amS=mw8t ~dr;6͎yjP z2YtEA&U|1C4e>!o}e;3sNMn.ȌZ!gD6%=hm N`2ҕubds, n75brިAɏ-\oM=nһ2 ȗ;wc۶[WgGt(C1J7 `;q/<$>Dm%~FSb8{hnm(b&c;Is;y޹2}:FžԼ&t ~_zhX;h,_աM A XS%7u)he׹^y^QCjTI®hc ix *s I 򷉐l8,n(M;!q8b#LFY_H} biå18+r2$Uf=&! 't gmaø1z^ b*l. -aTr5jv7ޅd/RgW!FZxϰiK3+90Ɏ%5#n?ʎΔDY9.&sqP*E1NQBw.\/wJ"hR }J41K)њ8Š~Ir ~:,ɱ I)!* z5Z? yVg:Jā3f,U[iþ{T@Ԅ-^LKRM\8kH&xhԖ&EbfQ ٻA*BLx=~,)4n-oiįѺu#:`io!Xba7k6OB0yԁˬȍq_K#ٙ0.]CdM~JT|b'(k*oIOWgt {I)`  1>=Z["c3adԇ @7[kb)h1/’lRՊN&\A Cgҫ:/xMFq^)Del[Wq #rR[miL.oo%#3FQR~3tށ{C^/n\ѴLtb n!CtϭTnCn .9:| ,-ҟEwxVV-Qi]B)] p  io10|y{v"+`aܩ6>`~J4cP+!s- ґ\@Q+1 u{b Z"%&_1ۄn\ۅl)`xy*.ʒэ%!Q`%?ٳ}M'S&k`.mH΅FO #xzI%(To6I41TjCiuYH~E.+\_[K̝4.;M@z%NN mBC#K{]?S nPMJH&ӓN.2D$_G$;v 2SqRP#q_u!^+a0?$/s.EȨXԺÔ堈 JnxYd.dBD(Q@;B XL.b".jmlO̸T4)>nY vK=UiS C[-683̪VtW̌;1W&y{l ?5՜P*dTE*BN'D ks(0{ČYJ3a*Na`YbhP$h*Oލqm_<;1CEPomHS VЋ;Mݬi/׹`/(\pm()<"mQ!]'!QS8zF,GuT67eiЩx. -ev)d J| Fhjw%92 5?4[lv2ʧab;)4h2(`ȗAvێ ՂN wb#kRgL+2H۔l@?jdR#ؗ9a-@(uۖص~~W^ "vZ42FMvq\ |&Dc di63MJ*җOށ$Mˤo  98y\ܳ7Je5] z.'82,@gyDrIK=-c`XUdž84xR Z(\IoRslm.Sm]yɶ\W\*rV:G^y84U Ǔ"gyJ}>6^|'?xcNA-(MF\[`/(53?O Ngo^*ʿKd'S x]ԦE 9cV/>Bj;Q\#hXv3B:(+(L9Y(=bk@^9/KA9>TCL mI|2]e2ySf_=ywRnShN[葩_s60*P4R[}5)!DG(&:E[?F`*tK%}:;uah)0 \m?$Jh84 NI@5B"+ume!g;(q-p57_~mQ$ܷ"'AF_Q)DtTGa᠘-!3Ѳ_q3z31o{dc=z:8JTɖ}"'H.:ɑ)/hEipPfrSBHx-jCo J=tt^PȦK[ogJeE-6yy,l*V1j/ OĂL?EOVvcCةֹp[:SFY:!Aco,K@wiBYb5%֜􇘔Bwâ=5׸9VoFʹ?s{!WR흌 hYKJn4 #si pG-%CNiHb[.:WCRGv9Rktazqٸ# T1qMFI(/ p+ܿjH>$$놹JmodJ&[uDOjnc{q湭w$(%Tu%:dDbsM&;5f$cS<߾Tz +Fڋiwy; ԗL\o|0QOtv>kH.BOϕ4eC*g.c~mC[_A ! yfn.JTO_ &܋}<&7p#V*7\f5ީ>TPe{dVrκc-x|]v˱UILD9M7KMP;aQskYE@I .0^gKV7LSO[-I@q c_#0 ##Kgվ}lLPFE𝴄0BQ[[P Q0&5xhFM'ޱi|ai~]&ӢXNR2(uLJhy [3NKCw00ꑄy`n:)\&\l%/ҟڌjp[O/VOF)3 {c(j\/Imȷyikj8eղx-{)]-&&'w;Ȝ z P|eͱJ(^lrCuw$& JFb:{.Eiu?!v?viԑ-Et-yW`4.ý%ך?m_ً -n(6:|Ȉ7%,R 9"LRR bB|Hz/NuN>|qp[Ȁ:f iy'L8[v 4u xgplC‚J푞nļ̓)kHU>ܑgQh΄\VWwŬ2[SV_ hpQG$yk1N},֪γqz\F]Yh2ymQnٲ$H]vU574 ̆"o)`%:f%/\0\"cȌ)|/Αac{u$HJ6?U~dтzfm4 uX喍_#a·KV[B5׍vt:Xx̀TD'Zk{d~Î~恆 rR{7$ ;3.,W!~`QwìՍ?UPxc0~JaBWD8s1Kɒ-i&.&WC~eX}mh̬^R\ye't6aUd`WNV0#Ccf2~3*%7>ۥ|Lr-qיNAwW{ܿ1GԔ.$jknv`LmR=NO Ġ>nٯ&3z~XI2>7궯+*>e# ?$`Bd(͐iɟ9=TOTOS6u7/iT qU5eH~cvpZӁ6A\(1 YO%_Yv6D ~4_ah$R)H٩o=go^I&ڥAOVJ&LB.X8=(51K"F=?<%7\J'Ss8IwMeGx5dH2`$m`0hvڪ:]3<qŧuNj > ̶ 6#^L:78?]P4Rxn9fP"# HMc TioLtz=(Qj ^qaMMS^9Zr(k~g:B]7Z 6M-oN Q"GTc9%;w[jkn_̅d?G͋"(9I7EjFL=gP}+2==g zAT]񴫫Tǯ47_#߭UE/@ 1 jU}v]/mv+Vj{2-BiObe^MZpK=5}=qɛ3y͙NyI|R雑xmKV&h}~Y.)R_SDWi%eݢ$/Bt޻/jRy)[fAv3kv#su3c9>~K~n+Uȼn>NOHR uYƤA*u.2h 1} K4;?P#σuLeS+|+v/21oC["؎ӿl ́/3vpu]_[h&9Ѱ *|ïbY֐o*g7tREAR\yHԿ^km]P\ aRƊ#.B^6w*j4 Xs,Z[( #ۂ_]XN8 %"8fu=k#}L~igabRH(+yTphuf\-flT$w&5QQ2 3b(5Y=L8CFl:ڿ븟Oִ)3(lG`v*:h5A:S* ʪ1eiGY4.n Kǹ74k@ZN8!y_рxb.IĈP;\0\>Yo`.atv$De'VI;Hp"$V!'5J[+ $6 Hsc I돁w&n\b*&C#zі S`_coo' .@ =7/ ^|ɱRq_X)$_cN>SEGY А.Cf"|,6On.QMo8!I8' BSv .$swIIT15 κƫvt_+ ֵZA{j&pH|뀐ʗQd }f0W [mB!c DMljwJs|wy֤p)Uvm(Wˇ^a9XswTi1o tb($Dn_5x؏ 2kPX6T꧷<ȶ YZ