auto-import changelog data from mtools-3.9.9-4.src.rpm
Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-4 - Rebuilt. Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-2 - Fix mcomp with no arguments (bug #91372). Tue Mar 18 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-1 - 3.9.9. - Add config lines for hpoj photo-card access on drive P:.
This commit is contained in:
parent
e03d6745e1
commit
cf9b4f0048
@ -1,2 +1 @@
|
||||
mtools-3.9.8-20010604.diff.gz
|
||||
mtools-3.9.8.tar.bz2
|
||||
mtools-3.9.9.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- mtools-3.9.6/mtools.conf.fixes Sun Jan 4 04:29:32 1998
|
||||
+++ mtools-3.9.6/mtools.conf Wed Feb 9 11:41:36 2000
|
||||
@@ -1,22 +1,21 @@
|
||||
@@ -1,22 +1,25 @@
|
||||
# Example mtools.conf files. Uncomment the lines which correspond to
|
||||
# your architecture and comment out the "SAMPLE FILE" line below
|
||||
-SAMPLE FILE
|
||||
@ -29,6 +29,10 @@
|
||||
-# drive n: file="/var/lib/dosemu/diskimage" offset=3840
|
||||
+# dosemu hdimage
|
||||
+drive n: file="/var/lib/dosemu/hdimage" offset=8832
|
||||
+
|
||||
+# # HPOJ (ptal-photod)
|
||||
+mtools_skip_check=1
|
||||
+drive p: file=":0" remote
|
||||
|
||||
# # Atari ramdisk image
|
||||
# drive o: file="/tmp/atari_rd" offset=136
|
||||
|
15
mtools-3.9.9-noargs.patch
Normal file
15
mtools-3.9.9-noargs.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- mtools-3.9.9/scripts/mcomp.noargs 2003-05-22 12:22:42.000000000 +0100
|
||||
+++ mtools-3.9.9/scripts/mcomp 2003-05-22 13:09:05.000000000 +0100
|
||||
@@ -1,5 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
+if [ $# -lt 2 ]; then
|
||||
+ echo "usage: $0 [-bspanvmQT] [-D clash_option] sourcefile targetfile"
|
||||
+ echo " $0 [-bspanvmQT] [-D clash_option] sourcefile [ sourcefiles... ]"
|
||||
+ echo " targetdirectoryopy [-tnvm] MSDOSsourcefile"
|
||||
+ exit 1
|
||||
+fi
|
||||
+
|
||||
dosfile=$1
|
||||
shift
|
||||
|
21
mtools.spec
21
mtools.spec
@ -1,7 +1,7 @@
|
||||
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
||||
Name: mtools
|
||||
Version: 3.9.8
|
||||
Release: 7
|
||||
Version: 3.9.9
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
||||
@ -9,8 +9,8 @@ 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.8-20010604.diff.gz
|
||||
Patch3: mtools-3.9.7-bigdisk.patch
|
||||
Patch4: mtools-3.9.9-noargs.patch
|
||||
Prereq: /sbin/install-info
|
||||
|
||||
%description
|
||||
@ -25,8 +25,8 @@ Mtools should be installed if you need to use MS-DOS disks.
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1 -b .pl604
|
||||
%patch3 -p1 -b .big
|
||||
%patch4 -p1 -b .nooargs
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -62,6 +62,19 @@ fi
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-4
|
||||
- Rebuilt.
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu May 22 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-2
|
||||
- Fix mcomp with no arguments (bug #91372).
|
||||
|
||||
* Tue Mar 18 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-1
|
||||
- 3.9.9.
|
||||
- Add config lines for hpoj photo-card access on drive P:.
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user