AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 0.9.1: * Use journald when using systemd service * Bug fixes * Drop python2 support * Support `~` expansion in configuration file * Added -j option to use systemd journald
- Updated to release 0.8: * Added cli options for mpd host and port, music dir * Better detection of embedded covers * Compatibility with python-mpd2 1.0.0 * Fixed volume reporting with newer mpd versions * Fix notification system initialization * Notify urgengy can be configured * "Playing" and "Paused" notifications now show song information (gh-#71). * Path to config file can be changed via command line * Add a hidden option to change the D-Bus service name, for advanced multi-instance configurations.
- Fix interpreter.patch
- Update to current Github version, including the following: * Catch Mutagen exceptions for malformed files * Allow a custom bus name to be specified (for multi-instance) * Use SafeConfigParser#read() and Python3 interpreter
- Add missing gobject-introspection-devel BuildRequires for automatic typelib requirements generation. - Add python3-base BuildRequires and switch python2-python-mpd2 Requires to python3-python-mpd2 since configure script checks for Python 3, the new openSUSE default version, rather than Python 2. - Switch python2 to python3 in interprter.patch to reflect the previous changes. - Drop update-desktop-files BuildRequires: this is not required nor used.
- Fix python-mpd module version - Add interpreter.patch to fix env related warning
- Cleanup spec file and fix download url
- Initial build