[seabios] Update to 0.6.0 stable so we can drop patches

Justin M. Forbes jforbes at fedoraproject.org
Tue Aug 10 16:15:09 UTC 2010


commit ee29b99c3647144d0e7bc42d87544431717602bb
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Tue Aug 10 11:15:01 2010 -0500

    Update to 0.6.0 stable so we can drop patches

 .gitignore   |    1 +
 seabios.spec |   14 +++++---------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7922a94..384e585 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 seabios-0.5.1.tar.gz
+seabios-0.6.0.tar.gz
diff --git a/seabios.spec b/seabios.spec
index c3ff7b6..63b2397 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,6 +1,6 @@
 Name:           seabios
-Version:        0.5.1
-Release:        2%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
 Group:          Applications/Emulators
@@ -8,10 +8,6 @@ License:        LGPLv3
 URL:            http://www.coreboot.org/SeaBIOS
 Source0:        http://linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz
 
-# Patches from git 0.5.1-stable branch
-Patch01: 0001-Go-back-to-using-0xf0000000-for-PCI-memory-start.patch
-Patch02: 0002-Fix-PkgLength-calculation-for-the-SSDT.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python
@@ -42,9 +38,6 @@ that a typical x86 proprietary BIOS implements.
 %prep
 %setup -q
 
-%patch01 -p1
-%patch02 -p1
-
 # Makefile changes version to include date and buildhost
 sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
 
@@ -81,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 10 2010 Justin M. Forbes <jforbes at redhat.com> 0.6.0-1
+- Update seabios to latest stable so we can drop patches.
+
 * Tue Apr 20 2010 Justin M. Forbes <jforbes at redhat.com> 0.5.1-2
 - Ugly hacks to make package noarch and available for arch that cannot build it.
 - Disable useless debuginfo
diff --git a/sources b/sources
index b3049d5..3311c79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f62dfb05200141ea71ff69e794078744  seabios-0.5.1.tar.gz
+9f79219e3a8a8bca923e390e9d45d0b9  seabios-0.6.0.tar.gz


More information about the scm-commits mailing list