From a73c4e8ba9d80c1940f1f3741462058aed67df68 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 16 Jun 2005 20:55:28 +0000 Subject: [PATCH] syslinux 3.09pre2, soon to be 3.09 propper --- .cvsignore | 2 +- sources | 2 +- syslinux.spec | 15 ++++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index cfc616d..8ef2238 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-3.08.tar.bz2 +syslinux-3.09-pre2.tar.bz2 diff --git a/sources b/sources index ddae27e..574ff34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08e6285aa47d382b36bfd92c64a46437 syslinux-3.08.tar.bz2 +89a10ebdafd87da7e14a745dacd5741c syslinux-3.09-pre2.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index f0c9c43..9d0437a 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,13 +1,12 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 3.08 -Release: 3 +Version: 3.08.92 +Release: 1 License: GPL Group: Applications/System -Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-3.09-pre2.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 @@ -39,10 +38,9 @@ sophisticated add-on modules. This package contains the libraries necessary to compile such modules. %prep -%setup -q -n syslinux-%{version} +%setup -q -n syslinux-3.09-pre2 %patch0 -p1 -b .x86_64 %patch1 -p1 -b .3.07-gcc4 -%patch2 -p1 -b .3.08-gcc4 %build CFLAGS="-Werror -Wno-unused -finline-limit=2000" @@ -97,10 +95,13 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) -%doc sample sample/* +%doc sample %{_prefix}/lib/syslinux/com32 %changelog +* Thu Jun 16 2005 Peter Jones - 3.08.92-1 +- Update to 3.09-pre2, to fix the i915 .bss overflow bug + * Thu May 19 2005 Peter Jones - 3.08-3 - Fix filespec for samples in -devel