From 1456338399082a5d21ea2a7645dff5318b6ae91d Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 27 Apr 2006 18:02:15 +0000 Subject: [PATCH] Upgrade to gnu-efi-3.0c. Get rid of some our patches which are no longer necessary. --- .cvsignore | 1 + gnu-efi.spec | 18 +++++++----------- sources | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 25df6eb..3418966 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ gnu-efi-3.0a.tar.gz +gnu-efi-3.0c.tar.gz diff --git a/gnu-efi.spec b/gnu-efi.spec index 8cba0ed..58dbbce 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,16 +1,12 @@ Summary: Development Libraries and headers for EFI Name: gnu-efi -Version: 3.0a -Release: 7.2 +Version: 3.0c +Release: 1 Group: Development/System License: GPL Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-%{version}.tar.gz -Patch1: gnu-efi-3.0-makefile.patch -Patch2: gnu-efi-3.0-rodata.patch -Patch3: gnu-efi-erikj-reloc.patch -Patch4: gnu-efi-unwind-discard.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -ExclusiveArch: ia64 +ExclusiveArch: ia64 i386 %description This package contains development headers and libraries for developing @@ -18,10 +14,6 @@ applications that run under EFI (Extensible Firmware Interface). %prep %setup -%patch1 -p1 -#%patch2 -p1 -%patch3 -p0 -%patch4 -p1 %build make @@ -49,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/* %changelog +* Thu Apr 27 2006 Chris Lumens 3.0c-1 +- Upgrade to gnu-efi-3.0c. +- Enable build on i386. + * Tue Feb 07 2006 Jesse Keating - 3.0a-7.2 - rebuilt for new gcc4.1 snapshot and glibc changes diff --git a/sources b/sources index 502f9ad..b63c5b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f613e693cbc3f35ff1863ac23954baf gnu-efi-3.0a.tar.gz +823e5f04d1c0a7b88831f91fbf12d470 gnu-efi-3.0c.tar.gz