Accepting request 657398 from Base:System
- Use noun phrase in summary. - Fix excessively large keyring. (forwarded request 657214 from jengelh) OBS-URL: https://build.opensuse.org/request/show/657398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=47
This commit is contained in:
commit
b61b3733bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6061d31c9f65274cf6de3264907028c90badd8b7f22dd1b385617fa353868aed
|
|
||||||
size 449835
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCW+g7KwAKCRDIBjGyb0MZ
|
|
||||||
YeUzAJ4qp4rzzYpKD0B8PnEGb5taDTgDJwCfYDL3tc+xneDwiXlrUx/XWQbIGno=
|
|
||||||
=qBAa
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mtools-4.0.22.tar.bz2
Normal file
3
mtools-4.0.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:652c0f22004b00e62a432d0aa7d6af51ef2c91a4b7168a9e2fa693aa928f5023
|
||||||
|
size 431185
|
6
mtools-4.0.22.tar.bz2.sig
Normal file
6
mtools-4.0.22.tar.bz2.sig
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQThUfj1SuT06QGfA3vIBjGyb0MZYQUCXAQbbgAKCRDIBjGyb0MZ
|
||||||
|
YdA3AJ4ggypF6i7dq9Fxfama6fo3UIhwoACfe7QL4VEEeYgO2Vu5dzyyktZ8RbE=
|
||||||
|
=Ftg6
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary.
|
||||||
|
- Fix excessively large keyring.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 7 12:32:07 UTC 2018 - malte.kraus@suse.com
|
||||||
|
|
||||||
|
- mtools 4.0.22:
|
||||||
|
* Fixed -f flag for mformat (size is KBytes, rather than sectors)
|
||||||
|
* Fixed toupper/tolower usage (unsigned char rather than plain
|
||||||
|
signed)
|
||||||
|
- mtools 4.0.21:
|
||||||
|
* Addressed compiler warnings
|
||||||
|
* Fixed length handling in character set conversion (Unicode file
|
||||||
|
names)
|
||||||
|
* Fixed matching of character range, when containing Unicode
|
||||||
|
characters (mdir "c:test[α-ω].exe")
|
||||||
|
* Fixed initialization of my_scsi_cmd constructor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 14:33:32 UTC 2018 - Martin Loviska <mloviska@suse.com>
|
Wed Nov 14 14:33:32 UTC 2018 - Martin Loviska <mloviska@suse.com>
|
||||||
|
|
||||||
|
623831
mtools.keyring
623831
mtools.keyring
File diff suppressed because it is too large
Load Diff
23
mtools.spec
23
mtools.spec
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
Version: 4.0.20
|
Version: 4.0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Tools to access MS-DOS filesystems without kernel drivers
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://mtools.linux.lu/
|
Url: http://mtools.linux.lu/
|
||||||
@ -41,24 +41,21 @@ BuildRequires: makeinfo
|
|||||||
BuildRequires: texinfo
|
BuildRequires: texinfo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
Mtools allows access to an MS-DOS file system on disk without
|
||||||
without mounting it. It includes commands for working with MS-DOS
|
mounting it. It includes commands for working with MS-DOS files:
|
||||||
files: mdir, mcd, mcopy, and mformat.
|
mdir, mcd, mcopy, and mformat.
|
||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
XDF support for OS/2 is also provided.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Access Files on an MS-DOS File System
|
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: System/Filesystems
|
Group: Documentation/PDF
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Mtools allows uncomplicated access to an MS-DOS file system on disk
|
Mtools allows access to an MS-DOS file system on disk without
|
||||||
without mounting it. It includes commands for working with MS-DOS
|
mounting it. This subpackage contains the documentation for it.
|
||||||
files: mdir, mcd, mcopy, and mformat.
|
|
||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user