From 08d21e2e53f8fb1c8f55092de567c7fe0cb7221f41444ff6309a5d804c2c7190 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 16 Nov 2018 08:08:18 +0000 Subject: [PATCH] Accepting request 649021 from home:mloviska:branches: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 OBS-URL: https://build.opensuse.org/request/show/649021 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=51 --- mtools-4.0.19.tar.bz2 | 3 --- mtools-4.0.19.tar.bz2.sig | 6 ------ mtools-4.0.20.tar.bz2 | 3 +++ mtools-4.0.20.tar.bz2.sig | 6 ++++++ mtools.changes | 20 ++++++++++++++++++++ mtools.spec | 4 ++-- 6 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 mtools-4.0.19.tar.bz2 delete mode 100644 mtools-4.0.19.tar.bz2.sig create mode 100644 mtools-4.0.20.tar.bz2 create mode 100644 mtools-4.0.20.tar.bz2.sig diff --git a/mtools-4.0.19.tar.bz2 b/mtools-4.0.19.tar.bz2 deleted file mode 100644 index 5829a69..0000000 --- a/mtools-4.0.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bc197199ea1c2c317f597879486eeb817f3199b526d94cc6841624768d910df -size 445566 diff --git a/mtools-4.0.19.tar.bz2.sig b/mtools-4.0.19.tar.bz2.sig deleted file mode 100644 index a85441c..0000000 --- a/mtools-4.0.19.tar.bz2.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCW6+hcgAKCRDIBjGyb0MZ -YSTQAKCEhoOpxILIoOia3Sq2cbTBPFyCegCfYKc6My6eNNXSAcbwtpPLm9LEEzI= -=cmZX ------END PGP SIGNATURE----- diff --git a/mtools-4.0.20.tar.bz2 b/mtools-4.0.20.tar.bz2 new file mode 100644 index 0000000..84fc368 --- /dev/null +++ b/mtools-4.0.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6061d31c9f65274cf6de3264907028c90badd8b7f22dd1b385617fa353868aed +size 449835 diff --git a/mtools-4.0.20.tar.bz2.sig b/mtools-4.0.20.tar.bz2.sig new file mode 100644 index 0000000..cc97c28 --- /dev/null +++ b/mtools-4.0.20.tar.bz2.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCW+g7KwAKCRDIBjGyb0MZ +YeUzAJ4qp4rzzYpKD0B8PnEGb5taDTgDJwCfYDL3tc+xneDwiXlrUx/XWQbIGno= +=qBAa +-----END PGP SIGNATURE----- diff --git a/mtools.changes b/mtools.changes index 64fc9c3..9f2b9ad 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Nov 14 14:33:32 UTC 2018 - Martin Loviska + +- 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 diff --git a/mtools.spec b/mtools.spec index 04f9177..f06c5e9 100644 --- a/mtools.spec +++ b/mtools.spec @@ -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