Accepting request 621832 from hardware
- Dont build with -Werror (fixes build with gcc8) - Update to version 18.06.02: - Update to version 18.05.01: * No changelog available OBS-URL: https://build.opensuse.org/request/show/621832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwts?expand=0&rev=35
This commit is contained in:
commit
d466088635
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12d6a146a9ad7050bf3cad2cabded357f9a4fa288571b9281a92e1cd1d33b7ae
|
|
||||||
size 3728977
|
|
3
fwts-V18.06.02.tar.gz
Normal file
3
fwts-V18.06.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4db5aeedab6e6828a4f72e68812735ba2aa75578b04a4b97d0618ed0042743df
|
||||||
|
size 3731629
|
30
fwts.changes
30
fwts.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 10 06:55:30 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Dont build with -Werror (fixes build with gcc8)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 27 14:09:50 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 18.06.02:
|
||||||
|
* ACPICA: Update to version 20180531
|
||||||
|
* acpi: fadt: allow first reserved field to be 1
|
||||||
|
* update_version.sh: also update version in snapcraft.yaml
|
||||||
|
* snapcraft.yaml: add in missing stage packages
|
||||||
|
* lib: fwts_set: fix API for fwts_set, add fwts_set_int
|
||||||
|
* lib: add small helpers top get/set /sys/power/pm_debug_messages
|
||||||
|
* acpi: s3: force enable /sys/power/pm_debug_messages
|
||||||
|
* acpi: s4: also check for file based swap files
|
||||||
|
* acpi: s4: force enable /sys/power/pm_debug_messages
|
||||||
|
* acpi: s3power: force enable /sys/power/pm_debug_messages
|
||||||
|
* acpi: hpet: fix getting invalid vendor ID and clock period
|
||||||
|
* acpica: fix linking issues when building non ACPI builds
|
||||||
|
* fwts_uefi: Fixing tiny typos in the uefi driver
|
||||||
|
* mtrr: fix incorrect type detection
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 18 06:59:34 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 18.05.01:
|
||||||
|
* No changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 18 11:57:23 UTC 2018 - mpluskal@suse.com
|
Fri May 18 11:57:23 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fwts
|
Name: fwts
|
||||||
Version: 18.05.00
|
Version: 18.06.02
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Firmware Test Suite
|
Summary: Firmware Test Suite
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -57,6 +57,7 @@ issues.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
find . -name Makefile.am -exec sed -i "s|-Werror||g" {} +
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user