- Update to version 19.09.00:
* acpi/boot: skip ACPI BOOT test on UEFI systems. * acpi: s3: fix typo from 6b94bb6a4b13e * opal: add more bounds checking and zero pstates array * fwtstest: boot-0001: sync with boot table check on efi firmware - Changes for version 19.08.00: * ACPICA: Update to version 20190816 * auto-packager: mkpackage.sh: remove cosmic * efi_runtime: enable KBUILD_MODPOST_WARN=y to workaround build failures * ACPICA: Update to version 20190816 * fwtstest: syntaxcheck-0001: update to keep in sync with ACPICA features * README: Add package dependency notes for ARM64 OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=95
This commit is contained in:
parent
59af2b5376
commit
e869fc7c9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b7f3cde180fa811a27564b7628e4074d339d4c45ba34b7e838fa6da23362bee
|
||||
size 3784107
|
3
fwts-V19.09.00.tar.gz
Normal file
3
fwts-V19.09.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91075982d067deef86d2830d622c27ed5f5c0b04dfd712902343a67fee753bfd
|
||||
size 3794482
|
@ -1,8 +1,8 @@
|
||||
Index: fwts-18.11.00/src/acpica/source/compiler/aslutils.c
|
||||
Index: fwts-19.09.00/src/acpica/source/compiler/aslutils.c
|
||||
===================================================================
|
||||
--- fwts-18.11.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-18.11.00/src/acpica/source/compiler/aslutils.c
|
||||
@@ -542,7 +542,7 @@ UtDisplaySummary (
|
||||
--- fwts-19.09.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-19.09.00/src/acpica/source/compiler/aslutils.c
|
||||
@@ -561,7 +561,7 @@ UtDisplayOneSummary (
|
||||
/* Compiler name and version number */
|
||||
|
||||
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
||||
|
16
fwts.changes
16
fwts.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 08:15:15 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 19.09.00:
|
||||
* acpi/boot: skip ACPI BOOT test on UEFI systems.
|
||||
* acpi: s3: fix typo from 6b94bb6a4b13e
|
||||
* opal: add more bounds checking and zero pstates array
|
||||
* fwtstest: boot-0001: sync with boot table check on efi firmware
|
||||
- Changes for version 19.08.00:
|
||||
* ACPICA: Update to version 20190816
|
||||
* auto-packager: mkpackage.sh: remove cosmic
|
||||
* efi_runtime: enable KBUILD_MODPOST_WARN=y to workaround build failures
|
||||
* ACPICA: Update to version 20190816
|
||||
* fwtstest: syntaxcheck-0001: update to keep in sync with ACPICA features
|
||||
* README: Add package dependency notes for ARM64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 08:07:06 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 19.07.00
|
||||
Version: 19.09.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0-or-later
|
||||
@ -62,7 +62,7 @@ find . -name Makefile.am -exec sed -i "s|-Werror||g" {} +
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user