libpmem-devel-1.9-3.3.1 >  A aw%8p9|wo@sQW^ink'e8ꈤW;/4%OvfQhaUj 'iiվXQ;]wEG-N V]_ fQy }"EN}Պxd./%LtMW 즨(]!1}?3qxU8ی\Ô"55_⢉aDF"džEķZǽ)/YZ"7o"Nu~ɱq?N#|PZ8s!6b23b9ad98b5fad58ed671d86f1eb34adb91a97469c75bcb0f5db877a22271ebc9fc6e6b32164629774b6ae235dc15d68ba398f1@aw%8p9|E{C&.&/dwzH `RlY\9'΄$#҃gbVCσ4]}*9;ymYncq:ymWqӜ?ʦ9QlEŠnhiZ F7ĺYa9k,8 )Uc# \g9_P {k}\/%qxH:HDW2c ZR~T4 ;Э!]rpۿF:Eţ W@5a8[w">p>E?Ed  X' =]rx      .HdX(89: HFAGAHAIAXAYA\B]B,^BbBcCpdCeCfClCuD vD(wDxEyE4 zE`EpEtEzEClibpmem-devel1.93.3.1Development files for the low-level persistent memory librarylibpmem provides low level persistent memory support. In particular, support for the persistent memory instructions for flushing changes to pmem is provided. This library is provided for software which tracks every store to pmem and needs to flush those changes to durability. Most developers will find higher level libraries like libpmemobj to be much more convenient.aw$cabernetSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://pmem.io/pmdk/linuxppc64le   A^waw$oaw$oaw$aw$oaw$oaw$b008fa0d6870b8570d51ffdc96fe481e09bdda840f2c9683d3db6663a958ce701f82a4ba0d0aff201bc75b16cb36521acf97be3842d2962f9a463cb482a5433787b1e494e34f5b62dc5e2c48d523498f123bc27025562c90cb05af7d64e673b9libpmem.so.1libpmem.so.1libpmem.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootpmdk-1.9-3.3.1.src.rpmlibpmem-devellibpmem-devel(ppc-64)pkgconfig(libpmem)@@@@@@@@@@    /usr/bin/pkg-configlibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdaxctl.so.1()(64bit)libdaxctl.so.1(LIBDAXCTL_2)(64bit)libndctl.so.6()(64bit)libndctl.so.6(LIBNDCTL_1)(64bit)libndctl.so.6(LIBNDCTL_3)(64bit)libpmem1libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.93.0.4-14.6.0-14.0-15.2-14.14.3ama_*@^E:@]n\@\\@\O[@[@[s[Zc/@ZB9ZB9YYm@YTXDX~@X~@XCW~D@WoWKVV$@Uchristian.voegl@suse.comnmoreychaisemartin@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- Added pmdk-1.9-fix-missing-sfence.patch from commit 55ec1b24ac89371e1dd0544a17662c738075041e to fix a data corruption on power failure (bsc#1191339)- 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)cabernet 16351981241.9-3.3.11.9-3.3.11.9libpmem.hlibpmem.solibpmem.pcpmdk_debuglibpmem.solibpmem.so.1libpmem.so.1.0.0/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/lib64/pmdk_debug/-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:Maintenance:21602/SUSE_SLE-15-SP3_Update/92d1b10bf99e6cea341e982ecedd9df0-pmdk.SUSE_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filedirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbd05097a142d679f5f2cf8f28d1dd38247b84d4, stripped PRRRRR RRRR R9NUs: .0utf-86845ea54a8a4b3e029ecdf533af0fe3c57de703dc81518430f7c8b702caf5ee1? 7zXZ !t/"q%] crv(vX0hJlp[)pw(ܣT2@RVSQ;lk[w8耊O`" /^Jgeֵ!ljsDo[>Zq@SC)YcT+ق3wf^5}$`ڃ{>=*MB7m.Ai[oѐy93$>kt.KȤ5 8,uauhT) jncvm+Q[`X&t$݉S! ncsVIE0/D,^} f.{6|!)%Xo*Q+Uo vmg>9k١o54P$xv004>9)k1sЪbHB^r|mV-K&|KnfI@A<\(RDUӕM'-k픫Wpgl(N:hEYT);26Klcs9O {`ZeJ'tAW=8+,#`qF }>o^f䉎7䥗lR[Û儑 yR\6.S/t#!s묶KnYHYxζcm* Ox}mB.`Me15rtܽ6Ӫg=X|7lP2}@\ ɤ{ghoqħ\M\g1"P;*t59COH3>y|3=d}j5āM !fnJ9 鐠\k5ʈkŊAN<>N;$/eKSX(w9쾽~tqOjUI47zx4KC.b1 NO"ͮacYJ.Uhxڎw~AH%8 f.X5 mQʟp #g=$#-$*B_{1rpXczޫk-đq\+EgL @_өO t!erm ~̹Ѡ]]xpk(- уh< u.Kc@5q蕆{gaf .+[aӡI$f21hR3L&Ĕf'yԸU*7Du{O6'MP"t-u ;D"O9KfSZѳ=qG|{ދ4( J<7v:k&xyZ_%V ѿ>Y0A1:@`6mmspkI2B^Sq\X5/53$%h([vĻ!7I  \%"!I 7;W|::YRfyү!w K%ᓐSbג<|7R_Q"@\rDžiލۺ>U"/e4Y_{aBc7"&y7V]_?- 팽4b7*N2c&ø_{zJ?mN Q 컎L&,Q߫> ᳁H3_ȨmOG041:mG \LMڏ<#,o _BgþZ,'oAÙ|ؙT?@BWT)9EߺT|tOWA's 1E8 _I ˆ)C#-@7Y?eVd!q#iH{5WAI6Csb^}M-4sdžv&мKg RnTd_O@wr4%_f4k+S՟Aw;,a*횳 v Ћkv]m#C٣*I \Һ2#@N濫!*19L fy&sκ|}af>raʀ@QTK+ceYוKaN˼i9ԗZ-h䣿zx-`0ҮMBmCZ@ޓ( cp(t{w 4DUԲkl!Ӈd9RJkHd) |^_]y2 6!v0Qa&eO*pEJ".|\EJ_`,>} ppz"XKnA_ L;OU^j"K]<=LQԵ")\2nOnTH.0lsӕW)7<R0G@l:M}5Ы۠$3U7{!fIϪgˡ`V[>+"踌#,]bjb_ :/"$c HQIW%Cg*~@F',(I[m^Pr\3Ï#- f C;B}ڿO~nV0)X{?F˗? ek?8M` #6܌Zr&ױ ! fxsP]5 yƤ]&_l҃v`ppdiݒ9=2O+5@d]~.9,h-k]L /M[&ژES]:LMQMK/>e U {c/uF1ߢwB_=k3,y\:afNRq}i4aEʏ֓0B~"U |+91iNDd m/$&QS@R׺i@T[#2̲8c`RGƑ&6jMO ( ?NZ?$a8Z{2* mxBG')ec sKw_WD@8pAثЦyTxJ涌j AW?$ [{]nu`&I(305y =3;Up "GM|aG~/ԍ>(-(,whΰ$҇# gn[ HOʑ%(*`J̱ 6sAO1 W ևDWHqC3saCU&XlķPSm}"fM/ (>(g ^j'PKm',BS8(Yجh+{e;mkܬ7R#I6>&(h? -3+Xy(!8KTĶ L,qnz/[b0Y;aЊmPplVslЋ0݃ .H^r6N\jLC<4ȧ!q (15r sQL:U+*e%*.RZ-Ѐ X)7iT1@^񄄏Қ S rʤ2kTk8pP8#g IXŀPeq1}iOpʔD5=hzDiW6Ɯ<<ٵȣ 2-f&.^y3=y=ޔ./qL`jb ,xz`箞"n,B, ܬ+,Z_wݗ .gnn>O$OA8VP`ϴzƎ'~pN+`i,޲jyA,NjP@d:X3'*92@\6B{f m;h?0I-*;ڢ Vg;K}üG@FnaskEAOMp{ /aotU9 Z+o. 4)=߲wfiVtIc$0ڰ74&/+hu PFZ({C''Y Kz Mg$ku$Ek Qp\ܬeWYݎvS~}+/;n8:$P0LcEӌAP8CH6 ]l!–!Ȳ ەgq x}Y腵x[ Rnp`H %5$+P ~{bwș {3I! Rfi~?I!-J6ߥN$8pDa ƃ~fV\(Tð ^Œ1E2p[+;) +իhLxm q%Y/'z:^8V }R?U0%| YsɦpK,ɔN5K)U duvǐl3ۤeaU>fUV(WJ^:e^F`cefvbKd]hZl7uvDžiQS -PFI-o}R ˺hA#,)CE򆮲:WvKȆqg|v+Pځ+q]UnpNvaa{?*I|qIz/MV g*mVcDE3L.i~ѐFr7f;͓+W؃z" L"px5\/fpÁThw 򱘏!๜L } F㪲FEPFҋf"0u.-xUu`!8K>KK: =?f3Lɢ_ [2Rw?Jl%WMDP,%M&!+%yM*) XX2"jܹ D.VƑwpT֘=[Àa;eJ*@ +B+gNg7YeN`CcCL} >:o2Ù 'L3tvTGeJC=fxaÄ+PUpNO *% yN|q- cm?~ek.Q-={B[|8\5ЀPe/ՍI(3?RY3"3Ndoד#.nQ!,m_`N9Ѹx[ҸώXL14Wg셈Qu&'"\o8ЏݠW7yJp2T RXJkmFZPߜ =2p❀'P>'pwdFE@HNa1A-r y gDCDE~KW$Ypd] EPMHNA ִM/K>GKyMxfEuzslYs41&E҄61B@#9oAX |ٰZSGg=G!5$OA,QP502p:>ґ!tq2(yݎȻ+Gڹq10ȼ*w"R`ۙ7Xha ܙ^[uj*WQeO/dzwk2}[ *֝PXOwT^]W/٥7<ۉLVY_ >: .{gs ɘ, qD0 =o{p#Q%Syg5 K}u2' }9 r#;$y6!*豅ltC5ÿݘ!Ϣ+ґIT@RYa Ɓ-Eղ:TwU0*2a%|8)RuBlB߹Pņ$WhQc8*ts/r|qH@4I]7 ՙ,]?-zՃߒV3p80 >7 H\qދIJ*МJYb=KR}neL.$SJI"9ByLgY8񤼕-pɈG*͢3,d8 SO~*/czFЗrR[(S;mOʉu c: +4AL#H!r!u[B򉕏| d莙N=^ xcG_N,(?5.dzv G? H^ 9}2H3:%&y@(Ml"|$j"Ðd12W Zk?VX2 BhQҦHXY b\ߣ-/@'ћ0G[6潕J( ]-w찚E {3 kXGB,l8͎&èzH+l$9> |#BNЍ C|*K H5E;BlX͵k$3 D]B{`Ԁ 8:R~>ٞmGN^*Qwr \bs=6@uotJW#i !;DH|)CmƢvK4S5P#glC['M3*oz--̻ў }6osVbbTa G@f`GR)Rd>7;am{-]Iێ6V (YL2cjJ'xGv4MOF"_Zqѻޣ/!?ukp;u `Aa YHMVLFG͔csF4`<23䵀0O.[L&G9h Ɏx0ɔD.sJ+uO pAU3QnqygTcuǘ%Յz֞iH ;VۂV^yR٦a){MA4ATQyO f7|'#K`9!!j`~G}M5F)-9+x:RY˧ͦ-a&8RHGqOI2i6vF mmsã)e5RtEl%+[Z>`&`}o 29=% Ϡ?_A{uPsT-|0z /d(0K&t5 &mNS#V\bg; y?, =ZoNsb/ɸRUņwGe%+Ŕc³QuSd7?z(\O 0ώ:`oc p $ě4#ye`i<6a]gE!"HBW hm#OCo΅X'N~H&_ORi è ̶y$勦quQw F-c/MqUmV .gXOCV=- oB7-ǧd06eW"apB1ѳZK܄?La/K-9tFɡdw(ҍf)o BC =@3\Z [Co־[?]R8vȾNM]V̋q$Dui¿Ǫn79>#DNrySt@ ZS\;'p7zra晚)*p+fK?x (O:۱GQR#2lѲ5/s' jKPM: ă{ϰ̈^1]*,:=AkضACs)֛mDL32LL\0-2~zXŶ׶>dfQR8Wζσv[%wU~tG~9}J26dooj~TDĕ}C٭.rQb+ߪtq Gi1>l>ZAͺHǴsUR)IL+:$14y/++qyP`nӰ̤DJLFc3퍸x* ^~~sW,m7Ҁ< ejLЗ.#f-Еe^ҧlK"5Q޲:c& Ѻ;U"[L Qlq):'I*@_'*{cv(l{`ޠދ/5TbBqj^@!]u$t/JyfN3&-" Pj;sdWdYK% \Dv>+/pT_Y,Fک] +؊fnۈt.{w9D ܱ҄rI"5nZ}@S ̈&Z1Ft!w*jW^LrSdl4}{hĢNOt~Ҽ!f3!9LStyFp׫|žrW=@x8)أ5KAMky8mzj m~>c,Av̲L豝XYAomOOI[G*3CߴТM=ysGj\:*:tbH-"*~S"X F.`Gt%sݮmAPԇ,Dd;ʡ"nr)akMJ[C3Yρ[dF'6]E#;ϧj"8y7r^ U,DGSQ A+'DJwпu8b>!QށeS~D tSkIuX[ cV%P8jL*)DHr<ڊpV$/,GHX AL(luUi"*ݽ1{,5 [A[Bi ~,%TdC |8ݭjQճSJgtҝ~yb!˲\SM\6҆^;OX-I )n>gx,\ҀyC[i#4s;KAYbH]qJܗ/ ]G9+RpjO&k+qTwADH R hK|K6Oĉ.s$_e%a7iͷ\L`sɺK۲k]WhV\Muqy?h+NnzmaZp4!WbTΚ>ƢcYl%s [b?ދ僜^+fo=`Y+1bPBJ[f'7GFUr{D(|*w HzfkG==knpdyeZR}{u@VI6HD~qP5IDF%LTKV*e2X[ۈSņ@%g藫0YS#_1JJ>6V1|#de7 VV:,T0r`*V Ǐ=!#[!Z1wH'w8hKY&Ȏ-/ !*&^HYX-d{.2'l,Ǧ^swnF:Mw0SOj6Ƥ˜)FR%Zy:= "o$:6ݭy{oJ128ێ p;M(;8 ߖI?2ɽZX77+_~/ו&ؐhkb[^}9O'sUFe+unfV6sG^$X Q3n_ W1 MBK,$^WEz>1H/KZA^H ̺ҖN9`"XJ1և,LwիE9{coo"2KFWeѓ.<,!Dobzy5a/X]n8t %K-q՛/c`ot{jYVF"*~=# gv*͆Yꖙ󰿲VAoE0EgE\^$QlZoqLDw㌣AE: bBI4B'IJirTd>4\8(^#:rޖvbU{A,a@T6nFbk_#vRaxRc;%k>5רmax'.Koy؞Dz<$K\RRrL)w 8Nz(Grbwy{ `>iPHۈc6>9-zwع6 As6Iѷ^9(%O?%T:xnlTqG?>q,%>D\\cT1Q/N 5iF ;+(ۚ7]޶*­Y3!| lQͥL99D}.(/H6^<:xyA̫pH*|OtkPj6qz^ +*j ›Zz;c*\>;&?{ŗ'[d P_C߹r.*dsES/SgGrm-eP I@rYzu }fd@In~_IjRCH5PBqBqo_N_Ի7Y`G]GX" D ]>{@p."J%/1D>`a:m5vt&"&(<6>GGA%֯Oôr=P":1177+c|'pNjXG%n8;.൯œ.ZON#M8W?"UQ*h$iRܖѬ3eo<^ agC\ #"POq@EQh/ mBnNa̪T:-Kzr#vI 9h onf>-UVD0RzCX5yipS;o\_jZo5nz"7(g0`S/ϵ"fa ~A4=OL>.-_wQe,4q%3z ǹEi7-GI(dZ7S~sQ24v~/>E` xm1apf镕v5߲I%Ylb<PvM00t'Ӷnoɘ( dl\x7eK$P#EZﱵ9=CEܞ7n25{?Y繰z4Lᅕ.;FZ00[R5%԰;&ZJ4 # 4c$3%{-+b3Y٠p/eFzq!8!C^+J. Fl=sFL*X8C7&wXAhyѨsdjS]ć~SĒ  1?D~]:Uܬ&c, 2Eȋi |]Jޯ/`NFzFm]8g^w<w5=]fgd-zF4ĸg\wX,:v[:w+%@#Pt!դSODJXZ~_t˷=+0|K C#{u^QqذUHU2p>=EE)*-Ðt:ە,jq2觠2kDJvQOG>E_<o$OC"7sދ|=$/k}="Uk,[ 1U!X5 iFg4(M_-guqL?*_[WHD+6Y*5ǩνn__0jHFEv᎓9d9•:OcE S.W0ehLEx0i@;Yg?!+׉4w` (g͝sQ+yřt% ė-D]ƝC5)?b1"5Mh?ڲc\Y=Ꮬ6b 0T;JV7+nü#FAȪ?jaa\Y/>*YV8Ϫ5Ss 7)Rpo>VRD5=a>K։ ab@)KQ}fd $tKn&_no1*P# FFĤZHQ1KtweȃJzbЯUhs2'rO..KK`?[G51d5PsI\PlTf:!LKYovjōu[-‘E=[=o4 !Yk%. gT~ݹO;cȌy~°tpUdua]2I >=Fxz+fK ,EcěR]U1vP.ɏmKtlXv5n;jvGnN!";R0]ڂ&:'TtM /pVCjAM@m܉g 5(`6ؒʼ_KEkd.DRFx- 7re~rxԭWvQAO>k˱LB̸ץ֤b*B"~D2FqQ)1dHz1\F͗+OzWuQH\1N1\Y-` U1pE'c<)x|z&lD XDꢌK;] tהZKRgwVMm_HBeRhA$i N6ퟠv {GG;j?7I;B($vel8q͒IJDdyr$,K?-6Qy5*sf (ntgE"Jn붕_L]J(S&ā3N+4Kv.`Fr+(}#3;L@'ScQtGv^"5˦}OFv@:/IkVa '"$ԁe) *U0;;ebn큯S~Xaf#e/6AIl?[;mM3Y҆:Z&\w2sJ8j;@, 7S/oh#:!:[0IM&EiD 7ozJD HWj4jf * -cQ:BPn{֥hE9]|\w<Ay2B\|~ɉ nX؊ s`eIytU|A%_@xyrcseu TRox0w:!c|l%(cmsGO`;68 j(U$rs^oZ5 &F撼]|)ƍ4JG%dr+(81R\z|RIRTx/'2Xs.MUpa1TRm_& PubŰCꠌ$YPS9j! rm'&pq9J}sq u _4mB[s 3̜Jo0l!elh9#7 J2 J2;A)<&=컟H0Scp%hdZ 'GPRMHKaf%R]gBY\I?SMBuT,ߵn1?@NJv8!+qk-__׈d g| $v5!y T^jW;TM`bֵs ӓ4QpZLAxP.BQ'iZiҘ~AQ܅+#Is ~dKpx9A M,6O? d+^:O` Jʭ >O=Fe# 'D" k-:? u\+SomlX\:eDgfL`Lt8WC/x}֯Lo%#PЃhևI = ~Mfpiq, +}r1myΚurQʪn+̷61gN+(<F)d SǤ@vXI76Q% hG*YFS~p`f$}h)W4NAH%U XQ0w+<ċk+ r0}'Oy257res}QT9G{Şԏtp Y,OrʴaS 0b r}ecx< ʊMzgztJ@}pR?/A7^n"$ܒ(P-8$X8!Y<߇浄~hwڈGCh(WB~,`ϙCڌ=4.vv>k,Rx.qmF޻~0D FSl\k;B{:62!VB>@<1p 0tײy4HCܽm?K@Įl;xX"w >"d1hয9F^Tfk +(Q $8$ojKINNr>'/)##Ùao^=OL6 ]Ų3F^g9A/_bۑ{>j$KFa6Œ7mxSPr\&E-/6 7H"sRߗsQ: jN%ZKgI:4UI{SHG!4E H9Q|A[FAN9ޅwQ'+=JP{ai\,WC>y|C\.bʁ;ܕHׁS8kJLk5SJ42\&:g&TVL.Z[sCm!AX "5Lm}Yd a*Af -+Ц83EQNkH}a/JHlJ+|2Љ lQS 񟊓nXu0cS q/_\T~b=m/PW͐a-FV h0D=V(p4Z3Ɵ6dQ1CLfZ "3z|)Qɲ O>uo$('qq/&} PP [V4,e*'#Vf+eƇ&f dF?e$']&L|e]lM9|B1WݽlŒ(GHG yjCd>S^i c:])ƒ-C=Hz'Ը r&Nft.A؏҅ujvRo=z#kA=c c&Qz5:u ݗ!^*+=Vu <@ /EӖn٦dTFi ֑L ?Q3.CdVfؼu0huvWg\^%I\Ie9iSƅ?̿KƉ6y^>)xwM OCD>l='2ftͩd0ͮ5G0!3=qo|q\oOG_h5Vz|ki1MU_ؘWS"| >Iֈ㹰P Y)Cͫڥ9_ӏ^w5{QxbZm&!v$ێ4Gg8y|%9`ҍlI݌M$X1}=^uQID"SWEzy5fӃwɈ"}~t -azà}QmKnKH^v9-xFhf[V9V#'s1vdu:{Աn )z]$I,(ɷ ܯ(*-oz/wk ;=D̵wIRiIn.U0弸l\QxϛAJ[Fn2EbhInl#w i H AفK[;v.@*4Sc/?B?Б`YI6+jqSϳ 9sc+ FʜtHqX9Á\`lbDJF:*,!G6Vi=u'K` poRB H/ϜȘ}+ ŠehœX(Җ&"8JP-_N뼐X>(Gk;BPXDTN>WrӛqN&#PYAƌF#R~*"/$IDx$23\_Yn7.OϪRd^LҽѦ/1RVDKJ ށKF4E* l1V[QVKZ4AɤDƫTv待Ap2*h`9~u?JrYJf">DnJŚx{34_Lls]s i]H6_$>k ƊSH$81wnLw޶SWtwb|bbؼP{+iutD. ϠIY w:!P/"mʐoju4Ί-@l hVs*;հKL*ɄR0Ӂi=8NkhUkX~G,BMA'DG~Vytk)a CI&^l//nF$JEY+:eqU! `n6צB *`yaک^!HΖNq[s88R/"𽃵|[k=8=`gsdɎ0 D'v~ڽ&בEHL%7<8H *~nA{?Шǁs %F@\M֚PH':Α?DxKuOer!f uLm6E@j8?RWùhN 1e{/ۅ}\01x/|?$,O0-|64gkW€+`19)\ Wy0 A;x7o/r"oB42[X%AQ.Tr`[7뀄@ Z0^['T#0`&cj7C Q𕮜Z74HI"&D 1LE1nT%,xtΉtxUU`G6Cf >T>6i/?` Xpdžq-J'M"D(4H %blmЭ搪{ruZQ) So8ipc_nUH2+V:nЀRU#t݇"tW4+px /.Hh77Ӕ]wBLQ7;eB#f? >etϟIuCrHd3NqǪ#k4q29Qҷ%Ԗae P|`]FN3 fUQFT]bJx͜;+g4&N9<"d|+#H.Z|3*}P5KaQ>0g(5|Y?Dٮ-b*[Gf7\s{(1i$~jRIB7Jw}F!}Ѻj~Ff0HiMMR_t7N"U) )\T<(],z~(JJedŒ okD>ybW$$]zȖp>&&HR9*}͂HOGKn,|ݓѳi@prߵ\Xш;X Ǹ'wz}өHvOTVQJΐnPРۨ$Ϟkq[zLnj/EO, & tz"Xe}_/kBDTx4LKT\ *,y+r{T61D/%/%3rƁ I~˩2Ľ}m DX xH$UgNШᬍM^LmIJEa8szנ]TMb)jL`7WX.s(VuR';0IO;$k&霥w}k1Cٔ9c2$b6zHZgΧN4(uZHW*"t:+'.[\0-8垷w f'ݐnXW0ɔiCFs.q&8| č{^LE3 1;j:KDo2qiTu2\9Jy)/ZNU ?$ A@3鮹\e-͙Nfn?+ptg]>{)9f`(ƛ[?2e¼-5A(**'^BF5|R ;+ PY~Sv$!\(~s3CÛCkV]&"ȧvYy3=177'6)^zw0r. }xV3$b~^'R }~_>pk@WAmVAJi1oωKvj- Ou ,0/3|_J/h~&*n cO(n .CQm zEnNUɵO;EvO<ԩmʢ>!)A/ъxpSa8Ji[DԠ%F`k%K2GG=];Qg=j秉 p{ۧ K /jgLo,Aʁ: Ht# @e{ vnB{cNϰ`c69βrz=YE)`Z8af7hm)0]j@5&^ݜ>9B}}T;i2ғԱ!ֽi8P@^^U(bGצⳒʲhtȋtpIq SkR̼ 4gTm?]dfdTݜ*m;iPp2ī`UTlmo~I@Rl3+)@osmKĉg@CH(ovѓG+3F+-^؅6F^E&1<"lx "YcJ\lPYfEZ9균$fm!ex쬙Rb R3'|w keIæ58{v+XºX'7nKNC)V'j K="w9ps|`lyBۺK1޵5?fŃߗL5sL ٍ+/fjZ3d%Lԙ!}$|MA*Z8rָeVjRfԃ 2er=L KfZ;Ԯm,p1x~[,r\_:s20T\uB+t >*/rE$WSht#R'Bώ|i|9W:*xVWk 290m90sfзSW%b.dE t\%P]5). !H|N 59_f2Kڇ%l>xU8I=dvRj7<מ!v9L1_W/1$T%hl,+@QV`@fa߷[q!p"z]J=H΀,{޸9/ mHv B %1p{r2PP0-y!z ׸l Wa$7 –/oK1en{J!ZWȬz=@Y LPMD z=QlQȧoDA4,0IQ@GMc|@lw!e–:^~;N)MsA @ΏC[WWϪv (d+ ] ܏*X[q0c1b نA:P~f7R-4<=Ni(,jQR b!rV&xfbC[/׍#@2lS\&X`8}`2' 9@wϟ^wnU36Q% 3NSJtJ<'"*!8z_grΌFpoLH&v֜jKКb^:f 7|fnv/zHx5XLU+t _.ijOpZC0a N9#ߍdjKUqI2֯a K}J- -J{;#*4c댱ˆS %فP U&)WEa׈M$ `8fFgع9(#R<\ԬIfH'^1dBNI%̞}`͠D)\FkW\ȋ㶥NGgwͻ|ldcs5.BqwSOӇ dy?Id_ҘU\R^ҹ? 2L OEWp`3x9MzZ F€MvCd]`?qh,6q:@WQ iQ ٰU-g9Sr{ٛ=oLtȸ\nc SSJ&PԮlt(9v"i;c> hl*r3D?:<fvA\o~W<&[EԀLf:x J0R h|8Qf6`(!DA&O aNM}`O?f^>% )VicfKV 2@>'7 d's!;y˘#xbX!R #8=l 7Ua[<3H/ %]b}6$E \kܜ.'W=IuTEz .jNIp m␑su4'r 'VE0*YqMǷ3:Y.*~ >, dz783Ͳ:; N&L pQ8yRG޵ǥKC־bVTvz0~#UGV"= I{LI>,6c>ƥ9s3!ޜ*&0cbą |Y5ȯ}6#iM T"7W+SzWCtg{ QˆN0YLh3aٹGfke c(@e#1[(Rѡ|%6ɫ f*S4veN!]MHnn>@zAʣ-yo*'5fJMJz{G #X\q>ߛnVە-' )e0DkF`3+X5˫騘#DVoYZOB*}OpvmU9mu T)tl;ѫuyFtᮤLU /0 pM29QM$\s֛d;Pn黨yN(Z?۩Dy>4On?0h5^{*N'ڹhgCc* ?uX2D,`Q)4] Y$\ nx Lwi>4R۵Pm|Iw?8.L6<gBoVX#bhvơ>Eb]O4:YMUo?1U*}ƴP&et YZ