Hello community, here is the log from the commit of package libpmemobj-cpp for openSUSE:Factory checked in at 2020-06-10 00:51:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpmemobj-cpp (Old) and /work/SRC/openSUSE:Factory/.libpmemobj-cpp.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpmemobj-cpp" Wed Jun 10 00:51:09 2020 rev:8 rq:812879 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/libpmemobj-cpp/libpmemobj-cpp.changes 2020-06-03 20:32:42.529207657 +0200 +++ /work/SRC/openSUSE:Factory/.libpmemobj-cpp.new.3606/libpmemobj-cpp.changes 2020-06-10 00:51:14.403388238 +0200 @@ -5 +5,4 @@ - - See ChangeLog for a complete list of changes + * New experimental container type "concurrent_map", a + persistent concurrent map (based on concurrent skiplist + implementation). + * swap() method for basic_string @@ -6,0 +10 @@ + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpmemobj-cpp.spec ++++++ --- /var/tmp/diff_new_pack.ZTyFGS/_old 2020-06-10 00:51:15.347390708 +0200 +++ /var/tmp/diff_new_pack.ZTyFGS/_new 2020-06-10 00:51:15.351390718 +0200 @@ -18,14 +18,13 @@ Name: libpmemobj-cpp %define lname libpmemobj-cpp0 +Version: 1.10 +Release: 0 Summary: C++ bindings for libpmemobj License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 1.10 -Release: 0 URL: http://pmem.io/pmdk/ Source: https://github.com/pmem/libpmemobj-cpp/archive/%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ @@ -60,7 +59,7 @@ Example C++ programs (with source) on how to use libpmemobj++. %prep -%setup -q +%autosetup -p1 %build %cmake \ @@ -78,7 +77,7 @@ %doc ChangeLog %_includedir/libpmemobj++/ %_libdir/libpmemobj++/ -%{_libdir}/pkgconfig/*.pc +%_libdir/pkgconfig/*.pc %files devel-doc %_docdir/%name/
