Accepting request 649482 from Base:System
- Update to 4.0.20: * initialize directory entries to 0 * bad message "Too few sectors" replaced with "Too many sectors" * apostrophe in mlabel no longer causes generation of long entry * option to fake system date for file creation using the SOURCE_DATE_EPOCH environment variables * can now be compiled with "clang" compiler * fallback function for strndup, for those platforms that don't have it * fixed a number of -Wextra warnings * new compressed archive formats for uz/lz * allow to specify number of reserved sectors for FAT32. * file/device locking with timeout (rather than immediate failure) * fixed support for BPB-less legacy formats. * removed check that disk must be an integer number of tracks. * removed .eh/.oh macros from manual pages (forwarded request 649021 from mloviska) OBS-URL: https://build.opensuse.org/request/show/649482 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=46
This commit is contained in:
commit
d22ca38e33
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bc197199ea1c2c317f597879486eeb817f3199b526d94cc6841624768d910df
|
||||
size 445566
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCW6+hcgAKCRDIBjGyb0MZ
|
||||
YSTQAKCEhoOpxILIoOia3Sq2cbTBPFyCegCfYKc6My6eNNXSAcbwtpPLm9LEEzI=
|
||||
=cmZX
|
||||
-----END PGP SIGNATURE-----
|
3
mtools-4.0.20.tar.bz2
Normal file
3
mtools-4.0.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6061d31c9f65274cf6de3264907028c90badd8b7f22dd1b385617fa353868aed
|
||||
size 449835
|
6
mtools-4.0.20.tar.bz2.sig
Normal file
6
mtools-4.0.20.tar.bz2.sig
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCW+g7KwAKCRDIBjGyb0MZ
|
||||
YeUzAJ4qp4rzzYpKD0B8PnEGb5taDTgDJwCfYDL3tc+xneDwiXlrUx/XWQbIGno=
|
||||
=qBAa
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 14:33:32 UTC 2018 - Martin Loviska <mloviska@suse.com>
|
||||
|
||||
- Update to 4.0.20:
|
||||
* initialize directory entries to 0
|
||||
* bad message "Too few sectors" replaced with "Too many sectors"
|
||||
* apostrophe in mlabel no longer causes generation of long entry
|
||||
* option to fake system date for file creation using the
|
||||
SOURCE_DATE_EPOCH environment variables
|
||||
|
||||
* can now be compiled with "clang" compiler
|
||||
* fallback function for strndup, for those platforms that don't have it
|
||||
* fixed a number of -Wextra warnings
|
||||
* new compressed archive formats for uz/lz
|
||||
* allow to specify number of reserved sectors for FAT32.
|
||||
* file/device locking with timeout (rather than immediate failure)
|
||||
* fixed support for BPB-less legacy formats.
|
||||
* removed check that disk must be an integer number of tracks.
|
||||
* removed .eh/.oh macros from manual pages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 06:17:04 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: mtools
|
||||
Version: 4.0.19
|
||||
Version: 4.0.20
|
||||
Release: 0
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user