Package Release Info

mt-st-1.7-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mt-st

Change Logs

* Wed May 17 2023 Alexey Svistunov <svalx@svalx.net>
- Update to version 1.7:
  * fixes a single bug in stinit parsing of invalid definitions
  * add IBM 3590 B/E format to tape densities table (Chris Dinneen)
- Cleanup secfile
* Wed Nov 25 2020 Kristyna Streitova <kstreitova@suse.com>
- Fix Source URL
* Sun Nov 22 2020 svalx@svalx.net
- Update to version 1.4:
  * show default tape device in usage output (Iustin Pop)
  * improve parsing of the stinit.def configuration file to detect and flag some of the possible errors,
    and add tests to prevent regressions (Iustin Pop)
  * add LTO-8 (hrchu) and LTO-7 formatted as M8 (Iustin Pop) density codes
  * internal code improvements for issues flagged by Coverity scan warnings (Gris Ge)
  * add bash auto-completion file (Paweł Marciniak)
  * don't strip anymore binaries on installation, as nowadays this is the job of package managers (Dan Horák)
- Cleanup with spec-cleaner
* Fri Mar 17 2017 svalx@svalx.net
- Switch binaries to alternatives system
- Change package description
* Thu Mar 16 2017 mpluskal@suse.com
- Cleanup with spec-cleaner
- Refresh udev rules via scriplets
* Sun Aug 07 2016 olaf@aepfle.de
- Provide/Obsolete mt_st
* Wed Jun 29 2016 svalx@svalx.net
- Update to version 1.3:
  * add more density codes (Kai Mäkisara)
  * check for overflow when using k, M or G suffixes (Kai Mäkisara)
  * allow negative argument for mkpartition, supported by Linux 4.6
    and later (Kai Mäkisara)
  * fix compilation with musl libc (Felix Janda)
  * allow configuring the default tape device and installation
    paths (e.g. /bin vs. /usr/bin) at build/install time (Iustin
    Pop)
  * code cleanups from the SUSE package (Alexey Svistunov)
  * update the supplied example file (Alexey Svistunov)
  * fix config file parsing bug in stinit (Iustin Pop)
- Add keyring file
- Removed all patches - fixed upstream
- Using DEFTAPE and EXEC_PREFIX variables in specfile
- Merged Martin Pluskal changes from devel package
* Thu Mar 10 2016 svalx@svalx.net
- Add Provides/Obsoletes tags to specfile
* Thu Mar 03 2016 svalx@svalx.net
- Remove rename-mt-to-mtst.patch, 'mt' binary name is no longer conflicts with cpio
- Add mt-default-device.patch -- change mt default device from /dev/tape to /dev/nst0
- Specfile cleanup
- Rename package to canonical name 'mt-st'
* Thu Feb 25 2016 svalx@svalx.net
- Update to version 1.2
  * many updates to density codes (SDLT, LTO 5,6 and 7, etc.) (various people)
  * multiple man page updates (various people)
  * improve default tape device handling in mt: check that it actually is a character device,
    in order to show better error messages when /dev/tape is a different type (e.g. directory when using udev)
  * small bug fix in stinit in parsing the input file (David Binderman)
  * improve build system by allowing easier customisation of build flags and installation directory
    (via DESTDIR, not prefix) and by sanitising the creation of the dist archive (Iustin Pop)
  * sanitise the source code to get rid of GCC warnings (Jan Christoph Nordholz, Iustin Pop)
  * add stshowoptions alias to stshowopt (Ivo De Decker)
  * expand the provided stinit.def.examples file (Suggested by Ralf-Peter Rohbeck)
  * improve the --help output of stinit (Dan Horák)
  * change of maintainership to Iustin Pop iustin@k1024.org
- Split mt-st-1.1.patch on to change-path-to-binary.patch, fix-mans-install.patch and rename-mt-to-mtst.patch,
  improve Makefile flexible
- Rebase mt-st-codecleanup.patch
- Add default template stinit.def configuration file
- Add %{?_smp_mflags} for build
- Change URL and Source paths in specfile to recent
- Add udev rule for stinit
- Add gpg signature of source tarball
- Add Ultrium LTO-3 definitions to examples
- Clean specfile by spec-cleaner utility