rpms/syslinux/devel .cvsignore, 1.22, 1.23 sources, 1.23, 1.24 syslinux.spec, 1.51, 1.52 syslinux-3.36.patch, 1.1, NONE syslinux-fix-menu-memory-clobber.patch, 1.1, NONE syslinux-hiddenmenu.patch, 1.1, NONE

Peter Jones (pjones) fedora-extras-commits at redhat.com
Thu Feb 21 19:56:25 UTC 2008


Author: pjones

Update of /cvs/extras/rpms/syslinux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9722

Modified Files:
	.cvsignore sources syslinux.spec 
Removed Files:
	syslinux-3.36.patch syslinux-fix-menu-memory-clobber.patch 
	syslinux-hiddenmenu.patch 
Log Message:
* Tue Feb 21 2008 Peter Jones <pjones at redhat.com> - 3.61-1
- Update to 3.61 .



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/syslinux/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	12 Feb 2007 22:08:00 -0000	1.22
+++ .cvsignore	21 Feb 2008 19:55:51 -0000	1.23
@@ -1 +1 @@
-syslinux-3.36.tar.bz2
+syslinux-3.61.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/syslinux/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	12 Feb 2007 22:08:00 -0000	1.23
+++ sources	21 Feb 2008 19:55:51 -0000	1.24
@@ -1 +1 @@
-d1bfdaa53d31f572f540be55d1480027  syslinux-3.36.tar.bz2
+d1afd866d081de66438296ec1419ecf1  syslinux-3.61.tar.bz2


Index: syslinux.spec
===================================================================
RCS file: /cvs/extras/rpms/syslinux/devel/syslinux.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- syslinux.spec	19 Feb 2008 19:42:59 -0000	1.51
+++ syslinux.spec	21 Feb 2008 19:55:51 -0000	1.52
@@ -1,17 +1,14 @@
 Summary: Simple kernel loader which boots from a FAT filesystem
 Name: syslinux
-Version: 3.36
-%define tarball_version 3.36
-Release: 9%{?dist}
-License: GPLv2+
+Version: 3.61
+%define tarball_version 3.61
+Release: 1%{?dist}
+License: GPL
 Group: Applications/System
 URL: http://syslinux.zytor.com/
 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.bz2
 Patch0: syslinux-2.08-x86_64.patch
-Patch3: syslinux-3.36.patch
-Patch4: syslinux-3.36-16bpp.patch
-Patch5: syslinux-hiddenmenu.patch
-Patch6: syslinux-fix-menu-memory-clobber.patch
+Patch1: syslinux-3.36-16bpp.patch
 ExclusiveArch: i386 x86_64
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
@@ -39,10 +36,7 @@
 %prep
 %setup -q -n syslinux-%{tarball_version}
 %patch0 -p1 -b .x86_64
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch1 -p1
 
 %build
 CFLAGS="-Werror -Wno-unused -finline-limit=2000"
@@ -61,8 +55,8 @@
 mkdir -p %{buildroot}%{_includedir}
 make install-all \
 	INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
-       	LIBDIR=%{_prefix}/lib INCDIR=%{_includedir}
-cp mkdiskimage sys2ansi.pl keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux
+       	LIBDIR=%{_prefix}/lib INCDIR=%{_includedir} MANDIR=%{_mandir}
+cp mkdiskimage keytab-lilo.pl %{buildroot}%{_prefix}/lib/syslinux
 install -m 755 unix/syslinux-nomtools %{buildroot}%{_prefix}/lib/syslinux
 install -m 755 unix/syslinux %{buildroot}%{_prefix}/lib/syslinux
 
@@ -83,9 +77,10 @@
 %files
 %defattr(-,root,root)
 %doc NEWS README* TODO COPYING 
-%doc *.doc memdisk/*.doc
+%doc doc/* com32/modules/*.doc
 %doc sample
-%{_bindir}/syslinux
+%{_mandir}/man*/*
+%{_bindir}/*
 %{_sbindir}/extlinux
 %{_bindir}/ppmtolss16
 %{_bindir}/lss16toppm
@@ -105,6 +100,9 @@
 %{_datadir}/syslinux/
 
 %changelog
+* Tue Feb 21 2008 Peter Jones <pjones at redhat.com> - 3.61-1
+- Update to 3.61 .
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.36-9
 - Autorebuild for GCC 4.3
 


--- syslinux-3.36.patch DELETED ---


--- syslinux-fix-menu-memory-clobber.patch DELETED ---


--- syslinux-hiddenmenu.patch DELETED ---




More information about the fedora-extras-commits mailing list