Hello community, here is the log from the commit of package fwts for openSUSE:Factory checked in at 2020-12-01 14:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwts (Old) and /work/SRC/openSUSE:Factory/.fwts.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fwts" Tue Dec 1 14:23:44 2020 rev:52 rq:852067 version:20.11.00 Changes: -------- --- /work/SRC/openSUSE:Factory/fwts/fwts.changes 2020-09-23 18:41:57.213407013 +0200 +++ /work/SRC/openSUSE:Factory/.fwts.new.5913/fwts.changes 2020-12-01 14:24:03.669676048 +0100 @@ -1,0 +2,17 @@ +Tue Dec 1 09:42:44 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix broken source url and prepare done in previous changes + +------------------------------------------------------------------- +Mon Nov 30 14:47:38 CET 2020 - [email protected] + +- add patch fwts-fix-non-acpi.patch + fix build on non-acpi platforms like ppc64le and s390x + +------------------------------------------------------------------- +Fri Nov 27 17:33:03 CET 2020 - [email protected] + +- Update to version 20.11.00: + * See provided changelog for detailed list of changes + +------------------------------------------------------------------- Old: ---- fwts-V20.09.00.tar.gz New: ---- fwts-V20.11.00.tar.gz fwts-fix-non-acpi.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwts.spec ++++++ --- /var/tmp/diff_new_pack.fyEnug/_old 2020-12-01 14:24:04.245676671 +0100 +++ /var/tmp/diff_new_pack.fyEnug/_new 2020-12-01 14:24:04.249676675 +0100 @@ -17,15 +17,17 @@ Name: fwts -Version: 20.09.00 +Version: 20.11.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://wiki.ubuntu.com/Kernel/Reference/fwts -Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz +Source0: https://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz # PATCH-FIX-OPENSUSE fwts-no-compiletime.patch Patch1: fwts-no-compiletime.patch +# PATCH-FIX-OPENSUSE fwts-fix-non-acpi.patch +Patch2: fwts-fix-non-acpi.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -54,7 +56,7 @@ issues. %prep -%autosetup -c %{name}-%{version} -p1 +%autosetup -c %{name}-V%{version} -p1 %build find . -name Makefile.am -exec sed -i "s|-Werror||g" {} + ++++++ fwts-V20.09.00.tar.gz -> fwts-V20.11.00.tar.gz ++++++ ++++ 4278 lines of diff (skipped) ++++++ fwts-fix-non-acpi.patch ++++++ --- fwts-20.11.00/src/acpica/source/tools/acpiexec/aecommon.h 2020/11/27 15:57:25 1.1 +++ fwts-20.11.00/src/acpica/source/tools/acpiexec/aecommon.h 2020/11/27 15:57:41 @@ -201,11 +201,18 @@ } INIT_FILE_ENTRY; +#if defined(__x86_64__) || defined(__x86_64) || defined(__i386__) || defined(__i386) || defined(__aarch64__) || defined(__riscv) +extern BOOLEAN AcpiGbl_IgnoreErrors; +extern UINT8 AcpiGbl_RegionFillValue; +#else +#define VOID_FUNC(name) void name(void); +extern VOID_FUNC(AcpiGbl_IgnoreErrors) +extern VOID_FUNC(AcpiGbl_RegionFillValue) +#endif + extern BOOLEAN AcpiGbl_UseLocalFaultHandler; extern BOOLEAN AcpiGbl_VerboseHandlers; -extern BOOLEAN AcpiGbl_IgnoreErrors; extern BOOLEAN AcpiGbl_AbortLoopOnTimeout; -extern UINT8 AcpiGbl_RegionFillValue; extern INIT_FILE_ENTRY *AcpiGbl_InitEntries; extern UINT32 AcpiGbl_InitFileLineCount; extern UINT8 AcpiGbl_UseHwReducedFadt; ++++++ fwts-no-compiletime.patch ++++++ --- /var/tmp/diff_new_pack.fyEnug/_old 2020-12-01 14:24:04.813677285 +0100 +++ /var/tmp/diff_new_pack.fyEnug/_new 2020-12-01 14:24:04.813677285 +0100 @@ -1,8 +1,6 @@ -Index: fwts-20.03.00/src/acpica/source/compiler/aslutils.c -=================================================================== ---- fwts-20.03.00.orig/src/acpica/source/compiler/aslutils.c -+++ fwts-20.03.00/src/acpica/source/compiler/aslutils.c -@@ -596,7 +596,7 @@ UtDisplayOneSummary ( +--- fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:34 1.1 ++++ fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:50 +@@ -596,7 +596,7 @@ /* Compiler name and version number */ FlPrintFile (FileId, "%s version %X [%s]\n\n", _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
