forked from pool/mtools
Accepting request 74922 from Base:System
- updated to 4.0.17: * mbadblocks now takes a list of bad blocks (either as sectors or as clusters) * mbadblocks now is able to do write scanning for bad blocks * mshowfat can show cluster of specific offset * Enable mtools to deal with very small sector sizes... * Fixed encoding of all-lowercase names (no need to mangle these) * Consider every directory entry after an ENDMARK (0x00) to be deleted * After writing a new entry at end of a directory, be sure to also add an ENDMARK (0x00) * Deal with possibility of a NULL pointer being returned by localtime during timestamp conversion OBS-URL: https://build.opensuse.org/request/show/74922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=28
This commit is contained in:
commit
e7edc34263
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5
|
|
||||||
size 408615
|
|
3
mtools-4.0.17.tar.bz2
Normal file
3
mtools-4.0.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6
|
||||||
|
size 412310
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 30 13:53:42 UTC 2011 - pgajdos@novell.com
|
||||||
|
|
||||||
|
- updated to 4.0.17:
|
||||||
|
* mbadblocks now takes a list of bad blocks (either as sectors
|
||||||
|
or as clusters)
|
||||||
|
* mbadblocks now is able to do write scanning for bad blocks
|
||||||
|
* mshowfat can show cluster of specific offset
|
||||||
|
* Enable mtools to deal with very small sector sizes...
|
||||||
|
* Fixed encoding of all-lowercase names (no need to mangle
|
||||||
|
these)
|
||||||
|
* Consider every directory entry after an ENDMARK (0x00) to be deleted
|
||||||
|
* After writing a new entry at end of a directory, be sure to also add
|
||||||
|
an ENDMARK (0x00)
|
||||||
|
* Deal with possibility of a NULL pointer being returned by
|
||||||
|
localtime during timestamp conversion
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 10:07:58 UTC 2011 - pgajdos@novell.com
|
Mon May 23 10:07:58 UTC 2011 - pgajdos@novell.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
||||||
Version: 4.0.16
|
Version: 4.0.17
|
||||||
Release: 1
|
Release: 1
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
Loading…
Reference in New Issue
Block a user