commit fwts for openSUSE:Factory

Hello community, here is the log from the commit of package fwts for openSUSE:Factory checked in at 2015-08-01 11:34:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fwts (Old) and /work/SRC/openSUSE:Factory/.fwts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "fwts" Changes: -------- --- /work/SRC/openSUSE:Factory/fwts/fwts.changes 2015-06-16 14:06:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes 2015-08-01 11:34:09.000000000 +0200 @@ -1,0 +2,56 @@ +Tue Jul 14 09:13:11 UTC 2015 - mpluskal@suse.com + +- Update to 15.07.00 + * --uefi and --acpi options renamed to --uefitests and + --acpitests + * ACPI table tests in the acpitables test have been moved into + specific ACPI tests. + * acpi: acpidump: update TCPA table and acpidump accordingly + * acpi: add ACPI TCPA test + * acpi: add XENV table test + * lib: fwts_framework: Append "tests" to --uefi and --acpi + * live-image/fwts-frontend-text: update to --uefitests and + --acpitests + * lib: acpi, acpidump: rename slit tables types + * lib: acpi: add in new GICC table fwts_acpi_table_gicc_affinity + * acpi: add SRAT table sanity checking (LP: #1464658) + * acpi: add BERT table sanity checking (LP: #1464712) + * lib: acpi: Add in GAS address types + * acpi: add ECDT table sanity checking (LP: #1464716) + * lib: acpi: Add support for the SPMI table + * acpi: add ACPI SPMI table sanity checking (LP: #1465256) + * acpi: add ACPI SLIT table sanity checking (LP: #1465276) + * lib: acpi: Add support for the HEST family of ACPI tables + * acpi: add ACPI HEST table sanity checking (LP: #1465379) + * acpi: Add BOOT table test (LP: #1465435) + * acpi: Add DBGP table test (LP: #1465441) + * acpi: Add DBG2 table test (LP: #1465710) + * acpi: re-orgainise HPET tests + * acpi: move MADT test from acpitables into new MADT test + * acpi: move GTDT test from acpitables into new GTDT test + * acpi: move XSDT test from acpitables into new XSDT test + * acpi: move RSDP test from acpitables into new RSDP test + * acpi: move RSDT test from acpitables into new RSDT test + * acpi: acpitables: remove no-op MCFG test + * acpi: move SBST test from acpitables into new SBST test + * acpi: move FADT test from acpitables into existing FADT test + * acpi: acpitables: remove redundant acpi table checking + * acpi: allow various ACPI table tests to run without root access + * lib: fwts_acpi_tables: fully pad out fixed up ACPI OEM IDs + * acpi: spcr: add missing white space in error messages + * acpi: add ACPI ERST test (LP: #1467835) + * acpi: correct ACPI BGRT table type + * acpi: add ACPI BGRT test (LP: #1467863) + * acpi: add ACPI CPEP test (LP: #1467870) + * acpi: add ACPI FACS test (LP: #1467966) + * acpi: acpidump: add in missing exponent field to SLIC + * acpi: add CSRT ACPI Table test (LP: #1470116) + * acpi: add LPIT ACPI test (LP: #1470184) + * acpi: add WAET ACPI table test (LP: #1470495) + * acpi: add SLIC table test (LP: #1470518) + * acpi: add MSDM table test (LP: #1470538) + * acpi: add UEFI ACPI data table test (LP: #1471698) + * bios: os2gap: remove ancient legacy test (LP: #1470573) +- add fwts-no-compiletime.patch (based on patch from acpica) + +------------------------------------------------------------------- Old: ---- fwts-V15.06.00.tar.gz New: ---- fwts-V15.07.00.tar.gz fwts-no-compiletime.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fwts.spec ++++++ --- /var/tmp/diff_new_pack.LMpbrD/_old 2015-08-01 11:34:09.000000000 +0200 +++ /var/tmp/diff_new_pack.LMpbrD/_new 2015-08-01 11:34:09.000000000 +0200 @@ -17,7 +17,7 @@ Name: fwts -Version: 15.06.00 +Version: 15.07.00 Release: 0 Summary: Firmware Test Suite License: GPL-2.0+ @@ -26,6 +26,8 @@ # upstream seems to randomly change upper and lover case "v" in tarball name Source0: http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz Patch0: json-c-includes.patch +# based on patch for acpica +Patch1: fwts-no-compiletime.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -53,9 +55,10 @@ %prep %setup -q -c %{name}-%{version} %patch0 -p1 +%patch1 -p1 %build -autoreconf -fi +autoreconf -fiv %configure \ --disable-static make %{?_smp_mflags} @@ -66,7 +69,7 @@ install -D -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json install -D -m 0644 data/syntaxcheck.json %{buildroot}%{_datadir}/%{name}/syntaxcheck.json # There are no headers, so drop remaining development files -rm -f "%buildroot/%_libdir/%name"/*.so +rm -f "%{buildroot}/%{_libdir}/%{name}"/*.so %files %defattr(-,root,root) ++++++ fwts-V15.06.00.tar.gz -> fwts-V15.07.00.tar.gz ++++++ ++++ 28662 lines of diff (skipped) ++++++ fwts-no-compiletime.patch ++++++ Index: fwts-15.07.00/src/acpica/source/compiler/aslutils.c =================================================================== --- fwts-15.07.00.orig/src/acpica/source/compiler/aslutils.c +++ fwts-15.07.00/src/acpica/source/compiler/aslutils.c @@ -485,8 +485,9 @@ UtDisplaySummary ( { /* Compiler name and version number */ - FlPrintFile (FileId, "%s version %X%s [%s]\n\n", - ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, __DATE__); + FlPrintFile (FileId, "%s version %X%s\n\n", + ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH); + } /* Summary of main input and output files */
participants (1)
-
root@hilbert.suse.de