Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hwloc for openSUSE:Factory checked 
in at 2021-01-27 18:57:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwloc (Old)
 and      /work/SRC/openSUSE:Factory/.hwloc.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwloc"

Wed Jan 27 18:57:50 2021 rev:17 rq:866970 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwloc/hwloc.changes      2020-11-24 
22:10:24.623380497 +0100
+++ /work/SRC/openSUSE:Factory/.hwloc.new.28504/hwloc.changes   2021-01-27 
18:58:05.808420572 +0100
@@ -1,0 +2,59 @@
+Sun Jan 24 16:08:57 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.4.0:
+  + Add hwloc/cpukinds.h for reporting information about hybrid CPUs.
+    - Use Linux cpufreq frequencies to rank cores by efficiency.
+    - Use x86 CPUID hybrid leaf and future Linux kernels sysfs CPU type
+      files to identify Intel Atom and Core cores.
+    - Use the Windows native EfficiencyClass to separate kinds.
+  + Properly handle Linux kernel 5.10+ exposing ACPI HMAT information
+    with knowledge of Generic Initiators.
+  + lstopo has new --cpukinds and --no-cpukinds options for showing
+    CPU kinds or not in textual and graphical modes respectively.
+  + hwloc-calc has a new --cpukind option for filtering PUs by kind.
+  + hwloc-annotate has a new cpukind command for modifying CPU kinds.
+  + Fix hwloc_bitmap_nr_ulongs(), thanks to Norbert Eicker.
+  + Add a documentation section about
+    "Topology Attributes: Distances, Memory Attributes and CPU Kinds".
+  + Silence some spurious warnings in the OpenCL backend and when showing
+    process binding with lstopo --ps.
+  + Add hwloc/memattrs.h for exposing latency/bandwidth information
+    between initiators (CPU sets for now) and target NUMA nodes,
+    typically on heterogeneous platforms.
+    - When available, bandwidths and latencies are read from the ACPI HMAT
+      table exposed by Linux kernel 5.2+.
+    - Attributes may also be customized to expose user-defined performance
+      information.
+  + Add hwloc_get_local_numanode_objs() for listing NUMA nodes that are
+    local to some locality.
+  + The new topology flag HWLOC_TOPOLOGY_FLAG_IMPORT_SUPPORT causes
+    support arrays to be loaded from XML exported with hwloc 2.3+.
+    - hwloc_topology_get_support() now returns an additional "misc"
+      array with feature "imported_support" set when support was imported.
+  + Add hwloc_topology_refresh() to refresh internal caches after modifying
+    the topology and before consulting the topology in a multithread context.
+  + Add a ROCm SMI backend and a hwloc/rsmi.h helper file for getting
+    the locality of AMD GPUs, now exposed as "rsmi" OS devices.
+    Thanks to Mike Li.
+  + Remove POWER device-tree-based topology on Linux,
+    (it was disabled by default since 2.1).
+  + Command-line options for specifying flags now understand comma-separated
+    lists of flag names (substrings).
+  + hwloc-info and hwloc-calc have new --local-memory --local-memory-flags
+    and --best-memattr options for reporting local memory nodes and filtering
+    by memory attributes.
+  + hwloc-bind has a new --best-memattr option for filtering by memory 
attributes
+    among the memory binding set.
+  + Tools that have a --restrict option may now receive a nodeset or
+    some custom flags for restricting the topology.
+  + lstopo now has a --thickness option for changing line thickness in the
+    graphical output.
+  + Fix lstopo drawing when autoresizing on Windows 10.
+  + Pressing the F5 key in lstopo X11 and Windows graphical/interactive outputs
+    now refreshes the display according to the current topology and binding.
+  + Add a tikz lstopo graphical backend to generate picture easily included 
into
+    LaTeX documents. Thanks to Clement Foyer.
+  + The default installation path of the Bash completion file has changed to
+    ${datadir}/bash-completion/completions/hwloc. Thanks to Tomasz K??oczko.
+
+-------------------------------------------------------------------

Old:
----
  hwloc-2.2.0.tar.bz2

New:
----
  hwloc-2.4.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hwloc.spec ++++++
--- /var/tmp/diff_new_pack.1Yz3Jf/_old  2021-01-27 18:58:06.420421519 +0100
+++ /var/tmp/diff_new_pack.1Yz3Jf/_new  2021-01-27 18:58:06.424421525 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hwloc
 #
-# 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
@@ -18,13 +18,13 @@
 
 %global lname libhwloc15
 Name:           hwloc
-Version:        2.2.0
+Version:        2.4.0
 Release:        0
 Summary:        Portable Hardware Locality
 License:        BSD-3-Clause
 Group:          Productivity/Clustering/Computing
 URL:            https://www.open-mpi.org/projects/hwloc/
-Source0:        
https://download.open-mpi.org/release/hwloc/v2.2/hwloc-%{version}.tar.bz2
+Source0:        
https://download.open-mpi.org/release/hwloc/v2.4/hwloc-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -166,7 +166,7 @@
 %{_bindir}/hwloc*
 %{_bindir}/lstopo*
 %{_datadir}/applications/*.desktop
-%{_sysconfdir}/bash_completion.d/hwloc-completion.bash
+%{_datadir}/bash-completion/completions/%{name}
 %ifarch %{ix86} x86_64
 %attr(0755,root,root) %{_sbindir}/hwloc-dump-hwdata
 %{_unitdir}/hwloc-dump-hwdata.service

++++++ hwloc-2.2.0.tar.bz2 -> hwloc-2.4.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/hwloc/hwloc-2.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.hwloc.new.28504/hwloc-2.4.0.tar.bz2 differ: char 
11, line 1

Reply via email to