From e4d7ded233d8440c3a6379ba17d1b6241c5dc1062151243fff5d20909d1a15a4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 22 Jun 2017 12:59:00 +0000 Subject: [PATCH] - 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/package/show/hardware/fwts?expand=0&rev=56 --- fwts-V17.05.00.tar.gz | 3 --- fwts-V17.06.00.tar.gz | 3 +++ fwts-no-compiletime.patch | 8 ++++---- fwts.changes | 17 +++++++++++++++++ fwts.spec | 4 ++-- 5 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 fwts-V17.05.00.tar.gz create mode 100644 fwts-V17.06.00.tar.gz diff --git a/fwts-V17.05.00.tar.gz b/fwts-V17.05.00.tar.gz deleted file mode 100644 index 4cceab7..0000000 --- a/fwts-V17.05.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fc737b661cfaf7f25daebcb61f2bfe090620d31e7692249bec500aff20a86d2 -size 3618578 diff --git a/fwts-V17.06.00.tar.gz b/fwts-V17.06.00.tar.gz new file mode 100644 index 0000000..516637c --- /dev/null +++ b/fwts-V17.06.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794dc016f0402ac1aba12bc992837a731614833898fcba295dbaf9feef42fb8f +size 3654470 diff --git a/fwts-no-compiletime.patch b/fwts-no-compiletime.patch index 0fef9b2..95ee331 100644 --- a/fwts-no-compiletime.patch +++ b/fwts-no-compiletime.patch @@ -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", diff --git a/fwts.changes b/fwts.changes index e711815..1cb6f6f 100644 --- a/fwts.changes +++ b/fwts.changes @@ -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 diff --git a/fwts.spec b/fwts.spec index 25e6b4e..0c94555 100644 --- a/fwts.spec +++ b/fwts.spec @@ -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