librpmem1-1.5-lp151.1.3 >  A \N7渋/=„C). &]QA4@=i.WI|[Tp@7L?7<d   E'0= Wh}    @ Xh|t(8 9p:.>3@3F3G3H3I3X3Y3\4]4,^4^b4c5Gd5e5f5l5u5v5w6tx6y6z666678Clibrpmem11.5lp151.1.3Remote Access to Persistent Memory libraryThe librpmem library provides low-level support for remote access to persistent memory utilizing RDMA-capable NICs. It can be used to replicate persistent memory regions over RDMA protocol.\N7lamb04openSUSE Leap 15.1openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://pmem.io/pmdk/linuxx86_64HA큤\N7\N7\N7[63bc8e647146fb43ae2f5e11379a8b7600de2b3ea52a557e13e82162b6f01a47387b25f257d7e21994522f691a3e45dd4b6676e7011287b92164a5d183fd23f2d9librpmem.so.1.0.0rootrootrootrootrootrootrootrootpmdk-1.5-lp151.1.3.src.rpmlibrpmem.so.1()(64bit)librpmem.so.1(LIBRPMEM_1.0)(64bit)librpmem1librpmem1(x86-64)@@@@@@@@@ @@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libfabriclibfabric.so.1()(64bit)libfabric.so.1(FABRIC_1.0)(64bit)libfabric.so.1(FABRIC_1.1)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.4)(64bit)opensshrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.23.0.4-14.6.0-14.0-15.2-14.14.1[@[@[s[Zc/@ZB9ZB9YYm@YTXDX~@X~@XCW~D@WoWKVV$@UJan Engelhardt nmoreychaisemartin@suse.comJan Engelhardt opensuse-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- 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/ldconfiglamb04 15486299081.5-lp151.1.31.5-lp151.1.3librpmem.so.1librpmem.so.1.0.0librpmem1LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/librpmem1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/f66d8a6ba926e99981ad453a48d9fc7f-pmdkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a7e02ec1e6b109ab636e3ed5a964e71dc98ec330, strippeddirectoryASCII textPPR RRRRRRRR R RRRR RRNJUJ9'1utf-82ef616b7404216036ff7ba5548f5f2d3aba91dba5f60a0309e4947cdc448a317?7zXZ !t/]v] cr$x#d Zȿ`0T8]w1^P%4nQ^X([֎JfwӒdl:a,A ٛ/Q4h{I?:mk<(t"Δ;-;lMJ̿5g=C tf/: *t*D2 g'8^[{6'wo<ꃤ[fNLD**⪶NӔ4 >[5@r;u*i=.fؗcÞY(\RD=Bp"~phIY38:E5[uGB{ |C h{º~k* =|Z)$ikbQ&Ǿ)YLP\  Np1I6mWCE^k92Bp < +#_tl\gтmC֧LCr]zkb›EnY{Cs+$r +0G{7&Z*Q mE[c xL ļOIGo4D_91$6ӲvwPQݳi.Yö{- f7S9yȅSgY'R8AٓK,AU u$(օs (:X0Co֔hɱ6U\vyj䴥%ov䰙(*3*d :.51/B<\S|R$%?ƴ<|50rE|aH|9^0Kςп}x$eiOGIVvUl悉{'AI2#OfHVpk|R̤AI;?P!,K{bJ\tqAx̼n&@$=Ҫ?qcEoЮ 1B~c_Rq̹GiXB*яkwm(L>}_4Q׬kYIps?oAY'P$J ^i=I~Khy_ĉF^V)xc]0[kɱRt/O3= E28mg8'&WOrh!Eq̲<GO.wL(ihvnR;cŢHtxb5G[XR\Ӿ-Bfp;$ fW$i@wY`eGewuwA+ z"qQ9i7ׂmBh.rg.Uh1!0-H`6Dg6 C^ݤ)2ƕhO_s;H'?~#Qmj # ;.4qhp?Z( :ieFHcd$croJt>| T=ćm/ ZŽOYsLnud[8yGA1$ h79.Yڎ{kKL ~(F&R,I@].W͂m<ۣrlqi֌DC5'ûV E$x1\**FfPGk43V17u:.wQ^F.Z5V9I⨃UIIE6-*N + wC˻E E|WOjIV3o5v9mZcf}VbxYNz}sPkY?ƾ6'gAF2P{As `< @) =YHRv*X(찔m-۹yh`#T:(V {~1֏j 8+HD뤗B׸AUQs^DutL)N.&۱5CS:"Mu'TbR4)CGt%˲>;]QW`ލ)ΜĂ.$(vnwJǦ'S}cu9_eLe$aUQeϱ=FDS.Puz9EUX/H~v 㰲 zSS'R(67sǜ™faĚ>ɚhu*!Lv;\t)\^qsJfOCY (Nh ㌽9I4y4ABp|ʼnٙQArC0 :WU@bض-D*. kL{_Wo<~ RG7 \ʈ HRy[mY}ߢXxh~G¬qXX"Vw?z:7d#gچu! 8>%wq&,ɼu1a&FBA QP ꁆ۠y4[*i '#ӱa;^Jl kӞb8ƪ7碌ݺ|]*[nβh=I'ɖ*3x#p&9WTCPseT.O4zv7hskv;Iвs=a~pYg~CG>3*!>+fӑy=|< lSBfɑ wLނm+SwŌjA`I:ϾW@ՓXBbNU32Ew0fU*bXI>1UbbX2frCC4+!XCvv] N(+IodR[ʷ/\c*H{Wӏ<|]BQþPfT<,딭ȫ+IQF4R&e :nU$6ȉ(o^ZԛhU(#B1h=TF=_.804@fEu! j!Y9g^S:?7^Z6÷f_jWNe^mjimױ_aYOULm sƑ,UsuO dDк&htr!53x ED:os Î+͋O ZYk'\B9\yh,hv^u nc+g5/)}Va5M^G<)z򗄷snҢ/2#z1zf sEتɔs d21]Lxa3LgOƈb2ѭKN@An? Kڽ ۉLjEŇVG8JN,_)Z9'a`.Q6FpkkC>$DJ_O\[u8}u鸚iYr5;i͋edמS-5~]13σڤ5lC>튚<&HߛU"L\0 ]=S&ezx̽ZZ9d4ڭ 3w2nd/O=&Y{tKD+% RS4R):νT!NR&g,]Z |M 2/9uT+ӲeFulڬ:^@#ZtglFԿML3vzv~e* P%m-r٭m\6 `\ BO(|,͟LuUt_IU'b8~̓ $ V@Z(g@MS,MP}BWJy|D99 Z]Oܳ񛍭:{pg1&2:aWkxuz j FW8 vjbvqf:/Џ9SB>2K06J"r)sZh G*vk=@ )詺Ơ!#"j2?V0aqo!XܴB`֏ =AG݃ }@z"''QיJ /]*X:zrE "a`ڔ+gxLTY ,ڵ%];lYXR4?٩Mb *O^`>֓ UIZmDVddT-ykn^*7oR?N#KPu׹6ꃠU4f%@TQ .3=;\WM8?/H }UIDi[;\07…* #dV滬t%fЬBMxL''+bUQ;{A\t|{d3'OYO}EsE`ïZ" -%mY ųB-" Q=o -q9F09L/|?r:V5M'SBo+Ԡeȅؾ<½aL<RI85jȐQ3hBy'˚X&'}/}iTV .);`"r{hȇCc5w8hWd!Vo]w(QtqwPBv4E Bd;y|q5`ir6onݓ^))zWH|-j4>U/ei;j$j^C]ffї*Y^`%:L !U߹0THm85]^ Y,v>\oUiN==2 4)_mti8 B~H3Z gЂV:~֌`YAA3x^w4VKT\[%IVB`ebDaذg}; '+77w_W/G.̄9v"J253FS2pd5,[_@'0o4#mCZD;rɭ.P@~",Z  ݶ4~g-A},m(|Z T83,9;׹(J% d4S} x(N`zdoؖsБ>p٩yMD*o͋sXImtB_0,~@ޞFNL7:t,gЂ5 7M roTyq@z3ި{ny|N+vd2r1eZB? L U Fy&BwQnQ PzC?u6tS&8d}um&{iCs6ŀV0t Q!LS=>mXxB_.Oo4n1Өz,xɀX(<~Ȗ bIUkO`N)7?Fg9eC,bf΋!Z;4SfM4Ex+6mxm^(Z[-E?É +ꏉѓ(we\'p|$d+VKbAX:ܾ|,X!i|B3Ӟf̱PGy SڹuKm:&ukA Z#|wV]V .NN1]o3rr;}!c8,$ŎV?=S!cڕHxtoItd&^}Qň;zTJM@7ѩ3Hb&lU]hx*1&-CAyΤFk |_Tk|9tYymS9%7xR}I2C|)Zd Ms" q,y i3czxX~G-0 12ѡP#8(I+c^s6񲉫?uYA+, ߿23:HL#UjU8^[ ۄؿeتTQisPa 5Nu+1n'U&}Vٵ2ܲHD5=eR}.A^cE+ntq]^$|d +葤"!3*h1rCK|Yq*<ݰ}_cJtj5q超B.Sedb{FUkJa8We0B Ip@Ηq56U]oWV~l,ų0]jtj5A!jg8wf8BCIŜe,\% m4/ 5Nu{+1އ D{jٚ%. %L87VW W`,|4zjNRUO1}F/o5Lrc1yo1#3 <71͊#ܘQzZd%[YOi'\ }ifn(bVKE-MCkWaIC#lv]Ii6 :`͕ h]t[g,F²xƪk~)?f@9S]7b+cl2!vu7P~ C9ޥ[-5HBbI7ot.{.;D2H rbp.%X}-'6&tEVR9B<%Ɲ:G4b30®t]4xֺc4n`m:x᱐ pm+5)kMc!"&(lٺkqTq~!Z{“"Wd~y8Dۙ&3 {a[2挫ZW`euϕ+y‡{Ԑ6 Z(bA [~v ԣ/uߓnkd]0ĽfD7gw׿zdttކ$LVLˇ{!<CK0HW%T6e3WlVsBi=: xב9qIAApvym?usM LqrE$Xu1PٖU Օ\PH7 s{gPLrբn sq'"SP`D<;|@ ~\K4K #˩ibF!죎;5"xe1@Q4yYnd?r,.ԫAd 5iW.x|Ĉ5j~Nq ՝.c䛥,YlP~GK~ZuנҗgA{_^qS/|#oF _B^jO_ ޮ\(\v 2+ |"do. =k$"Ȏ8D%TTMe .4}-[Mb9fblSM\eALAF f/tf:E|#c\Mf nv q/)ŷwġO",m;Ӽ h*ݿ<^GbByzb2'$ d2pce!FiPhbUE<2wpwH LV㊟08md>*pCRJөn~(k"yDk/(s@?X xO4J,DZ4LZ \ V'/8́-~ITm[4eyը ƬI&.R#&9W`V٠òWxT3uQ<:%kB]1*b[$Q+fԂ GOS1qJ΂4PW(ۂWZdƴW{5>^Qg[\g'"Z%ݟrRbbGN2>s;pP j[ޑj;u3À 9 G15#r{ʐ7INOZwFwX׊E~@Y˝ 1WIˎ_YMD 3qϮe#;jDj֭P(U-cc{ig.|6(m O*^8! y i^:q~n'sHA gi ݁k](OV b;Zt4 &&kϿƊoGyUQ&5̜DRYꇣ A>|+BLtaccQBZ\lMiK35L zԒ U8 ėTlRۯ A<)-䄻BX6Y{^AKS}1; DE{{ԊnhYӌo[TdktƯ/"tE};ԛzY~/ř &-<_/Ezս3d!)ЈP5u/[ιP?;f܌TۄEX *#®mj(3pCHĜfcQW,OU6,܂^%:שj N^m9x\VhRu`?E,DO)VluҳY RVG4!6[usul vw܁!K/"G)\<6 >;>|RlQW IA [<1kvu`8 Iz9ЌH4gO}r:+te㎋ }P)#I^IG* JΥj\ qSgqAoKd'OS'OY*^cHocc=w3c3]?dIK|!_Hm'[1weM!1C~@ЈWsagwUt?r=5v,3T'Ob2y\ ?0OI3G8Mˣ⧰ o.Q^uB-%9.#kr?qReRLnh2*᎛4yI%AY=7r ]_ܻe}Ցv^=f0PaU t?) V@ l!Uiqr%۸٦\S2󼈮be* S.P턍J3l呲%EZξJx%q@q7f֬t!Lun_  /UiQ م7BmBo,Sqnîy:ӂS:FN6>EIcY%O$Tws s-ٚXA'r! i*luz.%f^ /CΨ6.|rrဵﶄymG$އEaV0XݳOC b[tᬾ*!.|5~.oK6yD]ixUy34xwò 1 X;cL+."V t#SMsRH,^ B]408=s)"x:tR+hޤ XRdufYQ_\u7F·hQ+( s~`^fs\:v IK:H ?qi%$Iai [P\&kx5-!/GWC-wBoT+ S+ 6S +ʏWg.X apR ֦` w P^VL[L$ 2) "9ܴ2/:4x8pZݝݺ)Pyۉ2%/v![]JN_EMv-SZ ?=%4H[Z^|kjJMxsUm19~] Z˪?ꕷO sPr\jV|JdaTR>shbtid5&&_$L:Hmv4 y;3$?BS^r*M\&=Bte$q< A jqΊsrMQk|!E@4%&'SanTl+̞.ܹd}VƷPpa4\qـ&螳‘Fm~q(1C,^w[Bf6ry܌C~ /zKQ*d$kt @CPTX+R᢫_6n$q3,Y+BiSfؚNZSo<"ggYTHJn^|6²HS%]KD;Ј6`!.H$qڭWY?hΚ;dzEg3Qa`K^pNu?Yc4rd/H+֫PH=fSayZp;:}xW!x5*6N=IU.`"b/,rLՍ84(d̉˻}=Ęn{9?]cUMQ*`Q0QNm?\*(lJ Nŋ(XgDyۘ`rAr#m凪\$K Ӹ` f{Y&gU 1KXXbmGV,t$l8m2%=tf8MaFҏ*>A_Pkxj8{ɛw+0GkTx'K֌"|&0LwDְKe4KfazE( lPwP(xof; .qRd<d 㸎>Cb>sS PW]z8KƑ[SdVInbZ;2.K}Qd?/(= tحª}4sr 7SE\FY"3คf _ ^̇>v7 v&LH@3z(iNFΥGNAr@P(Zbcȸ9jdLW݄BkPoK ^*VZT&`(?}`~V7BOL22SVڡd[1(6~ pj/\$gfynpa _|-V:@$pamt05i=9eq;EX")}gmʷ)"yj=6Ο^50Vy)QJ q~u!qz{=Dx7'#xEZ/n/[+ V$fі3oi2-c75h,acuI]E%8 4I֐Z(Ԩڋ6m" [r@L>'p!9ҝ28Z }؏K).ͤme绬|;nv&S=8<$J}& 2P.LRYpMPe"Z#_:(7LVN3ױ̧dfC?pۢҝx=+ĭ[Oa0d5\cFm-{B򓭞OL}..BŬRBn8+'3qpx@bȩLDa ˈ;Z}xR1]+Twq ۘ-D}ZLj{VWVxvrcA⨑l ,$Im_^1qshM&嶥JTsСb N )bFV1ɶiz'&'L\y`wm{)]P#<*N4i9Rm9 d5uBȎ I\@<e"){x)v"of{Sֶl/3Ɩ[#@L+$Cp۶H!7x --sIsM/vE$:z7%~;(K{Zkh~~N8#NЛ*V`:t n--.o>YqatwrٝkPye Fc (E?P~y5'FZM[c<Ҥw>9!ꪌ'/NUG^uML& {w/\,+dS'J20=?}OvYqeG^AH =9v|cisb(FY^ `N2S̖$Hֻie77]ldpWTb5˘sǮIstI6?vɍP=csygJVF\0d pZ6QrnsJ1}fҧ*,3ke`k~'(gG)>rѰ{fW*䚲\>w])GRGbl6Yы-cUꢝ\ޅŤ$祪D2B@F+}[wU;y0HF*) h CkJԙ'4f9ckxW;+ urdɑ&Z!$Mb6~>1$'%1`cfuXJHD LAYwoHVaT͢~p/EQ櫙u߄5][bexhYI@<0`!Nk4cҖh=*!#z9H 6~b}/7_f)I4vdղj! b] ]# mZ;uL!q.LGyΞ>;<0̫)"׈䗷~C WYhBL1$`\[kJzq47Fsl\Eg$DW^\11|qX q)zM8Ke=>}^W<Ÿ.o˽%]M95,|%)znh5{W﫮>(_ !Fqh}7ST6w4ifFSd)v#ឭ4ώ.،Cso\|"؍y(|"ơ Qik8'rq`XTax$Gwd7*S! {Ą$D!xn@яH+t5dYOc> 1E _^I[QwBEC[z~oPupd]~@6ֱʼn ?RT*ڍ^D\"˹?MzZcwfȊI]K.rސ 3΄2-˱77{AMTX +؃' 6"}R޶57k {_f(缔 V H΢Y̯dǼ as8 wv=0m hR%#J1 Mi܌' 3T(sp>/ =4/m"/V+Q-bFO[#|9XN3 !Qz~ǡI#@Ia>Ne2m\:WeOy1G䶭X&_kp.)km/.3m]₣GVnKyL_y;sq#+ws+a@5r,⢭1M2NH5;jlÖa.B%O} hdb`.(ٷ |d7X*gm.(_fmN[>`cQڥ"N;]X oj:#!J]V44T _]xFPoWƅS"rRgfx$4%_4R ^Gs.zk9p&.M Rdt2[)+:G~aȄn:G̥%чyPQv]뮵X $a?|'|u9W#zav/1ːej.mMBl$ ŭ$* .oS܌&xHI ʕQ&^#RfIݢInx9{$5nc}MOUSIpr۟FdJ<8m9.a)ܵBәG{ r1B#oK:? b5LۚUBqu&WU;2Ł;>Vq~~ˡ]S= g`Wl5Vg|{eZ2}@TZ W'Exv{x>2'^:uIڔo$&EɤvG-NO$á.b$f4s8\rL au/`ϧLSii{(d2g4 5BjΗЧjڇ 1ju$oF[%GgrZn @!q(l< Jz6t&ˑv[{q-PxIsh5"sigOAfgP>Non9Xl{g=BGd~B]$؋qQ!57Z2v~| WRj̐~9sOvFHĘdƐD1}wr6b37/fJ&ëň [Ksh#7bE7bOuw166I57٢Cq'Tm6y~e'[ߦ=3˗'̒L+KQcj0+U'XitS5dD .x$I ^2`IRYfVWy(UQN`֓ 21uʢ,c!S gL b?4Vb%BIAND:nO#Wj[#{<915K,#*K4j?TW:0~Xl(.iU}jH3uN: eEu|DTE*wYly]fp^,f;-- U007`%2 ZVq[m "aOϯ)8p:SM fl^8(ÏǧQsCASQzy dG.PA(Xާ0,' 4$CC)5֑L^Lԕ>,<;I! ǘKhiqL.Qe+dLy7ZR6# gHl}1i+$) %_ĭ 4I5쉾*YG:-֟8={EBR{׆ `ՔEI&}2%2yZ;d`) gzDLڕi3؋]Me}[5:%yw]]PwL'3Y'}bU#{W+ԈH>Jq&Gڑn ƕ+H2 xu͇̼ ++m#Q2o7s1`JzsЄ^zDv(Eo7AJ[8Z% Q$  he  3/eW0Mh#sԙ}nN?1oFJtRd -;!Ewf^.Uin1|VZ6.#ezzmJyæ) q'rJBEg00*BQI Fi pU=+V>N LSҸA>ңy:vb+s_7e̜ݔ%!6NZc ̻@)ǖYnuM^ʏ:Lp̫^$ݯx,%d.F0<O.pEPDCjN>#`J?<xZ4Ocsao QȬ[A#o2C74D`s>XnqDK6ql_Dkkccq'p23%v+o[1G0o@=),9ԅ;]'m Ksei 4_S|"K9Rg#sdM- A'dstO`=g˕Ř.q!…boUY ES'Ɏff$ݺ1F@^54A^RXHY6hOxriB/' 2:"`0֋C5?EFbz_wӓܤoF53sUkJgt(Y a@ w|'eza젟Qgb_бhhSx5Х ʿӣᘷbIm/^.7öGz(Xz<1ѣ ~TX\8VҊ1)I-)zR ̛H`;G%=jx2T]j K2#9$]j@ԴsMPcvT1%2w%K"71Ls{*2Whhnq>kGg`YL.cK_Ԝn5a*+#'pTm702 q’}ZLÒ]1?mvE3 KCGfLvҙI]g#?jSqNijb>|ǡRIߘY(`-oXJ/;YX;N`Ur20i'|i+}K7`46RwR B/c2|Ebm>&\N@aq1 @DuWncxA[G[J> \2iHtʓ9,7QRT:񆐱(s)~W 9p"L)9?/V86_D q 5ѥE WKEiWB^zѺ |")sJ>h8nC-QBD1|*;' FVxchhwqlW9L*" ˈO* _|kco֗vs hO?tN4{ WuWm \x7'«m Z(<Z?wpYYvS=J'ʅ-}2%gfwLlqY"py¢2_ &9)Y19 N(8_!uaj;'K`P_"uè˞8wE:3.E̔@8-sO4&k3.a :7;E ai/wZXe n٭$RΕe7SqwԒ9БGF YZ