Accepting request 880105 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/880105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=18
This commit is contained in:
Richard Brown 2021-03-19 15:43:53 +00:00 committed by Git OBS Bridge
commit 0b46777bf1
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b1f1b4adb542911096bdceceb16270e9918908dcd884ab85c2f929c2b3838e9
size 6483594

3
hwloc-2.4.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:392421e69f26120c8ab95d151fe989f2b4b69dab3c7735741c4e0a6d7de5de63
size 6472241

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 16 21:08:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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