Hello community, here is the log from the commit of package pmdk for openSUSE:Factory checked in at 2018-09-13 12:10:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pmdk (Old) and /work/SRC/openSUSE:Factory/.pmdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pmdk" Thu Sep 13 12:10:56 2018 rev:4 rq:634920 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pmdk/pmdk.changes 2018-06-29 22:24:50.986553715 +0200 +++ /work/SRC/openSUSE:Factory/.pmdk.new/pmdk.changes 2018-09-13 12:10:56.826332365 +0200 @@ -1,0 +2,11 @@ +Tue Sep 4 15:16:31 UTC 2018 - Jan Engelhardt <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- _service _servicedata pmdk-1.4.tar.gz New: ---- 1.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pmdk.spec ++++++ --- /var/tmp/diff_new_pack.z4IkOC/_old 2018-09-13 12:10:58.126330902 +0200 +++ /var/tmp/diff_new_pack.z4IkOC/_new 2018-09-13 12:10:58.138330889 +0200 @@ -24,15 +24,14 @@ %define min_libfabric_ver 1.4.2 Name: pmdk -Version: 1.4 +Version: 1.4.2 Release: 0 Summary: Persistent Memory Development Kit License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://pmem.io/pmdk/ -#Git-Clone: git://github.com/pmem/pmdk -Source: https://github.com/pmem/%name/archive/%version.tar.gz#/%name-%version.tar.gz +Source: https://github.com/pmem/pmdk/archive/%version.tar.gz BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes @@ -315,6 +314,13 @@ debug version is to set the environment variable LD_LIBRARY_PATH to /usr/lib64/pmdk_debug. +%package devel-doc +Summary: Man pages for the libpmem C API +Group: Documentation/Man + +%description devel-doc +Documentation for the pmem library interface. + %prep %setup -q @@ -357,6 +363,8 @@ %postun -n libpmem1 -p /sbin/ldconfig %post -n libpmemblk1 -p /sbin/ldconfig %postun -n libpmemblk1 -p /sbin/ldconfig +%post -n libpmemcto1 -p /sbin/ldconfig +%postun -n libpmemcto1 -p /sbin/ldconfig %post -n libpmemlog1 -p /sbin/ldconfig %postun -n libpmemlog1 -p /sbin/ldconfig %post -n libpmemobj1 -p /sbin/ldconfig @@ -376,10 +384,11 @@ %files tools %defattr(-,root,root) -%config %_sysconfdir/bash_completion.d/pmempool.sh +%config %_sysconfdir/bash_completion.d/* %_bindir/pmempool %_mandir/man1/pmempool-*.1* %_mandir/man1/pmempool.1* +%_mandir/man5/*.5* %doc LICENSE %files -n libpmem1 @@ -393,8 +402,6 @@ %dir %_libdir/pmdk_debug/ %_libdir/pmdk_debug/libpmem.so* %_includedir/libpmem.h -%_mandir/man7/libpmem.7* -%_mandir/man3/pmem_*.3* %files -n libpmemblk1 %defattr(-,root,root) @@ -407,8 +414,6 @@ %dir %_libdir/pmdk_debug/ %_libdir/pmdk_debug/libpmemblk.so* %_includedir/libpmemblk.h -%_mandir/man7/libpmemblk.7* -%_mandir/man3/pmemblk_*.3* %files -n libpmemlog1 %defattr(-,root,root) @@ -421,8 +426,6 @@ %dir %_libdir/pmdk_debug/ %_libdir/pmdk_debug/libpmemlog.so* %_includedir/libpmemlog.h -%_mandir/man7/libpmemlog.7* -%_mandir/man3/pmemlog*.3* %files -n libpmemobj1 %defattr(-,root,root) @@ -436,14 +439,6 @@ %_libdir/pmdk_debug/libpmemobj.so* %_includedir/libpmemobj.h %_includedir/libpmemobj/ -%_mandir/man7/libpmemobj.7* -%_mandir/man3/pmemobj_*.3* -%_mandir/man3/pobj_*.3* -%_mandir/man3/oid_*.3* -%_mandir/man3/toid*.3* -%_mandir/man3/direct_*.3* -%_mandir/man3/d_r*.3* -%_mandir/man3/tx_*.3* %files -n libvmem1 %defattr(-,root,root) @@ -456,8 +451,6 @@ %dir %_libdir/pmdk_debug/ %_libdir/pmdk_debug/libvmem.so* %_includedir/libvmem.h -%_mandir/man7/libvmem.7* -%_mandir/man3/vmem_*.3* %files -n libvmmalloc1 %defattr(-,root,root) @@ -470,7 +463,6 @@ %dir %_libdir/pmdk_debug/ %_libdir/pmdk_debug/libvmmalloc.so* %_includedir/libvmmalloc.h -%_mandir/man7/libvmmalloc.7* %files -n libpmempool1 %defattr(-,root,root) @@ -483,21 +475,17 @@ %dir %_libdir/pmdk_debug %_libdir/pmdk_debug/libpmempool.so* %_includedir/libpmempool.h -%_mandir/man7/libpmempool.7* -%_mandir/man3/pmempool_*.3* %files -n libpmemobj++-devel %defattr(-,root,root,-) %_libdir/pkgconfig/libpmemobj++.pc %_includedir/libpmemobj++/ -%_docdir/libpmemobj++-dev/ %if 0%{?with_fabric} %files -n librpmem1 %defattr(-,root,root,-) %_libdir/librpmem.so.* %license LICENSE -%doc ChangeLog CONTRIBUTING.md README.md %files -n librpmem-devel %defattr(-,root,root,-) @@ -506,32 +494,24 @@ %dir %_libdir/pmdk_debug %_libdir/pmdk_debug/librpmem.so* %_includedir/librpmem.h -%_mandir/man7/librpmem.7* -%_mandir/man3/rpmem_*.3* %license LICENSE -%doc ChangeLog CONTRIBUTING.md README.md %files -n rpmemd %_bindir/rpmemd -%_mandir/man1/rpmemd.1.gz +%_mandir/man1/rpmemd.1* %endif #with_fabric %files -n libpmemcto1 %defattr(-,root,root,-) %_libdir/libpmemcto.so.* %license LICENSE -%doc ChangeLog CONTRIBUTING.md README.md %files -n libpmemcto-devel %defattr(-,root,root,-) %_libdir/libpmemcto.so %_libdir/pkgconfig/libpmemcto.pc %_includedir/libpmemcto.h -%_mandir/man7/libpmemcto.7* -%_mandir/man5/poolset.5* -%_mandir/man3/pmemcto*.3* %license LICENSE -%doc ChangeLog CONTRIBUTING.md README.md %files -n libpmemcto-debug %defattr(-,root,root,-) @@ -539,6 +519,11 @@ %{_libdir}/pmdk_debug/libpmemcto.so %{_libdir}/pmdk_debug/libpmemcto.so.* %license LICENSE + +%files devel-doc +%_mandir/man3/*.3* +%_mandir/man7/*.7* +%_docdir/libpmemobj++-dev/ %doc ChangeLog CONTRIBUTING.md README.md %changelog ++++++ pmdk-1.4.tar.gz -> 1.4.2.tar.gz ++++++ ++++ 7485 lines of diff (skipped)
