Package Release Info

mpclient-0.33-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mpclient

Change Logs

* Wed Nov 06 2019 ???? ?????? <ilya@ilya.pp.ua>
- Update to 0.33
  * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.33/NEWS
  * fix off-by-one bug in "prio" command
  * reduce network transfer for "playlist", "ls", "listall"
* Tue Oct 08 2019 ???? ?????? <ilya@ilya.pp.ua>
- Refresh spec-file via spec-cleaner and manual optimizations
  * specified the correct license GPL-2.0-or-later
- Update to 0.32
  * https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.32/NEWS
  * add commands "queued", "seekthrough", "mount", "unmount"
  * support "search" with filter expression (MPD 0.21)
  * support "load" with range
  * allow only tag names after "list"
  * fix the Windows build (no strndup())
  * make documentation build optional with -Ddocumentation={true|false|auto}
  * build: require Meson 0.47
  * add command "listneighbors"
  * reduce network transfer for "search"
  * fall back to "Composer" or "AlbumArtist" tag in the default format
  * support abstract socket in --host option
* Thu Oct 04 2018 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.30:
  * add command "rescan"
  * seek: use the "seekcur" command instead of "seekid"
  * require MPD 0.19
  * implement %prio% for --format
  * the default --format falls back to "performer" if there is no "artist"
  * add command "prio"
  * command "outputs" prints attributes
  * fix build failure with gcc 7.0 and clang 4.0
  * build with Meson instead of autotools
- Switch to meson
- Move the bash completion to /usr
Version: 0.28-bp150.2.4
* Thu Sep 28 2017 olaf@aepfle.de
- Update to 0.28
  * let "listall" print songs only
  * "searchplay" supports tags
  * add command "pause-if-playing"
  * format: add escape character to escape sequences
  * use environment variable "MPC_FORMAT"
  * require libmpdclient 2.9 or newer
* Thu Aug 27 2015 Mathias.Homann@opensuse.org
- Update to 0.27:
  0.27 (2015/05/30)
  * fix --enable-debug and --enable-werror
  * add unit tests
  * new command: "searchplay" searches and plays songs from the current playlist
  * fix use-after-free bug
  * new command: "searchadd" works like findadd with non-exact matching
  * improved error handling
  * show directories in command "tab"
  * bash completion: escape '&'
  * add %mtime% and %mdate% to --format
  * recognize command by unambiguous prefix
  * "insert" queues new songs when "random" mode is enabled
  0.26 (2014/06/03)
  * fix segfault when adding absolute paths
  * "playlist" can show stored playlist
  * "search" supports --format
  0.25 (2013/11/09)
  * fix "insert" with directory argument
  * optimize tab completion commands
  * do character set conversion for tab completion commands
  * require libmpdclient 2.3, MPD 0.16
  0.24 (2013/10/29)
  * configure.ac: fix syntax error
  * new command "toggleoutput"
  * use the "volume" command on MPD 0.18
  * fix search/find with "filename" constraint
  * add search/find with "base" constraint
  * don't strip trailing slashes from absolute URLs
* Tue Jun 18 2013 fisiu@opensuse.org
- Update to 0.23:
  * do character set conversions on client-to-client messages
  * allow trailing slashes in paths that can be directories
  * make "mv" a shortcut for "move"
  * new command "cdprev"
  * support absolute paths in "add" and "update"
  * enable/disable: support output names, multiple arguments
    and "only" mode
  * doc: document missing format keywords
* Tue Feb 07 2012 pascal.bleser@opensuse.org
- update to 0.22:
  * implement the client-to-client protocol (MPD 0.17)
  * sticker: fix crash bug
  * print newline after volume level
  * print status after no-op relative volume change
- changes from 0.21:
  * idle: fix assertion failure on unknown idle event
  * new command "insert"
  * show only playlists on command "lsplaylists"
- changes from 0.20:
  * reactivate "search filename"
  * MixRamp support
  * support --format with "ls" and "listall"
  * new command "clearerror"
  * implement "current --wait"
  * command "add": print the failed song
* Thu Jan 14 2010 detlef@links2linux.de
- new upstream version <0.19>
  * require libmpdclient 2.2
  * reactivate "search filename"
  * MixRamp support
  * support --format with "ls" and "listall"
  * new command "clearerror"
  * implement "current --wait"
  * command "add": print the failed song
* Thu Dec 17 2009 detlef@links2linux.de
- rename to mpclient
* Mon Dec 07 2009 detlef@links2linux.de
- new upstream version <0.19>
  * search: fix "mpc search any"
  * idle: flush output after each idleloop iteration
  * added command "sticker" (MPD 0.15)
  * added command "replaygain" (MPD 0.16)
  * implemented position, id for --format
  * fixed bash completion
* Tue Aug 18 2009 detlef@links2linux.de
- new upstream version <0.17>
  * fixed busy loop while waiting for "idle" response
  * added command "idleloop"
* Thu Jul 23 2009 detlef@links2linux.de
- new upstream version <0.16>
  * added command "current"
  * support the new MPD modes "consume" and "single"
  * added command "idle"
* Mon Feb 02 2009 detlef@links2linux.de
- new upstream version <0.15>
  * optimized and simplified the "add" command, don't obtain and print
    song list when adding directories
  * same optimization for the "ls" command, which did some very
    expensive underscore matching logic using "listall"
  * show MPD error message in "status"
  * fixed special character handling in bash completion
  * fixed two crash bugs due to wrong string pool usage
  * don't fall back to ISO-Latin-1 in unknown locale
  * disable character set conversion to/from pipe
  * fix memory leak in songToFormatedString()
  * fix memory leak in charset_set()
  * Sat Dec 20 2008 - Detlef Reichelt <detlef@links2linux.de> <0.14>-<0.pm.1>
- new upstream version <0.14>
  * Support for date, genre, composer, performer, disc, and comment
  * Added "mpc find"
  * Added "mpc list"
* Tue Mar 27 2007 detlef@links2linux.de
- new upstream version
* Thu Sep 28 2006 detlef@links2linux.de
- new upstream version
* Mon Aug 21 2006 detlef@links2linux.de
- install file-handler
* Sun Aug 13 2006 detlef@links2linux.de
- new upstream version
* Tue Mar 23 2004 malakhanov@gmx.de
- modified for SUSE/Packman
* Wed Mar 10 2004 gbpeck@sbcglobal.net
- Update URL
- Rebuild for official release
* Mon Mar 08 2004 gbpeck@sbcglobal.net
- Version 0.10.1
* Wed Mar 03 2004 gbpeck@sbcglobal.net
- Version 0.10.0
* Fri Feb 06 2004 gbpeck@sbcglobal.net
- Rebuild with mach
* Thu Oct 30 2003 gbpeck@sbcglobal.net
- Version 0.9.2