From 8cea81059b871e3f5514688c04c0afb42b3da519 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 May 2005 21:40:10 +0000 Subject: [PATCH] update to 3.08 --- .cvsignore | 2 +- sources | 2 +- syslinux.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index b9b2809..cfc616d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-3.07.tar.bz2 +syslinux-3.08.tar.bz2 diff --git a/sources b/sources index 8d3ef9f..ddae27e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -595ac26834a50c35e825a5377c02b3db syslinux-3.07.tar.bz2 +08e6285aa47d382b36bfd92c64a46437 syslinux-3.08.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index 16111b4..586929c 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -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 - 3.08-2 +- update to 3.08 + * Wed Mar 16 2005 Peter Jones - 3.07-2 - gcc4 update