Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package memkind for openSUSE:Factory checked in at 2021-10-11 15:31:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/memkind (Old) and /work/SRC/openSUSE:Factory/.memkind.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "memkind" Mon Oct 11 15:31:14 2021 rev:9 rq:924219 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/memkind/memkind.changes 2021-01-25 18:25:39.428606289 +0100 +++ /work/SRC/openSUSE:Factory/.memkind.new.2443/memkind.changes 2021-10-11 15:32:05.866891191 +0200 @@ -1,0 +2,17 @@ +Thu Sep 30 16:05:38 UTC 2021 - Antoine Ginies <[email protected]> + +- update to version 1.12.0 (JSC#SLE-22050) + * Optimized hog memory + * Removed memkind_malloc_wrapper + * Extended error handling in pmem_allocator + From version 1.11.0: + * Provided a function to verify if path supports DAX - memkind_check_dax_path() + * Provided a NUMA node interleave variant for MEMKIND_DAX_KMEM (MEMKIND_DAX_KMEM_INTERLEAVE) + * Provided a function to enable/disable background threads - memkind_set_bg_threads() + * Provided a function to print statistics - memkind_stats_print() + * Extended configure mechanism by enable-memkind-initial-exec-tls option + * Extended memkind to support HMAT (libhwloc required) + * Provided memory property abstraction (MEMKIND_HIGHEST_CAPACITY*, MEMKIND_LOWEST_LATENCY_LOCAL*, MEMKIND_HIGHEST_BANDWIDTH_LOCAL*) + * Extended support for MEMKIND_HBW* to platforms with full HMAT support (kernel+hardware) + +------------------------------------------------------------------- Old: ---- memkind-1.10.1.tar.gz New: ---- memkind-1.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ memkind.spec ++++++ --- /var/tmp/diff_new_pack.5aDtFK/_old 2021-10-11 15:32:06.278891852 +0200 +++ /var/tmp/diff_new_pack.5aDtFK/_new 2021-10-11 15:32:06.282891858 +0200 @@ -1,7 +1,7 @@ # # spec file for package memkind # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Summary: User Extensible Heap Manager License: BSD-2-Clause Group: Development/Libraries/C and C++ -Version: 1.10.1 +Version: 1.12.0 Release: 0 URL: http://memkind.github.io/memkind BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -100,10 +100,12 @@ %install cd %{_builddir}/%{buildsubdir} %{__make} DESTDIR=%{buildroot} install +# remove unwanted libs rm -f %{buildroot}/libautohbw.* rm -f %{buildroot}/%{_libdir}/lib%{namespace}.la -rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw}.* +rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw,memtier}.* rm -f %{buildroot}/%{_mandir}/man7/autohbw.* +rm -f %{buildroot}/%{_mandir}/man7/memtier.* %post -n libmemkind0 -p /sbin/ldconfig ++++++ memkind-1.10.1.tar.gz -> memkind-1.12.0.tar.gz ++++++ ++++ 39452 lines of diff (skipped)
