Petr Gajdos
a63e315e4d
mtools 4.0.22 OBS-URL: https://build.opensuse.org/request/show/656057 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=53
534 lines
17 KiB
Plaintext
534 lines
17 KiB
Plaintext
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- Update to 4.0.20:
|
||
* initialize directory entries to 0
|
||
* bad message "Too few sectors" replaced with "Too many sectors"
|
||
* apostrophe in mlabel no longer causes generation of long entry
|
||
* option to fake system date for file creation using the
|
||
SOURCE_DATE_EPOCH environment variables
|
||
|
||
* can now be compiled with "clang" compiler
|
||
* fallback function for strndup, for those platforms that don't have it
|
||
* fixed a number of -Wextra warnings
|
||
* new compressed archive formats for uz/lz
|
||
* allow to specify number of reserved sectors for FAT32.
|
||
* file/device locking with timeout (rather than immediate failure)
|
||
* fixed support for BPB-less legacy formats.
|
||
* removed check that disk must be an integer number of tracks.
|
||
* removed .eh/.oh macros from manual pages
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 31 06:17:04 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||
|
||
- patches unversioned; makes update and reviews easier
|
||
* mtools-4.0.18-fat-bits.diff -> mtools-fat-bits.diff
|
||
* mtools-4.0.18-conf.diff -> mtools-conf.diff
|
||
* mtools-4.0.18-aliasing.diff -> mtools-aliasing.diff
|
||
* mtools-4.0.18-prototypes.diff -> mtools-prototypes.diff
|
||
* mtools-4.0.18-autoconf.diff -> mtools-autoconf.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 27 23:03:50 UTC 2018 - sean@suspend.net
|
||
|
||
- Update to 4.0.19:
|
||
* Fix for short file names starting with character 0xE5
|
||
* mpartition: Partition types closer to what Microsoft uses
|
||
* mformat: figure out LBA geometry as last resort if geometry is unspecified
|
||
* mformat: use same default cluster size as Microsoft for FAT32
|
||
* additional sanity checks
|
||
* document how clutser size is picked in mformat.c man page
|
||
* document how partition types are picked in mpartition.c man page
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 16 13:19:05 UTC 2018 - pgajdos@suse.com
|
||
|
||
- do not build in parallel as it fails
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 27 17:31:13 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||
|
||
- Disable floppyd support. Floppyd is a daemon allowing remote X
|
||
clients to access floppies attached to e.g. thin clients. As it
|
||
uses X authentication, it pulls in X libraries.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 13 18:59:51 UTC 2018 - crrodriguez@opensuse.org
|
||
|
||
- Do not BuildRequire metapackage xorg-x11-devel
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Nov 30 08:04:18 UTC 2015 - pgajdos@suse.com
|
||
|
||
- require glibc-locale [bnc#957007]
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 26 15:20:48 UTC 2015 - mpluskal@suse.com
|
||
|
||
- Clean spec file with spec-cleaner
|
||
- Refresh dependencies
|
||
- Add gpg signature
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 16 10:10:15 UTC 2013 - idonmez@suse.com
|
||
|
||
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 26 12:54:37 UTC 2013 - pgajdos@suse.com
|
||
|
||
- updated to 4.0.18:
|
||
* Fix for names of iconv encodings on AIX
|
||
* Fix mt_size_t on NetBSD
|
||
* Fixed compilation on Mingw
|
||
* Fixed doc (especially mformat)
|
||
* Fix mformat'ing of FAT12 filesystems with huge cluster sizes
|
||
* Minfo prints image file name in mformat command line if an image
|
||
file name was given
|
||
* Always generate gzip-compressed RPMs, in order to remain
|
||
compatible with older distributions
|
||
* Fixed buffer overflow with drive letter in mclasserase
|
||
- extended fat-bits.patch: add fat_bits parameter again to fat_read()
|
||
and old_fat_read(); it is candidate to drop though
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 24 07:08:41 UTC 2012 - werner@suse.de
|
||
|
||
- Make it build with texinfo/makeinfo split
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 23 12:21:45 UTC 2012 - coolo@suse.com
|
||
|
||
- add texinfo as buildrequire
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 2 12:03:44 UTC 2012 - cfarrell@suse.com
|
||
|
||
- license update: GPL-3.0+
|
||
mtools is GPL-3.0+ licensed, not GPL-2.0+
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 21 13:37:38 UTC 2011 - coolo@suse.com
|
||
|
||
- add autoconf as buildrequire to avoid implicit dependency
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 21 10:29:49 UTC 2011 - coolo@suse.com
|
||
|
||
- remove call to suse_update_config (very old work around)
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
- updated to 4.0.16:
|
||
* fixed formatting of fat_size_calculation.tex document
|
||
* Make it clear that label is limited to 13 characters
|
||
* Fixed typo in initialization of FAT32 info sector
|
||
- remove invalid-memory.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 17 11:13:49 CET 2011 - pgajdos@suse.cz
|
||
|
||
- fixed crash caused with access of invalid memory [bnc#679459]
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 16 11:57:57 CET 2010 - pgajdos@suse.cz
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 29 18:27:11 CEST 2010 - pgajdos@suse.cz
|
||
|
||
- fixed initialization in mlabel.c [bnc#618326]
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 1 16:20:52 CET 2010 - pgajdos@suse.cz
|
||
|
||
- updated to 4.0.13 (upstreamed debian patches)
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 6 14:04:56 CET 2009 - meissner@suse.de
|
||
|
||
- uppercase summary of -floppyd
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 24 15:29:20 CET 2009 - pgajdos@suse.cz
|
||
|
||
- updated to 4.0.12 (see NEWS)
|
||
- removed upstreamed help-flag.diff and overflow.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 23 11:25:37 CEST 2009 - pgajdos@suse.cz
|
||
|
||
- fixed wrong -h flag [bnc#548449]
|
||
* help-flag.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 15 09:54:02 CEST 2009 - pgajdos@suse.cz
|
||
|
||
- added missing call to close [bnc#535718]
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 16 01:35:17 CEST 2009 - ro@suse.de
|
||
|
||
- buildfix: refresh patches
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 16 10:09:01 CET 2009 - pgajdos@suse.cz
|
||
|
||
- updated to 4.0.10 (see NEWS)
|
||
* adjusted overflow.patch
|
||
- splitted out doc package
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 21 17:22:15 CET 2009 - schwab@suse.de
|
||
|
||
- Fix buffer overflows.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 13 18:14:34 CET 2009 - pgajdos@suse.cz
|
||
|
||
- updated to 4.0.1
|
||
* unicode support
|
||
* use transliteration to represent characters which don't exist in
|
||
target set
|
||
* Offset for -i-specified image files
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 5 12:11:14 CEST 2007 - prusnak@suse.cz
|
||
|
||
- updated to 3.9.11
|
||
* fixed reading of boot sector
|
||
* fixed mlabel on read-only disks
|
||
* added sizecode printing on minfo
|
||
* support for config parameters after -i file
|
||
- drop obsolete patches:
|
||
* memset.diff (included in update)
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Apr 22 22:40:14 CEST 2007 - ro@suse.de
|
||
|
||
- use texlive for building
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 6 21:21:18 CET 2006 - mjancar@suse.cz
|
||
|
||
- bransh mtools-floppy to prevent dependecy on X11 (#146102)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 25 21:38:26 CET 2006 - mls@suse.de
|
||
|
||
- converted neededforbuild to BuildRequires
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 18 16:35:32 CET 2005 - meissner@suse.de
|
||
|
||
- fixed swapped memset() arguments.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 3 15:02:06 CEST 2005 - mjancar@suse.cz
|
||
|
||
- update to 3.9.10
|
||
- drop obsolete patches:
|
||
* mtools-3.9.9-20030718.diff.gz
|
||
* mtools-execNULL.diff
|
||
- split mtools-3.9.9.diff into:
|
||
* mtools-3.9.10-autoconf.diff
|
||
* mtools-3.9.10-conf.diff
|
||
* mtools-3.9.10-prototypes.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 5 15:12:34 CEST 2005 - mmj@suse.de
|
||
|
||
- execl(..., 0) --> execl(..., NULL);
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 13 17:20:29 CET 2005 - ro@suse.de
|
||
|
||
- added libpng to nfb (for tetex)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 24 17:15:59 CET 2005 - meissner@suse.de
|
||
|
||
- fixed one execl call, fixed one lvalue cast.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jun 13 12:21:39 CEST 2004 - schwab@suse.de
|
||
|
||
- Allow overriding fat bits.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 22 17:46:02 CEST 2004 - tcrhak@suse.cz
|
||
|
||
- strict aliasing fix
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 10 16:23:20 CET 2004 - adrian@suse.de
|
||
|
||
- build as user
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 31 18:03:11 CEST 2003 - uli@suse.de
|
||
|
||
- fixed to build on 64-bit archs
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 29 10:27:10 CEST 2003 - tcrhak@suse.cz
|
||
|
||
- update to version 3.9.9
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 19 17:08:28 CET 2002 - tcrhak@suse.cz
|
||
|
||
- updated patch to mtools-3.9.8-20021118.diff.bz2
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||
|
||
- removed bogus self-provides
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 3 17:52:48 CEST 2001 - tcrhak@suse.cz
|
||
|
||
- updated patch to mtools-3.9.8-20011127.diff.bz2
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 1 17:23:50 CEST 2001 - schwab@suse.de
|
||
|
||
- Fix quoting in shell scripts.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 13 17:28:45 CEST 2001 - adostal@suse.cz
|
||
|
||
- upgrade to 3.9.8
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 12 14:35:28 CEST 2001 - schwab@suse.de
|
||
|
||
- Fix configure script.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 3 11:13:15 CEST 2001 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 26 10:30:09 CEST 2001 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 9 14:20:21 CET 2001 - cihlar@suse.cz
|
||
|
||
- removed lx_suse from neededforbuild
|
||
- do not include kernel headers
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 8 15:58:15 CET 2001 - cihlar@suse.cz
|
||
|
||
- fixed to compile
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 9 15:16:07 CET 2001 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 5 07:36:47 CET 2000 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 22 12:06:14 CET 2000 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 9 14:30:56 CET 2000 - cihlar@suse.cz
|
||
|
||
- improved BuildRoot
|
||
- fixed file list
|
||
- bzipped sources
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 20 08:30:57 CEST 2000 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 8 15:18:02 CEST 2000 - schwab@suse.de
|
||
|
||
- Fix typo in configure script and pass -D_GNU_SOURCE to compiler
|
||
(obsoletes last change for alpha)
|
||
- Add suse_update_config.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 28 18:45:15 CEST 2000 - ro@suse.de
|
||
|
||
- fixed to compile on alpha
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 16 15:29:35 CEST 2000 - cihlar@suse.cz
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 24 17:43:54 CEST 2000 - kasal@suse.de
|
||
|
||
- updated patchkit
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 19 21:00:37 MEST 2000 - kasal@suse.de
|
||
|
||
- upgrade to 3.9.7
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 26 08:15:55 CEST 2000 - kasal@suse.de
|
||
|
||
- upgrade to mtools-3.9.6-20000417.diff.gz
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 12 10:34:25 CEST 2000 - kasal@suse.cz
|
||
|
||
- upgrade to mtools-3.9.6-20000410.diff.gz
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 27 10:37:19 CEST 2000 - kasal@suse.cz
|
||
|
||
- added patch mtools-3.9.6-20000320b.diff.gz (fixes BUG# 2590)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 1 16:34:25 CET 2000 - kasal@suse.de
|
||
|
||
- moved manpages to %{_mandir}
|
||
- added buildroot and shortened %filelist
|
||
- added mtools.info* files (and texinfo to #neededforbuild)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 20 19:58:38 CEST 1999 - uli@suse.de
|
||
|
||
- fixed #include conflict showing up on PPC
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
||
|
||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 9 15:33:01 MEST 1999 - uli@suse.de
|
||
|
||
- update -> 3.9.6
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 23 14:01:51 MET 1999 - ro@suse.de
|
||
|
||
- don't use -O4 ; strip binaries
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 23 00:45:56 MET 1999 - ro@suse.de
|
||
|
||
- update to 3.9.4
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 11 15:02:50 MET 1998 - rj@suse.de
|
||
|
||
- parameters in mtools.conf for 1,44MB disks hardcoded
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 29 00:41:30 MET 1998 - ro@suse.de
|
||
|
||
- respect change in 2.1.126 SCSI_DISK_MAJOR
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 26 14:51:14 MEST 1998 - bs@suse.de
|
||
|
||
- used old config file again.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 21 17:54:41 MEST 1998 - bs@suse.de
|
||
|
||
- update to version 3.9.1
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 24 11:38:03 MET 1998 - ro@suse.de
|
||
|
||
- removed man-pages mread and mwrite
|
||
(contain no information, just texinfos blabla)
|
||
|
||
----------------------------------------------------------------------------
|
||
Thu Jun 12 17:33:42 CEST 1997 - rj@suse.de
|
||
|
||
- modification in /etc/mtools.conf
|
||
|
||
----------------------------------------------------------------------------
|
||
Fri Apr 18 17:02:37 CEST 1997 - rj@suse.de
|
||
|
||
- new version 3.6
|
||
|
||
----------------------------------------------------------------------------
|
||
Mon Mar 3 11:43:17 CET 1997 - rj@suse.de
|
||
|
||
- new version 3.3
|
||
|
||
----------------------------------------------------------------------------
|
||
Tue Feb 25 14:53:24 CET 1997 - rj@suse.de
|
||
|
||
- new version 3.2
|
||
- /usr/doc/packages/mtools now included
|
||
- xdf Support
|
||
|