libpmem-devel-1.9-1.50 >  A `CgRp9|QgO;,MP<lqAMm ۘ ϙ/'E>l׾K~GW(W!I J}L׾`5q@:,%~pڟ\l<{oE%*ǧ5;m\{f1Yz}aq0v$ENS:ߕt\9sCSd|Xz;ΪcD iT/,'AF Ԅ Nctx]@|]%AL] }q16b4b6e06f2ced3dd74d831e0d1f0f847b9d501a60ce41856f603945b0c447b42d8f0edaf54e5807942c7ff142d3c4ed4027608b@`CgRp9|r5߂"w1aJw r0g_ 3,uXoaAՔBVZ`yB(ވ~0fEMb#zҪDܞ7a& a+[,pf]{X[-ABƛV 5EB.E kOf#霒~:3OFK Z^Ѻ }[3vc!x[&?ZK-|:u_ #ݲ4XfUl:]ʨT!.UV">p>D?Dd  W' =]rx      .D`T(~89: 'F@G@HA IA(XA0YA<\AT]Ap^AbB cBdC eCfClCuC(vCDwDxD4yDP zD|DDDDClibpmem-devel1.91.50Development 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.`CfmourvedreSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://pmem.io/pmdk/linuxppc64le   A^w`Cfp`Cfp`Cfu`Cfp`Cfp`Cfvb008fa0d6870b8570d51ffdc96fe481e09bdda840f2c9683d3db6663a958ce701f82a4ba0d0aff201bc75b16cb36521acf97be3842d2962f9a463cb482a54337c116bb8cb175aebf89a5a9dea18ca55d3124655e3f992eee04d264c23b1c6236libpmem.so.1libpmem.so.1libpmem.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootpmdk-1.9-1.50.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.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)mourvedre 16150299051.9-1.501.9-1.501.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:SLE-15-SP3:GA/standard/b4e5d9d4fb965385809374ae59e1ed7c-pmdkcpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filedirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=024aca46161e8f28724f839722ad8a398bec3177, stripped PRRRRR RRRR RTV G֯"Iutf-8e0c30ecb368f0ab1a716daa022e2435e9cd3013260de249f9557bac4ea923744? 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 dy$>y>}cZlٔBXjC_P2pfͺ&V9]}UB/@qju9ўit 9~"U;w`ԗ5ShjVe2E߃LU97;Y8t Zru]˖_ÈLV4,qlNY2Ӛzh6{k%OyR<C. d u"/d N֮ݣJ ƵxY4׸ŎK5;}Kx}߲S)'0>*3d0mjD׎ӑF^0Q| ZQhnFD15Q/I1h^2+/kێB?{  KC:sH8Od_V4 8W}b &Wl-?՝W`? ˞݈sOYIo6dƪܩCK?\õ Jhq;; m8OVS\˼} #m] 'E!;xǸaLqFPXS5va0\SsY앃FL`{Z5TaNuVݡAt_:Kq#y؏\fxx AE{HfDȷ>mh( -.k2< @B f1l> tS-ȭcz4#re4ήv@ *5f#~%]El,&me:N&lM5 +,=+@aH}'¹Xa=㫪4_ yK 0JhrA[ er`,e\]A1~"_"Q4W1έ''v;-q yt7h!ڪPPɔG雐ٍ<[6#Ԥw{%!fvgc6Nky@}fjS*Lң]MbIhk|ѐaH2]p.48'k' b#y,#Ov^4|o2 Թ=Ȫ+YT!8ܟ1o~@WY>y;hܗf Ռ{,k+I~݅Ş[BZ{7vI'nPhUEO>ڞ`4]6JX${\ߔ_ه<b1sZK3=EħmTHݛd 8K-=5=ԓenQ؟֮I'~ha=8C 󙜣B3 " *b6ϣ%,=j# fÄ2pE:6뽰jInF/^DqRoNJgs?B,4dE-p7(H/UBJj=#3m DadZrnRcH_əWTW3ܓJC%ޫ%O;kĶ/n\jUsTUw{x>=A15gJݭ(T`v$"? 7;ݒ-=U2tȣ. ,l4^aP(V<0pqC5#*XCiUC+YΠUyM&dd|!@ z%9{^ [TQ=jo+-qR@قI5`TTo/b 9'U+x h+w6cPfN\\e<) {NBw˴?0Ln; cR3Q3ea=\&a9DX!:Sy_@.SJt;+(NˆvY- 40@5ַ1'Cs\/8t{r[[n¸Eܭ]1PPjp}ρ|G~ܟTA''ƈ{QfӺ6ߊ#in(Q [=ىz2|x/D-֘Oo)__osQib*F̓s$cT*ee}Old{晓y⺃14.u-hP.1u~5fQBal; =-XҔR*FsG1q~pTvICf ޞS<F3 ޤ76y׊)abV)7cfS(OΎ11nE\'ȈMYn[{8 CMBݟj,|w?Š8UT9kiL])-z%?=?"~,lCؙ5d'6`OVݍLiD{Eǜn\ءnbNֹyۜ|5N_M|@PR~mj":Q 'T}~SG g=v*H!,I(8\eEԤp]zyj{`F3*e *Ta`7u+4KWPJQd}5즉_O9o:!E<&D^aK/k3c'g'E]m`J;@g_tA EbaNV:B3-*n\%&+-r SOͦkMY vN8Qز>}mO)O}YhYkVFr nH ̋MT}(rKu crf ¼ǯcd{ Jxr̚„t NμL+ spZGe؜aW҈sc.q5`#ׯŔvv#a}0}1ځ4],QvtS"`'&? J=ݘPa'M?G<]0|({q>-ZsVS`odq:T.(C^29<%iA(D nW"DO#۹@EMY"QjW8wN+Zozޕ }5HPwgvČ730+ #-,&+%ڸ!&(Xz\8Ucq4"i ^S^4=H@/~4,(w ?'׸{XtQrQFBhlfkl蒵-69dCOOol4Ohw{pntnTfc4{h>/+g *ywxOzv=\4&cG< kk}eq̎דn~םgZ(b'0@lv~J9c>T%ڢD 8$7cʼ 2o>ʍr9&*7m%iR EJՌY;aUX %FC [>fL!ec3nXyGȟyέP8r'kMdC2gli>E0Ip Qf߻/߸FD5kiѻ9O ٗv8uhb.<ՅrX֯l &{TB,Nr [90D]3Lѐa'R̦*&Id?>aI&M Wf2Oڟ-Hdm$a.j*C1{X4\v0| ^DwdVM=fgbXQoT(i0AxvZ+0}E[ft4Q1UT#xN\ MIc=BJAQoS:+8[MhlvhM9% f2E1[џKDm63FI`%̓L"7]Q E<|\(kǾFj&fw{&.%bb>AdEԼTRֿ&l|赨YSS`fY>3(zsJ^Hgm :Zv˔S@)H5躷ٙ%8U(`@ؾ.Pl+7pm853 *cCs!1%b0,İk'h#,29dә%!5pcl/NJzu8hhU_R'MOIgЅjݘdRزcdurZ8ä@C-fԿga CbYs8۩Θ@9rχ9?^WK B+c]j ҠQ2b_Qw'\W4Jx5Rs"+a1 xnߙUAh}>U8d{v;Dc ~Fc8 ugHxf&bZ o#N@R{^JDY$}"[Mtܿ(j UIh3B)"|Zgܯ酹1_S*OERl!1svØ؝}ɠ#B@'i\ygCo]ia+Ԥf %2tYR# a\*Iv ßE`2BW}6gMe뉡^ثKNDVQ[ !KCkk<6|=CQE"/eVsX1VGC8_Ig۵];? 66~ ٧a Z#z%rW4Q[)aF]`6yMWwl5a%<[N{}It 9\&1ZlKgLeB6ˢ*T=AdN8q//@@͒wB\M@Ӣ:|Pո_n-ۛh~h#*s"{{*oSܝҥ ,J8 eO v9XFB?`ɸv]0`8Cxi^vȭHaJQ0ΚW3H΋G'$&y3={+ty'x]ZAąq"^v4HO-;eoyBP#A,an߯A߬֨^[1(RSIO8Up_g v1fD3>WL'z>4 489&)X%V yQDz25F_Hi4.] (sͮEm3Qj;U_ 89Xd7xhOn~mYIdSQ YS #7z8y,J&4gЉ&Kg/ B8SK q/}tvκ8OPNB׸x=x߳4WV:qL[o`.g9[(hmOMVپJYFR<0"-lI 9\Ν˟J^m X;{J}M8]_䑓$إ)(py)Bw8"pP{an˺gC\%htwD? MM+(5:}4h˩GKĖR /@K_w7d_~6_%@#nXs3~(g qT?N ~hd mMNe.4 Q H' gT`*a e ^ 5SXCuK\w9oa[x ìw h<ʟ &B'CoF5y~WPВcra`|GB>b'^+UoO;s 4!zG JF۱}}H T8(=| !}y~$qXehնAgXͷTSxXIĎSCs8pOe秨k㭹Cx>KBHs.tM!W4:;Z+EPm:& ?ҷ"y„gp>|?(3X,RfFovES(>&q+K0 *E#=IYe-FUU( ,3nƠikf+1}I9l{ ; y+3 3DAD@g!/nNc!}Q=A2=]ђd""^4ⴤGW2W^S,Y:nw1E؎4J Rw"nj5X@C觸 TVɼz`a޳PZ?MIoQg3 @o& r*ڭɐgMi.tu2 jl8;|l18$nU!mf b^56ro{:~N / kID01𡌭i]ש+n~5g4rkWB^?>fWl}-mL}YqіۦvDv?:}utb {}F?=my)<*7 V]%&r6iiy CQ/9j;(ӛ T6sf R|pRLI̮ڔ3y7d鯛hTS7=1dJ@ %g)6>w)ÿQ=""=K{0(`j^/ r 3@vm^x Β `FmSb`]'T$A0R[Es]2Iyz b@m#TkV :iCHMw"&M7#S9#[pK,<B^lޱ3㌋Bg*E=v6`AA]Dʈ93V7P>l Ynk !SWސAPcn EvvƙZďK¨>HƟu܋l#J _uNR ~>$[V#=͞=ų SE'ڳR 5sb:wuyq>"u>id-EǟLrfqd@K#y}i}vM`U' IW$TuUP~sC|Yy~$0'r'Ӗ4uNl?SY~*_acXd^'"ed΢¹D x5<4&HFWLXqht.A@'_>jͣTRf~,P\OBphKMEFZ:SSfmU* 2Ij[f>WX9]ܱu&;#GxfKSau,r) v`S{ǴxFq]-fVqd*ۮ _>bi'jJn Έ2 Cs k4+;9gJ`sLdS0`BRÍKQd^m' ;3;spg{Ǐ%]=Jrqљ [c!]OR;*c*"6g'e}k|[5cOzpJ WW~l9Mۄߎ~OЙBW^#fmo-H ) n#&`.YIpu)>}6L O IC۶'BypDbro`؄[(9QyH n9{{ED4IR 6eM*}]d&jy!j}S84T}=|-Љ:57ץhT_b5Pm}#ÄoA.]̻*[xE[#%>ru46i]$3wu2(bMi9#4ϯED7NfXi+ჰ Ce&ipZX*Q#_ZqP2~K.S)+% i>MXH1G͇M#RNl"WDjO=`4DÕ!;/OjFes /[_aI3hQ8}oe'/64TJ [BQɮŵwnq%݁}- @#>i6s #Pg[5d' a6%25VޯܮS3ٳ b@YGA~w)\kNAuJnO[A:.S)ld=o/h8YhJR\ex{d@_sBEZ? |!i l\r)i={R)˿d|!35;'YYhؽE` ҤwpW8$ХSr ]a[J.&DODID6w4:'8Ww wQQ !rcK靲]nfU? .n[<W͍[OQf)! K6PC6\?2X:Ff.kx&Q՞:XdꞭ_UI?({PT %b^`yÄ/{X~ۢDmS3d硫oûgCAb>>ܢ'e`^m=Aw[0~W?˨.;rxdC6E<K?Ba\ڛxu3gg'fG߹I!򆦳 i|aQpi]߸`V#n'e ^?u"fwuvVX N6ٕ"3%>SW"'i Vc|'Qºt늮-|׻}I M}!SM1fgJh?}R\첨5yW*GSm!ٓ'WbZ]Q%?D}BԐvoiWuV!3idԳ^_P5]GѭcNZ<)KkLA6I<a;yb^gZxGDZ5:V68D)775*-G1c|HR@Z>DՑ' N`sM u-/_qBbСm.ZHcD7 }x/}⋿6ւ&3:C@0}2&h| >P8D~DrhFKٯ^ 9ۜ`{OѰ`15w&2ݾv$ԯњG=%kDúȏ XA͎ +JfdpH^2fvz;Q$uuހ*k_8xۿ9iC\l ~FO,d^1R !>7~o#MD{Mf!d`$wI"(xմ Z F7Fa6L#y=(&'m&R``o pf8S/PL2 XAEBnX^B=ߘ`xkA ,">+Fo%O9+d&-F{d9>*{ D7I;f)ƪZc;g#wZ&O!YEqj7yOhFMYx2g+R ' Ǔp8,sd;7 Aben)3U!,sҴn-ja`5Ņ\M&-0b&lh\>m?]^Bа`_Ez {fQOjpiK.SX_(5> PCNh‘9(ޤrI'^nЋ$f|ͧg = )C_5QITj,?7ϭߙ~t¸8spp"%7@D36Wi{wr>dBe^Y fހ;:S|MNN K;/#83alù%T+f ](' TΆ TR$,6Xd#7+F"#):M1".nz ZbrJ -J?/- &펏lœ(͗8E+1"}g.:?GLvˣdrz[L3OqU ѝjݱ*3Iҕqi'gE(dFR<7K?4̂Zȼ/sEM!1K%6*t3QrQpI~>vL;$IF*Xg fZao*ٵS 3_ zDn!tV>Y.`۩#ƭѡxgkQM^7g]SUKrU,QZgzt2xQ-ڙ}/mח=G~Shp{o_ } -ChoFnn2q/}=:]UkeB5?Z+|m$. ہQYYkA.~&BXE5O~1cKLl[h~^l"h/0;j9[c̈%Ge{XJ@:r]ܴT䯢XyF>B>d]Kocx^95%M1ȸpɼ24 H* deav(.aDUTa\(+t(1 |)QfTXx(;J(+N{j0!?'/^漕JiJGP񐟙0h{Xn.-0UOɧ)`!82Ln.m '05Xq~z,dH]? K3+G+ wa yoB(;ʊڹb"GCV!\a+l&Xra-l \T1n U%}O 6,nT 'ŘTD5- u9PJb}_^ܖ%ҊH"2!-UhyB~ofb7շVk$V4ri IcSڝ!a'PfjO߷bLjic瘍.p_;}ވ)^AF$UAYJc rur?o+·Y{l[*MCpWK % HuSR5UΏ9ߍ$0;\$7|"C|<`kNC9shk!H16v޴&mзL(iv4UPn^eo7"cRMjjqe\c9Z $B Pyl FD?7B|8=79Y1kC+M{UWrJiO-jBJ<۟+AhX@!xmD-KۮVB9Gh]4MdP UpN !$u~W^J)i0 њn[GԿsߐ*C 5# wcAB#M˺wR;L+zV]l'Φ6N%T.Aqߝ &?}%(:Gq`>bDްw=mveH2Xk-v*B__̢Lڵ7 6ߴYѮkr8-HyQZ8p/*9j@]Q}WLC狼gwNZɠ1CvA+ 8W6u;CRSh@xׄ#~`ěy&o7~w5*6 h ųz"jfU#VmqΔgt)z{e-]E6|"5ۼv AD rf@V-Tň9i{ `TF0tP?"_=y[P_Ou(wa, 5?4;t> %i/385@uʇaler$-0%7kq+PcNOpyFDN'BA^$˝wk?9z ӹE,D4!޸ھQ?F)lTݲZ%'݄[Vԥ .YyRO]l[¾Xr{ iE@+9gL(>S麶[ ѶLtt [r %>vP޻u!09P|0LS ZᦊtS;,xAYYE"BE CWiI0DюP *'p/+QT?VzXȣ2X|/#1@WWA&ׅ(bс"hځ[l}H74i}@7oh܃lT]I߇)M ZqZLDUJp!s?s;VVa}?p//QV@(\@;s"RN(Lۙ_|Gz[dMnsZ~TC#VWP)㶕rp }h^EΘ*y&$0ig&v]cLb.Ǩ] E#1z-b'w'&9.xb>Z#d-MԀND:}Ljc>&1F{ [`p5&4w$a[Tf@_~f=.5k$Xn P3U;Rو|@)ympUEON,xVn͆)f<2P8݋"2BWN>i\+8 r  =#/ro{P{3fjw}I}+'#I[܏DAz$D%3jEtf`0Sx-F#'2i\f(rL>WV^#a&W\ q*꿽)у?I.ا7U:]&`b*pJCL"~}C&ݤZhaЧDYΛTD#SppQ3q)2t/A8w-VM/FDm*2P,EEO ΚIS iK;6'c_s \8ƶO^j%w2]аގ财Wd/ yE- FN>H-z<yo>Ww/`F;Y/gc?Gy4% [ax.(*SUkUr(_ cSU|&qPXKw:;沃 LlDcFQ=XuF|%GkCG%uv:k~IRGݬ=u8Tý[PT\KmuaE1FsW6FTFwtPCSM\i)4y氆z!O OabI>*I_+{^ijmrg³x*}7f h1ƩRmdD"w/x.J M VC~ܽ Gŕ !}=7t9< /8zNb T*&9* A*9ϘQ2"m6Ml3#eMþq<$l~fmg+˗"~GoV2< ]fA!%Y.@o=;p|jTS2*+й|,Kl1 CVbcX|]8/` & >1ػ'(+OȢTFJO`l9ؐ懈C;;|)%y0lшkJ&yNHy]7D9I^;yCl>&Rv}z͈uBѢU1jq/?峣4C 'yh;NG 6ydtx,ymzHeı+AE9EbcڇK!E7vfT֠N]ՔFWK7wj2hrox}GDcDTcPgk13H?a[ۭ~0+0p P#:i`OerZ:<D2 dγuYP?̬-aڝ.gپOٰJ~W?[qκ,Rnfn}Ɍ50DCG3Mond2%-3mQ4ehvr4_QkXPMPsFAװyk1duJl=r d +\o912+#yևav]<d.H h#qƀ*f?~3-\Z74EV)ǣt$}{K (=YV?[a?fò(") W՝xy4CA"*ˀ&IVfw #yy)lW}'7:<Ĉ^+g}HAhAei쳪kM(GnC˸ f(4EVT=FS*|A>CXpV zVQp-Yʊ_ZZS})УXg&Nl1@'gP[Xa K(xÛo} F LV28y` ˂GX-QCiR; ذaϲòÿ"K #$'E[>ËUnW^܄*;YЈ(jK}#Z6ײra5-!rnpi6CNzEn6mG (]cF\8>YOesT ),'8wxW/I$ۊj0We- Vgt#eQM+^0U.׊np%Ee _:viR-^*D (% T=2X|YؗMu"j3,5m_.`827VB~J.єƊiP%kRV"bQ:NRikٶ+~ΎM^d`2GsGb!v*z /O׳w޷2yy1ԩٷ); FB"#W  4#py>CSevum.o=lWJ I$[_}T_NRA7,j1_cleHGRɮ e6E\L6h5Y1[*1jZ`e[T8$հkhgt \*W\҃8N]` .RMlOp|OC RV&5u<55vNa8^U|N ~ Aai {0ܠ VdM "ʓ %F%Ge^B#=-_!$O\}ك SOO)N%bp8܆!])֋KQЮQY(mIW7@K+/U+xNjkM9]?r|Ê;pe˥(dy6ܩWU9ljW%Ux afVjM3V%GRWnvϝQ)i2=Dʕ,Lwh?E+Jj6vV# CIUV'mDɠPEz'E>=y41sW9a#ưFc_hD\k$htM&Xh"&"M:T/ȿՎ̘ uv 4Riocp*1_kd>ZRx})]>a:x GaCS]{ 2=3> xj 灬j,$n]|ܫFC>4q)rLD BK²iSMH`[6 nm/NB>Yѧ^HJE/_($jޡtQ#0c1-',nMS G82KjgH dӌ53n&tKHP{`˚5#- sx.Mqn[0__J)s`$;^O[8%OcIoAM+i 'f^r1R ܐKu 62ꗓ[|Yf$)6BHj >HTq&]*G!晜r7AIՈJBpH'(/7K= ǥGr= fo u}΂>,tX +f.A \ 6:@w!7oHY/񌓁XS'Z㰕αRrð{Kdy)vCSF71P`Z_oGNEGr9JnX*Z ^=9De@pl㢧ť(\uv@bVU*_xZݔ >7z ́D|[F(fma02y( mET,DؗIiD} m-{/skNsX3u%P֧5qqWC@2 !N-Bp?.5%ӝ.+\Jb$,Ӎk8͕tVzI>*D͛gG0>g&mk Dݞ=jZլttD`GɂpJ[;9}35]g b*8ߑ8yCUp\z 7Es!rI \< >n'fެs>{mA]-CC$M Hr4sQr.7 6O݅#~" nK'䱆zQRhz3~0\n ۍl[+6] ˄Da5G1[o^-]t{``E