Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2021-04-10 15:27:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mstflint (Old)
 and      /work/SRC/openSUSE:Factory/.mstflint.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mstflint"

Sat Apr 10 15:27:49 2021 rev:20 rq:883984 version:4.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes        2020-10-05 
19:43:18.145796749 +0200
+++ /work/SRC/openSUSE:Factory/.mstflint.new.2401/mstflint.changes      
2021-04-10 15:28:53.810485705 +0200
@@ -1,0 +2,16 @@
+Wed Apr  7 11:52:58 UTC 2021 - Nicolas Morey-Chaisemartin 
<nmoreychaisemar...@suse.com>
+
+- Update to v4.16.0-2
+  - mstlink tool
+      - Added support for PCIe eye grade scan
+      - Enabled margin scan on Network links
+      - Enabled querying the current host configuration using the "q | query" 
flag
+  - mstconfig tool
+      - fixed database
+  - fixed several bugs
+- Refresh patches against latest sources:
+  - Remove-date-time-info-from-build.patch
+  - Fix-gcc7-and-gcc8.patch
+  - fix-race-condition-during-install.patch
+
+-------------------------------------------------------------------

Old:
----
  mstflint-4.15.0-1.tar.gz

New:
----
  mstflint-4.16.0-2.tar.gz

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

Other differences:
------------------
++++++ mstflint.spec ++++++
--- /var/tmp/diff_new_pack.6vRtaf/_old  2021-04-10 15:28:54.394486392 +0200
+++ /var/tmp/diff_new_pack.6vRtaf/_new  2021-04-10 15:28:54.398486397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mstflint
 #
-# 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
@@ -16,13 +16,13 @@
 #
 
 
-%define extra_version -1
+%define extra_version -2
 
 Name:           mstflint
-Version:        4.15.0
+Version:        4.16.0
 Release:        0
 Summary:        Mellanox Firmware Burning and Diagnostics Tools
-License:        GPL-2.0-only OR BSD-2-Clause
+License:        BSD-2-Clause OR GPL-2.0-only
 Group:          System/Console
 URL:            http://www.openfabrics.org
 Obsoletes:      mstflint-devel < %{version}

++++++ Fix-gcc7-and-gcc8.patch ++++++
--- /var/tmp/diff_new_pack.6vRtaf/_old  2021-04-10 15:28:54.414486415 +0200
+++ /var/tmp/diff_new_pack.6vRtaf/_new  2021-04-10 15:28:54.418486420 +0200
@@ -1,4 +1,4 @@
-commit e325ecf9ecfabdb5ad5ad96f0ac025a2828b2dd3
+commit 7d87bd0f4679e7547678e2d26fca1277d2b8cbbd
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Wed Aug 9 17:31:57 2017 +0200
 
@@ -9,10 +9,10 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git configure.ac configure.ac
-index 8840a41d8169..62aa0a738c2d 100644
+index 3a9246b87e89..7422cbc2103d 100644
 --- configure.ac
 +++ configure.ac
-@@ -246,6 +246,7 @@ AC_SEARCH_LIBS([sqlite3_initialize], [sqlite3], 
[SQLITE_SYSTEM_AVAILABLE="yes"],
+@@ -296,6 +296,7 @@ AC_SEARCH_LIBS([sqlite3_initialize], [sqlite3], 
[SQLITE_SYSTEM_AVAILABLE="yes"],
  AM_CONDITIONAL([USE_LOCAL_SQLITE], [test "$SQLITE_SYSTEM_AVAILABLE" = no])
  
  CFLAGS="$CFLAGS -DMST_UL"
@@ -20,3 +20,18 @@
  CXXFLAGS="$CXXFLAGS -DMST_UL"
  
  AM_CFLAGS="-Wall"
+@@ -314,6 +315,14 @@ AX_CHECK_COMPILE_FLAG([-Wno-implicit-fallthrough], 
[CFLAGS="$CFLAGS -Wno-implici
+ AX_CHECK_COMPILE_FLAG([-Wno-cast-function-type], [CFLAGS="$CFLAGS 
-Wno-cast-function-type"], [], [])
+ CFLAGS="$OLD_CFLAGS"
+ 
++# C GCC [78] related ignores
++OLD_CPPFLAGS="$CPPFLAGS"
++CPPFLAGS="$CPPFLAGS -Wall -Werror"
++AX_CHECK_COMPILE_FLAG([-Wno-format-overflow], [CPPFLAGS="$CPPFLAGS 
-Wno-format-overflow"], [], [])
++AX_CHECK_COMPILE_FLAG([-Wno-implicit-fallthrough], [CPPFLAGS="$CPPFLAGS 
-Wno-implicit-fallthrough"], [], [])
++AX_CHECK_COMPILE_FLAG([-Wno-cast-function-type], [CPPFLAGS="$CPPFLAGS 
-Wno-cast-function-type"], [], [])
++CPPFLAGS="$OLD_CPPFLAGS"
++
+ # C++ related ignores
+ OLD_CXXFLAGS="$CXXFLAGS"
+ CXXFLAGS="$CXXFLAGS -Wall -Werror"

++++++ Remove-date-time-info-from-build.patch ++++++
--- /var/tmp/diff_new_pack.6vRtaf/_old  2021-04-10 15:28:54.426486429 +0200
+++ /var/tmp/diff_new_pack.6vRtaf/_new  2021-04-10 15:28:54.430486434 +0200
@@ -1,4 +1,4 @@
-commit 5f1b8c66deb4f825bc626a2cc8bf1251841bf9ac
+commit cba2038916c5862ea38862b60939157f8a986226
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Thu May 18 07:48:13 2017 +0200
 
@@ -7,10 +7,10 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git common/tools_version.h common/tools_version.h
-index 2b6f16bf874e..5dc0239f31d6 100644
+index 32fe3c7e0684..7ce75ce3cdd5 100644
 --- common/tools_version.h
 +++ common/tools_version.h
-@@ -75,10 +75,8 @@ int get_version_string(char *buf, int buf_size, const char 
*exe_name, const char
+@@ -74,10 +74,8 @@ int get_version_string(char *buf, int buf_size, const char 
*exe_name, const char
          len = snprintf(buf, buf_size, "%s %s, ", exe_name, tool_version);
      }
      // cut out first and last "$" from the SVN version string:

++++++ fix-race-condition-during-install.patch ++++++
--- /var/tmp/diff_new_pack.6vRtaf/_old  2021-04-10 15:28:54.438486443 +0200
+++ /var/tmp/diff_new_pack.6vRtaf/_new  2021-04-10 15:28:54.438486443 +0200
@@ -1,4 +1,4 @@
-commit 3f96689198c891694184f8f7d2570b1fcb8df438
+commit 77d8c2e2d7de83dc8202d99bb995c423299229fb
 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 Date:   Mon Oct 15 09:33:09 2018 +0200
 
@@ -7,7 +7,7 @@
     Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com>
 
 diff --git dev_mgt/Makefile.am dev_mgt/Makefile.am
-index 907e5ce38a0b..28d506d095fb 100644
+index 3118b85f97a4..193abaf79e11 100644
 --- dev_mgt/Makefile.am
 +++ dev_mgt/Makefile.am
 @@ -46,7 +46,7 @@ libdev_mgt_a_SOURCES = \

++++++ mstflint-4.15.0-1.tar.gz -> mstflint-4.16.0-2.tar.gz ++++++
++++ 321569 lines of diff (skipped)

Reply via email to