diff --git a/.cvsignore b/.cvsignore index 11d7e2a..c66d933 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -syslinux-3.11.tar.bz2 +syslinux-3.31.tar.bz2 diff --git a/sources b/sources index 4b866e5..2e41166 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -513ff71287a4397d507879a1a836c2e8 syslinux-3.11.tar.bz2 +5faae89d18baf92e28bc820c62270db9 syslinux-3.31.tar.bz2 diff --git a/syslinux.spec b/syslinux.spec index a6317e7..138bf54 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,14 +1,13 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux -Version: 3.11 -%define tarball_version 3.11 -Release: 4 +Version: 3.31 +%define tarball_version 3.31 +Release: 1 License: GPL Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2 Patch0: syslinux-2.08-x86_64.patch -Patch1: syslinux-3.07-gcc4.patch -Patch2: syslinux-3.11-time.patch +Patch2: syslinux-3.31-time.patch ExclusiveArch: i386 x86_64 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs @@ -36,7 +35,6 @@ MEMDISK, which loads legacy operating systems from these media. %prep %setup -q -n syslinux-%{tarball_version} %patch0 -p1 -b .x86_64 -%patch1 -p1 -b .3.07-gcc4 %patch2 -p1 -b .time %build @@ -96,6 +94,9 @@ rm -rf %{buildroot} %{_prefix}/lib/syslinux/com32 %changelog +* Wed Jan 17 2007 Jeremy Katz - 3.31-1 +- update to 3.31 + * Tue Aug 22 2006 Jesse Keating - 3.11-4 - Obsolete syslinux-devel. - Couple cleanups for packaging guidelines