Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mtools for openSUSE:Factory checked 
in at 2022-03-08 20:31:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtools (Old)
 and      /work/SRC/openSUSE:Factory/.mtools.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mtools"

Tue Mar  8 20:31:21 2022 rev:59 rq:959792 version:4.0.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtools/mtools.changes    2022-01-11 
00:02:36.605278019 +0100
+++ /work/SRC/openSUSE:Factory/.mtools.new.2349/mtools.changes  2022-03-11 
11:47:50.318836277 +0100
@@ -1,0 +2,9 @@
+Mon Mar  7 07:05:42 UTC 2022 - Maciej Borzecki <maciek.borze...@gmail.com>
+
+- update to 4.0.38:
+  * Make sure case byte is cleared when making the special
+    directory entries "." and ".."
+  * In mattrib man page, replace "attribute flags" with "attribute
+    bits"
+
+-------------------------------------------------------------------

Old:
----
  mtools-4.0.37.tar.bz2
  mtools-4.0.37.tar.bz2.sig

New:
----
  mtools-4.0.38.tar.bz2
  mtools-4.0.38.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mtools.spec ++++++
--- /var/tmp/diff_new_pack.b2mbeF/_old  2022-03-11 11:47:50.766835832 +0100
+++ /var/tmp/diff_new_pack.b2mbeF/_new  2022-03-11 11:47:50.770835828 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mtools
-Version:        4.0.37
+Version:        4.0.38
 Release:        0
 Summary:        Tools to access MS-DOS filesystems without kernel drivers
 License:        GPL-3.0-or-later

++++++ mtools-4.0.37.tar.bz2 -> mtools-4.0.38.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/NEWS new/mtools-4.0.38/NEWS
--- old/mtools-4.0.37/NEWS      2021-12-26 18:56:29.000000000 +0100
+++ new/mtools-4.0.38/NEWS      2022-03-03 21:24:06.000000000 +0100
@@ -1,9 +1,12 @@
+v4_0_38
+       - Make sure case byte is cleared when making the special
+          directory entries "." and ".."
 v4_0_37
        - Removed mclasserase commands, which doesn't fit the coding
           structure of the rest of mtools
        - Add support to -i option to mcd
        - Document -i in mtools.1
-       - Fix a missing commad error in floppyd_io.c
+       - Fix a missing command error in floppyd_io.c
 
 v4_0_36
        - Fix error status of recursive listing of empty root directory
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/config.guess 
new/mtools-4.0.38/config.guess
--- old/mtools-4.0.37/config.guess      2022-01-08 18:44:06.000000000 +0100
+++ new/mtools-4.0.38/config.guess      2022-03-03 21:25:18.000000000 +0100
@@ -4,7 +4,7 @@
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
-timestamp='2022-01-03'
+timestamp='2022-01-09'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -929,6 +929,9 @@
     i*:PW*:*)
        GUESS=$UNAME_MACHINE-pc-pw32
        ;;
+    *:SerenityOS:*:*)
+        GUESS=$UNAME_MACHINE-pc-serenity
+        ;;
     *:Interix*:*)
        case $UNAME_MACHINE in
            x86)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/debian/changelog 
new/mtools-4.0.38/debian/changelog
--- old/mtools-4.0.37/debian/changelog  2021-12-26 18:57:24.000000000 +0100
+++ new/mtools-4.0.38/debian/changelog  2022-03-03 21:24:57.000000000 +0100
@@ -1,10 +1,16 @@
+mtools (4.0.38) stable; urgency=low
+
+  * Make sure case byte is cleared when making the special
+    directory entries "." and ".."
+
+ -- Alain Knaff <al...@knaff.lu>  Thu,  3 Mar 2022 21:24:44 +0100
 mtools (4.0.37) stable; urgency=low
 
   * Removed mclasserase commands, which doesn't fit the coding
     structure of the rest of mtools
   * Add support to -i option to mcd
   * Document -i in mtools.1
-  * Fix a missing commad error in floppyd_io.c
+  * Fix a missing command error in floppyd_io.c
 
  -- Alain Knaff <al...@knaff.lu>  Sun, 26 Dec 2021 18:57:02 +0100
 mtools (4.0.36) stable; urgency=low
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/directory.c 
new/mtools-4.0.38/directory.c
--- old/mtools-4.0.37/directory.c       2021-11-22 13:24:14.000000000 +0100
+++ new/mtools-4.0.38/directory.c       2022-03-02 22:20:54.000000000 +0100
@@ -139,5 +139,7 @@
        struct dos_name_t dn;
        strncpy(dn.base, base, 8);
        strncpy(dn.ext, "   ", 3);
-       return mk_entry(&dn, attr, fat, size, date, ndir);
+       struct directory *entry = mk_entry(&dn, attr, fat, size, date, ndir);
+       entry->Case = 0;
+       return entry;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/floppyd.1 new/mtools-4.0.38/floppyd.1
--- old/mtools-4.0.37/floppyd.1 2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/floppyd.1 2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH floppyd 1 "08Jan22" mtools-4.0.37
+.TH floppyd 1 "03Mar22" mtools-4.0.38
 .SH Name
 floppyd - floppy daemon for remote access to floppy drive
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/floppyd_installtest.1 
new/mtools-4.0.38/floppyd_installtest.1
--- old/mtools-4.0.37/floppyd_installtest.1     2022-01-08 18:44:36.000000000 
+0100
+++ new/mtools-4.0.38/floppyd_installtest.1     2022-03-03 21:25:56.000000000 
+0100
@@ -1,5 +1,5 @@
 '\" t
-.TH floppyd_installtest 1 "08Jan22" mtools-4.0.37
+.TH floppyd_installtest 1 "03Mar22" mtools-4.0.38
 .SH Name
 floppyd_installtest - tests whether floppyd is installed and running
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mattrib.1 new/mtools-4.0.38/mattrib.1
--- old/mtools-4.0.37/mattrib.1 2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mattrib.1 2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mattrib 1 "08Jan22" mtools-4.0.37
+.TH mattrib 1 "03Mar22" mtools-4.0.38
 .SH Name
 mattrib - change MSDOS file attribute flags
 '\" t
@@ -20,14 +20,14 @@
 .PP
 .SH Description
 .PP
-\&\fR\&\f(CWMattrib\fR is used to change MS-DOS file attribute flags. It has 
the
+\&\fR\&\f(CWMattrib\fR is used to change MS-DOS file attribute bits. It has the
 following syntax:
 .PP
 \&\fR\&\f(CWmattrib\fR [\fR\&\f(CW-a|+a\fR] [\fR\&\f(CW-h|+h\fR] 
[\fR\&\f(CW-r|+r\fR]
 [\fR\&\f(CW-s|+s\fR] [\fR\&\f(CW-/\fR]  [\fR\&\f(CW-p\fR] [\fR\&\f(CW-X\fR] 
\fImsdosfile\fR [ \fImsdosfiles\fR \&... ]
 .PP
-\&\fR\&\f(CWMattrib\fR adds attribute flags to an MS-DOS file (with the
-`\fR\&\f(CW+\fR' operator) or remove attribute flags (with the `\fR\&\f(CW-\fR'
+\&\fR\&\f(CWMattrib\fR adds attribute bits to an MS-DOS file (with the
+`\fR\&\f(CW+\fR' operator) or remove attribute bits (with the `\fR\&\f(CW-\fR'
 operator).
 .PP
 \&\fR\&\f(CWMattrib\fR supports the following attribute bits:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mbadblocks.1 
new/mtools-4.0.38/mbadblocks.1
--- old/mtools-4.0.37/mbadblocks.1      2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mbadblocks.1      2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mbadblocks 1 "08Jan22" mtools-4.0.37
+.TH mbadblocks 1 "03Mar22" mtools-4.0.38
 .SH Name
 mbadblocks - tests a floppy disk, and marks the bad blocks in the FAT
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mcat.1 new/mtools-4.0.38/mcat.1
--- old/mtools-4.0.37/mcat.1    2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mcat.1    2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mcat 1 "08Jan22" mtools-4.0.37
+.TH mcat 1 "03Mar22" mtools-4.0.38
 .SH Name
 mcat - dump raw disk image
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mcd.1 new/mtools-4.0.38/mcd.1
--- old/mtools-4.0.37/mcd.1     2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mcd.1     2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mcd 1 "08Jan22" mtools-4.0.37
+.TH mcd 1 "03Mar22" mtools-4.0.38
 .SH Name
 mcd - change MSDOS directory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mcopy.1 new/mtools-4.0.38/mcopy.1
--- old/mtools-4.0.37/mcopy.1   2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mcopy.1   2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mcopy 1 "08Jan22" mtools-4.0.37
+.TH mcopy 1 "03Mar22" mtools-4.0.38
 .SH Name
 mcopy - copy MSDOS files to/from Unix
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mdel.1 new/mtools-4.0.38/mdel.1
--- old/mtools-4.0.37/mdel.1    2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mdel.1    2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mdel 1 "08Jan22" mtools-4.0.37
+.TH mdel 1 "03Mar22" mtools-4.0.38
 .SH Name
 mdel - delete an MSDOS file
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mdeltree.1 new/mtools-4.0.38/mdeltree.1
--- old/mtools-4.0.37/mdeltree.1        2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mdeltree.1        2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mdeltree 1 "08Jan22" mtools-4.0.37
+.TH mdeltree 1 "03Mar22" mtools-4.0.38
 .SH Name
 mdeltree - recursively delete an MSDOS directory and its contents
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mdir.1 new/mtools-4.0.38/mdir.1
--- old/mtools-4.0.37/mdir.1    2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mdir.1    2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mdir 1 "08Jan22" mtools-4.0.37
+.TH mdir 1 "03Mar22" mtools-4.0.38
 .SH Name
 mdir - display an MSDOS directory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mdu.1 new/mtools-4.0.38/mdu.1
--- old/mtools-4.0.37/mdu.1     2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mdu.1     2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mdu 1 "08Jan22" mtools-4.0.37
+.TH mdu 1 "03Mar22" mtools-4.0.38
 .SH Name
 mdu - display the amount of space occupied by an MSDOS directory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mformat.1 new/mtools-4.0.38/mformat.1
--- old/mtools-4.0.37/mformat.1 2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mformat.1 2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mformat 1 "08Jan22" mtools-4.0.37
+.TH mformat 1 "03Mar22" mtools-4.0.38
 .SH Name
 mformat - add an MSDOS filesystem to a low-level formatted floppy disk
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/minfo.1 new/mtools-4.0.38/minfo.1
--- old/mtools-4.0.37/minfo.1   2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/minfo.1   2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH minfo 1 "08Jan22" mtools-4.0.37
+.TH minfo 1 "03Mar22" mtools-4.0.38
 .SH Name
 minfo - print the parameters of a MSDOS filesystem
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mkmanifest.1 
new/mtools-4.0.38/mkmanifest.1
--- old/mtools-4.0.37/mkmanifest.1      2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mkmanifest.1      2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mkmanifest 1 "08Jan22" mtools-4.0.37
+.TH mkmanifest 1 "03Mar22" mtools-4.0.38
 .SH Name
 mkmanifest - makes list of file names and their DOS 8+3 equivalent
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mlabel.1 new/mtools-4.0.38/mlabel.1
--- old/mtools-4.0.37/mlabel.1  2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mlabel.1  2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mlabel 1 "08Jan22" mtools-4.0.37
+.TH mlabel 1 "03Mar22" mtools-4.0.38
 .SH Name
 mlabel - make an MSDOS volume label
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mmd.1 new/mtools-4.0.38/mmd.1
--- old/mtools-4.0.37/mmd.1     2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mmd.1     2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mmd 1 "08Jan22" mtools-4.0.37
+.TH mmd 1 "03Mar22" mtools-4.0.38
 .SH Name
 mmd - make an MSDOS subdirectory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mmount.1 new/mtools-4.0.38/mmount.1
--- old/mtools-4.0.37/mmount.1  2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mmount.1  2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mmount 1 "08Jan22" mtools-4.0.37
+.TH mmount 1 "03Mar22" mtools-4.0.38
 .SH Name
 mmount - mount an MSDOS disk
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mmove.1 new/mtools-4.0.38/mmove.1
--- old/mtools-4.0.37/mmove.1   2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mmove.1   2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mmove 1 "08Jan22" mtools-4.0.37
+.TH mmove 1 "03Mar22" mtools-4.0.38
 .SH Name
 mmove - move or rename an MSDOS file or subdirectory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mpartition.1 
new/mtools-4.0.38/mpartition.1
--- old/mtools-4.0.37/mpartition.1      2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mpartition.1      2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mpartition 1 "08Jan22" mtools-4.0.37
+.TH mpartition 1 "03Mar22" mtools-4.0.38
 .SH Name
 mpartition - partition an MSDOS hard disk
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mrd.1 new/mtools-4.0.38/mrd.1
--- old/mtools-4.0.37/mrd.1     2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mrd.1     2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mrd 1 "08Jan22" mtools-4.0.37
+.TH mrd 1 "03Mar22" mtools-4.0.38
 .SH Name
 mrd - remove an MSDOS subdirectory
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mren.1 new/mtools-4.0.38/mren.1
--- old/mtools-4.0.37/mren.1    2022-01-08 18:44:36.000000000 +0100
+++ new/mtools-4.0.38/mren.1    2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mren 1 "08Jan22" mtools-4.0.37
+.TH mren 1 "03Mar22" mtools-4.0.38
 .SH Name
 mren - rename an existing MSDOS file
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mshortname.1 
new/mtools-4.0.38/mshortname.1
--- old/mtools-4.0.37/mshortname.1      2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mshortname.1      2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mshortname 1 "08Jan22" mtools-4.0.37
+.TH mshortname 1 "03Mar22" mtools-4.0.38
 .SH Name
 mshortname - shows short name of a file
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mshowfat.1 new/mtools-4.0.38/mshowfat.1
--- old/mtools-4.0.37/mshowfat.1        2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mshowfat.1        2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mshowfat 1 "08Jan22" mtools-4.0.37
+.TH mshowfat 1 "03Mar22" mtools-4.0.38
 .SH Name
 mshowfat - shows FAT clusters allocated to file
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.1 new/mtools-4.0.38/mtools.1
--- old/mtools-4.0.37/mtools.1  2021-12-26 19:36:30.000000000 +0100
+++ new/mtools-4.0.38/mtools.1  2022-03-02 22:21:39.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtools 1 "26Dec21" mtools-4.0.37
+.TH mtools 1 "08Jan22" mtools-4.0.37
 .SH Name
 mtools - utilities to access DOS disks in Unix.
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.5 new/mtools-4.0.38/mtools.5
--- old/mtools-4.0.37/mtools.5  2021-12-26 19:36:30.000000000 +0100
+++ new/mtools-4.0.38/mtools.5  2022-03-02 22:21:39.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtools 5 "26Dec21" MTOOLS MTOOLS
+.TH mtools 5 "08Jan22" MTOOLS MTOOLS
 .SH Name
 mtools.conf - mtools configuration files
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.info 
new/mtools-4.0.38/mtools.info
--- old/mtools-4.0.37/mtools.info       2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mtools.info       2022-03-03 21:25:57.000000000 +0100
@@ -1,6 +1,6 @@
 This is mtools.info, produced by makeinfo version 6.7 from mtools.texi.
 
-This manual is for Mtools (version 4.0.37, January 2022), which is a
+This manual is for Mtools (version 4.0.38, March 2022), which is a
 collection of tools to allow Unix systems to manipulate MS-DOS files.
 
    Copyright (C) 2007, 2009 Free Software Foundation, Inc.  Copyright
@@ -53,7 +53,7 @@
 '/etc/mtools.conf' works on your machine).  With mtools, one can change
 floppies too without unmounting and mounting.
 
-   This manual is for Mtools (version 4.0.37, January 2022), which is a
+   This manual is for Mtools (version 4.0.38, March 2022), which is a
 collection of tools to allow Unix systems to manipulate MS-DOS files.
 
    Copyright (C) 2007, 2009 Free Software Foundation, Inc.  Copyright
@@ -87,7 +87,7 @@
 *********************
 
 Mtools can be found at the following places (and their mirrors):
-     http://ftp.gnu.org/gnu/mtools/mtools-4.0.37.tar.gz
+     http://ftp.gnu.org/gnu/mtools/mtools-4.0.38.tar.gz
 
    These patches are named 'mtools-'VERSION'-'DDMM'.taz', where version
 stands for the base version, DD for the day and MM for the month.  Due
@@ -1073,7 +1073,7 @@
 
 * floppyd::           floppy daemon to run on your X server box
 * floppyd_installtest:: small utility to check for the presence of floppyd
-* mattrib::           change MS-DOS file attribute flags
+* mattrib::           change MS-DOS file attribute bits
 * mbadblocks::        tests a floppy disk, and marks the bad blocks in the FAT
 * mcat::              same as cat. Only useful with floppyd.
 * mcd::               change MS-DOS directory
@@ -1239,14 +1239,14 @@
 4.3 Mattrib
 ===========
 
-'Mattrib' is used to change MS-DOS file attribute flags.  It has the
+'Mattrib' is used to change MS-DOS file attribute bits.  It has the
 following syntax:
 
    'mattrib' ['-a|+a'] ['-h|+h'] ['-r|+r'] ['-s|+s'] ['-/'] ['-p']
 ['-X'] MSDOSFILE [ MSDOSFILES ... ]
 
-   'Mattrib' adds attribute flags to an MS-DOS file (with the ''+''
-operator) or remove attribute flags (with the ''-'' operator).
+   'Mattrib' adds attribute bits to an MS-DOS file (with the ''+''
+operator) or remove attribute bits (with the ''-'' operator).
 
    'Mattrib' supports the following attribute bits:
 
@@ -2699,71 +2699,71 @@
 
 
 Tag Table:
-Node: Top871
-Node: Location3127
-Node: Common features4065
-Node: arguments4829
-Node: drive letters6594
-Node: directory7948
-Node: long names8394
-Node: name clashes10940
-Node: case sensitivity13224
-Node: high capacity formats14461
-Node: more sectors15506
-Node: bigger sectors16561
-Node: 2m17290
-Node: XDF18476
-Node: exit codes19819
-Node: bugs20457
-Node: Configuration20990
-Node: configuration file location22279
-Node: general syntax22732
-Node: default values23563
-Node: global variables24091
-Node: per drive variables26284
-Node: general information27119
-Node: location information27561
-Node: geometry description29090
-Node: open flags32951
-Node: miscellaneous variables33551
-Node: miscellaneous flags37141
-Node: multiple descriptions40771
-Node: parsing order42445
-Node: old style configuration43476
-Node: Commands44175
-Node: floppyd46057
-Node: floppyd_installtest50850
-Node: mattrib51481
-Node: mbadblocks53276
-Node: mcat54570
-Node: mcd55384
-Node: mcopy56239
-Node: mdel59249
-Node: mdeltree59588
-Node: mdir60005
-Node: mdu61281
-Node: mformat61787
-Node: mkmanifest70298
-Node: minfo72272
-Node: mlabel72842
-Node: mmd73995
-Node: mmount74344
-Node: mmove74947
-Node: mpartition75752
-Node: mrd81278
-Node: mren81636
-Node: mshortname82385
-Node: mshowfat82715
-Node: mtoolstest83124
-Node: mtype83696
-Node: mzip84547
-Ref: mzip-Footnote-186572
-Ref: mzip-Footnote-286653
-Node: Compiling mtools86940
-Node: Porting mtools88039
-Node: Command Index93947
-Node: Variable Index94075
-Node: Concept Index95898
+Node: Top869
+Node: Location3123
+Node: Common features4061
+Node: arguments4825
+Node: drive letters6590
+Node: directory7944
+Node: long names8390
+Node: name clashes10936
+Node: case sensitivity13220
+Node: high capacity formats14457
+Node: more sectors15502
+Node: bigger sectors16557
+Node: 2m17286
+Node: XDF18472
+Node: exit codes19815
+Node: bugs20453
+Node: Configuration20986
+Node: configuration file location22275
+Node: general syntax22728
+Node: default values23559
+Node: global variables24087
+Node: per drive variables26280
+Node: general information27115
+Node: location information27557
+Node: geometry description29086
+Node: open flags32947
+Node: miscellaneous variables33547
+Node: miscellaneous flags37137
+Node: multiple descriptions40767
+Node: parsing order42441
+Node: old style configuration43472
+Node: Commands44171
+Node: floppyd46052
+Node: floppyd_installtest50845
+Node: mattrib51476
+Node: mbadblocks53268
+Node: mcat54562
+Node: mcd55376
+Node: mcopy56231
+Node: mdel59241
+Node: mdeltree59580
+Node: mdir59997
+Node: mdu61273
+Node: mformat61779
+Node: mkmanifest70290
+Node: minfo72264
+Node: mlabel72834
+Node: mmd73987
+Node: mmount74336
+Node: mmove74939
+Node: mpartition75744
+Node: mrd81270
+Node: mren81628
+Node: mshortname82377
+Node: mshowfat82707
+Node: mtoolstest83116
+Node: mtype83688
+Node: mzip84539
+Ref: mzip-Footnote-186564
+Ref: mzip-Footnote-286645
+Node: Compiling mtools86932
+Node: Porting mtools88031
+Node: Command Index93939
+Node: Variable Index94067
+Node: Concept Index95890
 
 End Tag Table
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.spec 
new/mtools-4.0.38/mtools.spec
--- old/mtools-4.0.37/mtools.spec       2021-12-26 18:58:36.000000000 +0100
+++ new/mtools-4.0.38/mtools.spec       2022-03-03 21:25:00.000000000 +0100
@@ -1,7 +1,7 @@
 %define _binary_payload w9.gzdio
 Name:           mtools
 Summary:        mtools, read/write/list/format DOS disks under Unix
-Version:        4.0.37
+Version:        4.0.38
 Release:        1
 License:        GPLv3+
 Group:          Utilities/System
@@ -133,12 +133,15 @@
 fi
 
 %changelog
+* Thu Mar 03 2022 Alain Knaff <al...@knaff.lu>
+- Make sure case byte is cleared when making the special
+  directory entries "." and ".."
 * Sun Dec 26 2021 Alain Knaff <al...@knaff.lu>
 - Removed mclasserase commands, which doesn't fit the coding
   structure of the rest of mtools
 - Add support to -i option to mcd
 - Document -i in mtools.1
-- Fix a missing commad error in floppyd_io.c
+- Fix a missing command error in floppyd_io.c
 * Sun Nov 21 2021 Alain Knaff <al...@knaff.lu>
 - Fix error status of recursive listing of empty root directory
 - If recursive listing, also show matched files at level one
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.texi 
new/mtools-4.0.38/mtools.texi
--- old/mtools-4.0.37/mtools.texi       2021-12-26 19:20:50.000000000 +0100
+++ new/mtools-4.0.38/mtools.texi       2022-03-02 23:55:12.000000000 +0100
@@ -1216,7 +1216,7 @@
 @menu
 * floppyd::           floppy daemon to run on your X server box
 * floppyd_installtest:: small utility to check for the presence of floppyd
-* mattrib::           change MS-DOS file attribute flags
+* mattrib::           change MS-DOS file attribute bits
 * mbadblocks::        tests a floppy disk, and marks the bad blocks in the FAT
 * mcat::              same as cat. Only useful with floppyd.
 * mcd::               change MS-DOS directory
@@ -1401,14 +1401,14 @@
 @cindex System files
 @cindex Archive bit
 
-@code{Mattrib} is used to change MS-DOS file attribute flags. It has the
+@code{Mattrib} is used to change MS-DOS file attribute bits. It has the
 following syntax:
 
 @code{mattrib} [@code{-a|+a}] [@code{-h|+h}] [@code{-r|+r}]
 [@code{-s|+s}] [@code{-/}]  [@code{-p}] [@code{-X}] @var{msdosfile} [ 
@var{msdosfiles} @dots{} ]
 
-@code{Mattrib} adds attribute flags to an MS-DOS file (with the
-`@code{+}' operator) or remove attribute flags (with the `@code{-}'
+@code{Mattrib} adds attribute bits to an MS-DOS file (with the
+`@code{+}' operator) or remove attribute bits (with the `@code{-}'
 operator).
 
 @code{Mattrib} supports the following attribute bits:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.tmpl.1 
new/mtools-4.0.38/mtools.tmpl.1
--- old/mtools-4.0.37/mtools.tmpl.1     2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mtools.tmpl.1     2022-03-03 21:25:57.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtools 1 "08Jan22" mtools-4.0.37
+.TH mtools 1 "03Mar22" mtools-4.0.38
 .SH Name
 mtools - utilities to access DOS disks in Unix.
 '\" t
@@ -36,7 +36,7 @@
 .nf
 .ft 3
 .in +0.3i
-http://ftp.gnu.org/gnu/mtools/mtools-4.0.37.tar.gz
+http://ftp.gnu.org/gnu/mtools/mtools-4.0.38.tar.gz
 .fi
 .in -0.3i
 .ft R
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtools.tmpl.5 
new/mtools-4.0.38/mtools.tmpl.5
--- old/mtools-4.0.37/mtools.tmpl.5     2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mtools.tmpl.5     2022-03-03 21:25:57.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtools 5 "08Jan22" MTOOLS MTOOLS
+.TH mtools 5 "03Mar22" MTOOLS MTOOLS
 .SH Name
 mtools.conf - mtools configuration files
 '\" t
@@ -13,7 +13,7 @@
 .tr \(if`
 .tr \(pd"
 
-.ds St Mtools\ 4.0.37
+.ds St Mtools\ 4.0.38
 .PP
 .SH Description
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtoolstest.1 
new/mtools-4.0.38/mtoolstest.1
--- old/mtools-4.0.37/mtoolstest.1      2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mtoolstest.1      2022-03-03 21:25:57.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtoolstest 1 "08Jan22" mtools-4.0.37
+.TH mtoolstest 1 "03Mar22" mtools-4.0.38
 .SH Name
 mtoolstest - tests and displays the configuration
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mtype.1 new/mtools-4.0.38/mtype.1
--- old/mtools-4.0.37/mtype.1   2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mtype.1   2022-03-03 21:25:56.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mtype 1 "08Jan22" mtools-4.0.37
+.TH mtype 1 "03Mar22" mtools-4.0.38
 .SH Name
 mtype - display contents of an MSDOS file
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/mzip.1 new/mtools-4.0.38/mzip.1
--- old/mtools-4.0.37/mzip.1    2022-01-08 18:44:37.000000000 +0100
+++ new/mtools-4.0.38/mzip.1    2022-03-03 21:25:57.000000000 +0100
@@ -1,5 +1,5 @@
 '\" t
-.TH mzip 1 "08Jan22" mtools-4.0.37
+.TH mzip 1 "03Mar22" mtools-4.0.38
 .SH Name
 mzip - change protection mode and eject disk on Zip/Jaz drive
 '\" t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/patchlevel.c 
new/mtools-4.0.38/patchlevel.c
--- old/mtools-4.0.37/patchlevel.c      2022-01-08 18:42:39.000000000 +0100
+++ new/mtools-4.0.38/patchlevel.c      2022-03-03 21:23:20.000000000 +0100
@@ -18,10 +18,10 @@
 #include "sysincludes.h"
 #include "msdos.h"
 
-const char *mversion="4.0.37";
+const char *mversion="4.0.38";
 
 /* Multiple releases on same day should be marked with (b), (cd), (d) after
  * date string below */
-const char *mdate = "January 8th, 2022";
+const char *mdate = "March 3rd, 2022";
 
-const char *mformat_banner = "MTOO4037";
+const char *mformat_banner = "MTOO4038";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mtools-4.0.37/version.texi 
new/mtools-4.0.38/version.texi
--- old/mtools-4.0.37/version.texi      2022-01-08 18:42:49.000000000 +0100
+++ new/mtools-4.0.38/version.texi      2022-03-03 21:23:32.000000000 +0100
@@ -1,3 +1,3 @@
-@set EDITION 4.0.37
-@set VERSION 4.0.37
-@set UPDATED January 2022
+@set EDITION 4.0.38
+@set VERSION 4.0.38
+@set UPDATED March 2022

Reply via email to