From 4238e17c32cb478dedeb947c0e3a07fe750bbcdfbd23656219ae6d61e6cb2794 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 3 Dec 2021 07:24:12 +0000 Subject: [PATCH 1/2] - Update to version 21.11.00: * lib: fwts_version.h - update to V21.11.00 * debian: update changelog - Update to version 21.09.00: * auto-packager:mkpackage.sh: add jammy * fwts-test: sync up the adding sleep type for s2idle testing * s3: add sleep type setting for testing with s3 or s2idle * acpi: madt: De-initialise ACPICA core engine in case of error. - Update to version 21.09.00: * lib: fwts_smbios: fix loading SMBIOS table from uefi * acpi: uniqueid: skip comparison of _HID and _CID of the same device - Update to version 21.09.00: * ACPICA: Update to version 20210930 OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=135 --- _servicedata | 2 +- fwts-21.09.00.obscpio | 3 --- fwts-21.11.00.obscpio | 3 +++ fwts.changes | 29 +++++++++++++++++++++++++++++ fwts.obsinfo | 6 +++--- fwts.spec | 2 +- 6 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 fwts-21.09.00.obscpio create mode 100644 fwts-21.11.00.obscpio diff --git a/_servicedata b/_servicedata index 18e2fbc..1578094 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://git.launchpad.net/fwts - 4aba0c2db87a8a4bc1c002060570538fb9559932 \ No newline at end of file + ff3b16d1e0611f41d078af7f564eddf62deab332 \ No newline at end of file diff --git a/fwts-21.09.00.obscpio b/fwts-21.09.00.obscpio deleted file mode 100644 index 8eaeea4..0000000 --- a/fwts-21.09.00.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:579b97f84ccba572c968c0c2f654efc23c13966ad10264cb50f035c0ad7e0e47 -size 21268493 diff --git a/fwts-21.11.00.obscpio b/fwts-21.11.00.obscpio new file mode 100644 index 0000000..644d8d5 --- /dev/null +++ b/fwts-21.11.00.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb44cfb43d3c5ba5a7dabbb923a3b54ec64a00fe7f32e5a06bcbd62b7825362e +size 21304333 diff --git a/fwts.changes b/fwts.changes index 35162de..fd51913 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Dec 3 07:17:34 UTC 2021 - Martin Pluskal + +- Update to version 21.11.00: + * lib: fwts_version.h - update to V21.11.00 + * debian: update changelog + +------------------------------------------------------------------- +Wed Nov 24 08:52:01 UTC 2021 - mpluskal@suse.com + +- Update to version 21.09.00: + * auto-packager:mkpackage.sh: add jammy + * fwts-test: sync up the adding sleep type for s2idle testing + * s3: add sleep type setting for testing with s3 or s2idle + * acpi: madt: De-initialise ACPICA core engine in case of error. + +------------------------------------------------------------------- +Thu Nov 11 13:56:02 UTC 2021 - mpluskal@suse.com + +- Update to version 21.09.00: + * lib: fwts_smbios: fix loading SMBIOS table from uefi + * acpi: uniqueid: skip comparison of _HID and _CID of the same device + +------------------------------------------------------------------- +Tue Oct 19 07:55:54 UTC 2021 - mpluskal@suse.com + +- Update to version 21.09.00: + * ACPICA: Update to version 20210930 + ------------------------------------------------------------------- Wed Sep 29 08:13:11 UTC 2021 - Martin Pluskal diff --git a/fwts.obsinfo b/fwts.obsinfo index 5fdc3ac..f8e4885 100644 --- a/fwts.obsinfo +++ b/fwts.obsinfo @@ -1,5 +1,5 @@ name: fwts -version: 21.09.00 -mtime: 1632794247 -commit: 4aba0c2db87a8a4bc1c002060570538fb9559932 +version: 21.11.00 +mtime: 1637738177 +commit: ff3b16d1e0611f41d078af7f564eddf62deab332 diff --git a/fwts.spec b/fwts.spec index 7f22d3b..7cd6a4f 100644 --- a/fwts.spec +++ b/fwts.spec @@ -17,7 +17,7 @@ Name: fwts -Version: 21.09.00 +Version: 21.11.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0-or-later From 38604f945b73f1f8e0e27a4a7f13ff68b657e8b1b8d4e758335b8e070d0b965a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 3 Dec 2021 07:25:01 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=136 --- fwts.changes | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/fwts.changes b/fwts.changes index fd51913..23f4225 100644 --- a/fwts.changes +++ b/fwts.changes @@ -4,27 +4,12 @@ Fri Dec 3 07:17:34 UTC 2021 - Martin Pluskal - Update to version 21.11.00: * lib: fwts_version.h - update to V21.11.00 * debian: update changelog - -------------------------------------------------------------------- -Wed Nov 24 08:52:01 UTC 2021 - mpluskal@suse.com - -- Update to version 21.09.00: * auto-packager:mkpackage.sh: add jammy * fwts-test: sync up the adding sleep type for s2idle testing * s3: add sleep type setting for testing with s3 or s2idle * acpi: madt: De-initialise ACPICA core engine in case of error. - -------------------------------------------------------------------- -Thu Nov 11 13:56:02 UTC 2021 - mpluskal@suse.com - -- Update to version 21.09.00: * lib: fwts_smbios: fix loading SMBIOS table from uefi * acpi: uniqueid: skip comparison of _HID and _CID of the same device - -------------------------------------------------------------------- -Tue Oct 19 07:55:54 UTC 2021 - mpluskal@suse.com - -- Update to version 21.09.00: * ACPICA: Update to version 20210930 -------------------------------------------------------------------