Hello community,

here is the log from the commit of package hwloc for openSUSE:Factory checked 
in at 2019-10-02 11:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwloc (Old)
 and      /work/SRC/openSUSE:Factory/.hwloc.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwloc"

Wed Oct  2 11:58:56 2019 rev:13 rq:734220 version:2.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwloc/hwloc.changes      2017-11-23 
09:44:05.225230200 +0100
+++ /work/SRC/openSUSE:Factory/.hwloc.new.2352/hwloc.changes    2019-10-02 
11:59:00.363014721 +0200
@@ -1,0 +2,41 @@
+Tue Aug 27 08:36:28 UTC 2019 - Thomas Blume <thomas.bl...@suse.com>
+
+- update to latest released upstream version 2.0.4 (jsc#SLE-8583)
+
+* Add support for Linux 5.3 new sysfs cpu topology files with Die information.
+* Add support for Intel v2 Extended Topology Enumeration in the x86 backend.
+* Tiles, Modules and Dies are exposed as Groups for now.
+  + HWLOC_DONT_MERGE_DIE_GROUPS=1 may be set in the environment to prevent
+    Die groups from being automatically merged with identical parent or 
children.
+* Ignore NUMA node information from AMD topoext in the x86 backend,
+  unless HWLOC_X86_TOPOEXT_NUMANODES=1 is set in the environment.
+* Group objects have a new "dont_merge" attribute to prevent them from
+  being automatically merged with identical parent or children.
+* Fix build on Cygwin, thanks to Marco Atzeri for the patches.
+* Fix a corner case of hwloc_topology_restrict() where children would
+  become out-of-order.
+* Fix the return length of export_xmlbuffer() functions to always
+  include the ending \0.
+* Fix lstopo --children-order argument parsing.
+* Add support for Hygon Dhyana processors in the x86 backend,
+  thanks to Pu Wen for the patch.
+* Fix symbol renaming to also rename internal components,
+  thanks to Evan Ramos for the patch.
+* Fix build on HP-UX, thanks to Richard Lloyd for reporting the issues.
+* Detect PCI link speed without being root on Linux >= 4.13.
+* Add HWLOC_VERSION* macros to the public headers,
+  thanks to Gilles Gouaillardet for the suggestion.
+* Bump the library soname to 15:0:0 to avoid conflicts with hwloc 1.11.x
+  releases. The hwloc 2.0.0 soname was buggy (12:0:0), applications will
+  have to be recompiled.
+* Serialize pciaccess discovery to fix concurrent topology loads in
+  multiple threads.
+* Fix hwloc-dump-hwdata to only process SMBIOS information that correspond
+  to the KNL and KNM configuration.
+* Add a heuristic for guessing KNL/KNM memory and cluster modes when
+  hwloc-dump-hwdata could not run as root earlier.
+* Add --no-text lstopo option to remove text from some boxes in the
+  graphical output. Mostly useful for removing Group labels.
+* Some minor fixes to memory binding.
+
+-------------------------------------------------------------------

Old:
----
  hwloc-1.11.8.tar.gz

New:
----
  hwloc-2.0.4.tar.bz2

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

Other differences:
------------------
++++++ hwloc.spec ++++++
--- /var/tmp/diff_new_pack.MeEjHD/_old  2019-10-02 11:59:00.927013275 +0200
+++ /var/tmp/diff_new_pack.MeEjHD/_new  2019-10-02 11:59:00.927013275 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hwloc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global lname libhwloc5
-%if ! 0%{?is_opensuse}
-%define version_prefix 2.0.0.
-%endif
-%define mainversion 1.11.8
+%global lname libhwloc15
 Name:           hwloc
-Version:        %{?version_prefix}%{?mainversion}
+Version:        2.0.4
 Release:        0
 Summary:        Portable Hardware Locality
 License:        BSD-3-Clause
 Group:          Productivity/Clustering/Computing
 Url:            http://www.open-mpi.org/projects/hwloc/
-#Source0:        %{name}-%{version}.tar.xz
-Source0:        
https://github.com/open-mpi/hwloc/archive/%{name}-%{mainversion}.tar.gz
+Source0:        
https://download.open-mpi.org/release/hwloc/v2.0/%{name}-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -109,7 +104,7 @@
 This package contains the documentation for hwloc.
 
 %prep
-%setup -q -n %{name}-%{name}-%{mainversion}
+%setup -q -n %{name}-%{version}
 
 %build
 autoreconf -fvi
@@ -181,10 +176,13 @@
 %defattr(-, root, root, -)
 %dir %{_datadir}/hwloc
 %{_datadir}/hwloc/hwloc.dtd
+%{_datadir}/hwloc/hwloc2-diff.dtd
+%{_datadir}/hwloc/hwloc2.dtd
 %{_datadir}/hwloc/hwloc-valgrind.supp
 
 %files doc
 %defattr(-, root, root, -)
-%doc ./doc/images/*.pdf
+%doc ./doc/doxygen-doc/html/*
+%{_mandir}/man3/*
 
 %changelog

++++++ hwloc-1.11.8.tar.gz -> hwloc-2.0.4.tar.bz2 ++++++
++++ 311355 lines of diff (skipped)


Reply via email to