diff --git a/.cvsignore b/.cvsignore index 8ef2238..088ac1c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-3.09-pre2.tar.bz2 +syslinux-3.09.tar.bz2 diff --git a/sources b/sources index 574ff34..b2328be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89a10ebdafd87da7e14a745dacd5741c syslinux-3.09-pre2.tar.bz2 +dd403b15ef18bb0e5d78d3f552f822a5 syslinux-3.09.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index 9d0437a..9c45b5a 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,10 +1,10 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 3.08.92 -Release: 1 +Version: 3.09 +Release: 2 License: GPL Group: Applications/System -Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-3.09-pre2.tar.bz2 +Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-3.09.tar.bz2 Patch0: syslinux-2.08-x86_64.patch Patch1: syslinux-3.07-gcc4.patch ExclusiveArch: i386 x86_64 @@ -38,7 +38,7 @@ sophisticated add-on modules. This package contains the libraries necessary to compile such modules. %prep -%setup -q -n syslinux-3.09-pre2 +%setup -q -n syslinux-3.09 %patch0 -p1 -b .x86_64 %patch1 -p1 -b .3.07-gcc4 @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/lib/syslinux/com32 %changelog +* Sat Jul 9 2005 Peter Jones - 3.09-2 +- Update to 3.09 + * Thu Jun 16 2005 Peter Jones - 3.08.92-1 - Update to 3.09-pre2, to fix the i915 .bss overflow bug