diff --git a/.cvsignore b/.cvsignore index 106134e..775e79b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -mtools-3.9.7-20001213.diff.gz -mtools-3.9.7.tar.gz +mtools-3.9.8.tar.bz2 diff --git a/mtools-3.9.7-bigdisk.patch b/mtools-3.9.7-bigdisk.patch new file mode 100644 index 0000000..eb5e6cc --- /dev/null +++ b/mtools-3.9.7-bigdisk.patch @@ -0,0 +1,13 @@ +--- mtools-3.9.7/mtools.conf.big Wed May 16 19:07:57 2001 ++++ mtools-3.9.7/mtools.conf Wed May 16 19:08:12 2001 +@@ -2,8 +2,8 @@ + # your architecture and comment out the "SAMPLE FILE" line below + + # Linux floppy drives +-drive a: file="/dev/fd0" exclusive 1.44m mformat_only +-drive b: file="/dev/fd1" exclusive 1.44m mformat_only ++drive a: file="/dev/fd0" exclusive mformat_only ++drive b: file="/dev/fd1" exclusive mformat_only + + # First SCSI hard disk partition + #drive c: file="/dev/sda1" diff --git a/mtools.spec b/mtools.spec index 5fde6d4..bf5b0f1 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,15 +1,15 @@ Summary: Programs for accessing MS-DOS disks without mounting the disks. Name: mtools -Version: 3.9.7 -Release: 4 -Copyright: GPL +Version: 3.9.8 +Release: 1 +License: GPL Group: Applications/System -Source: http://mtools.linux.lu/mtools-%{version}.tar.gz +Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 Url: http://mtools.linux.lu/ Buildroot: %{_tmppath}/mtools-%{version}-root Patch0: mtools-3.9.6-config.patch Patch1: mtools-3.9.6-paths.patch -Patch2: mtools-3.9.7-20001213.diff.gz +Patch3: mtools-3.9.7-bigdisk.patch Prereq: /sbin/install-info %description @@ -21,10 +21,10 @@ style long file names, OS/2 XDF disks, and 2m disks. Mtools should be installed if you need to use MS-DOS disks. %prep -%setup -q +%setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 -b .20001213 +%patch3 -p1 -b .big %build %configure @@ -60,6 +60,18 @@ fi %{_infodir}/* %changelog +* Mon May 28 2001 Bernhard Rosenkraenzer 3.9.8-1 +- 3.9.8 final + +* Mon May 21 2001 Bernhard Rosenkraenzer 3.9.8-0.pre1.0 +- 3.9.8pre1 + +* Wed May 16 2001 Bernhard Rosenkraenzer 3.9.7-6 +- Fix support for disks > 1.44 MB (#40857) + +* Tue May 8 2001 Bernhard Rosenkraenzer 3.9.7-5 +- Update to 20010507 + * Wed Jan 10 2001 Bernhard Rosenkraenzer - Apply the author's current patches, fixes among other things ZIP drive support and doesn't crash when trying to access a BSD disk diff --git a/sources b/sources index d874d77..bd59546 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -dd2fe2f08bf20f28c909eedc9be29c00 mtools-3.9.7-20001213.diff.gz -6be028b20b5f94e74107442d972efe22 mtools-3.9.7.tar.gz +0f6bebc0def2d5fec979e00ad77f3206 mtools-3.9.8.tar.bz2