- Update to version 18.08.00:
* ACPICA: Update to version 20180810 * uefi: uefivarinfo: add to UNSAFE category * acpi: gtdt: add checking the valid base physical address * dmicheck: update Processor Upgrade field in Type 4 * dmicheck: update connection and port types in Type 8 * dmicheck: update Usage and Characteristics 2 fields in Type 9 * dmicheck: update memory type and add nvdimm fields for Type 17 * coreboot/clog/clog.c: add clog test - Refresh patch fwts-no-compiletime.patch - Fix typo in changelog - Don't build with -Werror (fixes build with gcc8) OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=81
This commit is contained in:
parent
b11b39cfe5
commit
3ebee3206b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4db5aeedab6e6828a4f72e68812735ba2aa75578b04a4b97d0618ed0042743df
|
||||
size 3731629
|
3
fwts-V18.08.00.tar.gz
Normal file
3
fwts-V18.08.00.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66af1800254c5bc324fb4be61b57cf3bd71c79205f4f9b953b9b5aa744831a3a
|
||||
size 3749132
|
@ -1,8 +1,8 @@
|
||||
Index: fwts-18.03.00/src/acpica/source/compiler/aslutils.c
|
||||
Index: fwts-18.08.00/src/acpica/source/compiler/aslutils.c
|
||||
===================================================================
|
||||
--- fwts-18.03.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-18.03.00/src/acpica/source/compiler/aslutils.c
|
||||
@@ -451,7 +451,7 @@ UtDisplaySummary (
|
||||
--- fwts-18.08.00.orig/src/acpica/source/compiler/aslutils.c
|
||||
+++ fwts-18.08.00/src/acpica/source/compiler/aslutils.c
|
||||
@@ -542,7 +542,7 @@ UtDisplaySummary (
|
||||
/* Compiler name and version number */
|
||||
|
||||
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
||||
|
17
fwts.changes
17
fwts.changes
@ -1,7 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 31 11:52:57 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 18.08.00:
|
||||
* ACPICA: Update to version 20180810
|
||||
* uefi: uefivarinfo: add to UNSAFE category
|
||||
* acpi: gtdt: add checking the valid base physical address
|
||||
* dmicheck: update Processor Upgrade field in Type 4
|
||||
* dmicheck: update connection and port types in Type 8
|
||||
* dmicheck: update Usage and Characteristics 2 fields in Type 9
|
||||
* dmicheck: update memory type and add nvdimm fields for Type 17
|
||||
* coreboot/clog/clog.c: add clog test
|
||||
- Refresh patch fwts-no-compiletime.patch
|
||||
- Fix typo in changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 06:55:30 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Dont build with -Werror (fixes build with gcc8)
|
||||
- Don't build with -Werror (fixes build with gcc8)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 14:09:50 UTC 2018 - mpluskal@suse.com
|
||||
|
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: fwts
|
||||
Version: 18.06.02
|
||||
Version: 18.08.00
|
||||
Release: 0
|
||||
Summary: Firmware Test Suite
|
||||
License: GPL-2.0-or-later
|
||||
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(json)
|
||||
BuildRequires: pkgconfig(libbsd)
|
||||
BuildRequires: pkgconfig(libpci)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
Requires: bash-completion
|
||||
@ -81,6 +82,7 @@ rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so
|
||||
%{_mandir}/man1/fwts.1%{?ext_man}
|
||||
%{_datadir}/bash-completion/completions/fwts
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/fwts/clog.json
|
||||
%{_datadir}/fwts/klog.json
|
||||
%{_datadir}/fwts/syntaxcheck.json
|
||||
%{_datadir}/fwts/olog.json
|
||||
|
Loading…
Reference in New Issue
Block a user