auto-import changelog data from mtools-3.9.8-1.src.rpm
Mon May 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.8-1 - 3.9.8 final Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.8-0.pre1.0 - 3.9.8pre1 Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-6 - Fix support for disks > 1.44 MB (#40857) Tue May 08 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-5 - Update to 20010507
This commit is contained in:
parent
c5de094684
commit
1996c48fb0
@ -1,2 +1 @@
|
||||
mtools-3.9.7-20001213.diff.gz
|
||||
mtools-3.9.7.tar.gz
|
||||
mtools-3.9.8.tar.bz2
|
||||
|
13
mtools-3.9.7-bigdisk.patch
Normal file
13
mtools-3.9.7-bigdisk.patch
Normal file
@ -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"
|
26
mtools.spec
26
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 <bero@redhat.com> 3.9.8-1
|
||||
- 3.9.8 final
|
||||
|
||||
* Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.8-0.pre1.0
|
||||
- 3.9.8pre1
|
||||
|
||||
* Wed May 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-6
|
||||
- Fix support for disks > 1.44 MB (#40857)
|
||||
|
||||
* Tue May 8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.9.7-5
|
||||
- Update to 20010507
|
||||
|
||||
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||
- Apply the author's current patches, fixes among other things
|
||||
ZIP drive support and doesn't crash when trying to access a BSD disk
|
||||
|
Loading…
Reference in New Issue
Block a user