mtools.spec (mtools-4.0.35.tar.bz2) | : | mtools.spec (mtools-4.0.36.tar.bz2) | ||
---|---|---|---|---|
%define _binary_payload w9.gzdio | %define _binary_payload w9.gzdio | |||
Name: mtools | Name: mtools | |||
Summary: mtools, read/write/list/format DOS disks under Unix | Summary: mtools, read/write/list/format DOS disks under Unix | |||
Version: 4.0.35 | Version: 4.0.36 | |||
Release: 1 | Release: 1 | |||
License: GPLv3+ | License: GPLv3+ | |||
Group: Utilities/System | Group: Utilities/System | |||
URL: http://www.gnu.org/software/mtools/ | URL: http://www.gnu.org/software/mtools/ | |||
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz | Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz | |||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |||
%description | %description | |||
Mtools is a collection of utilities to access MS-DOS disks from GNU | Mtools is a collection of utilities to access MS-DOS disks from GNU | |||
and Unix without mounting them. It supports long file names, OS/2 Xdf | and Unix without mounting them. It supports long file names, OS/2 Xdf | |||
skipping to change at line 135 | skipping to change at line 135 | |||
if [ -f %{_bindir}/install-info ] ; then | if [ -f %{_bindir}/install-info ] ; then | |||
if [ -f %{_infodir}/dir ] ; then | if [ -f %{_infodir}/dir ] ; then | |||
%{_bindir}/install-info --delete %{_infodir}/mtools.info %{_infod ir}/dir | %{_bindir}/install-info --delete %{_infodir}/mtools.info %{_infod ir}/dir | |||
fi | fi | |||
if [ -f %{_infodir}/dir.info ] ; then | if [ -f %{_infodir}/dir.info ] ; then | |||
%{_bindir}/install-info --delete %{_infodir}/mtools.info %{_infod ir}/dir.info | %{_bindir}/install-info --delete %{_infodir}/mtools.info %{_infod ir}/dir.info | |||
fi | fi | |||
fi | fi | |||
%changelog | %changelog | |||
* Sun Nov 21 2021 Alain Knaff <alain@knaff.lu> | ||||
- Fix error status of recursive listing of empty root directory | ||||
- If recursive listing, also show matched files at level one | ||||
- Use "seekless" reads & write internally, where possible | ||||
- Text mode conversion refactoring | ||||
- Misc refactoring | ||||
* Fri Aug 06 2021 Alain Knaff <alain@knaff.lu> | * Fri Aug 06 2021 Alain Knaff <alain@knaff.lu> | |||
- Fix cluster padding at end of file in batch mode, and add comments about what | - Fix cluster padding at end of file in batch mode, and add comments about what | |||
happens here | happens here | |||
* Fri Jul 23 2021 Alain Knaff <alain@knaff.lu> | * Fri Jul 23 2021 Alain Knaff <alain@knaff.lu> | |||
- Fix mcopy -s issue | - Fix mcopy -s issue | |||
* Sat Jul 17 2021 Alain Knaff <alain@knaff.lu> | * Sat Jul 17 2021 Alain Knaff <alain@knaff.lu> | |||
- Fix support for partitions (broken in 4.0.30) | - Fix support for partitions (broken in 4.0.30) | |||
- Portability fixes for Solaris 10 and 11 | - Portability fixes for Solaris 10 and 11 | |||
- General simplification of configure script, and largefile handling | - General simplification of configure script, and largefile handling | |||
- Tested and fixed for platforms *without* largefile support | - Tested and fixed for platforms *without* largefile support | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 7 lines changed or added |