auto-import changelog data from mtools-3.9.9-7.src.rpm
Thu Jan 08 2004 Tim Waugh <twaugh@redhat.com> 3.9.9-7 - Fix mistaken use of '&' instead of '&&'.
This commit is contained in:
parent
686334bc7b
commit
868da0aed5
11
mtools-3.9.9-badc.patch
Normal file
11
mtools-3.9.9-badc.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- mtools-3.9.9/mainloop.c.badc 2004-01-08 10:00:40.329589474 +0000
|
||||||
|
+++ mtools-3.9.9/mainloop.c 2004-01-08 10:01:18.862998275 +0000
|
||||||
|
@@ -328,7 +328,7 @@
|
||||||
|
return ERROR_ONE;
|
||||||
|
if(got_signal)
|
||||||
|
return ret | ERROR_ONE;
|
||||||
|
- if(doing_mcwd & !have_one)
|
||||||
|
+ if(doing_mcwd && !have_one)
|
||||||
|
return NO_CWD;
|
||||||
|
return ret;
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
Summary: Programs for accessing MS-DOS disks without mounting the disks.
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 3.9.9
|
Version: 3.9.9
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
|
||||||
@ -11,6 +11,7 @@ Patch0: mtools-3.9.6-config.patch
|
|||||||
Patch1: mtools-3.9.6-paths.patch
|
Patch1: mtools-3.9.6-paths.patch
|
||||||
Patch3: mtools-3.9.7-bigdisk.patch
|
Patch3: mtools-3.9.7-bigdisk.patch
|
||||||
Patch4: mtools-3.9.9-noargs.patch
|
Patch4: mtools-3.9.9-noargs.patch
|
||||||
|
Patch5: mtools-3.9.9-badc.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
@ -28,7 +29,8 @@ Mtools should be installed if you need to use MS-DOS disks.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch3 -p1 -b .big
|
%patch3 -p1 -b .big
|
||||||
%patch4 -p1 -b .nooargs
|
%patch4 -p1 -b .noargs
|
||||||
|
%patch5 -p1 -b .badc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -64,6 +66,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 8 2004 Tim Waugh <twaugh@redhat.com> 3.9.9-7
|
||||||
|
- Fix mistaken use of '&' instead of '&&'.
|
||||||
|
|
||||||
* Tue Dec 9 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-6
|
* Tue Dec 9 2003 Tim Waugh <twaugh@redhat.com> 3.9.9-6
|
||||||
- Remove last (incorrect) change.
|
- Remove last (incorrect) change.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user