Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mtools for openSUSE:Factory checked 
in at 2021-08-02 12:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtools (Old)
 and      /work/SRC/openSUSE:Factory/.mtools.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mtools"

Mon Aug  2 12:04:34 2021 rev:55 rq:909421 version:4.0.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/mtools/mtools.changes    2021-06-24 
18:22:20.444900679 +0200
+++ /work/SRC/openSUSE:Factory/.mtools.new.1899/mtools.changes  2021-08-02 
12:04:49.257659209 +0200
@@ -1,0 +2,28 @@
+Sat Jul 24 06:49:20 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- mtools 4.0.34:
+  * Fix mcopy -s issue
+- includes changes from 4.0.33:
+  * Fix support for partitions
+  * Add support for image files on command line to mcat
+- includes changes from 4.0.32:
+  * Simplify algorithm that choses filesystem parameters for
+    format, and align it more closely with what Win7 does
+  * Fix mformatting XDF when XDF not explicitly specified on
+    mformat command line
+  * easier way to enter sizes on mformat command line
+    (mformat -C -T 1440K)
+  * For small sizes, mformat assumes floppy geometries
+    (heads 1 or 2, tracks 40 or 80)
+  * Handle attempts to mformat too small filesystems more
+    gracefully
+  * Enable minfo to print out additional mformat command line
+    parameters, if the present filesystem uses non-default
+    values for these
+  * minfo no longer prints bigsect if smallsect is set
+  * for remap filter, error when trying to write non-zero data
+    to unmapped sectors
+- drop mtools-autoconf.diff, no longer needed
+- drop mtools-fat-bits.diff, drop candidate for some time
+
+-------------------------------------------------------------------

Old:
----
  mtools-4.0.31.tar.bz2
  mtools-4.0.31.tar.bz2.sig
  mtools-autoconf.diff
  mtools-fat-bits.diff

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

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

Other differences:
------------------
++++++ mtools.spec ++++++
--- /var/tmp/diff_new_pack.vY3R98/_old  2021-08-02 12:04:49.969659058 +0200
+++ /var/tmp/diff_new_pack.vY3R98/_new  2021-08-02 12:04:49.973659057 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           mtools
-Version:        4.0.31
+Version:        4.0.34
 Release:        0
 Summary:        Tools to access MS-DOS filesystems without kernel drivers
 License:        GPL-3.0-or-later
@@ -28,13 +28,8 @@
 # https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=mtools
 Source2:        %{name}.keyring
 Patch0:         %{name}-conf.diff
-Patch1:         %{name}-autoconf.diff
 Patch3:         %{name}-aliasing.diff
-Patch4:         %{name}-fat-bits.diff
 Patch5:         %{name}-prototypes.diff
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  texinfo
 Requires:       glibc-locale-base
@@ -59,13 +54,10 @@
 %prep
 %setup -q
 %patch0
-%patch1
 %patch3
-%patch4
 %patch5 -p1
 
 %build
-autoreconf -fi
 %configure \
        --includedir=%{_prefix}/src/linux/include \
        --disable-floppyd

++++++ mtools-4.0.31.tar.bz2 -> mtools-4.0.34.tar.bz2 ++++++
++++ 16959 lines of diff (skipped)

++++++ mtools-aliasing.diff ++++++
--- /var/tmp/diff_new_pack.vY3R98/_old  2021-08-02 12:04:50.301658988 +0200
+++ /var/tmp/diff_new_pack.vY3R98/_new  2021-08-02 12:04:50.305658987 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- file.c.orig
 +++ file.c
-@@ -591,7 +591,7 @@ static Stream_t *_internalFileOpen(Strea
+@@ -655,7 +655,7 @@ static Stream_t *_internalFileOpen(Strea
                Pattern.loopDetectRel = 0;
                Pattern.loopDetectAbs = first;
                if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,

Reply via email to