From 8c4de200278671fa1fc468f3c4ac81bede45d6e570b737ea494388688af7d237 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 9 Dec 2019 12:47:49 +0000 Subject: [PATCH] - Update to version 19.12.00: * Plenty of changes OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=97 --- fwts-V19.09.00.tar.gz | 3 --- fwts-V19.12.00.tar.gz | 3 +++ fwts-no-compiletime.patch | 6 +++--- fwts.changes | 6 ++++++ fwts.spec | 7 +++---- 5 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 fwts-V19.09.00.tar.gz create mode 100644 fwts-V19.12.00.tar.gz diff --git a/fwts-V19.09.00.tar.gz b/fwts-V19.09.00.tar.gz deleted file mode 100644 index f0fd4ca..0000000 --- a/fwts-V19.09.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91075982d067deef86d2830d622c27ed5f5c0b04dfd712902343a67fee753bfd -size 3794482 diff --git a/fwts-V19.12.00.tar.gz b/fwts-V19.12.00.tar.gz new file mode 100644 index 0000000..e69c4f8 --- /dev/null +++ b/fwts-V19.12.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56af25d87d9189abb28d3800e99e7d012fff1fdb496e7630d370c85ecb92199 +size 3800012 diff --git a/fwts-no-compiletime.patch b/fwts-no-compiletime.patch index 138226d..f1bdf3b 100644 --- a/fwts-no-compiletime.patch +++ b/fwts-no-compiletime.patch @@ -1,7 +1,7 @@ -Index: fwts-19.09.00/src/acpica/source/compiler/aslutils.c +Index: fwts-19.12.00/src/acpica/source/compiler/aslutils.c =================================================================== ---- fwts-19.09.00.orig/src/acpica/source/compiler/aslutils.c -+++ fwts-19.09.00/src/acpica/source/compiler/aslutils.c +--- fwts-19.12.00.orig/src/acpica/source/compiler/aslutils.c ++++ fwts-19.12.00/src/acpica/source/compiler/aslutils.c @@ -561,7 +561,7 @@ UtDisplayOneSummary ( /* Compiler name and version number */ diff --git a/fwts.changes b/fwts.changes index 17361e9..4fc8eca 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 9 12:42:18 UTC 2019 - Martin Pluskal + +- Update to version 19.12.00: + * Plenty of changes + ------------------------------------------------------------------- Thu Oct 3 08:15:15 UTC 2019 - Martin Pluskal diff --git a/fwts.spec b/fwts.spec index ff4faf5..97033b8 100644 --- a/fwts.spec +++ b/fwts.spec @@ -1,7 +1,7 @@ # # spec file for package fwts # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # 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: 19.09.00 +Version: 19.12.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later @@ -54,8 +54,7 @@ will give some form of advice on how to fix issues or workaround firmware issues. %prep -%setup -q -c %{name}-%{version} -%patch1 -p1 +%autosetup -c %{name}-%{version} -p1 %build find . -name Makefile.am -exec sed -i "s|-Werror||g" {} +