update to 3.08

This commit is contained in:
Peter Jones 2005-05-19 21:40:10 +00:00
parent ae4fd0addc
commit 8cea81059b
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
syslinux-3.07.tar.bz2
syslinux-3.08.tar.bz2

View File

@ -1 +1 @@
595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2
08e6285aa47d382b36bfd92c64a46437 syslinux-3.08.tar.bz2

View File

@ -1,12 +1,13 @@
Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.07
Version: 3.08
Release: 2
License: GPL
Group: Applications/System
Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2
Patch0: syslinux-2.08-x86_64.patch
Patch1: syslinux-3.07-gcc4.patch
Patch2: syslinux-3.08-gcc4.patch
ExclusiveArch: i386 x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: nasm >= 0.98.38-1, perl, netpbm-progs
@ -40,7 +41,8 @@ necessary to compile such modules.
%prep
%setup -q -n syslinux-%{version}
%patch0 -p1 -b .x86_64
%patch1 -p1 -b .gcc4
%patch1 -p1 -b .3.07-gcc4
%patch2 -p1 -b .3.08-gcc4
%build
CFLAGS="-Werror -Wno-unused -finline-limit=2000"
@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/lib/syslinux/com32
%changelog
* Thu May 19 2005 Peter Jones <pjones@redhat.com> - 3.08-2
- update to 3.08
* Wed Mar 16 2005 Peter Jones <pjones@redhat.com> - 3.07-2
- gcc4 update