libpmem1-1.3.1-lp150.2.3 >  A Z` /=„}qbWHUfl @?b8Íe'݆xF 12=&=<-eui۴|0H7Z2q"$7Ԁ_ӕoBgFT! noՙh<%Ju˴aeBqjCDaE-[< Hl#KJ/3B ,ƁmApC,(?,d   G /@U[dl p t |   h(89(:h>(@) F)G),H)4I)<X)@Y)P\)t])|^)b)c*Od*e*f*l*u*v*w+`x+hy+pz+++++++,Clibpmem11.3.1lp150.2.3Low-level persistent memory support librarylibpmem provides low level persistent memory support, in particular, support for the persistent memory instructions for flushing changes to pmem.Zc/@lamb28 openSUSE Leap 15.0openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://pmem.io/pmdk/linuxx86_64 Z_Z_25f37b08e0640ccff0f9c6c2af45a534295d920674610baf74816cbb54fbb5e1libpmem.so.1.0.0rootrootrootrootpmdk-1.3.1-lp150.2.3.src.rpmlibpmem.so.1()(64bit)libpmem.so.1(LIBPMEM_1.0)(64bit)libpmem1libpmem1(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)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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Zc/@ZB9ZB9YYm@YTXDX~@X~@XCW~D@WoWKVV$@Ujengelh@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 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/ldconfiglamb28 15164496001.3.1-lp150.2.31.3.1-lp150.2.3libpmem.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.opensuse.org/openSUSE:Leap:15.0/standard/13639fe0f1f29f90df024add1e676c83-pmdkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=25650febdb5a2317f4472d1f4e87c7ad0e0e0cba, strippedPPRR R RRRR R RRRR Rw`Y1KjEpmdkutf-85811758b767aa70c6eb2b63207d61a814122ffca68c78b960a89b9a6da07e02b?7zXZ !t/୿:] cr$x#O`ˠ=SE{=N.q%Lͽ8k9vK’D^o`ˤ~wCX~Z]xzqI-qea.اFU(Bz?I=Пdl.B+a0?26k^O30u~fhuӽ[us~ ׭=zKbÉ>I]ǃ=НK{S0ri OKr.^ڢKREGdc,UW6܃> Q7#F*'ə Џ\9?%Oqw0s:ZaM8gy _hB= 2CVHkrXoܱqy=X^[m :PH0%Ǟ@rvV=_Yof\Y)'62A;F^( i|^u :7m-C+6__J&$ͨj,J)QW7IetDnܦߒXw6\͛ g"g8Ȁ^ [|SwEƟ*JzѼ Ǐp@z.?~1@S4k)H[]uWf7 A eSb> j0?&B(K|?wGAko\1w*q'xӏ;`ܓ琧CzL@%FZ88⟣JYpY[gU1x7IC`p1|$SFK$Hޱc{-A[7XS\J6, ,AX.yε_!|䊖 c̷°OP\7 P,2ʣgB9j{PhstZekqt ` 4S[ "o/y#(-W^4!5_:bƋKL& ph-CJN`H`ا*NH$bp!QZ> Kף!kB>@cpg`ȸ( eST~Lb0W.-7}.m:1qm::)ńv3wY/[$@{4WZM0Nm8mvwj>.r~~yZG?*Ȃ4(#odkIR̬DQ;^+s)oF^A]8sN֭GNMbZ6R06a$C;oL#:G(3%s/:վ4dNPiֻ\8\|1Qp&|n_ݹIFbլDZw?$Gk+࣡â=u1$ѽm|qS"wm>H 듑DVɑ6C^W/ݐ/c ѭa_6u*S:@Ci^Tɘ!Mʂ$6%efa͔nRT\oVARtXiQ"('I5Gw_:vEtH*!qD]nd4WNg+iǟ\xsC˵V{TJkW?[hwizT P'sjslhϟR~CxӻShKϗyOjg8>[3qblXR;IC;sCq|JSߟ(BN 6aĕB&ƈ4 އj؁AΗۂ.H~~W,N]^q_ T3Ԇ bPJyeKH4hv@52_vobCډv$4Q懴FLBǕ ZDCf0FsnCч }3[ѡJ "&~i׭F:=hf'Ba.w3Mt;g 3+n%9"*#)N]2 BWlp[O. ס̩䢏C\VLbXoU0)ϒ21Q} ?θ{ -  |cT!p֐>!Ziи]%Cʣ0.._g֎|Q ן( -a7fXv5i>z#ǪP S{Xvkhh1`M;!2k8}"0EsAd!0dDF5Mݏ=VTnp݄o\ERiPQ:_zR_|W fKjcI&̀@z Κ:U+ 0|%~f~(ēV}ޛO s&<3F=DF@MA#]qI2:=y獩aNXI*/X/NS< *v+ni]m|= C8eu!(|.Z2Zܪ`:+dlY^g/QsN+)pJɁ:jO16jpCvޒ\t"V J#}oI.h3 S`V[{,U9G " H9qs lOc?P,n^氞a-k\eF^*#73T|!d/IO_--+< {&))$p57J1!1H&h{n qnfU}~v Ȼpfíq+ : ݼyk;'STR O\ŌX9 C~EEI_ tFi _`ɡK'`9? vzGMy{ߩv=o{7LhWG`*XE9#]hkMG!5_t薟@Z -GOnTlWɖS8УlrΰCo|d5B]- uqDDacF`ԭRMK!!\3`;cn cR0\F| c/ޡѭ2;J{vFФ FbiiرnTr/RvWğBF:3rE^ qDɼ6B$cQy$" k#Ie~ԾilN<tD#ru˹Ʌz n_А}@H -r)&tpF:HsjETT!M *>A;8i>W:U{m}t2` sշPkנ'J?j95\6ʴ+/XOw]k=*?H|$10?y *vi`&Z jwQ%!7X`%6L?f'fGaqPC>_ KGθE0dQ*j( 5TrD0LELˍG>m=9 bnG9]}]ꐗ0u1gh0&/B=k 2}`#)#+;O\"_@Gv fe4>FZy=8pi8~i)8lN"(K ,`6W6bP \}nYn.H{y˪i)Sg,yS]~sUxeZ!U0x>ID)&MlQĜ!Ph>ө)sV7ABKv(sD E?I ʾ_+8qH\N.܇_'e7]m0-aLtŹ5M-@֛A!@D cW<'du6em[VD<_Ldjxo<3!?Thg* "Wmj.wԡY]̥=*$qc4z8_측鲙?S$ K` zMHYfg39R{[t46j5¼K;>_YlgDDłK$_(5U`w;;B%b!X:R#g_X[=rHpg 7[dEe/v$z['iW b;!)񵝭]HD^\GD_n`\`*}I=8xZ&,e{7$ IdQes=RLj!r]y"ͦzyMyf3 v 7]J][(ٟ(bpk,#n (oW'HQ}CXeR_>qilyp-;[m2 [Hdzq)ӈRϫ/tP պa6d"20b7SK=Pk]oDMx\Z ߪS Xo/lOk,[Tkk\qiЊz"M\efK)W!3ɵG A6[THOl QZ z͗DoϯU=ٵIΖY,O-^~>#x&6'̓[ewhekY­=霽Z}^D5^Ѻ}|GH\)/9<<8~җdEA]quF&%Π.'DoqLߖ tkwKyn`VLXȀW(dPG UE,(zo4VPrm$t|8h\t um HwTcAX`қ&Eri];$GU]PǍȬ[$2ߛM By7ȶ@-@XXP`hcoT<7P47˩Qhj:n4&ǂ.2 ᦴT mdTҤɨ8\ x*%i%Y=G9>(?ML,Ć3xfHz9NNlތǕqB=QmS 3?-H&'g<8x:kڏLy E}Ԯ6Hoie0丣ɗI*2D#ΎxUX{I2ŇsQ)Xb]_ǒ~ѓRCiR7(~uRwn8((i\R zɗ=,M M!OsM<ءHcxj%3S yAn@oSYr% C71$E}G7Q笋?BC&.*nmgkdk @!XKp?.tӡeY[5;&F(/f²RTO=yh7SOg'Eƅ^&~fcӕ!dɮnL%Zq{[|_%a`b}|8cW;5*,ȥgه|r Z%Z_?KU>fOIΎ=nfbo6 $a iz55+Litׂ^ց:C9}D; O|R7\ 1+"T:VՃ{CJKBJcN_Bedj|#; ۣ56nxS}1)>pi~IF wiPdJY G$~y^?FBqB;A@лFPhfDPxJK؍Uf 3r]u :t Dwl9+Y`肽 CgۡdUnᜏYC-?@!6P{{Ŀ{0B⼙MA=`JXxu>n"X ?޼td~dS3q+"ptsO V\ZT_ `1nxGP d(Ht6c9(~: ZYU PH1.C{V=G˨ng߾;nW8OWHJڴ<;xTs5̽&|G:x`!1{AuPe,9ڮA~7. )/_/Z6Ns\9o솹k51CkI19J2Hyͷv1S/I$N) |x(N;:ǔϻ@6L<^`6P>'T1m)& N1U|\OCm|N9~Ķ `X$rUT0v[_͵3 n1+yp DF#&E*0P"Zl+_ u9( C4bJ/~r׃*nBI!ўU$B( d1$KDQ݊/[mQY^>5+"d[^@M9]tuJ[%DJEA?H}] CBo%add6]@\Rx~hh4tFՁKRX6%#+'Om,CP ꉴ gL՟I\K(@&hڥO b1pC|LZ[X]ĩM.~e֐Bt]lK:#f٨wf⑿Rw{ Kq|9l϶kOKk7xG /:!b.seuDpEOFMi$3.B괋>_?,;~|}]+2j:cKq'Y%N߫̚z4~4M$z5 ;˲@DVJcHh%EUS0Ne]m.'[&$O$}ldq I LB򡆃L#ѣͺL ' _#S{4z Oճk͐ؑ ྼX֦Gskto{=|I~>IQ?LoV?lg/@c_5NǑxo.f{(́#NI{)ǬCAyo)uAz1z76]_*X4*^xEž;c蜣C]@:qOg6Э-}%3`LÅf,XxYC_MT0'94xl.G-6Vʫ6 7Op6ѠJ֑drxNTRi53]yz,K^xmq&}ObAL+`bNeӃU2s5rb/Z!}IO[E2^SEՆȹ*I% \~=0qk)#{ߔ_Lܘ#e}js6ȵ"C< ^dj$K@㵴TC(_|_E_'QNJbVÁV'~ oV{]ZGFk<;rЏ"Ҟ;T T+':TX'ޥ caF$%dU3R=z, L -]6VoH4u]Vp_aՁf@fnG|3`0P{j7CHF8KA2#kR`.\e@cvym888-ԝ+(3j,l0p@==C1g8޴!rO6TRQjkDLejQ<Ž"\1Bi]q! opÂꠏ;D?B\}_ -ٟ5[oU9Y )2a}_/Kr˺=?Yt  %tm!!`' ͕4#Z#I"g&2;” wb"AD0,9?c1lX #J3?c xвQh i-ݥA @>q(/#@RWVdx{{ |`wH-ju_f@w 4렉HJR[ ;i 25:.! nCN[ƽJ4ٷ;;N&s(=߻gbdVfyLR3>߁h+dKwYi;2W`ϰ~,E3mȆU''VS֡V9BLCZMXĴԣޯ4|WoM⩉[3| 7pq*ӲJ5wϴȞ^eV3c9[Er4߬['sr `` F6q}'^kWdžzNnذ>ȫ5ȗWStF.+ߣI<>Kڢם-^%>5sNZEU'-%"94RQd1OO/{K!_A-ֲ:"wLW86A b=gi=0͆:wxܬCc 6& NԁMr̰/ҵ,)Pv82 8[z/ @]MЄWtS#%Hwl aSs,el$cd+*s^zqOWK +c|F1;>n1 -cd[\XϪSx6l -[ .L ӍGOP%zUu!'`gln3Ǩ|dl`gE˵pl#3#ZFqr@|y ],Cޢsun,NүGc [u0%g>(TF`A~r3| 1HhYb8͝ZDBwJ2S$ hciE&#+3`2`Ф4{%dcbgpKuJ-s#'ʯZqv+r~HԼ&t빌'mz|/QBH#/!e EO_?H-=-Kx6eE-,fvCԄTnfT^\x-q8e%&`r/M?))q]GۀC&PJI>"8cZrCf2K"+zѧ ?#BB?Sz<1 HX{`W/#rG2OLUfF> x id4Y7`Tv7$\iw4mxiJ)ILqlUc"7yZ=H W٥Mrǃ Ewh D(X:ص'iNR')B^/3=:C[q~G j"Ygً:~j@hX A5-mČRZ MG S5[k`;ʰìΕlD葓w}η}d'(s(s~k,_擿3fO~5uA_í2#:sH"c o2mp\ zp0?0~h5=B'*"Unl+I|+m%硫-/w:k:@@ kHQ ^Hr eY.56~^Xm3'67Nfn6sI):/6M=hd Q۽Cir.  +$ۄ2-p4{q@P_`L>XlgX3CF{r̜;u2*;_6$w>Z}4\TPWڂTXͶk&9 Jqh!JS C[A <"}:hgfղQM)wP\2F5X>ͱ!LU밚hb)gzw(o{;rwB_EXwVk0Z qi~dL:nsh깡.^2w}nOh-ܯ^+TQ̐]?C6*LAeg!z_= Eh*ϼ)ޡnY[\lʒ-= ' զ 9fx_)t YH*'ǽ`2nB5?宩J`w, j#՚ q*pDA ;ռ}zffT#·RKg dZ~'57٥9>w]CAƪosM{+J>걿۵쥘#˹OFݾɦWy7hMj͔ 7 2nG 4*[[_wsm=wX@\.F=8*uS sxcz*{9B#1;oÚ`Lm:ɑ&pou TĹ\q\23b $3~qJofTًCԆI:*"xyʼ$2,C>WslkTK|T[l[aoAREcy}>nG;sg I US! Z-;SS9  (e$uf%qmS{mbI<B]Y@/u0iQ=I|5'1ppB`c(7 TAqփss1|:&s~J,89c+1Ua qfȣ}~pa=RiQmWh tlqQTP.^z}[q?9;c1җ[>y:m\S V5/Cviux\tU g@>-Գ-"ޙl1xzzW˜'.ef6e=+HDCAVt8 = Q#e ˵_ A/&nHe 2bw,h.ebJ_[[>ry =lu}%-1qj5R!}3Kٚˎgqf}5&⚐/E7ݯ=hf~ O}=Qv  YZ