Hello community, here is the log from the commit of package mstflint for openSUSE:Factory checked in at 2019-09-07 11:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mstflint (Old) and /work/SRC/openSUSE:Factory/.mstflint.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mstflint" Sat Sep 7 11:53:29 2019 rev:17 rq:728695 version:4.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes 2019-03-29 20:43:07.182677403 +0100 +++ /work/SRC/openSUSE:Factory/.mstflint.new.7948/mstflint.changes 2019-09-07 11:53:33.994272975 +0200 @@ -1,0 +2,44 @@ +Thu Sep 5 14:30:48 UTC 2019 - Nicolas Morey-Chaisemartin <[email protected]> + +- Update to v4.11.0-5 (bsc#1136328) + - Build related changes + - Disabled -Werror compiler flag + - Added the option to choose local system libraries if available in the machine + - Enhanced python 3 compatibility + - Removed python shebangs from the scripts + - Fixed multiple rpmbuild issues + - Added --enable-all-static configure flag that allows compilation of static executables, when the the option is supported by the compiler + - All python scripts were aligned to unix encoding + - Fixed multiple builds and compilation issues + - mstprivhost tool + - Added mstprivhost tool to set host privilege configurations + - mstflint tool + - Added missing Rom info attribute for legacy FW qq query + - Fixed query timeout when device is locked + - Renamed former --next_boot_fw_ver to --flashed_version flag. This flag queries the flashed version. + - Note that the previous flag is supported to keep compatibility. + - Fixed an issue with FW upgrade on ConnectX-5 EN + - mstregdup tool + - Fixed segfault + - mstconfig + - Added new params: + - mstfwtrace + - Added fwtracer: in this release, this tool supports secure FW flow only + - libibmad + - Added support for libibmad 12 in addition to 5 + - Python tools + - Fixed Python wrapper to work properly in multiple OSes and multiple Python versions + - Added adb generic tools + - Added mstreg tool: To enable this option please use "--enable-adb-genaric-tools" flag + - mstarchive + - Added return values + - Fixed an issue in the MFA2's header minor and subminor versions +- Drop patches that were fixed upstream: + - Add-armv6-and-armv7-support.patch + - Add-s390-s390x-support.patch +- Refresh patchest against latest sources: + - Fix-gcc7-and-gcc8.patch + - Remove-date-time-info-from-build.patch + - fix-race-condition-during-install.patch + +------------------------------------------------------------------- Old: ---- Add-armv6-and-armv7-support.patch Add-s390-s390x-support.patch mstflint-4.11.0-3.tar.gz New: ---- mstflint-4.11.0-5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mstflint.spec ++++++ --- /var/tmp/diff_new_pack.9pUyMa/_old 2019-09-07 11:53:34.598272888 +0200 +++ /var/tmp/diff_new_pack.9pUyMa/_new 2019-09-07 11:53:34.602272888 +0200 @@ -16,7 +16,7 @@ # -%define extra_version -3 +%define extra_version -5 Name: mstflint Version: 4.11.0 @@ -28,8 +28,6 @@ Obsoletes: mstflint-devel < %{version} Source: https://github.com/Mellanox/mstflint/releases/download/v%{version}%{extra_version}/mstflint-%{version}%{extra_version}.tar.gz Patch1: Remove-date-time-info-from-build.patch -Patch2: Add-s390-s390x-support.patch -Patch3: Add-armv6-and-armv7-support.patch Patch4: Fix-gcc7-and-gcc8.patch Patch5: fix-race-condition-during-install.patch BuildRequires: gcc-c++ @@ -52,8 +50,6 @@ %prep %setup -q %patch1 -%patch2 -%patch3 %patch4 %patch5 @@ -83,6 +79,7 @@ %{_bindir}/mstprivhost %{_bindir}/mstregdump %{_bindir}/mstvpd +%{_bindir}/mstfwtrace %{_mandir}/man1/*.1%{ext_man} %{_libdir}/mstflint/ %{_datadir}/mstflint/ ++++++ Fix-gcc7-and-gcc8.patch ++++++ --- /var/tmp/diff_new_pack.9pUyMa/_old 2019-09-07 11:53:34.610272887 +0200 +++ /var/tmp/diff_new_pack.9pUyMa/_new 2019-09-07 11:53:34.610272887 +0200 @@ -1,4 +1,4 @@ -commit e7d0414f37970dc7bf0770459760fc7a55a5aa95 +commit e325ecf9ecfabdb5ad5ad96f0ac025a2828b2dd3 Author: Nicolas Morey-Chaisemartin <[email protected]> Date: Wed Aug 9 17:31:57 2017 +0200 @@ -9,14 +9,14 @@ Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> diff --git configure.ac configure.ac -index 78a3b48c5331..4e31ac8794e4 100644 +index 8840a41d8169..62aa0a738c2d 100644 --- configure.ac +++ configure.ac -@@ -166,6 +166,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [ - ]) +@@ -246,6 +246,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" +CPPFLAGS="$CPPFLAGS -DMST_UL" CXXFLAGS="$CXXFLAGS -DMST_UL" - AM_CFLAGS="-Wall -Werror" + AM_CFLAGS="-Wall" ++++++ Remove-date-time-info-from-build.patch ++++++ --- /var/tmp/diff_new_pack.9pUyMa/_old 2019-09-07 11:53:34.618272886 +0200 +++ /var/tmp/diff_new_pack.9pUyMa/_new 2019-09-07 11:53:34.618272886 +0200 @@ -1,4 +1,4 @@ -commit 4a3784b83558c46a62cddd4faa0639e8f8ffc46b +commit 5f1b8c66deb4f825bc626a2cc8bf1251841bf9ac Author: Nicolas Morey-Chaisemartin <[email protected]> Date: Thu May 18 07:48:13 2017 +0200 ++++++ fix-race-condition-during-install.patch ++++++ --- /var/tmp/diff_new_pack.9pUyMa/_old 2019-09-07 11:53:34.622272885 +0200 +++ /var/tmp/diff_new_pack.9pUyMa/_new 2019-09-07 11:53:34.622272885 +0200 @@ -1,4 +1,4 @@ -commit 58b86ea0cba77004b59a87b6e1de253d93fde3c9 +commit 3f96689198c891694184f8f7d2570b1fcb8df438 Author: Nicolas Morey-Chaisemartin <[email protected]> Date: Mon Oct 15 09:33:09 2018 +0200 ++++++ mstflint-4.11.0-3.tar.gz -> mstflint-4.11.0-5.tar.gz ++++++ ++++ 41444 lines of diff (skipped)
