From 7eff7629a53c4fe529a58a74133b1c099acb47d354aa1f00a5048063559f1cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 16 Nov 2015 17:10:17 +0000 Subject: [PATCH] Accepting request 344769 from home:posophe:branches:devel:libraries:c_c++ update OBS-URL: https://build.opensuse.org/request/show/344769 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=15 --- hwloc-1.10.1.tar.bz2 | 3 --- hwloc-1.11.1.tar.bz2 | 3 +++ hwloc.changes | 27 +++++++++++++++++++++++++++ hwloc.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 hwloc-1.10.1.tar.bz2 create mode 100644 hwloc-1.11.1.tar.bz2 diff --git a/hwloc-1.10.1.tar.bz2 b/hwloc-1.10.1.tar.bz2 deleted file mode 100644 index 2bee10e..0000000 --- a/hwloc-1.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35ce13a9a0737d2de1c6facb5c3c0438f7c83b45d6ce652e05ba000f6f2e514a -size 3771665 diff --git a/hwloc-1.11.1.tar.bz2 b/hwloc-1.11.1.tar.bz2 new file mode 100644 index 0000000..d2ae97e --- /dev/null +++ b/hwloc-1.11.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48614061c4baa44dec7ec078459c3bd1f3ecaa39a39331a7eb857c945cca6c0f +size 3993881 diff --git a/hwloc.changes b/hwloc.changes index d4586d3..55c25b8 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Nov 16 15:48:47 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.11.1 + * Hardwire the topology of Fujitsu K-computer, FX10, FX100 servers to + workaround buggy Linux kernels. + * Fix L3 cache information on AMD Opteron 61xx Magny-Cours processors + in the x86 backend. + * Detect block devices directly attached to PCI without a controller, + for instance NVMe disks. + * Add the PCISlot attribute to all PCI functions instead of only the + first one. + * Ignore PCI bridges that could fail assertions by reporting buggy + secondary-subordinate bus numbers + * Fix an overzealous assertion when inserting an intermediate Group object + while Groups are totally ignored. + * Fix a memory leak on Linux on AMD processors with dual-core compute units. + * Fix a memory leak on failure to load a xml diff file. + * Fix some segfaults when inputting an invalid synthetic description. + * Fix a segfault when plugins fail to find core symbols. + * Fix a segfault when displaying logical indexes in the graphical lstopo. + * Fix lstopo linking with X11 libraries, for instance on Mac OS X. + * hwloc-annotate, hwloc-diff and hwloc-patch do not drop unavailable + resources from the output anymore and those may be annotated as well. + * Command-line tools may now import XML from the standard input with -i -.xml + * Add missing documentation for the hwloc-info --no-icaches option. + ------------------------------------------------------------------- Thu Mar 5 15:32:07 UTC 2015 - mpluskal@suse.com diff --git a/hwloc.spec b/hwloc.spec index 8c4debb..cf6b7c6 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -17,9 +17,9 @@ %global lname libhwloc5 -%define sversion 1.10 +%define sversion 1.11 Name: hwloc -Version: 1.10.1 +Version: 1.11.1 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause