Accepting request 1038036 from hardware
- 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/request/show/1038036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=72
This commit is contained in:
commit
6d56fbfc01
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.launchpad.net/fwts</param>
|
||||
<param name="changesrevision">330af50dbb33420188835e40a4873971dbeabbe0</param></service></servicedata>
|
||||
<param name="changesrevision">4e8be7ab0cee56a85845d21ef796aa618a6a83e3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e0b451f4f7c78c7fd3e3d1814898a125a5d8be1dbd2a59c9d67c5e1f36427d9
|
||||
size 21417485
|
3
fwts-22.11.00.obscpio
Normal file
3
fwts-22.11.00.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb1d36f14e9211a730df953571557ae82bbed4cb3aaac6cad64ded0ab65f9bf9
|
||||
size 21444109
|
17
fwts.changes
17
fwts.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 07:02:10 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: fwts
|
||||
version: 22.09.00
|
||||
mtime: 1663810282
|
||||
commit: 330af50dbb33420188835e40a4873971dbeabbe0
|
||||
version: 22.11.00
|
||||
mtime: 1669016055
|
||||
commit: 4e8be7ab0cee56a85845d21ef796aa618a6a83e3
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user