[syslinux/f14/master] * Thu Aug 05 2010 Peter Jones <pjones at redhat.com> - 4.02-1 - Update to 4.02

Peter Jones pjones at fedoraproject.org
Thu Aug 5 15:27:27 UTC 2010


commit c4582ef1ee7f88dffdff30fd3a8717f3005aa684
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Aug 5 10:58:12 2010 -0400

    * Thu Aug 05 2010 Peter Jones <pjones at redhat.com> - 4.02-1
    - Update to 4.02

 .gitignore                 |    2 +-
 sources                    |    2 +-
 syslinux-2.08-x86_64.patch |   25 -------------------------
 syslinux-3.36-16bpp.patch  |   13 -------------
 syslinux-debuginfo.patch   |   36 ------------------------------------
 syslinux.spec              |   11 ++++++-----
 6 files changed, 8 insertions(+), 81 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5d4dc1..dc84bdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 clog
-syslinux-3.84.tar.bz2
+syslinux-4.02.tar.bz2
diff --git a/sources b/sources
index ffa8920..8d582ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a3503098a9d1e3b55b90bec303e66e2  syslinux-3.84.tar.bz2
+52912c03f5c275d6c0ac09180ebab81f  syslinux-4.02.tar.bz2
diff --git a/syslinux.spec b/syslinux.spec
index c8a0cbc..03020f7 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.84
-%define tarball_version 3.84
+Version: 4.02
+%define tarball_version 4.02
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
 Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
-Patch0: syslinux-debuginfo.patch
 ExclusiveArch: %{ix86} x86_64
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
@@ -40,7 +39,6 @@ Headers and libraries for syslinux development.
 
 %prep
 %setup -q -n syslinux-%{tarball_version}
-%patch0 -p1 -b .nostrip
 
 %build
 CFLAGS="-Werror -Wno-unused -finline-limit=2000"
@@ -76,7 +74,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc NEWS README* TODO COPYING 
+%doc NEWS README* COPYING 
 %doc doc/* 
 %doc sample
 %{_mandir}/man*/*
@@ -100,6 +98,9 @@ rm -rf %{buildroot}
 %{_datadir}/syslinux/com32
 
 %changelog
+* Thu Aug 05 2010 Peter Jones <pjones at redhat.com> - 4.02-1
+- Update to 4.02
+
 * Mon Jan 11 2010 Peter Jones <pjones at redhat.com> - 3.84-1
 - Update to 3.84
 


More information about the scm-commits mailing list