From 42d5aff159a677bd3b448dea363d774aa37f38fa50e6ada516dcc83ce882be2f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 23 Sep 2015 18:00:04 +0000 Subject: [PATCH] - Update to 05.09.00 * Update ACPICA to version 20150717 * SMBios 3.0.0 tests supported * new features: + acpi: method: add _CR3 test + acpi: method: add _MTL test + acpi: method: add _RST test + acpi: method: add _PRR test + data: klog.json: sync with latest 4.2 kernel messages (LP: #1493039) + lib: smbios: add smbios version 3.0.0 entry find helper + dmicheck: add test for smbios 3.0.0 entry point + dmicheck: add error test for SMBIOS 3.0.0 table + dmicheck: sync the dmi value test with smbios 3.0.0 spec * fixed bugs: + acpi: fadt: merge tests for reset register + cpu: cpufreq: reduce scope of variables + acpi: gpedump: clarify precedence for & and ? + lib: fwts_cpu: reduce scope on variables + ACPICA: Update to version 20150717 (LP: #1486253) + lib: fwts_log: re-work to clean up va_arg scoping + uefi: uefirtvariable: clean up cppcheck style warning + acpi: rsdp: make OEM ID test less strict + fix some spelling mistakes in code and sync fwts-tests accordingly + cpu: maxfreq: check for unlikely event that no CPUs in cpu list + acpi: crsdump: fix incorrect use of string size in string copies + lib: fwts_acpi_tables: add checking for empty table parsing OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=17 --- fwts-V15.08.00.tar.gz | 3 --- fwts-V15.09.00.tar.gz | 3 +++ fwts-no-compiletime.patch | 6 ++--- fwts.changes | 48 +++++++++++++++++++++++++++++++++++++++ fwts.spec | 2 +- 5 files changed, 55 insertions(+), 7 deletions(-) delete mode 100644 fwts-V15.08.00.tar.gz create mode 100644 fwts-V15.09.00.tar.gz diff --git a/fwts-V15.08.00.tar.gz b/fwts-V15.08.00.tar.gz deleted file mode 100644 index 0dec1d3..0000000 --- a/fwts-V15.08.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bc282ea0f0d545c76625cbb1ffa1bad12b01f9ccb580f25f397ee5769eb675 -size 3380933 diff --git a/fwts-V15.09.00.tar.gz b/fwts-V15.09.00.tar.gz new file mode 100644 index 0000000..0e02022 --- /dev/null +++ b/fwts-V15.09.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8344a827c3a277c245f2d863cfd5dafb679c734b09c721d3d3a08c1c60ea0e1b +size 3387902 diff --git a/fwts-no-compiletime.patch b/fwts-no-compiletime.patch index baa330e..5a602ea 100644 --- a/fwts-no-compiletime.patch +++ b/fwts-no-compiletime.patch @@ -1,7 +1,7 @@ -Index: fwts-15.07.00/src/acpica/source/compiler/aslutils.c +Index: fwts-15.09.00/src/acpica/source/compiler/aslutils.c =================================================================== ---- fwts-15.07.00.orig/src/acpica/source/compiler/aslutils.c -+++ fwts-15.07.00/src/acpica/source/compiler/aslutils.c +--- fwts-15.09.00.orig/src/acpica/source/compiler/aslutils.c ++++ fwts-15.09.00/src/acpica/source/compiler/aslutils.c @@ -485,8 +485,9 @@ UtDisplaySummary ( { /* Compiler name and version number */ diff --git a/fwts.changes b/fwts.changes index 9efb9bb..7a8991a 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Sep 23 17:54:51 UTC 2015 - mpluskal@suse.com + +- Update to 05.09.00 + * Update ACPICA to version 20150717 + * SMBios 3.0.0 tests supported + * new features: + + acpi: method: add _CR3 test + + acpi: method: add _MTL test + + acpi: method: add _RST test + + acpi: method: add _PRR test + + data: klog.json: sync with latest 4.2 kernel messages + (LP: #1493039) + + lib: smbios: add smbios version 3.0.0 entry find helper + + dmicheck: add test for smbios 3.0.0 entry point + + dmicheck: add error test for SMBIOS 3.0.0 table + + dmicheck: sync the dmi value test with smbios 3.0.0 spec + * fixed bugs: + + acpi: fadt: merge tests for reset register + + cpu: cpufreq: reduce scope of variables + + acpi: gpedump: clarify precedence for & and ? + + lib: fwts_cpu: reduce scope on variables + + ACPICA: Update to version 20150717 (LP: #1486253) + + lib: fwts_log: re-work to clean up va_arg scoping + + uefi: uefirtvariable: clean up cppcheck style warning + + acpi: rsdp: make OEM ID test less strict + + fix some spelling mistakes in code and sync fwts-tests + accordingly + + cpu: maxfreq: check for unlikely event that no CPUs in cpu + list + + acpi: crsdump: fix incorrect use of string size in string + copies + + lib: fwts_acpi_tables: add checking for empty table parsing + + lib: fwts_acpi_table: remove dead initialisation of ptr + + dmi: dmicheck: fix build error on 32 bit builds + + Makefile.am: use pkg-config for json-c + + lib: fwts_smbios: fix the smbios version from uefi always + zero (LP: #1484023) + + lib: fwts_scan_efi_systable: fix getting wrong smbios entry + (LP: #1484046) + + acpi: dbg2: won't find obj when no namespace device path + (lp: #1486893) + + lib: fwts_smbios: add the struct definition for smbios + 3.0.0 + + dmicheck: re-orgainise the smbios entry point check + + dmicheck: fix the Base Board type range typos + + auto-packager: mkpackage.sh: remove utopic + ------------------------------------------------------------------- Mon Aug 24 11:23:07 UTC 2015 - dvaleev@suse.com diff --git a/fwts.spec b/fwts.spec index 9308f94..8546c01 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 15.08.00 +Version: 15.09.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0+