Files
whipper/whipper.changes

177 lines
6.9 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Tue Feb 20 15:20:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Sat Nov 6 17:17:17 UTC 2021 - olaf@aepfle.de
- Package README.md instead of dead symlink README
-------------------------------------------------------------------
Tue Aug 10 06:52:50 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add upstream commit as patch e0942417a1c267781a8b676789730457dcb2e6fa.patch
* Use custom YAML subclass to be compatible with ruamel_yaml>=0.17
-------------------------------------------------------------------
Mon May 31 13:56:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.10.0
* Allow configuring whether to auto close the drive's tray
* Better error handling for unconfigured drive offset
* Ability to group multi-disc releases in a single folder
* Provide option to not use disambiguation in title
* Save ISRCs from CD TOC
* Ability to skip unrippable track
* Grab cover art
* cdda2wav from cdrtools instead of cdparanoia
* Full changelog
https://github.com/whipper-team/whipper/blob/v0.10.0/CHANGELOG.md
-------------------------------------------------------------------
Tue May 4 10:53:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Undo single-spec abomination: this is an application, not a
python module, and we thus do not need all python flavors pulled
in.
- Add gobject-introspection BuildRequires: the code uses
gobject-inrtrospection to call out to libraries; by having this
Build dependency. rpm will add the nescessary requires to the
package in plus.
-------------------------------------------------------------------
Tue May 4 09:47:05 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Make it build again
-------------------------------------------------------------------
Tue Mar 30 08:44:31 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Make it build again
-------------------------------------------------------------------
Mon Nov 23 13:40:37 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use %pytest instead of /usr/bin/py.test to run tests
-------------------------------------------------------------------
Sun Dec 15 16:44:42 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Run testsuite
-------------------------------------------------------------------
Tue Dec 10 21:18:09 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.0
Fixed bugs:
* Fix regression introduced due to Python 3 port
* Port to Python 3
- Update to version 0.8.0
Fixed bugs:
* whipper bails out if MusicBrainz release group doesnt have a
type
* object has no attribute 'working_directory' when running cd
info
* Failure to rip CD: "ValueError: could not convert string to
float: "
* "AttributeError: Program instance has no attribute '_presult'"
when ripping
* Drive analysis fails
* Eliminate warning "eject: CD-ROM tray close command failed"
* Flac file permissions
Closed issues:
* Separate out Release in log into two value map
* Network issue #412
* RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4)
doesn't match a supported version
* Run script after rip
* Add git/mercurial dependency to the README
* Include MusicBrainz Release ID in the log file
* Rip while entering MusicBrainz data
* Doesn't eject - "eject: unable to eject" (but manual eject
works)
* Note in the whipper output/log if development version was used
* read-toc progress information
* ripping fails frequently, but not repeatably
* Look into adding more MusicBrainz identifiers to ripped files
- Use python rpm build macros
- Drop not longer needed patch:
* whipper-fix-appstream-file-path.patch
-------------------------------------------------------------------
Tue Jan 8 22:45:51 UTC 2019 - mardnh@gmx.de
- Update from 0.7.0 to 0.7.3
Fixed bugs:
* UnicodeEncodeError: 'ascii' codec can't encode characters in
position 17-18: ordinal not in range(128)
* Error when parsing log file due to left pad track number #340
* Failing AccurateRipResponse tests #333
* CRITICAL:whipper.command.cd:output directory is a finished
rip output directory #287
* Possible HTOA error #281
* Disc template KeyError #279
* Enhanced CD causes computer to freeze. #256
* pycdio & libcdio issues #238
* Unicode issues #215
* whipper offset find exception #208
Closed issues:
* WARNING:whipper.common.program:network error: NetworkError()
* Write musicbrainz_discid tag when disc is unknown #280
* Write .toc files in addition to .cue files to support cdrdao
and non-compliant .cue sheets #214
Merged pull requests:
* Discover plugins in system directories too #348
* Avoid zero padding in logger track numbers #341
* Update failing AccurateRipResponse tests #334
* Raise exception when cdparanoia can't read any frames #328
* Prevent exception in offset find #327
* Fix template validation error #325
* Fix UnicodeEncodeError with non ASCII MusicBrainz's catalog
numbers #323
* Raise exception if template has invalid variables #322
* Preserve ToC file generated by cdrdao #321
- Add patch:
* whipper-fix-appstream-file-path.patch
-------------------------------------------------------------------
Thu Jun 7 17:49:41 UTC 2018 - sknorr@suse.com
- Update from 0.4.2 to 0.7.0
- Changes: https://github.com/JoeLametta/whipper/releases
- Implemented enhancements:
- Simple message while reading TOC (gh#JoeLametta/whipper#257)
- Various ripping issues (gh#JoeLametta/whipper#179)
- Small readme cleanups (gh#JoeLametta/whipper#250)
- Remove debug commands, add mblookup command
(gh#JoeLametta/whipper#249)
- remove -T/--toc-pickle (gh#JoeLametta/whipper#245)
- credit four major developers by line count
(gh#JoeLametta/whipper#243)
- Removed reference to unused "profile = flac" config option
(gh#JoeLametta/whipper#99, gh#JoeLametta/whipper#231)
- Fixed bugs:
- ImportError: libcdio.so.16: cannot open shared object file: No
such file or directory (gh#JoeLametta/whipper#229)
- whipper offset find exception (gh#JoeLametta/whipper#208)
- cd rip is not able to rip the last track
(gh#JoeLametta/whipper#203)
- whipper not picking up all settings in whipper.conf
(gh#JoeLametta/whipper#99)
- fix CI build error with latest pycdio
(gh#JoeLametta/whipper#233)
- Closed issues:
- CD-ROM powers off during rip command
(gh#JoeLametta/whipper#189)
- GUI frontend for whipper (gh#JoeLametta/whipper#40)
- Merged pull requests:
- Remove reference to Copr repository
(gh#JoeLametta/whipper#248)
- Revert "Convert docstrings to reStructuredText"
(gh#JoeLametta/whipper#246)
- remove radon reports (gh#JoeLametta/whipper#242)
- read command parameters from config sections
(gh#JoeLametta/whipper#240)