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..f2dd78c 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 @@ -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