Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eth-ff for openSUSE:Factory checked 
in at 2024-08-13 13:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eth-ff (Old)
 and      /work/SRC/openSUSE:Factory/.eth-ff.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eth-ff"

Tue Aug 13 13:24:05 2024 rev:7 rq:1193493 version:11.7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eth-ff/eth-ff.changes    2024-02-26 
19:48:19.644278339 +0100
+++ /work/SRC/openSUSE:Factory/.eth-ff.new.7232/eth-ff.changes  2024-08-13 
13:24:41.061847126 +0200
@@ -1,0 +2,32 @@
+Mon Aug 12 10:02:11 UTC 2024 - Nicolas Morey <[email protected]>
+
+- Update to v11.7.0.0
+  - Improved to support RHEL 9.4/8.10 and SLES 15.6
+  - Merged duplicate OS prereq files for major OS versions where possible
+  - Added ability to compile IMB-MPI1-GPU with cuda support
+  - Cleaned up not needed files
+  - Added config on unprivileged access to UserFaultFD
+  - Added GPU auto-detection feature
+  - Fixed permission and enumeration issues on dsa_setup
+  - Improved ethudstress stability to handle unmatched client/server config
+  - Improved MpiApps to allow concurrent mpi_apps runs with SLURM
+  - Fixed FI_PROVIDER_PATH overrode issue on mpi_apps
+  - Updated host verification to check UD QPs, and skip VT-d disabled
+    check by default
+  - Updated compiler options to enhance security of FastFabric
+  - Improved MpiApps README file
+  - Improved help for tools ethbw and ethextract*
+  - Fixed HPL build for newer version oneAPI
+  - Enhanced MpiApps scripts for easier use with SLURM
+  - Introduced PSM3_PRINT_STATS_PREFIX to specify PSM3 stats files location
+  - Improved MpiApps to support oneCCL benchmark
+  - Easy of use improvement on MpiApps
+    - Improved parameter files and scripts description
+    - Reorganized PSM3 parameter files
+    - Improved script printout to include system env
+    - Moved MpiApps parameter settings mostly into env vs on MPI cmd line
+  - Improved to support RHEL 8.9 and RHEL 9.3
+  - Added dsa_setup man page
+  - Improved help text and man page for all tools
+
+-------------------------------------------------------------------

Old:
----
  eth-ff-11.5.1.0.0.7188a97b9a39.tar.gz

New:
----
  eth-ff-11.7.0.0.0.10e93dd3630c.tar.gz

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

Other differences:
------------------
++++++ eth-ff.spec ++++++
--- /var/tmp/diff_new_pack.uvDfyJ/_old  2024-08-13 13:24:42.645913127 +0200
+++ /var/tmp/diff_new_pack.uvDfyJ/_new  2024-08-13 13:24:42.649913293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eth-ff
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
 #
 
 
-%define git_ver .0.7188a97b9a39
+%define git_ver .0.10e93dd3630c
 
 %define pseudo_opt %{_prefix}/lib/eth-tools/
 %define ethsysconfdir %{_sysconfdir}/eth-tools/
 
 Name:           eth-ff
-Version:        11.5.1.0
+Version:        11.7.0.0
 Release:        0
 Summary:        Intel Ethernet Fabric Suite basic tools and libraries for 
fabric management
 License:        BSD-3-Clause OR GPL-2.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uvDfyJ/_old  2024-08-13 13:24:42.677914460 +0200
+++ /var/tmp/diff_new_pack.uvDfyJ/_new  2024-08-13 13:24:42.681914627 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://github.com/intel/eth-fast-fabric.git</param>
     <param name="package-meta">no</param>
@@ -8,9 +8,9 @@
     <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">7188a97b9a397defdab503a02de0f6f3a9806947</param>
+    <param name="revision">10e93dd3630c77e8e4dc6d39981ce3122830f64e</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="recompress" mode="manual">
     <param name="file">eth-ff*.tar</param>
     <param name="compression">gz</param>
   </service>

++++++ eth-ff-11.5.1.0.0.7188a97b9a39.tar.gz -> 
eth-ff-11.7.0.0.0.10e93dd3630c.tar.gz ++++++
++++ 15382 lines of diff (skipped)

++++++ eth-ff-suse-build-fixes.patch ++++++
--- /var/tmp/diff_new_pack.uvDfyJ/_old  2024-08-13 13:24:43.137933627 +0200
+++ /var/tmp/diff_new_pack.uvDfyJ/_new  2024-08-13 13:24:43.161934627 +0200
@@ -1,10 +1,10 @@
 commit 4d2c1fa08842cf8d60cc3dc1dde30ecff585103c
-Author: Nicolas Morey-Chaisemartin <[email protected]>
+Author: Nicolas Morey-Chaisemartin <[email protected]>
 Date:   Thu Jun 8 11:11:01 2017 +0200
 
     eth-ff suse build fixes
     
-    Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
+    Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
 
 diff --git Makerules/Defs.Flags Makerules/Defs.Flags
 index e84324356f0a..9e34eafb8bad 100755

Reply via email to