libpmem1-1.9-1.50 >  A `CgRp9|+WF&8u5v [:&vQw+~ ID^ʣ,Bג~{Pclu^*Wbd\Fbb߲qu9HK$NBL"\ᵦݬu7o$11"<F= !kk(WWMkN#ًl?71blbе-uvXr[mWm3"7D̥E%џ;.AgqBldG?^kFwZcJ+Ag&.nGs\Dn`X>pCA?Ad   @"/ EVkq|     $x5(\8d9:>>@>F>G>H>I>X?Y?\?$]?,^?Jb?Vc?d@Ue@Zf@]l@_u@tv@|wA xA(yA0 zA\AlApAuAxA|AAClibpmem11.91.50Low-level persistent memory support librarylibpmem provides low level persistent memory support, in particular, support for the persistent memory instructions for flushing changes to pmem.`Cfmourvedre SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttp://pmem.io/pmdk/linuxppc64le `Cfp`Cfv6c97a0f25c637a02a699c755b2d8d09534e5607513d20de00c231af9804a4e49libpmem.so.1.0.0rootrootrootrootpmdk-1.9-1.50.src.rpmlibpmem.so.1()(64bit)libpmem.so.1(LIBPMEM_1.0)(64bit)libpmem1libpmem1(ppc-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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/ldconfigmourvedre 16150299051.9-1.501.9-1.50libpmem.so.1libpmem.so.1.0.0/usr/lib64/-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-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=733ee913547bbc37095f72cf89f74ed88c27a2ec, stripped PPRRRR RRRR RTV G֯"Ipmdkutf-80998268500cc2707c68a7e5a8637ec75954e1d8f990b662cf2e749efc53ba80d?7zXZ !t/Wk*] cr$x#Dd:$V?xж1,UM3L(W}󫥲,?Pzr$Smp$po[G{d2q,0R>|nqH$](_Ȭ放 d+Uzn;hZ_0!aj)ȆK;wzՃ aam"br06ۋ #ͤF4Txp+I2IǞ`#f7Cw#c:s!|]?SQj3=TVu䦀 P!tir#( 0v)yYIL>J4z@m!徖shKMõn@ѣD>]mABuM-aDkw/ެw Iy!$!I }n3/~XV(hN<9}#HNXq[ 9]S.9gtq^M%# `v4[kå?$zy<^ toɀgN}-""94Oy@i?bu)NVGG4UbTy"$*xlO_&cCлT 7#h%6\hc[%90jq#MILoKтX-~e9w _!S k,_cU[Hrڥ\u]&DZ|} -&rms/݇Za)Old8։~]o\Ʋ5rҬ|nJRH/ro\&QtZZlx@s , >3үkk&;VhA(+}r[s@lz\+7A[3[f+AxY?'(zP`7Qú@DI+AGT^rbsf*"^/3f.v1ORqyb5*oB~ӒGx,iB"sA 6(f]t-4Sk:9{mg) uXBӼM=XYs tP?f]mb#(1%5f, ;*Y6Ç^!P<'m`lܣ§K,MB"zTf@5^|{FYr[T;5 :2 `r GlyyX[aVcjQPSOj1 N0CLz]T8caZ,Q1ێC޶ e3 >A,5_%1U臲# NTHCO5[qRRXo Cp{d|W@6FFot7[2՞-Ɣ/DG.ǖCt> GȻ٩TGTN4LEXaS%sQ]}gYjj5w-DLqXl:LʅL͵[GeT\9;yљ<ioq];_>m҂j1-\Njﳬ+eĝ%iE33dyc2 >?'֚`:؅mlrӦx2ņQR#`Ѱ﬽Wm>]veqAi 9e:!/%YwNŻG!÷ ޘ}@vᗞΐo1XF2 T>x`RK~:ИEZ6QkEgHn!H8͏F7ANd>- I( "OB Uo2b웮#TW.B~ !@ MJuV_0,J]#}{8UJ(F0,{d> Ѵ'܈(U/P}^0ujcqLWbףXf3m52|rcr"i0 r%ܵAn\[ԾPP*]Sۈ!EQlЁ\ݗe…R5&JSF߮߯ h|i^y*c~-.}Ƚʚmw@]nȲ% ?nf+'_oмӫ"w'uH5_~]cfɪH꺉2>uI$lϿkjlB3='P[ѷ\C|wgAB]~ۮTX=D `tr dYՠ?_p$63RdFF E$4NR0L<e6 SH&]Sa.눰pHߊ[SA<6 P/xi0W@D7&]΋;L60@{w<JĆFEAץh;^*k~h]̓sZQڂ*XWY/jmgQu*ܯUyEZIIBi%c|3_*,shusk"U*M(t_XMDȬpl6٤ErVYG@ص-' CkSK<#u;duȠ2[!j?=޵7,<q59I*M.-^h^DÔ]:-+Hum@d_>SK"S{)* P9i6Il, K PbkDGڋVj !TMlkOsTsas9C?( EhKH~pDv=\lJDW5{o̤LZp! z\͇^d8DJi/DchPHiT=[9W 8H!6 ӛˀs|'٤urb'Tu pLY`Qs9k3ejq1FJZ! Geg/_bMW)lqYC3c*/eH$G/AsMDM(l>.v7rw:5H`7ϻ[dma$ 6[Y|Ir^ +| pz,oVд8/JPUxuZ6{|O,!g ߹TXCxI8o롉:8q̌ݔ'|~Ċ,a~yuN(0_D@mr yPJ\40,z;}c !x.rd: ( kmOϓ89}pB“f~OxɈ$[rhl pLF$HC.}@"=2G)u!@QF(LNx<]C؅gek҈hɠ͗5Mߐ߀Ϻ UKUw9 ~AfY'u̕U !Ɍ4/bj(%7Ry7YzPu A@=,3^W=0DVIѳ\\zL%{ J 컭|S@QL虈qLR">ԙUp-2|5 %Jk|ث&>TEIAϴ<`)P{G]*[q ;8M6U'6_KL5巊P.Ж[~+[&"4dx9rـbi C((]4'v~`5Q-@qկ?<(ƺ9i2r3Qq㤉Ʌw=+O4\ƕ,*vNʈ6f:9ɩIH;_-+fIzԅߌpgO'QT\iWTE.m5Kc~WA cEgUnYtٜs\CU\PnkYvBwV!>@bڳ ^#)CN1;)?Wt2}uҳgA2+ܹK6);02p'NهJ^6&bA/`Rȏbw@E)'|(IC-{ }pDžG&mq]Ļu"77Џ&B#@S0k 'UGuFOjba&_3∱ꨂ^J\0=HbbT3}v4noԮʏql^|ъbj2 _ܣWL$-:&6|Vg]ǫ7N-fمU?l {鍪swۇ]z}:A󯽣rn9L;nt^CF?">oxP [t2 bl2,΍ &[Zy#Ӷ BbัZ5PV\eɥ{暬 #INNCj8+቗c8ʍYog햌 x4W -GXÎ?ܸuG;Qw%@6> b~fa }W.%ρM1|m\RW0~+'(x/ ~d]jcW?$py}kG|WH*5b b%nEP"UlW=Qكxs*nNRPdQTq/8kMR")}_dvEsh;E`բQ~ʨgݲɋ!yhb&H ꆗ݌5Cz•!Ζwٽf6Ε׭@AI^3`6.GMS!SͪZsIJnw*ojtdcvw`ΨLj"XKntӬg~T`:6Ow|T}&y`ȷflSc?y^8-xLF9 pZrWњ|i]6:~@ZNW|z6z:O$mЂn7Oe@ .:;ՀP=o.HqA3] p&SCYV$r-ZCc iF# &&GSEV1by ~ ަX!)YC*.0[So 0I J#c@q LKS'0$M D^]9K* įyXY/s |:`U@u$È2Pd,4ҩ:!?Q'11]/uAn_  ݌)fGCWx~t 63OcJ@zԥ#^g_)W3\Wm*mgS2DO.<Ƽk!ÂB]~1ኰ@谛fC~n$fCLڄmD>̣uON#ڶծVTH}SR)P0DqwyrthSIDyC@JP9_C+1 ^*)cRwKۡ5˗b+ȗPY1SY^I,t^ MT2o=՞\^H*@]`(w,M)b'&A>8Dof n;X]Sj &9F_T,9Lt%"6!1;L/yh_׍@O_o%yQL[`K Zt.!WFHQ,T9~;5Ss(i?OU'~b5R ֦`F͖( kfd<6V)4'DTP }>I[-hI/x{8etY gS w^.H}8.A~lɘZ~9cuFQchR5Wu%%lJ5 Mv6%)&*2]1 $maSYը%[b@VΆOΡ>Mrv0xNLtk*FYA00Ie/bUB^.umYk=tcTn3E0c3DG6O'gU@\ GIʊ}\b[TS'c >#ot? aW2H,Ѿ>R:i:yvEꇟ^:F6 E{rG]ZBn߲*b hmXEggg)y}"c-L:uWWX˱8e(jE{rZMÑ(+r9aawE. ")mZ*K~@_ U#qF~fѕLj-7ltuNA °<=H W;0~LLk&m/ƦUɲVøcoy%b%](OY4\j*i@}f^!5-Cl q&ldcf-?߽J(u[>d9; 4!Sm_E$A8Vm}9GiC:_cޏ~B}bageHy1;mu+r?FMs_XeToBT7Pl]dL }L8R'?:*`\o0<=־|+\+E,:t͂%?vGmP;:83[~P!SǟCs-pAIF`ّCphplG7N&%X$ S K| Viq/|)( Ѕr:PkiubM =3h(]_)c4Ycvӡ7iTeiiOrQRβmUN,Si\z@/:{sCEZ"**R ou$/[!}q-'М b-A+ jnܱxC$pt[W/O.c: t(ʟūƴM?Z:EqbeJ|ISL8d_Q+ybP%ܓYǖ-Z 'uKmڣp- UDg,>C(- ]2.t ̟JGnl) Wkv ؂G!X?ۂp@l {(ƼRxhBH`\7)] (FNAoc]D=ܸ`n9bb(!,PA jg&``<> /˚)=|Lu?f4BՈ`q^$mQB(N=pthjbIcԩ"GbSKۉifJ^@y@<8K\ЀwnYB ~UdXyc-Tn$x//pB0eG/Io#͗΀0!3ZXB!7 (ڞeಠ?Qs֤g,M{8 1P\e3$v+bA_nn2s\&0أ2ݾ^V4]Hf!!̚%ܘ6t'~[,re{+OYA_s+AO0? '``OQ `xvPk/Ҟ8J]g1hPQ?nN I^[B[B2/gZ/"%|GArM@y{ <W.W62Oh keн,ħZl uM[ P{W6>]4cZjQ/|Ѣݐ%A{c8Yr$3g;x#eF^2>b-ZRSRJ2dz;)˜A_:=L\`I'ρ6YGMŽ#!I?owQ]+H y2L#W26yJLoaLfH3-e@0";mb gD|UIi/;@O}xWMJ6*eLаԛ?^s X'xh滑L46|!QNyY~R"6)q)u?hB8j= q`v)tQ_q吚%sj DsB5x!i;jˁǜa)eAײF.a |>{tTxy}`ϱAy/ :Ϸv.nLdm`<S#4h L_pl놈Fw;j)ּys je_1FP(Nښԣ^ < W'ZD4sFY̒]0_CQanM q N;q4 kwAU˽@h"FoCN K1hgjkژ˳Q.bE٧F5*O-8b|>'Fz^[Վ0ygK{܊쁰rz)9| 0`'ڍy.r#`h,ZwF1'a/0A)_*U+g<U-5-lA/Jп3DŽil__vJ*lأ,pҭ/Z2J8ACLrΐuмlϐdVJ7kcNeʖcZ7eJUwυ7*JPlW E<>/R̺G x]SػSh냷+r$5T$~_ IyqQ-ۑ]-$5Ly[͝(g4u4YiԊl= %~\q>9 OMYD԰[umEnOvҿM5Qzq gpilںXmގT\T}f4 LK)0) Xh:\nXDfxkTRDGTЖq58(a, ;|Lzc 3k2m)lrE*[-VN3׃v|Z$=WKjX$c8{| )qn6apru6h #m+';w$+~f WVO+~{W>pS` [#g݁/4ëSֹ==+6#'_p߮dɇ;2.y[By8gV=ʟ-.[ckWiv[ߎNjɃ ]H+2]0 Enr&++ڦZ%2EqƸJd[#66AA?(6}r>VroV=̆g|&tZgvnҀ5Of\NF.e T*E>HѰYm9fmJt168Ų.728֒1G^x}&Z& 7΁rZ Y.n  $d>1)KNbt*EH:;@N., Wॺ~NE}{칍ݔ u)CD6Č$!trVuŧ5aAc1mUp3Z3V<%#(dQCS,^wʾeFhZ޼Vr#VZ6˒1xHІFk:R^Ne2}j󠚗P(P;%k3Z kz#TQ3\/(_& ڧ6 LmZjSh).+i{WZhW )BW|d{*Re "tS.#ڗ ҈+} < ~d!GY3x6Sp&5ҌQjtRU/;\,dd<ɘ1V}A&ll)=lqs F0!kms6d^yϛoFczD/3~w*#[ؕ  D 4 Z~ǵ@%=dNSтOuu%' Ok(Pt$c[=Qqw}ˀosl`>0]9g$*=Y\9[R1pj"s|5O4TN{ϕS[="A'UW}yT$\vZ~ V&&fi4&=!7Oi6QesMnB#oQJdx31J a[)D.o>z7{wn`B 7U˓V$ KO_*rTI=-;g3KZ]lr`Mx6)Eʄ,[SJ,w.$ԛH8!rCA9/I7f%@tv.a2T¬荮eg]H|wY?[:0fMτ[|5ui"K;\os*[+睷BTTXȩ'+[S=63LqU^%،2) {=. ?,aV%,fH:$tL[ڹH2Odhnq!k:рߚpoX'*劙=r74;v2@_`j #N7xUULtxM!x +x04c5vʖoߕ 0~rmiS[~@̮K/=\gB ߴ%[8͟xV '1>3ͨw2Y[bEZƙP>D쪒l<AΏڍ谑5W/} y# )eI^̮~[ oi^NW:]Dͥ{QG\V*2f;ףL6"Pǧ> KQJ9redX30Hv7l4㻣Y}BNQͤdl!==e_)BJS$&[y5:ˏRNׂ]^oqt pvN~cdUZ^k[9,lZM A2O5o,};`OaAV7YH>-;@nxY )*[19 X=^qFI7?g ;ccowmz =M{ŬP5>U3iЧ5^>VG;c._76޿zQsNI\0t\{,(o#Ds ԰M˨T7, d6U(ǂ`I:=)nmUijLIrb$΁Hz>Qf{?Xҽn%<1WNiH# sf2`K?vj4e+jIB0*05Uy=1e>\ )+{4۩}ɻbD,,$Mw7g!}96W؆/ )@:B\1GS% +_v"Ct~7&nhy7to?(\+M\>;^ѿqIkOI:+I#_G<ސ$iIo/%)M#+3"69 ;2-*-КSX$-1_ |Be7QpU}Z0 xDrʏq>3<r"DÞ,ݴvJ㍻X|]n9&.vk ߇6So=#ȑ"+y23G>lU >`KK%+,pꄫQAfcST@YEϝ:reݣ!h)(٬a;-=^ФMOmӪT[n<ta JXwХyw2/[µxi{;4^^j |D))g7?ڼ{ԪD+(jһ#oL@* dPiݭ&+{D)|+OzhEN|9:,4~G9j̱S:1r-Jzd85=ޘ|4>9^3<:<_Αm= +OV'69\8qOQvE .~gW965%%0/0'JTY*-"PQt5UTqK'Jg$%M ' dΔz´p6]ݾ*; NXv.x Dqd0D>r5cεo+^btsxQl?FcSLأ-6ǎݏDȶmU4ۮ.SGM9oi: ߙZϗ7o =2j:ѹ ̛ +o I\PXTL;agd9"N% j/"`n@G%3UV5TȐۉ. ~IJNUͪ?h%~3)qʯ9QJP%|ʼ% 6_miѫ,1c~Lޞ24L/!Ē4)5nO[Ntl! 34ț&H :_l."`DEd%![ވ*Sș 0yuZ|= ;yoM m^U3́y<|Tr 5cH7hT?Ot=ɦ-P=~gziɾ7_t M$) _M~KXS;̐T:*yݪ ዴJT},ۭ PΧ./*#tF*wJ)-t^+Wtz/^"f1$,D༂Ds)܋Te{9VwVjm`ۡmv_VH1V ÅǾ3 6I;> {ת 2ϯF;ݓiE$уx*0+@8JD|~?ye1; 5-QH0*ԫ} !D2o)hXlbI}<R$@}*l xӖ,`;x:f<~*TN[GʙcqbAy׽,#@hh彍e,E"DbҪj>/Jb'iV Cs+I ,O&2GNɸ5լiA?Q:$=dIisZzWLnWRs_)QQ>7z/j~ڠS[ _ iqRK9xy?t&Oӆ‰hIG/{8~Z8@j [QRp:^V@gΛIЅ}me| ^R%7 ;R9BDuL֯KQG]Ivʏ& "dWw6o@XF.h#&Ǡ|^%6~y[4yش9>[IЉ1>Kk7j`p5\-=$UVC>\ ȎfgJJ&'AΕi{.V +ªL~Utp yyi:0 VEWfA% k@ xvc$㑜< Jw& kZs^-vi~P.~a"5J-Ë=4G"5~H-  vL{@|١6 d<q}MOծd #YƅypW`t*Ze6zNg/HbLZ l P,@fau e2(%:yGѫ}v4ڱyS0Fk3]xZ8C iNq"xiVN/w5bP7[:wY_k(|u4 d;[#/8^d^Fz2hֹ[8֢])g{f} > RZӴCV=bmBĸK!9r MŮnC1J*j/82j "NpC=#qP2oGk~ȄSX IJg ͋P[;^z0 |-v ~#iY[֛LX:qÿzĺF&7: =rl[Ӕ?Ѳtַd[Mg%rAȈmu }HTB/11)>vДCCzI ߺ2޷DȖ-zhGf{G#aΰ#?tu좖[&l} JP*k EhsgNbnBͽ+"W0$^F ` o&[hu'=;=Kyo  -KC r;[4@S* V7`Ki;PhƧ Pj+*M"0sZf(Op^/^uĆ8XrL -#`[6:U-.wU!? [9ŷ*vL#qlM`سFaJ㜉pY wKL_.E ~Cb yN=lxD kF$26f :zd0`|} n!i cͱFfej+k!lxlhƟhqC~,C#}&z7.S"4dX- F~V*d2<+c}3^p`j.КɤCH'jtJq}N#7Rz& "[J5+Vq!hV=͸qo$PCV;`f6_u dw^C=LNԙH5j;,Gt4s V;Pu§XqK(][ci:~\jW?2 Q,Q|n7֚u vXz.B<(G\yVKDui/d`sPexgO6c﹗_џ|DyaMSubw딙DmYq=.=Ӌ @vr^` q9FgaCMW'Ҳ))(БR6'mamk-Qc&"~^b[8lcΣ|RTP 933N^gsVs8de,UJ[2,+w1Ơ12C 9S<۫zaWIBT1kRg'4fBU\<$RRǏ)~4|aAjZװ0ZB\G"C񢦈d7IKgt.?fc.Ё7ԚSjd }^$ `]IFϢP)অsgk Pu z?^rt˄ h^F"Rd{8 d5Sws3婭40_!ˉ_UZ)̆lK;5Zg{81 ێ7f|KXce! ϯV camBCCPiyKzQ/ 1v b>$^8l ;M;qeZ&)*j z;9X988O_^l@%ੱ5Wu9#qi7TvB[;)Ns- & 7DWCoa*/3V6x(+{m;U8.Nn~E(l`3/H3HNbE59:lz$د.ʸnٞ ?RL1lYpGn5nC`ХfyGl%ZA![ 9B(i "qRmfF|$}E$U5OI]E UZtխT@G t5#[G"?Km\ϐ0OÚ/W4 ;G^-J^_FU,J6(ߓ _zx[꾱sT Iă @G9JR*i3^RhkbfzcDr{ѱw y;hO-׼nVJW*6;o-U AV@KA`v=+u&7+/1ViC :#ja?w ^pK һqD }׺a "xSC}k8{uHpZ20`O !LWſ"*%ʥ>ۀ=8I+GalF Jہ}=}oHh6~{"&&Ц 55 A>ʳ-BR)lI vw,d4A >0Hg/2rZPI6?ʐec3$wTyuddid_&3g U(#Q%u([Nݏ3#i5eִa#'pLHN9eݖ]{L/q 6&ȴN oOX> _[N;BwQ{R;?lx@TWAK!wIj]_{3nJ\43څF2!L\Jei4c=5Ąd9Sdꭌٌ&.8`^*5`?ɐ]!7~rΫdġ}v9-aU,ԃDCw7? BJ-o mL,w#lA^AxL$TFRJ}l%a`7 l.pdeLi'/"UڠբǗ ^ I$w8Xqͺ._M@MI}NMWٟN?.>\o֨QYqD(V P; '/L8ډqo΅RqR/,/ENEڗ }bC UVsb|RCvZUgC¬\Eza>p.;s;u]:,pHD|ųd2DA_/N E%h,"x@9Lvς5a9G}ȁB)nY7ф.We ?Gf%beɽY+ ڕOad9=Sd[} E&5p,zcER~p83֥n`{NૈvRN)Y-jpNf3TiMi]p}r~0L̥f֦ uD7#]k$r]O=fן3ylM0^^o%ÜFfOTןBbMbxJ Pb5DN_yUCtD,3ĩ?S jׯj#ћ=\t:5e #%I&R`R|#nm%U~%"k.f2) TlRy~Msv*/rT:ڽIHʔI{LKjV%wݥE'}U)%qwCnj8ھD)PkAtpKK…' |G>J9:stͨq*7ۺt)5#?jƭh 8_R3U4GȻIy Svht^2{kuSodŧ,y}`Ś\v#AD`qIޓ7 ~l!L܅žH߀mco| ̧If&m b=Ti J,.8FRZ/ZWaMfƊ;'g48Ì:9CSw6kBk]NVZD샨*\t0hWn{E3SOё:)]eQՁZzz@Yպ^s5>cA}5ƨcR|TmydyПuxTz WM.4(JSR,to1dDžr !w-E(tU< rt?=Via]p1\6K)fBHpޣ+TԳLLsvNDZf.Y!ڎԺ U'}ױRyߡ^pC%>*M"j&}BRÕ3q }]UC%L7w2۸/6@g0.jaXip mw+*pUV旚|N@=C^GxV,DHh4a 1D;(c./ XlYg&Kg,~mjz-qJ"IKLxZIןVRU KDS[>01N$E_:,%*n<{N0D^lЪ<5vmZP9.Lq{Q3?=kEIpc?{0OV 4!F5qÈp) ,8s~ªDҢ qVˍĿAO]>QHK}l2k _(J*V1ZaMs& /lrU== sзf~cLq1@HSPuPG2k HhR3,|oZ]N=ˋ;KHv|Y,@…N3'#*D}H؞07 YZ