Hello community, here is the log from the commit of package mtools for openSUSE:Factory checked in at 2019-01-03 18:03:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtools (Old) and /work/SRC/openSUSE:Factory/.mtools.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtools" Thu Jan 3 18:03:01 2019 rev:48 rq:661853 version:4.0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/mtools/mtools.changes 2018-12-19 13:25:14.973247882 +0100 +++ /work/SRC/openSUSE:Factory/.mtools.new.28833/mtools.changes 2019-01-03 18:03:03.396330921 +0100 @@ -1,0 +2,12 @@ +Fri Dec 28 18:03:42 UTC 2018 - Petr Gajdos <[email protected]> + +- mtools 4.0.23: + * Address lots of compiler warnings (assignments between different types) + * Network speedup fixes for floppyd (TCP_CORK) + * Typo fixes + * Explicitly pass available target buffer size for character + set conversions +- refreshed: + % mtools-prototypes.diff + +------------------------------------------------------------------- Old: ---- mtools-4.0.22.tar.bz2 mtools-4.0.22.tar.bz2.sig New: ---- mtools-4.0.23.tar.bz2 mtools-4.0.23.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtools.spec ++++++ --- /var/tmp/diff_new_pack.fwTZNu/_old 2019-01-03 18:03:03.912330462 +0100 +++ /var/tmp/diff_new_pack.fwTZNu/_new 2019-01-03 18:03:03.916330459 +0100 @@ -17,7 +17,7 @@ Name: mtools -Version: 4.0.22 +Version: 4.0.23 Release: 0 Summary: Tools to access MS-DOS filesystems without kernel drivers License: GPL-3.0-or-later @@ -50,7 +50,7 @@ %package doc Summary: Documentation for mtools, a toolset for MS-DOS filesystem access License: GPL-3.0-or-later AND GFDL-1.3-only -Group: Documentation/PDF +Group: Documentation/Other Requires: %{name} = %{version} %description doc @@ -63,7 +63,7 @@ %patch1 %patch3 %patch4 -%patch5 +%patch5 -p1 %build autoreconf -fi ++++++ mtools-4.0.22.tar.bz2 -> mtools-4.0.23.tar.bz2 ++++++ ++++ 4050 lines of diff (skipped) ++++++ mtools-prototypes.diff ++++++ --- /var/tmp/diff_new_pack.fwTZNu/_old 2019-01-03 18:03:04.260330153 +0100 +++ /var/tmp/diff_new_pack.fwTZNu/_new 2019-01-03 18:03:04.260330153 +0100 @@ -1,7 +1,7 @@ -Index: mformat.c +Index: mtools-4.0.23/mformat.c =================================================================== ---- mformat.c.orig -+++ mformat.c +--- mtools-4.0.23.orig/mformat.c 2018-12-10 00:18:40.000000000 +0100 ++++ mtools-4.0.23/mformat.c 2018-12-28 18:46:05.933555058 +0100 @@ -19,6 +19,7 @@ */ @@ -19,10 +19,10 @@ #undef _LINUX_STRING_H_ #endif -Index: mpartition.c +Index: mtools-4.0.23/mpartition.c =================================================================== ---- mpartition.c.orig -+++ mpartition.c +--- mtools-4.0.23.orig/mpartition.c 2018-12-09 23:56:07.000000000 +0100 ++++ mtools-4.0.23/mpartition.c 2018-12-28 18:46:05.933555058 +0100 @@ -17,6 +17,7 @@ * mformat.c */ @@ -40,16 +40,16 @@ #undef _LINUX_STRING_H_ #endif -Index: sysincludes.h +Index: mtools-4.0.23/sysincludes.h =================================================================== ---- sysincludes.h.orig -+++ sysincludes.h -@@ -331,12 +331,16 @@ typedef unsigned int uid_t; +--- mtools-4.0.23.orig/sysincludes.h 2018-12-28 18:46:05.933555058 +0100 ++++ mtools-4.0.23/sysincludes.h 2018-12-28 18:48:58.902333733 +0100 +@@ -359,12 +359,16 @@ extern int errno; #endif - #ifdef HAVE_NETINET_IN_H + #ifdef HAVE_NETINET_TCP_H +#ifndef DONT_NEED_IN - #include <netinet/in.h> + #include <netinet/tcp.h> #endif +#endif
