Accepting request 505681 from hardware

- Update to version 17.06.00:
  * ACPICA: Update to version 20170531
  * olog: olog.json: Update OPAL skiboot errors to check on olog
    scan
  * bios: mtrr: print out actual default type of MTRR
  * lib: fwts_alloc: only parse mem info once we have a valid line
    read in
  * lib: fwts_safe_mem: add SIGBUS handling
  * lib: fwts_alloc: re-work the memory parsing again
  * acpi: method use correct format specifier for uint32_t type
  * bios: mtrr: fix compile error in ubuntu trusty
  * opal: fix tests dependency on libfdt
  * bios: mtrr: fix overlaped MTRR (LP: #1694710)

OBS-URL: https://build.opensuse.org/request/show/505681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2017-06-23 07:18:30 +00:00 committed by Git OBS Bridge
commit 92249b2c3d
5 changed files with 26 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fc737b661cfaf7f25daebcb61f2bfe090620d31e7692249bec500aff20a86d2
size 3618578

3
fwts-V17.06.00.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:794dc016f0402ac1aba12bc992837a731614833898fcba295dbaf9feef42fb8f
size 3654470

View File

@ -1,8 +1,8 @@
Index: src/acpica/source/compiler/aslutils.c
Index: fwts-17.06.00/src/acpica/source/compiler/aslutils.c
===================================================================
--- src/acpica/source/compiler/aslutils.c.orig
+++ src/acpica/source/compiler/aslutils.c
@@ -454,7 +454,7 @@ UtDisplaySummary (
--- fwts-17.06.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-17.06.00/src/acpica/source/compiler/aslutils.c
@@ -490,7 +490,7 @@ UtDisplaySummary (
/* Compiler name and version number */
FlPrintFile (FileId, "%s version %X [%s]\n\n",

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 22 12:56:12 UTC 2017 - mpluskal@suse.com
- Update to version 17.06.00:
* ACPICA: Update to version 20170531
* olog: olog.json: Update OPAL skiboot errors to check on olog
scan
* bios: mtrr: print out actual default type of MTRR
* lib: fwts_alloc: only parse mem info once we have a valid line
read in
* lib: fwts_safe_mem: add SIGBUS handling
* lib: fwts_alloc: re-work the memory parsing again
* acpi: method use correct format specifier for uint32_t type
* bios: mtrr: fix compile error in ubuntu trusty
* opal: fix tests dependency on libfdt
* bios: mtrr: fix overlaped MTRR (LP: #1694710)
-------------------------------------------------------------------
Sun Jun 4 07:58:46 UTC 2017 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: fwts
Version: 17.05.00
Version: 17.06.00
Release: 0
Summary: Firmware Test Suite
License: GPL-2.0+
@ -52,7 +52,7 @@ issues.
%prep
%setup -q -c %{name}-%{version}
%patch1
%patch1 -p1
%build
autoreconf -fiv