Accepting request 661853 from Base:System
- 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 OBS-URL: https://build.opensuse.org/request/show/661853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=48
This commit is contained in:
commit
4d1bf9273b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:652c0f22004b00e62a432d0aa7d6af51ef2c91a4b7168a9e2fa693aa928f5023
|
|
||||||
size 431185
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXAQbbgAKCRDIBjGyb0MZ
|
|
||||||
YdA3AJ4ggypF6i7dq9Fxfama6fo3UIhwoACfe7QL4VEEeYgO2Vu5dzyyktZ8RbE=
|
|
||||||
=Ftg6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mtools-4.0.23.tar.bz2
Normal file
3
mtools-4.0.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f188db26751aeb5692a79b2380b440ecc05fd1848a52f869d7ca1193f2ef8ee3
|
||||||
|
size 418592
|
6
mtools-4.0.23.tar.bz2.sig
Normal file
6
mtools-4.0.23.tar.bz2.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXA2pLwAKCRDIBjGyb0MZ
|
||||||
|
YVp+AJ40pR6GxrsSfEGxLdhY03TIer/L8gCeJaa3xjL1BLzvvovF0thAZc9C6Q0=
|
||||||
|
=Umnk
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,7 +1,7 @@
|
|||||||
Index: mformat.c
|
Index: mtools-4.0.23/mformat.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mformat.c.orig
|
--- mtools-4.0.23.orig/mformat.c 2018-12-10 00:18:40.000000000 +0100
|
||||||
+++ mformat.c
|
+++ mtools-4.0.23/mformat.c 2018-12-28 18:46:05.933555058 +0100
|
||||||
@@ -19,6 +19,7 @@
|
@@ -19,6 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -19,10 +19,10 @@ Index: mformat.c
|
|||||||
#undef _LINUX_STRING_H_
|
#undef _LINUX_STRING_H_
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Index: mpartition.c
|
Index: mtools-4.0.23/mpartition.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- mpartition.c.orig
|
--- mtools-4.0.23.orig/mpartition.c 2018-12-09 23:56:07.000000000 +0100
|
||||||
+++ mpartition.c
|
+++ mtools-4.0.23/mpartition.c 2018-12-28 18:46:05.933555058 +0100
|
||||||
@@ -17,6 +17,7 @@
|
@@ -17,6 +17,7 @@
|
||||||
* mformat.c
|
* mformat.c
|
||||||
*/
|
*/
|
||||||
@ -40,16 +40,16 @@ Index: mpartition.c
|
|||||||
#undef _LINUX_STRING_H_
|
#undef _LINUX_STRING_H_
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Index: sysincludes.h
|
Index: mtools-4.0.23/sysincludes.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- sysincludes.h.orig
|
--- mtools-4.0.23.orig/sysincludes.h 2018-12-28 18:46:05.933555058 +0100
|
||||||
+++ sysincludes.h
|
+++ mtools-4.0.23/sysincludes.h 2018-12-28 18:48:58.902333733 +0100
|
||||||
@@ -331,12 +331,16 @@ typedef unsigned int uid_t;
|
@@ -359,12 +359,16 @@ extern int errno;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_NETINET_IN_H
|
#ifdef HAVE_NETINET_TCP_H
|
||||||
+#ifndef DONT_NEED_IN
|
+#ifndef DONT_NEED_IN
|
||||||
#include <netinet/in.h>
|
#include <netinet/tcp.h>
|
||||||
#endif
|
#endif
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 28 18:03:42 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 11 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Tue Dec 11 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 4.0.22
|
Version: 4.0.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to access MS-DOS filesystems without kernel drivers
|
Summary: Tools to access MS-DOS filesystems without kernel drivers
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -50,7 +50,7 @@ XDF support for OS/2 is also provided.
|
|||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for mtools, a toolset for MS-DOS filesystem access
|
Summary: Documentation for mtools, a toolset for MS-DOS filesystem access
|
||||||
License: GPL-3.0-or-later AND GFDL-1.3-only
|
License: GPL-3.0-or-later AND GFDL-1.3-only
|
||||||
Group: Documentation/PDF
|
Group: Documentation/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -63,7 +63,7 @@ mounting it. This subpackage contains the documentation for it.
|
|||||||
%patch1
|
%patch1
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
Reference in New Issue
Block a user