From 9a9249359b02b85081cecba2de39c78771b7aca9 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Aug 15 2013 00:33:45 +0000 Subject: Rebased to version 1.7.3.1 Fix USB EHCI detection that was broken in hlist conversion of PCIDevices. Fix bug in CBFS file walking with compressed files. acpi: sync FADT flags from PIIX4 to Q35 --- diff --git a/.gitignore b/.gitignore index 2489e55..999802e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ seabios-0.6.0.tar.gz /seabios-1.7.2.tar.gz /seabios-1.7.2.2.tar.gz /seabios-1.7.3.tar.gz +/seabios-1.7.3.1.tar.gz diff --git a/seabios.spec b/seabios.spec index 88f8fde..0b57bdf 100644 --- a/seabios.spec +++ b/seabios.spec @@ -1,6 +1,6 @@ Name: seabios -Version: 1.7.3 -Release: 3%{?dist} +Version: 1.7.3.1 +Release: 1%{?dist} Summary: Open-source legacy BIOS implementation Group: Applications/Emulators @@ -130,6 +130,13 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios %changelog +* Wed Aug 14 2013 Cole Robinson - 1.7.3.1-1 +- Rebased to version 1.7.3.1 +- Fix USB EHCI detection that was broken in hlist conversion of + PCIDevices. +- Fix bug in CBFS file walking with compressed files. +- acpi: sync FADT flags from PIIX4 to Q35 + * Sun Aug 04 2013 Fedora Release Engineering - 1.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 57723ac..0f1412d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dabc344a2ce5daaa88fb5cdc69c3f49 seabios-1.7.3.tar.gz +f2b67ae9cc4172b1d0204669ad93f019 seabios-1.7.3.1.tar.gz