SHA256
1
0
forked from pool/mtools

- updated to version 4.0.15:

* Added missing -i option to mshortname
  * New mshortname command
  * Fix floppyd for disks bigger than 2 Gig
  * Remove obsolete -z flag
  * Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
  * Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
  * Mformat now correctly writes backup boot sector
  * Fixed signedness of serial number in mlabel
  * Fixed buffer size problem in mlabel
  * Make mlabel write backup boot sector if FAT32
  * Catch situation where both clear and new label are given to mlabel
  * Quote filename parameters to scripts
  * Mformat: Close file descriptor for boot sector
  * Added lzip support to scripts/uz
  * Added Tot_sectors option to mformat
  * Fixed hidden sector handling in mformat
  * Minfo generates mformat command lines containing new -T option
  * Mlabel prints error if label too long
- removed upstreamed patches:
  * script.diff
  * file_close.diff
  * initialize.diff

OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=17
This commit is contained in:
2010-11-16 11:00:48 +00:00
committed by Git OBS Bridge
parent 91556894cb
commit 9f34f85fc8
12 changed files with 31 additions and 57 deletions

View File

@@ -20,7 +20,7 @@
Name: mtools
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
Version: 4.0.13
Version: 4.0.15
Release: 2
AutoReqProv: on
Group: System/Filesystems
@@ -30,12 +30,9 @@ Summary: Access Files on an MS-DOS File System
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-conf.diff
Patch1: %{name}-%{version}-autoconf.diff
Patch2: %{name}-%{version}-script.diff
Patch3: %{name}-%{version}-aliasing.diff
Patch4: %{name}-%{version}-fat-bits.diff
Patch5: %{name}-%{version}-prototypes.diff
Patch7: %{name}-%{version}-file-close.diff
Patch8: %{name}-%{version}-initialize.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -93,12 +90,9 @@ Authors:
%setup -q
%patch0
%patch1
%patch2
%patch3
%patch4
%patch5
%patch7
%patch8 -p1
%build
%{suse_update_config -f}