libpmem-devel-1.11.1-150400.1.10 >  A bwIp9|[\1ގdHJWq^Xx gR0F1Ӽ/\8Zp' Dg酭Q2~xaGH,m0L0̻2ƿre]lLڂR C_Ϣ$t7;OKJ"@2&KaZL*f&6#st E_b$"S:C2j!Fؠ+EōxBE<Wv6h2"~sh0718ba75d27be916a930962c21c03dfa38707f8671e08e673432f76416f079c1614ad56603e20ad76431284cd4567278d1284743ŬbwIp9|Otbudᣆb] :/SmPg ܎p#16]-ǓP !١ϕoM5ʼ̱xQ#>p>Q?Qd # a"/ Eez     6Xt(8 9 : e FMGMHMIMXMYM\N]N,^NbNcOpdOeOfOlOuOvPwPxPyPzQ4QDQHQNQClibpmem-devel1.11.1150400.1.10Development 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.bwI ibs-arm-4SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++http://pmem.io/pmdk/linuxaarch64  AaMfbwHbwHbwHbwHbwHbwHcceb515f338fee74de8ec5bbcaed5331b370e7302d3b10572976bc198d881e822cec26dc8194ab06230e5cfc2beaa8e9eaf7b1d80b4430d5044e2c9b1513397621e7f20c32e3c53aa3602a2152cf71fa03db21960ecb91398143f2f336efa5delibpmem.so.1libpmem.so.1libpmem.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootpmdk-1.11.1-150400.1.10.src.rpmlibpmem-devellibpmem-devel(aarch-64)pkgconfig(libpmem)@@@@@@@@@@@@@    /usr/bin/pkg-configld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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_15)(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.11.13.0.4-14.6.0-14.0-15.2-14.14.3a]aI@aA@a8a8` @_*@^E:@]n\@\\@\O[@[@[s[Zc/@ZB9ZB9YYm@YTXDX~@X~@XCW~D@WoWKVV$@Uchristian.voegl@suse.comjengelh@inai.dechristian.voegl@suse.comchristian.voegl@suse.comchristian.voegl@suse.comguillaume.gardet@opensuse.orgnmoreychaisemartin@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.11.1 * Bugfixes: * doc: remove exprimental moniker from libpmem2(7) * common: fix missing sfence in non-temporal memcpy * common: fix a mismatch between prototype and body * common: fix mismatched function args * obj: rename vars clashing with those of a containing block * pmem2: don't force smaller alignment for fsdax mappings * pool: don't trample upon users of localtime() * rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le- Trim old specfile constructs like defattr.- Renamed libpmem2-1-devel to libpmem2-devel- Update to PMDK 1.11.0 * Version 1.11.0 - Adds new APIs for libpmem2, most notably there are new functions to shrink and extend an existing reservation and a new iterator API for mappings contained within an existing reservation. There's also a new function to retrieve a numa node for a source. - Makes the pmemobj_open() and pmemobj_close() functions from libpmemobj thread-safe. It's now easier to correctly manage persistent memory pools in a parallel environment. - Introduces a new API in libpmemobj to globally change the method of assigning arenas to threads. The default is to rely on a OS per-thread key to store arena information. This release introduces an option to avoid the use of thread-local keys by simply using one global arena for all threads in a pool. - pmem2: don't force smaller alignment for fsdax mappings - rpmem: various fixes for powerpc64le - doc: fix documentation of pmem_is_pmem() - common: fix various minor problems found by static analysis - pmem2: arm64: fix possible data loss on ARMv8.2+ (improper flushing) This release introduces no changes to the on-media layout and is fully compatible with the previous version of PMDK. * Version 1.10 - This release introduces a new stable PMDK library, libpmem2, which is the next major release of libpmem. This library has an entirely new, but familiar, API that addresses many shortcomings of the previous version, while retaining all of its functionality. To learn more, see https://pmem.io/pmdk/libpmem2/ or libpmem2(7). The old library, libpmem, is still going to be maintained for the foreseeable future, but we'd like to encourage any new applications to leverage libpmem2.- Update to PMDK 1.9.2 * Version 1.9.2 - This release reverts an incorrect change in SDS handling "pool: disable SDS check if not supported", and introduces a proper fix for the issues that patch attempted to correct. * Version 1.9.1 - common: fix LIBFABRIC flags - common: Add runtime SDS check and disable - pool: disable SDS check if not supported - obj: fix failure atomicity bug in huge allocs - obj: add missing drain after ulog processing - Drop common-fix-LIBFABRIC-flags.patch (now in upstream) - Add a comment to gen-doc.sh- Enable aarch64 build- 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)ibs-arm-4 16519846521.11.1-150400.1.101.11.1-150400.1.101.11.1libpmem.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-SP4:GA/standard/f8a69f4499cad914e3d296c94e5fbf5f-pmdkcpioxz5aarch64-suse-linuxC source, ASCII textpkgconfig filedirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6d8519be8522907c6098a955c9b838711ca3803a, stripped PRRRRR R R RRRR RR?ߡ_C8MWIutf-8dde79539ada1b8b1e3e9f2257d615e0351efc119050795bf7bac0869f32cd8e0? 7zXZ !t/#o] crv(vX0Mzl>W ks"]IB~0ɴ8ϛMmrmau-J\UIlB!P?)8UضO2s=-:#4ܤϲq?8_v3y `\S ž\^Ps( }S$ڃ'#c$eNFA{2dM-6/_0łMr)1s-<'vهzTbZ:͞@@s oDzXURi#D2U !IPnN|^U90K'gW&^7&|9m#Nݠƥ4VioGwI])b20Ub_VM fDl?)rs 0e\ߟjZ"Nrs|N`"l'v& 5d"Qy+`]@,zypTnڱW ^c &azϨCX v(XL/g.M07q~%㽓N|7{Mu W&d@]-ڙ]> oѬ*s#]SKws UXtجc 'Ά^u O2?k+Ύ1d\9V-gт6>;~`_uOm˷ 9Z2>Md(@aq,=WI_?%.b$6UlZ4Id#z[P& h; >vÉp I|8h5nuJJBtZ&Š3n$av!5MuQ]tp93V- \Y5PA/SE_yU4)F6g}>UB@czUJЙ"^zn' umԭ)г*M,DF C\JVOX8vMkDYh%KDžne|MNJ`~p|hDМǑсpi;%[dw%8tJY(;""#Zzz_7%\zJ:FJ\̝q6I5ϗ0waf"sa]Fs*Ea/iׂȢK{}d頶czS;N.k_5"umbfi<4߆A˰1ʝәs4y{.]Hf;O`Z ]zn*mq4iK%m5,fKUBS#U㈪tSH!Nʔl?*ELk{XUde$)ǐ3$Y6iAq[%v13{2wޤj-3LeSA0y<`Z>ziv7"Z}S09c5N߰\pkpD`>"'ɹvMndn9~A`|%T|sF1?6K/sW4^hԄ_|DW>uE C(vuםH :O 6J#Ŷ >R/ulN*ֆ .}܄BNV (s=0Qmg'IH S(1z2[K좥!jyr0r6cAl쿐 mRm\XW$YLk};Of/ zL_j5~.1\it ڻ#O§ĉ8.I)~Q(*'KE小ƫ-0;Kɹ;dBOAm0+?ySI&]ޡgƷr;PrNi߁+;nmmZ|pbT7 pTu}~P7D$eYOȕ?[TKNixHK)l[ wl`3.1ƪV(hb6hT;SyU¾d] dr봚cqR355HFq l.}ࡹJ"n_EHg]3l^'w6CĈӦsiY"!b ſ BF+p.;`fi  }9Xm }^٫*y`II p1ctg 6V$znm7*ْʩ &Uؓ.tUz,J[vWm D!\$UF[~46}{,0L4UvQy ~޵Ir' El[|kϏ_M 6@B X@ؽDa3%sUvC> ؖBDH 9=#SQ#ŚU_nFIՖecFtvcqsSV$. .b@Wl_Ԣ_1o+} Zߌ=sRt BFureC`/\u腛5 ~=MK%.m94LeQYi5k:PLWdX:gNj Ndusq2IJ}4_i)ZR\_r|kʠZaI!\l\f]7MDav"SnϦv)EMy?ZII!;hyƷ''v 6+ɌPק:R v viR6,>7xcO9mG |5̄& MWՎi'+9 slA¡=2;帼hS̗5w'~Nu;gJ9ht6 2CkmFT$B/0E$9! _m]/rD9Cl*EŞOk52ob[^.jm7̛2` n ʜ";g!_59T̙2?ؓk&`)| +{Kz =es9px'mC k_6r:ptyG<[_;ˎ`I٭FI`!&9;! A"|3ǭo3;,[ibAzdj b Z<qQirhK:#fw?Ĭ~uS)l1lJ呜QG*ZQv8x|fϟIPXաcq4|ȍ2Cyk@kf6:ջ+:++нQ 픈l'?˖BuSv!ths(]BGmTR #Vo(u)ή@9ݥ2O9TS9sl;(2JϜ5$l/#ot gvaINkfeC._!Hx$t=J`E+_1ϼyg5j]w.hh <&Yv!:^O2_\O)hv`q2φ¯pJ$!|årMF#̚hoDZWzj!&T\ݿ3>)>li}T4^OQ 2*}IRvhX[ߠ4(>Sמ%n:MN-9^&OP"p¦cl3Xihy j}JAm#Yke=\U1L:9̋(QeY_Q Nu}Dx6Wše Y֞d^vgxG=I,  ߐ&#O:p[.5iM mҥc,lZ{3=O'C脘ٽw_u-%˥Dt|j,jyש!X=Sh^Qqo9v >Qss3̘ق`UX1KALmd]bFՇ]?MCqG/Ke%S! Dq7er[E@kZD!Ub&VCd+ _wn硩t%`aVehLR3)Kο=V4O _E÷4_<?dAVx_nx@\-s!CPzQ}KVEn` ԑbBx?yA@&N8W wq }a,ޛ3v]-E4P˵ua}zl?Z0|0.6i%粐\$j$;Ek0zF N ZU߉ ņ$:{@xUjAMj}aU#}* @Y8LWwƴEV'j G!\lTq;& @G"9SZBƇh!Z{enM7r6W,Y00L0-E@e4غ+G| p DqQYW^^PagBy)tFc7̠4?A'E(ψ N0;Zo-[ܛ}e7Zw&]yDRg)c"jz0Eo3wz]V0o@% 9=F|w"ҭdE>04 Xr>Oeإd)Ec BƉa >Ӽ(\ojXhPMA!츓9x? ߃Mwe}}o&GzSH_U 阦Xak~M67)áxBk"ffM>a|p<Vr kٹZ@CL0 fnB{7uuiX,葢H3GHbN~τz(hiOaܰ_zȝihG+T G%LAQ јr{ v|kť0;hkX(!Q,; ))…K|$uGB͚2L[dBDP{Wcv9i,%kqE /Ht?m9ԍR'ԭ[#icETW7ܱ}:-t&AS-,|cp<~!uVc͢t#kC[ՖY8,ci@kAv aѳgOT 3L(m lcS:ISDRp_5OZ=C MT ppwUzO0/;Wuǎ`*.w1Ǣָ#zOdrDs2c]`P98oˡa7>'!*\["ܓnĝ$g(fn@ԇY h!e!IdVK͟2`wv?+^g-a7(ƘN$^dhg>L9M^;LpyK"_('Muܬ?aیPBAifluG,&lr\yż2LK7sNg/CLll,[t5?͉  Rѐ,h.,ѩyTuVjY" /Ր6v_?el;t>1Km}@XJNͬl6Yj ܥiHm3 \]O1O(LObKX}n4Vri0Z&KΐfF^\(F{ dm#?ij ]gӖveM5mAX IMѼ+FGP{1!܂J]`km;Ør1yr nrl1| (J*4Zis1~9#r72$Ȩ+_1(aBvϹDi6Df4|q q;Ơ1ΣzLلbq5!QBI4_c!C;EB*8ߙ+G6Ao:_XrH^D&SJ"K%^MdV ZT8K5jD#W ޢ*qJ;`Ql&Kڲqƍ ,߄9kY@q]ӎIT j_';ŤboKInMHyhN5^voFsW>c>h>(շm`*OP<[9rE9B[[d i39R ?VP)j1)_аIi3cg0OJ7fbHX/ھPcX ?trW,4zXw{JlrM@{%lUж͚a.LR?;蓩L0{WNqݩf#=y(~]:x3AmeFz4navXM g8{trEc9D5NN.w&髣eajY]u^.˝ES/|Enl~}܄1Ys>pWZ=OvI`B .LAmMlsjϕq-lhu>,/7wa֡=<+^A>h0O ;{:OCzS Z/sy?5CN%S Y9C\PǛ'ofUœ5vz̦ҨB;(^_!k P?U  I9**"+WA ) йcAbBqm;Ɂh4~0XB]PpSk7nd"ܵW oej!m=@TNnŸ>P͐K#4ɴMkrzY9`Ei *"6I ]Rmjw7e}]<O 'IК1 Qz lFZHnW5}~H w,ٱFuS$P7Lzٺ3* :E}]}S,7XyDSRX>! o,@m9ID+-%N?im6'f_"YFa.[ՂL $$U-KfRD]eC:f-ST+EZZ %>aLwou;[&2İ*:"n{*ƺLK>F"Z}S2!ZiȒzBt2J>ID5bڍFpT\>)fNn]MJşukî[טw/&>2S#`çz3f `1_\ř---Q)Dׄ$7=먤x M˅& \6R0>T|QTWjeoDO2{-Ʉ۫Ų0ГA +>^XtVs]' "9I $,ρ)Bl|y%>*$-׮FYWȖDPlkLpd+|"xb6 .$f_zXxtHuvKtŋe^v2 Sof$SV% kGFHCu|-!l Ww4{n2 _8 ,pCeI<(219<fv|j@2bƪS3D` м*Vÿx[V>&ߟoC)r 4Nhtm:rE?+%l7ynN݆/E] ֮--+miKm98@8 *Ę_ɪy4WfuRF:ޞG/愙$-$rZ~$6gh/l]*\F8cn#a[7[AZIw !X"4rU0J["6G!ZJ-m9 |/s2m(6ZO!!ÆޥMwQ(Y߯X_|ϔ6^ C&.eIf4Sk3PS(y;2%E,+1<KK8~hݮ|ЇrMr58Aj zHRޔڡJ.%1fIi3u_V:_[u,l^cNH6ok u^Ȇ)Kd_łn#\uckg I1WSxE5@LaZq&2]%.#qE(l;s{ BEi:Z_ıαk9(j[F8`-p¦˷uFoaHE|&eEǪsE}hukbE<cgzqjE՜wuD%cu5*o5%?A590-6^,YS{(!7LZ}vUp W)٤5qNʉ6h`2+H+Y67|- 0Ɓ"+Ǜ-+bKy$]k*(C;QNaUpT7Ne.dyslhR@҇ \" $X>dU#ev YrZF^HMs-`{ḫq;$EF.x%ԭ|KMPhus5SyR,>6D1C{AƒN_O6 6hن[&lzNNsYNXjizvs={V3¶ 2q>q*bg:DBQNDhxxAK}!3aO?]DˠG-=jSUEcSه4UX!ld̕ں )A .Hޚ] M4ic+}f. Wfn[#?k>2m;oZ)a/$Y`}}a!"  k-&SMچxA^OO ٵGK)=K&6Ӱ ̮j*i_LT#W6_t"Xn67ńsqa:MLC"cncCXF_L$R׈%aJӋmսr禰ڳ/PeJtx]ZcrF/~.NJ-?¦^7|WƳPÝ 1kR{'h&B[J}𝻹|D淴sU=KZ V'~!΍?f ȝ˱YWu5a3`hMef])(ӒR a4t  LM3;ˊ0 xQ䀀xK?6GIM`uZj;=J9UAM4.T[8aFGc2~QDyuIDz$s2u/R͐? xXJA&)P=]b Wï.ex8! Y yӎkP2#aV^wQHn iK9b~0_|zr" 9 eʙnP`Q~ZSY*Ei@;c) qzC]ұ9:rl~Z`R.3d\Z`jl}~Qc64OqB '>/|߸ ,cα7xQnzo\WwC~ _++8k%~e U8c?@JV[$5F4VSȪL 4 R?+WPs!(|k82=w^yR*[0dqڎ.[7b|dW/ɞQ%!3B2ه> WG(8J^p=JM.uHkxc*x+u3a$.Du:ZEqO0Cn\nEW [Pft̝Hݓ &d,[ۂEz(7NCsSoԠ< f(I}Ht/+ŕ`וJksoEND?ZSe?wD4_EЍ)p.=>5&xOaVWstz2!UNDWΊv+SUZT&YY[9?4$ĺ !ks%كqnm ރu0\oڪ" o>-୛X3ћ %17:PO&[I9Xo]I$y B=$ pw(j9i*o'c$~˄ vW4/@u>[ .{v;=#\RSkeaMs.! 1Z~qL:+yr0ú b6VS٪<gu-8=|v>!QkCZX*=#B9"c0<19.X+ai zf Y wl>F[)S )uS,AXŷ Hʌɩ{R*$V-# ;#+آiU)糹<@{[4nG>ljZyHmi} P>X<׭XlwC5i>bPhIe`W#ۣ9Ĉ7T8k8K<4l$ndyAKLdz3]f0 w%('԰(gόT.gx%O6!>UIW{om@ȉ?B|fT|,P'@L+A5+ [ڪ|һ''/*73;w o|SnvWʙӨ4OJHwP>rfϊ Ԧ`){~wy-p u O ӟdwJȲ&MCL&I0nJd -pT8Y4 xol\&kc3B7kjVovG>&8 FOt?(RA4jisqt]}GQV[^5IHݼ0fW)^+E U+(~[ ]+# i7ԇY[Ed|]RLBxI/H ^q#CغQBN?}yf2{kpb-PgK.āGW؈`; 2DT`nuY\XDef|fJvàpͶ1~ìK?W*zyY*zdʕ$&[4 H"RC L/ TWI >j`}jhb/o RfFO2Fl]j/u.hհR{Rh4fDH35jѩjւ pt3cIQWeoD S52IJ>{񅠩H#sǦnv"3/tɱOU4& N=$tD:w 1۔>Ft[JYscٲ$I ?m͒d"_s(FG`'B9/Nz %QvsA蒉ruh  5;]ܺv]:9ӗKݭ{r݈ },lŦG|/p(oݰ6JL{k+~m3Ma&C5-@0,Z22E9A?'|s ,9l#A_SߤwV p-Cg9e̿"͎sYF' wmJ`=㫺vf?pd`:ukIOVM(fVܗ ࣎ςϦdU{qnkukWuί4IBM|S/c- (~t-dY_S ۛ\@ep? 5 cj0*$y~$ȍrS>s:td7=$LHݡйu 9r_%S< IG RoS.9}T)iMPaW6--a&?Њ;QV^{ $]6rB1w5sڊίmcIk,nRÓL= c2knJ~ܱ6WN D)Oj认վG\]?b5 QtrڗK8ޟO sl&:='IدV)(VhsNR\]!_pjP^% /<ՠ<{==:'7ḽi^&sX $J g@3SiZR+a WiZX3z0#>$$afڿ 9}!6 I\9 /s>Q ĭ 5lT H/Wܔrybb+ۃA]E =O((A+BPWub:|g%*t#).ơKgKx/ i,8էf̃)֦_WI ~ZHXGey1; `P5ku&~rM JD\Gn8pF?^DԬx)NeGs0͏$ 15 $;HیŢ)2M9<I\Q[ ,kZ C;̈́Uh3N* K@u*>B/8vdX@SB5IwM6Z P[qB45?2e:,g:FQf&JPH]7DTANeOVou?،Gӯ%H^|;k;cw_bqrXyRe]=*.!bT *oShP?F6J7$?k+Rbόa=F d>1ۇbp+w4Ns G1%PK$qz7KHةia߿-ZB]e%~Bu2o. S[.cӿޔl문pC+hEey(L2h6LIN[X#_27UY 7!~ ~ qj FmgHP8* N xX\6;…~" :Fa;f(F`(;$+L"( lN6g}ǖ( `>nZCVeٕusmͥgC;J/ ܖG/HXYk@bO>{;L͠N}^̊*`4 D|X w,'n~f&"#71It~3 MMpݟ~' M;[m}X 5:~phӛԔ.=E5ʔuMTNKͬ)\6=Hjt)R%#aZ8:_g:uMVЖv9 cCd׷ɦS?>G' N?s32KD17c = 8Sq$v4x}>Fְ #?vQ<.h&Cb➼oRX}ےL{#%Yif$ Gc_nHH^tIX]Mͪ58 ֱ;(IQ,?;,lf=1Hh Ѫ"~tp_jD(ك_sWa;3| r< qѹ>}i1x߀4n!e QmM\2p=]Hr9 )] T%. ֞/ Mr)Ew|}ӫ (wJAKeDZlYTUdHlnp;oL=llE@jH)(ຩIeg S]oY/; A~~@k$ס{L2AT@"uVOUmj[a}c$88MO,jcc 3{i:-qi'#l'#^@GlAc}.#q B* n"`WߝQߗ+`zLjwb1yâ;S.K L;+_z`X*D.# 4EPXyÔbn8|v}V tUqn^81}`FzOLΰ>jGTt1io۩_5ڑ!9˔T s*F&J{'I:3HhLbCYYF(U_6Ҕ*TB5>Q7GNЦO=VzR6B$a_70iΈBC/ H`U߅=׶P8 D7;HԡHvؐpI+W3ޔם$ ko3PBT,T;+sg HДZ=CEԗB9t6׏wI=37>(ؤۑ0WБvjl F&NQC>0:YaMa"j۰բu't P͛'`z^AߎT-R:$ׯj $K<5'c`KI:7='9V>XDV ! ~ovMoYbC^2 $J\}`& uʉMOzt:@)B`dcu5yrvs)@`Ls|?τ(> yJlnN͸|p;?;Tn1Z\nCwę/~NB\&uև/w8qptCZؚI^)8TQ\+܏irR">Er]V6Ѿ\`bZNp[%:P)ҿ.n3LErt{[r׮nk?dkjhsI3 p7*̱SymdIVk^InCNZdwu9Lj:%bӊE&i+i6616atnPLd"> FދKyniPAdɣ |AkFjdD,tml]"^:G7P r1r\9{oi6w^F%/>݆LIǐmvXvdO'QXVyQ(KOf:FA k\~vN࣡X}dY )60FyUɵPߔ>BjiNTew[C,C8l9؈wJnYL됒=^PUNtnjGH6[I. )0`5 rK{AX !Tɨ FP/˱.YWHEÉZkKQ#! ,xWslm?,fśUVv(tw&Eϣ~EgSJ9XA;Ww}~9tym>µ_S?}$aq3.n3sυ!ͩbJARHH²ɪ ԐsCVfOtHЦT+]*Ԁu9Ei7_WY@e pi%ʼn0I ⒲cUGe>dS6;j$Af2 ZPaϓ&%iMez13?e;u@oSA(r466@vtƨ5W`QoGj[h!Puo7խ /F:Dt ަ3,qUz}',yI16lK&}ִbG?:Q%CYTQgٳ/#iYzM wۀxc$C_)6ᤉ-w}}I%\xGV? o$5kǃw(7 0v*FI9:,JRU.RU|ly;'qO&8zFJdt-,G_wP-F ;0ۊf#3| vOZ2-&r 6GZQ *0mQXM4groݫ΢P[P2d*Fp pņzŚqu42f?u@ІI%>B6PTnQEF m?| ωcpn`MqAC"LN-ezc29lK3`ԩ,GWGȵ75aQE0r1RVe5(rKSݲTGېsFJ$FOS77 IPEElKvZ㡳",Sme7%$]eֈH-Ĕ5(K [[c%}/˱GCTp$]WF^Z#'~3mUn?Pvm!2"')HB #87?S"B(80 3myډpJ`26':;d ʵ2D* }\bԑXs(ܽv‹yTdH,Ǹ"Vl@Lz\6{ZoИmRhG4$HPjz[0#'ϲC?}in[̀=TG5q㓩j ?}#&$ˈx}ǁoq*\}CZ09 h"%#r`1BVE4Ѭui%ZOJq@_ln:8)쑎<=̃~(h),NsՐ o<6m:璾9?uQAԂ1qUxIҢZMR9ɞaX2Tu>Oױ(o3fy 62JfCZe]L)GROv xK 5›bVӰpKݧc+MRA\U}^v$,OLηz`C_S54Z R)-϶|f~΢{͇Y,0`0^ P[J.C˝l9 9 ![w%zh A)ָ`K`|fUmX2_/"@jg7AwV`x^)IoSLB~L.) 8Ina^+iG*5 M|uG?0Q7i-!c2&K+/(C}PW.iZ\sBCM4H8(Mhkcj)ݻ*X!89;L^znE{|Nhsњ!? V ZFf&Y=^j3.<9.n9ăO"V5dhL~>cj֜}-"%п[щBA. I,f̣:C3PTE)|"%i]]02%+ŎO'W枪j^t)0<>-s'xnā`~XBUK*R#!k#mC3BŤH[ r$i3ȅ~f~<{ zbv/u[X6IlxzO *~5X؃PR:̄O' "-Av'kYhe+eyz&|ka(PO$Ř^ ϊ;_-rڛ6%A&L* Gbo6_Qo]բfm cp힔VVHkAlJ'Ih|z܃e~A-42@zB<2vt b9<]0mZE_[Unxiʆe_h6~H6Q"fu }=nۃ}ƲmM`{ԝ>,㙇9)Й)?R>+D/t55>p8&s_Of1KqOák=h8B+ Vz8Ki8ʅ2Ćʹ:12p˨xb$afPqs5iwB~Nho N>>|1 'fv8=:y! fZ̉ :wk|Q|=prXJʯs1ThWWvt*IcFg!Yhވ ^dǧ5`Af趐*􈩇Mua(fct"@vKKkyBbK EK"ʐQXmȮj4^RƉ4|!ؕ~g>xh{0=np5}%O`um<ˏ>tlR4H[X=^ab킾{?וj s/xOwZM8aSشnL:]96 JVc ,]8: c4vBqqH 6} % 4~(y4drD/1#r<y8b\uE9 ie JE",]tUG }r`h4u< =qՁ1 ifJ'er\wWNS\r3P`'34 EÊƹ/fi7`u`$_'y-wU;4z!sອu~-Fz3L k{MQI"f &x sXپ\!lͭ#PΒ} Nz/(L3 uT9}枴 x]zTk%T"g# 0g$mpܸӵ ! mj:^Ⱦ#rɫU~HqAZ'\v|.KR;DG5qqe[( bDbCLww%!yzPbL4i4蚞ѨLƮC'96w>DXd}%X3jbX'ƚQBe z99KwWHd(/ͽ["ƹ mWꭟ4]D|!(k +#Bb l(XˁSK5K'"ص'~O?8ϐz|UΩ|PA  GA2PǍ2u麛>#u<l?ڲ,׬9?~μp}a{,B1wAt@7R{s9k? >}/=1n'wt@30xtCs'SP{2qJF3=\Z^]-@*%m|w$^5N>iV_Ew+Ă5"\r<[U⪸V\~#=ap,{iuGh#zPdl:C vٸW}lW3 xS૤t rҙBF(wiD?DZqav+Ji\|XHuy53l) gN& k8SjgR}:y;]d?CFfu-A3c9TBWIx$Su ),^r7 rRPԜ:VWpgNmF |h/Yg)Sɻm꽥._1} u0Ӈx\ jNrh0{O Qh ίGH"'vol=9BF0x8d6ƹbNKL9YR :rڸ?`o|9攞? VVРf*U1sF) -q74x)*1ѴG'e֮ɛyƽ ]&JlͳosP>2ӿsv¤rJ, eQ7Q=rM%ӴNR\|\&˻2<\,tiѕJk uƭ I/=xf Lк{Qyr֐6bQQ< EpB 'TyEr#LJ㟑PN+"CӤMPǜK NJm]Q$dYMm' Uk}`/./yElM= 2ۂA>jp[6*]0&l{5|Rh oڇ#A+$F9G ;ĝN﫴֛A@XٖPTQjĶ['ꌒSB^Iz[1md!YêI *Ō4ceI