From 97472e4659d2a4f15a918ce157e899d19de15b8c4d8b259fd835328a6230d98d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jul 2023 08:42:01 +0000 Subject: [PATCH] Accepting request 1098924 from home:dirkmueller:Factory - update to 2.9.2: * Don't forget L3i when defining filters for multiple levels of caches with hwloc_topology_set_cache/icache_types_filter(). * Fix object total_memory after hwloc_topology_insert_group_object(). * Fix the (non-yet) exporting in synthetic description for complex memory hierarchies with memory-side caches, etc. * Fix some default size attributes when building synthetic topologies. * Fix size units in hwloc-annotate. * Improve bitmap reallocation error management in many functions. * Documentation improvements OBS-URL: https://build.opensuse.org/request/show/1098924 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=66 --- hwloc-2.9.1.tar.bz2 | 3 --- hwloc-2.9.2.tar.bz2 | 3 +++ hwloc.changes | 15 +++++++++++++++ hwloc.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 hwloc-2.9.1.tar.bz2 create mode 100644 hwloc-2.9.2.tar.bz2 diff --git a/hwloc-2.9.1.tar.bz2 b/hwloc-2.9.1.tar.bz2 deleted file mode 100644 index ebb73f9..0000000 --- a/hwloc-2.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e -size 6942860 diff --git a/hwloc-2.9.2.tar.bz2 b/hwloc-2.9.2.tar.bz2 new file mode 100644 index 0000000..8a4064f --- /dev/null +++ b/hwloc-2.9.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a87fdf677f8b00b567d229b6320bf6b25c693edaa43e0b85268d999d6b060cf +size 6976699 diff --git a/hwloc.changes b/hwloc.changes index a162ea3..e446f9e 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jul 16 08:09:41 UTC 2023 - Dirk Müller + +- update to 2.9.2: + * Don't forget L3i when defining filters for multiple levels of + caches with hwloc_topology_set_cache/icache_types_filter(). + * Fix object total_memory after hwloc_topology_insert_group_object(). + * Fix the (non-yet) exporting in synthetic description for + complex memory hierarchies with memory-side caches, etc. + * Fix some default size attributes when building synthetic + topologies. + * Fix size units in hwloc-annotate. + * Improve bitmap reallocation error management in many functions. + * Documentation improvements + ------------------------------------------------------------------- Tue Jun 20 20:22:08 UTC 2023 - Dirk Müller diff --git a/hwloc.spec b/hwloc.spec index 1c0c68d..8a77153 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -29,7 +29,7 @@ %global lname libhwloc15 Name: hwloc -Version: 2.9.1 +Version: 2.9.2 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause