File Fuse-utils.changes of Package fuse-utils

-------------------------------------------------------------------
Fri Nov  1 13:33:02 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.4.3
  * audio2tape
    + Replace deprecated auto_ptr with unique_ptr (Sergio
      Baldoví).
  * createhdf
    + Cast size_t variables to unsigned long in printf()
      statements (Sergio Baldoví).
  * fmfconv
    + Fix printf() conversion specifiers (Sergio Baldoví).
    + Fix ULAW identification (Sergio Baldoví).
    + Force pad byte to value zero in WAV files (Sergio Baldoví).
  * rzxdump
    + Cast size_t variables to unsigned long in printf()
      statements (Sergio Baldoví).
    + Fix printf() conversion specifiers (Sergio Baldoví).
  * snapdump
    + Cast size_t variables to unsigned long in printf()
      statements (Sergio Baldoví).
    + Fix printf() conversion specifiers (Sergio Baldoví).
  * tape2pulses
    + Close file on error (Sergio Baldoví).
  * tzxlist
    + Fix printf() conversion specifiers (Sergio Baldoví).
  version 1.4.2:
  * listbasic
    + Fix processing tape files (thanks, Stuart Caie) (Fredrick
      Meunier).
  * fmfconv
    + Fix undefined behaviour when writing AVI files (Sergio
      Baldoví).
    + Don't change audio layout in lossless encode examples in
      manual (Sergio Baldoví).
  * rzxdump
    + Fix crash when extracting compressed snapshots (Sergio
      Baldoví).
  version 1.4.1:
  * snapdump
    + Don't print UTF-8 characters to the terminal (Sergio
      Baldoví).
  * snap2tzx
    + Add 4500 and 5000 bps rates for use with TZXduino (Duncan
      Edwards).
  * Various minor bug fixes/improvements:
    + Add more examples of fmfconv movie conversion (thanks,
      lister_of_smeg) (Sergio Baldoví).
    + Minor code changes in fmfconv (Fredrick Meunier).
  version 1.4.0:
  * snapdump
    + New utility to dump information about machine status
      stored in a snapshot file (Sergio Baldoví).

- Spec cleanup

-------------------------------------------------------------------
Thu Oct 12 07:39:05 UTC 2017 - serbalgi@gmail.com

- Update to version 1.3.5
  * fmfconv
    + Fix handling of Timex hires frames.
    + Extract FMF type handling.
    + Fix build in big-endian platforms (Alberto Garcia).
    + Remove unimplemented SCR reading (Fredrick Meunier).

  * tzxlist
    + Extend header info.
- Drop ChangeLog.verbose: Accommodate upstream changes.

-------------------------------------------------------------------
Mon Oct  3 20:45:26 UTC 2016 - serbalgi@gmail.com

- Update to version 1.3.0
  * Print summary of enabled features when building fuse-utils (Alberto
    Garcia).

  * rzxdump
    + Print offset of unknown block types (Sergio Baldoví).
    + Print the canonical version of the creator based on major/minor
      versions (Sergio Baldoví).

-------------------------------------------------------------------
Mon Aug 22 21:16:27 UTC 2016 - serbalgi@gmail.com

- Update to version 1.2.2
  * scl2trd
    + Fix buffer over-read (Sergio Baldoví).

  * tape2pulses
  * tape2wav
    + Emit an edge when 0 tstate pulses do not have the no edge flag set
      (Fredrick Meunier).

-------------------------------------------------------------------
Tue Jun  7 21:35:07 UTC 2016 - serbalgi@gmail.com

- Update to version 1.2.0
  * fmfconv
    + Drop FFmpeg/Libav API support in fmfconv (Sergio Baldoví).
    + Support JPEG, PNG and AVI output formats (Gergely Szasz).
    + Set default output type to AVI instead of YUV4MPEG2 when using pipes
      (Gergely Szasz).
    + Move --force-resample and --srate options (Gergely Szasz).
    + Add more details on DESCRIPTION, EXAMPLES and SEE ALSO (Sergio
      Baldoví).
    + Add missing options and arrange options in categories (Sergio
      Baldoví).
    + Set output mode to AVI when using .avi file extension (Sergio
      Baldoví).
    + Ensure AVI files are finalised and delete the index file on Windows
      (Sergio Baldoví).
    + Allow greyscale output (Gergely Szasz).
    + Implement --version option in fmfconv (Gergely Szasz).
    + Fix crash when writing a sequence of screenshots (Sergio Baldoví).
    + New internal sound resampling (Gergely Szasz).
  * rzxtool: 
    + Fix snapshot insertion in rzx recordings (Sergio Baldoví).
    + Add option for finalising rzx recordings (Sergio Baldoví).
  * tzxlist
    + Dump headers that appear to be in data blocks (Fredrick Meunier).
    + Dump standard data blocks to files (Gergely Szasz).
    + Don't print non-printable header characters like Fuse (Fredrick
      Meunier).
    + Allow tape durations longer than 20.5 minutes (UB880D).
  * tape2pulses
    + New utility to dump the pulses found in a tape file to a file for
      analysis (Fredrick Meunier).
  * tape2wav
    + Correct default WAV sample rate (Santiago Vila).
  * rzxdump: 
    + Show block number as is needed for some operations with rzxtool
      (Sergio Baldoví).
    + Fix exit code when passed bad operands (Sergio Baldoví).
    + Fix leaks and possible null pointer dereferences (Sergio Baldoví).
  * scl2trd
    + Fix exit code when passed bad operands (Sergio Baldoví).
  * audio2tape
    + Use char* for progname for consistency with utils.c (Fredrick
      Meunier).
    + Declare C linkage for progname (Adam Sampson).
  * Various minor bug fixes/improvements.
- Drop Fuse-utils-progname.patch: Upstream fixed.
- Several spec fixes.

-------------------------------------------------------------------
Fri Mar 25 23:08:51 UTC 2016 - serbalgi@gmail.com

- Fix undefined reference in audio2tape.
- Clean up spec file.

-------------------------------------------------------------------
Fri Sep 20 05:34:00 UTC 2013 - serbalgi@gmail.com

- Update to version 1.1.1
  * Fix typo in header search path for local libraries (Alberto Garcia).
  * Fix syntax error in fmfconv manual page (Alberto Garcia).
  * fmfconv, new converter tool for FMF movie files (Gergely Szasz).
  * tape2wav
    + Allow writing WAV output to stdout (Fredrick Meunier and Sergio
      Baldovi).
    + Respect polarity when writing audio data (Fredrick Meunier).
  * tzxlist
    + Add support for PZX files (Fredrick Meunier).
    + Add support for TZX set signal level block (Fredrick Meunier).
    + Print CODE header start address and length (Fredrick Meunier).
  * tapeconv, correct check for unknown file types (Michael Tautschnig).
- Add missing build dependencies
  * audiofile and gcc-c++ BuildRequires to enable audio2tape utility.
  * zlib BuildRequires to enable reading from compressed RZX files.
  * libgcrypt BuildRequires to fix the build of rzxdump.
- Several spec fixes
  * Modernize package license.
  * Remove norootforbuild as current version supports DESTDIR.
  * Fix invalid Licence and Group properties.
  * Remove Autoreqprov, it's default on.
  * Add missing Url property.

-------------------------------------------------------------------
Tue Dec 23 00:00:00 UTC 2008 - uli@suse.de

- update -> 0.10.0.1
  * Ensure all audio2tape header files are distributed (Fredrick
    Meunier).
  * Fix compilation when libaudiofile isn't present (Fredrick
    Meunier).
  * audio2tape can now recognise standard ROM loaders (Fredrick
    Meunier).
  * tzxlist now outputs block and tape lengths (Fredrick Meunier).
  * snap2tzx: add 0.1s pause between blocks to ensure a gap between
    edges (Fredrick Meunier).
  * tapeconv: add options for embedding metadata into the created
    file (Fredrick Meunier).
  * tape2wav: ensure pulses do not get rounded down inappropriately
    (Fredrick Meunier).
  * Allow building without libaudiofile (José Manuel Ferrer Ortiz).
  * Add audio2tape and tape2wav utilities to convert between audio
    and tape formats (Fredrick Meunier).
  * Remove use of mmap() (Philip Kendall).
  * Beta BASIC support for listbasic (Stuart Brady).
  * Man page fixes (Stuart Brady).
- clean up spec file
openSUSE Build Service is sponsored by