Accepting request 310167 from Base:System

- Update to 3.0.28
  * mkfs.fat now allows choosing 0xF0 as the media byte which was 
    previously rejected.
  * mkfs.fat now supports the --invariant option to facilitate 
    testing mkfs.fat itself.
  * Bugs fixed in fsck.fat are a read one byte beyond the end of 
    an allocated array when checking some FAT12 filesystems, and 
    checking that the first cluster of a file as specified in the 
    directory entry is not 1. 
- Cleanup spec file with spec-cleaner (forwarded request 310160 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/310167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2015-06-05 06:45:23 +00:00 committed by Git OBS Bridge
commit 808c867b47
7 changed files with 24 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4d239a46689f4d4fa83dbbb0fe210279d36bec51b16076d4e2dddf663c7b7a0
size 95597

Binary file not shown.

3
dosfstools-3.0.28.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e6e76e9f923e5fca47e872599ff1e932b0248ce58fcdc62d64005b4c8ae097b
size 104526

Binary file not shown.

View File

@ -1,7 +1,7 @@
Index: dosfstools-3.0.18/Makefile
Index: dosfstools-3.0.28/Makefile
===================================================================
--- dosfstools-3.0.18.orig/Makefile
+++ dosfstools-3.0.18/Makefile
--- dosfstools-3.0.28.orig/Makefile
+++ dosfstools-3.0.28/Makefile
@@ -22,9 +22,9 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 3 12:56:32 UTC 2015 - mpluskal@suse.com
- Update to 3.0.28
* mkfs.fat now allows choosing 0xF0 as the media byte which was
previously rejected.
* mkfs.fat now supports the --invariant option to facilitate
testing mkfs.fat itself.
* Bugs fixed in fsck.fat are a read one byte beyond the end of
an allocated array when checking some FAT12 filesystems, and
checking that the first cluster of a file as specified in the
directory entry is not 1.
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Mon May 11 11:53:20 UTC 2015 - pgajdos@suse.com

View File

@ -17,16 +17,15 @@
Name: dosfstools
Version: 3.0.27
Version: 3.0.28
Release: 0
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
License: GPL-3.0+
Group: System/Filesystems
Url: https://github.com/dosfstools/dosfstools/releases/
Url: https://github.com/dosfstools/dosfstools
#Git-Clone: git://daniel-baumann.ch/git/software/dosfstools
Source: https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz
Source2: https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz.sig
Source: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz
Source2: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
Source3: %{name}.keyring
Patch0: %{name}-suse-dirs.patch
Supplements: filesystem(vfat)