Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mfgtools for openSUSE:Factory checked in at 2024-11-04 22:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mfgtools (Old) and /work/SRC/openSUSE:Factory/.mfgtools.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mfgtools" Mon Nov 4 22:42:11 2024 rev:4 rq:1220495 version:1.5.191.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mfgtools/mfgtools.changes 2023-04-18 15:53:31.245637120 +0200 +++ /work/SRC/openSUSE:Factory/.mfgtools.new.2020/mfgtools.changes 2024-11-04 22:42:15.851621204 +0100 @@ -1,0 +2,57 @@ +Thu Oct 31 09:48:30 UTC 2024 - Matthias Brugger <[email protected]> + +- Add tinyxml2-devel to BuildRequiers +- Update to version 1.5.191.0 + - Reduce memory usage when burn single board with compressed Image. + - Http(s) prompt request username and passwords when require autherization. + - fix memory leak cause by getaddrinfo. + - fix crash when environment variable is last word in script + - Expand upload command, like uploading the value of a specific variable + - Fix segfault when boot data is zero in SDP. + - Fix issues when m_skip is not zero in fastboot. + - Fix issues when file size isn't divisible by block size in fastboot. + - Fix read uploaded data for FB. + - static link c++ library in prebuild linux image + - provide armlinux version image + - Add built spinand command support + - parser [-t timeout] for all protocol + - force use old libusb to run at ubuntu 18.04 + - Increase default timeout to 10s + - Hot Fixed for SPDS crash for some images + - Support i.MX95 + - Fixed usb pipe error when download image with FCB + - Support i.MX91 + - Fixed a crash with -d option when change back file. + - Fix crash when get serial number at SPL/uboot if no serial_no exist at device descriptor + - Fix "imx91" device name as "imx93" when -lsusb + - Add dynamic `g_max_process_width` global variable to handle long lines + +------------------------------------------------------------------- +Fri Oct 25 11:04:22 UTC 2024 - Matthias Brugger <[email protected]> + +- Update to version 1.5.182.9 + - Reduce memory usage when burn single board with compressed Image. + - Http(s) prompt request username and passwords when require autherization. + - fix memory leak cause by getaddrinfo. + - fix crash when environment variable is last word in script + - Expand upload command, like uploading the value of a specific variable + - Fix segfault when boot data is zero in SDP. + - Fix issues when m_skip is not zero in fastboot. + - Fix issues when file size isn't divisible by block size in fastboot. + - Fix read uploaded data for FB. + - static link c++ library in prebuild linux image + - provide armlinux version image + - Add built spinand command support + - parser [-t timeout] for all protocol + - force use old libusb to run at ubuntu 18.04 + - Increase default timeout to 10s + - Hot Fixed for SPDS crash for some images + - Support i.MX95 + - Fixed usb pipe error when download image with FCB + - Support i.MX91 + - Fixed a crash with -d option when change back file. + - Fix crash when get serial number at SPL/uboot if no serial_no exist at device descriptor + - Fix "imx91" device name as "imx93" when -lsusb + - Add dynamic `g_max_process_width` global variable to handle long lines + +------------------------------------------------------------------- Old: ---- mfgtools-1.4.243.7.tar New: ---- mfgtools-1.5.191.0.tar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mfgtools.spec ++++++ --- /var/tmp/diff_new_pack.uieO3S/_old 2024-11-04 22:42:17.023670167 +0100 +++ /var/tmp/diff_new_pack.uieO3S/_new 2024-11-04 22:42:17.027670334 +0100 @@ -1,7 +1,7 @@ # # spec file for package mfgtools # -# 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 @@ -17,7 +17,7 @@ Name: mfgtools -Version: 1.4.243.7 +Version: 1.5.191.0 Release: 0 Summary: Freescale/NXP I.MX Chip image deploy tools License: BSD-3-Clause @@ -33,6 +33,7 @@ BuildRequires: libzip-devel BuildRequires: libzstd-devel BuildRequires: pkg-config +BuildRequires: tinyxml2-devel BuildRequires: zlib-devel %description ++++++ mfgtools-1.4.243.7.tar -> mfgtools-1.5.191.0.tar ++++++ /work/SRC/openSUSE:Factory/mfgtools/mfgtools-1.4.243.7.tar /work/SRC/openSUSE:Factory/.mfgtools.new.2020/mfgtools-1.5.191.0.tar differ: char 12, line 1 ++++++ mfgtools-gcc13.patch ++++++ --- /var/tmp/diff_new_pack.uieO3S/_old 2024-11-04 22:42:17.075672340 +0100 +++ /var/tmp/diff_new_pack.uieO3S/_new 2024-11-04 22:42:17.075672340 +0100 @@ -1,20 +1,21 @@ -Index: mfgtools-1.4.243.7/libuuu/libcomm.h +@@ -0,0 +1,24 @@ +Index: b/libuuu/libcomm.h =================================================================== ---- mfgtools-1.4.243.7.orig/libuuu/libcomm.h -+++ mfgtools-1.4.243.7/libuuu/libcomm.h -@@ -33,6 +33,7 @@ +--- a/libuuu/libcomm.h ++++ b/libuuu/libcomm.h +@@ -34,6 +34,7 @@ #include <locale> #include <cctype> #include <algorithm> +#include <cstdint> - #pragma once + #include "libuuu.h" - using namespace std; -Index: mfgtools-1.4.243.7/uuu/buildincmd.h + #pragma once +Index: b/uuu/buildincmd.h =================================================================== ---- mfgtools-1.4.243.7.orig/uuu/buildincmd.h -+++ mfgtools-1.4.243.7/uuu/buildincmd.h -@@ -34,6 +34,7 @@ +--- a/uuu/buildincmd.h ++++ b/uuu/buildincmd.h +@@ -35,6 +35,7 @@ #include <map> #include <string> #include <vector>
