From a8a03039b13c57f0f0b4528888009e249b2a4e5ab78b1f4d385bc0d55d508da5 Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Fri, 19 Mar 2021 12:57:05 +0000 Subject: [PATCH] Accepting request 879506 from home:dirkmueller:Factory - update to 2.4.1: * Fix AMD OpenCL device locality when PCI bus or device number >= 128. Thanks to Edgar Leon for reporting the issue. + Applications using any of the following inline functions must be recompiled to get the fix: hwloc_opencl_get_device_pci_busid() hwloc_opencl_get_device_cpuset(), hwloc_opencl_get_device_osdev(). * Fix the ranking of cpukinds on non-Windows systems, thanks to Ivan Kochin for the report. * Fix the insertion of custom Groups after loading the topology, thanks to Scott Hicks. * Add support for CPU0 being offline in Linux, thanks to Garrett Clay. * Fix missing x86 Package and Core objects FreeBSD/NetBSD. Thanks to Thibault Payet and Yuri Victorovich for the report. * Fix the import of very large distances with heterogeneous object types. * Fix a memory leak in the Linux backend, thanks to Perceval Anichini. OBS-URL: https://build.opensuse.org/request/show/879506 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=42 --- hwloc-2.4.0.tar.bz2 | 3 --- hwloc-2.4.1.tar.bz2 | 3 +++ hwloc.changes | 20 ++++++++++++++++++++ hwloc.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 hwloc-2.4.0.tar.bz2 create mode 100644 hwloc-2.4.1.tar.bz2 diff --git a/hwloc-2.4.0.tar.bz2 b/hwloc-2.4.0.tar.bz2 deleted file mode 100644 index f8d6e23..0000000 --- a/hwloc-2.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b1f1b4adb542911096bdceceb16270e9918908dcd884ab85c2f929c2b3838e9 -size 6483594 diff --git a/hwloc-2.4.1.tar.bz2 b/hwloc-2.4.1.tar.bz2 new file mode 100644 index 0000000..9205d27 --- /dev/null +++ b/hwloc-2.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392421e69f26120c8ab95d151fe989f2b4b69dab3c7735741c4e0a6d7de5de63 +size 6472241 diff --git a/hwloc.changes b/hwloc.changes index 9d915e5..0023feb 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 16 21:08:07 UTC 2021 - Dirk Müller + +- update to 2.4.1: + * Fix AMD OpenCL device locality when PCI bus or device number >= 128. + Thanks to Edgar Leon for reporting the issue. + + Applications using any of the following inline functions must + be recompiled to get the fix: hwloc_opencl_get_device_pci_busid() + hwloc_opencl_get_device_cpuset(), hwloc_opencl_get_device_osdev(). + * Fix the ranking of cpukinds on non-Windows systems, + thanks to Ivan Kochin for the report. + * Fix the insertion of custom Groups after loading the topology, + thanks to Scott Hicks. + * Add support for CPU0 being offline in Linux, thanks to Garrett Clay. + * Fix missing x86 Package and Core objects FreeBSD/NetBSD. + Thanks to Thibault Payet and Yuri Victorovich for the report. + * Fix the import of very large distances with heterogeneous object types. + * Fix a memory leak in the Linux backend, + thanks to Perceval Anichini. + ------------------------------------------------------------------- Sun Jan 24 16:08:57 UTC 2021 - Dirk Müller diff --git a/hwloc.spec b/hwloc.spec index f14025b..ec04c8d 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -18,7 +18,7 @@ %global lname libhwloc15 Name: hwloc -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause @@ -45,7 +45,7 @@ Requires: %{lname} = %{version}-%{release} Requires: perl-JSON Requires: perl-base >= 5.18.2 Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils +Requires(postun):desktop-file-utils %{?systemd_ordering} %description