From 01b20be9c945bd9e530d4c69b2961d576506a7d949161cbda49be5a226ad0201 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 25 Nov 2022 07:03:21 +0000 Subject: [PATCH 1/2] - Update to version 22.11.00: * lib: fwts_version.h - update to V22.11.00 * debian: update changelog * auto-package: mkpackage.sh: add lunar * fwts-test: sync test logs with latest ACPICA * ACPICA: Update to version 20221020 * Add Support for EV_COMPACT_HASH event type * fwts-test: add regression tests for CEDT * acpi: cedt: add tests for ACPI CEDT table (mantis 2076) * fwts-test: add regression test for RGRT * acpi: rgrt: add test for ACPI RGRT table( mantis 2056) * fwts-test: sync up with the default s3 sleep type description change * s3: modify the default sleep type description OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=149 --- _servicedata | 2 +- fwts-22.09.00.obscpio | 3 --- fwts-22.11.00.obscpio | 3 +++ fwts.changes | 17 +++++++++++++++++ fwts.obsinfo | 6 +++--- fwts.spec | 2 +- 6 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 fwts-22.09.00.obscpio create mode 100644 fwts-22.11.00.obscpio diff --git a/_servicedata b/_servicedata index f52c67a..44a06c4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://git.launchpad.net/fwts - 330af50dbb33420188835e40a4873971dbeabbe0 \ No newline at end of file + 4e8be7ab0cee56a85845d21ef796aa618a6a83e3 \ No newline at end of file diff --git a/fwts-22.09.00.obscpio b/fwts-22.09.00.obscpio deleted file mode 100644 index b1773dc..0000000 --- a/fwts-22.09.00.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e0b451f4f7c78c7fd3e3d1814898a125a5d8be1dbd2a59c9d67c5e1f36427d9 -size 21417485 diff --git a/fwts-22.11.00.obscpio b/fwts-22.11.00.obscpio new file mode 100644 index 0000000..78c2f18 --- /dev/null +++ b/fwts-22.11.00.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1d36f14e9211a730df953571557ae82bbed4cb3aaac6cad64ded0ab65f9bf9 +size 21444109 diff --git a/fwts.changes b/fwts.changes index 3ce02fc..fd71621 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Nov 25 07:02:10 UTC 2022 - Martin Pluskal + +- Update to version 22.11.00: + * lib: fwts_version.h - update to V22.11.00 + * debian: update changelog + * auto-package: mkpackage.sh: add lunar + * fwts-test: sync test logs with latest ACPICA + * ACPICA: Update to version 20221020 + * Add Support for EV_COMPACT_HASH event type + * fwts-test: add regression tests for CEDT + * acpi: cedt: add tests for ACPI CEDT table (mantis 2076) + * fwts-test: add regression test for RGRT + * acpi: rgrt: add test for ACPI RGRT table( mantis 2056) + * fwts-test: sync up with the default s3 sleep type description change + * s3: modify the default sleep type description + ------------------------------------------------------------------- Thu Oct 13 08:16:51 UTC 2022 - Martin Pluskal diff --git a/fwts.obsinfo b/fwts.obsinfo index c235ad8..d94226a 100644 --- a/fwts.obsinfo +++ b/fwts.obsinfo @@ -1,4 +1,4 @@ name: fwts -version: 22.09.00 -mtime: 1663810282 -commit: 330af50dbb33420188835e40a4873971dbeabbe0 +version: 22.11.00 +mtime: 1669016055 +commit: 4e8be7ab0cee56a85845d21ef796aa618a6a83e3 diff --git a/fwts.spec b/fwts.spec index 687b7bd..5d0cf56 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 22.09.00 +Version: 22.11.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later From 20e7dd1f590459680f9c6337957e23cf6bff02b50b542875fd449e8e1e39558c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 25 Nov 2022 07:50:39 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=150 --- fwts.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fwts.spec b/fwts.spec index 5d0cf56..f2dd78c 100644 --- a/fwts.spec +++ b/fwts.spec @@ -64,7 +64,8 @@ find . -name Makefile.am -exec sed -i "s|-Werror||g" {} + autoreconf -fiv %configure \ --disable-static -%make_build +# parallel build fails on Factory +%make_build --jobs=1 %install %make_install