From 1028d2eaead2e3209385a09d6fa56f188b94bd00a9fb4692db1d9e9381bf27c0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 14 Feb 2019 13:26:14 +0000 Subject: [PATCH] - Update to version 18.01.00: * mtrr: check memory type above 4GB on AMD platforms * ACPICA: Update to version 20190108 * dmi: dmicheck: remove redundant new lines * lib: fwts_ac_adapter: fix readdir(ac_power_dir) failing * lib: fwts_ac_adapter: fix failing to find AC directory * Update copyright year to 2019 * mtrr: fix incorrect mask on amd_sys_conf * sbbr: fadt: clean up major/minor version checking * acpi/madt: clean up indentation issue, remove tab * lib: fw_pm_method: move the sleep t_start time out of logind_on_signal (LP: #1809096) - Changes for version 18.12.00: * ACPICA: Update to version 20181213 * mtrr: allow uncached type for PCI prefetchable memory * lib: disable /dev/mem access on aarch64 * dmicheck: drop unaligned memcpy * lib: drop fwts_memcpy_unaligned * dmicheck: use dmi_load_file in preference to fwts_mmap OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=85 --- fwts-V18.11.00.tar.gz | 3 --- fwts-V19.01.00.tar.gz | 3 +++ fwts.changes | 23 +++++++++++++++++++++++ fwts.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 fwts-V18.11.00.tar.gz create mode 100644 fwts-V19.01.00.tar.gz diff --git a/fwts-V18.11.00.tar.gz b/fwts-V18.11.00.tar.gz deleted file mode 100644 index 084dd67..0000000 --- a/fwts-V18.11.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d597d795a38d2158eb33f173a2fb75158cb673aa23731c6fe106d09d2a35b646 -size 3759637 diff --git a/fwts-V19.01.00.tar.gz b/fwts-V19.01.00.tar.gz new file mode 100644 index 0000000..77c1c52 --- /dev/null +++ b/fwts-V19.01.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c9a7e9cb54a9344b4566e89289c5134b1ffc09c21f5b17cedd1e807401d51c +size 3762543 diff --git a/fwts.changes b/fwts.changes index 0b01e19..63f3735 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Feb 14 13:22:58 UTC 2019 - Martin Pluskal + +- Update to version 18.01.00: + * mtrr: check memory type above 4GB on AMD platforms + * ACPICA: Update to version 20190108 + * dmi: dmicheck: remove redundant new lines + * lib: fwts_ac_adapter: fix readdir(ac_power_dir) failing + * lib: fwts_ac_adapter: fix failing to find AC directory + * Update copyright year to 2019 + * mtrr: fix incorrect mask on amd_sys_conf + * sbbr: fadt: clean up major/minor version checking + * acpi/madt: clean up indentation issue, remove tab + * lib: fw_pm_method: move the sleep t_start time out of + logind_on_signal (LP: #1809096) +- Changes for version 18.12.00: + * ACPICA: Update to version 20181213 + * mtrr: allow uncached type for PCI prefetchable memory + * lib: disable /dev/mem access on aarch64 + * dmicheck: drop unaligned memcpy + * lib: drop fwts_memcpy_unaligned + * dmicheck: use dmi_load_file in preference to fwts_mmap + ------------------------------------------------------------------- Thu Nov 15 09:21:45 UTC 2018 - Martin Pluskal diff --git a/fwts.spec b/fwts.spec index b044ff1..6bcb3ee 100644 --- a/fwts.spec +++ b/fwts.spec @@ -1,7 +1,7 @@ # # spec file for package fwts # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fwts -Version: 18.11.00 +Version: 19.01.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later