commit mpd for openSUSE:Factory

2020-11-09 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-11-09 13:58:04

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.11331 (New)


Package is "mpd"

Mon Nov  9 13:58:04 2020 rev:27 rq:847042 version:0.22.3

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-10-29 09:23:40.474766467 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.11331/mpd.changes   2020-11-09 
13:59:07.451739977 +0100
@@ -1,0 +2,13 @@
+Mon Nov  9 06:24:26 UTC 2020 - Илья Индиго 
+
+- Update to 0.22.3
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.3/NEWS
+  * playlist
+* add option "as_directory", making CUE file expansion optional
+  * storage: curl: fix crash bug
+  * filter
+* fix garbage after "Audio format not supported by filter" message
+* ffmpeg: support planar output
+* ffmpeg: support sample formats other than 16 bit
+
+---

Old:

  mpd-0.22.2.tar.xz
  mpd-0.22.2.tar.xz.sig

New:

  mpd-0.22.3.tar.xz
  mpd-0.22.3.tar.xz.sig



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.Ko6020/_old  2020-11-09 13:59:07.995738791 +0100
+++ /var/tmp/diff_new_pack.Ko6020/_new  2020-11-09 13:59:07.999738781 +0100
@@ -20,13 +20,13 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.22.2
+Version:0.22.3
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later
-URL:https://www.musicpd.org
-Source0:
https://www.musicpd.org/download/%{name}/%{mver}/%{name}-%{version}.tar.xz
-Source1:
https://www.musicpd.org/download/%{name}/%{mver}/%{name}-%{version}.tar.xz.sig
+URL:https://musicpd.org
+Source0:
https://musicpd.org/download/%{name}/%{mver}/%{name}-%{version}.tar.xz
+Source1:
https://musicpd.org/download/%{name}/%{mver}/%{name}-%{version}.tar.xz.sig
 Source2:README.%{name}
 Source3:%{name}-user.conf
 Source4:%{name}.firewalld

++ mpd-0.22.2.tar.xz -> mpd-0.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.2/NEWS new/mpd-0.22.3/NEWS
--- old/mpd-0.22.2/NEWS 2020-10-28 17:25:33.0 +0100
+++ new/mpd-0.22.3/NEWS 2020-11-06 16:12:54.0 +0100
@@ -1,3 +1,13 @@
+ver 0.22.3 (2020/11/06)
+* playlist
+  - add option "as_directory", making CUE file expansion optional
+* storage
+  - curl: fix crash bug
+* filter
+  - fix garbage after "Audio format not supported by filter" message
+  - ffmpeg: support planar output
+  - ffmpeg: support sample formats other than 16 bit
+
 ver 0.22.2 (2020/10/28)
 * database
   - simple: purge songs and virtual directories for unavailable plugins
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.2/doc/conf.py new/mpd-0.22.3/doc/conf.py
--- old/mpd-0.22.2/doc/conf.py  2020-10-28 17:25:33.0 +0100
+++ new/mpd-0.22.3/doc/conf.py  2020-11-06 16:12:54.0 +0100
@@ -38,7 +38,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.22.2'
+version = '0.22.3'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.2/doc/plugins.rst 
new/mpd-0.22.3/doc/plugins.rst
--- old/mpd-0.22.2/doc/plugins.rst  2020-10-28 17:25:33.0 +0100
+++ new/mpd-0.22.3/doc/plugins.rst  2020-11-06 16:12:54.0 +0100
@@ -1229,23 +1229,25 @@
 asx
 ---
 
-Reads .asx playlist files.
+Reads :file:`.asx` playlist files.
+
+.. _cue_playlist:
 
 cue
 ---
-Reads .cue files.
+Reads :file:`.cue` files.
 
 embcue
 --
-Reads CUE sheets from the "CUESHEET" tag of song files.
+Reads CUE sheets from the ``CUESHEET`` tag of song files.
 
 m3u
 ---
-Reads .m3u playlist files.
+Reads :file:`.m3u` playlist files.
 
 extm3u
 --
-Reads extended .m3u playlist files.
+Reads extended :file:`.m3u` playlist files.
 
 flac
 
@@ -1253,11 +1255,11 @@
 
 pls
 ---
-Reads .pls playlist files.
+Reads :file:`.pls` playlist files.
 
 rss
 ---
-Reads music links from .rss files.
+Reads music links from :file:`.rss` files.
 
 soundcloud
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.2/doc/user.rst new/mpd-0.22.3/doc/user.rst
--- old/mpd-0.22.2/doc/user.rst 2020-10-28 17:25:33.0 +0100
+++ new/mpd-0.22.3/doc/user.rst 2020-11-06 16:12:54.0 +0100
@@ -413,7 +413,7 @@
* - **format samplerate:bits:channels**
  -  Always open the audio output with the specified audio format, 

commit mpd for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-10-29 09:23:33

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.3463 (New)


Package is "mpd"

Thu Oct 29 09:23:33 2020 rev:26 rq:844681 version:0.22.2

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-09-30 19:54:57.788815377 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.3463/mpd.changes2020-10-29 
09:23:40.474766467 +0100
@@ -1,0 +2,23 @@
+Wed Oct 28 22:04:23 UTC 2020 - Илья Индиго 
+
+- Update to 0.22.2
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.2/NEWS
+  * database: simple: purge songs and virtual directories for unavailable
+plugins on update
+  * decoder
+* opus: apply the OpusHead output gain even if there is no EBU R128 tag
+* opus: fix track/album ReplayGain fallback
+  * input
+* qobuz/tidal: fix protocol errors due to newlines in error messages
+* smbclient: disable by default due to libsmbclient crash bug
+  * output
+* alsa: don't deadlock when the ALSA driver is buggy
+* jack, pulse: reduce the delay when stopping or pausing playback
+  * playlist
+* cue: fix two crash bugs
+* soundcloud: fix protocol errors due to newlines in error messages
+  * state_file
+* fix the state_file_interval setting
+* save on shutdown
+
+---

Old:

  mpd-0.22.tar.xz
  mpd-0.22.tar.xz.sig

New:

  mpd-0.22.2.tar.xz
  mpd-0.22.2.tar.xz.sig



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.Y1yWrB/_old  2020-10-29 09:23:41.030767000 +0100
+++ /var/tmp/diff_new_pack.Y1yWrB/_new  2020-10-29 09:23:41.030767000 +0100
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.22
+Version:0.22.2
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later
@@ -221,8 +221,6 @@
 install -Dpm0644 %{SOURCE4} 
%{buildroot}%{_prefix}/lib/firewalld/services/%{name}.xml
 install -Dpm0644 %{SOURCE5} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 install -Dpm0644 doc/mpdconf.example %{buildroot}%{_sysconfdir}/%{name}.conf
-install -pm0644 build/doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
-install -pm0644 build/doc/%{name}.conf.5 
%{buildroot}%{_mandir}/man5/%{name}.conf.5
 # Remove duplicate for mpd.socket and replace it with a symlink.
 rm %{buildroot}%{_userunitdir}/%{name}.socket
 ln -s ../system/%{name}.socket %{buildroot}%{_userunitdir}/%{name}.socket

++ mpd-0.22.tar.xz -> mpd-0.22.2.tar.xz ++
 3221 lines of diff (skipped)




commit mpd for openSUSE:Factory

2020-09-30 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-09-30 19:54:55

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.4249 (New)


Package is "mpd"

Wed Sep 30 19:54:55 2020 rev:25 rq:838624 version:0.22

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-09-23 18:46:10.765640300 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.4249/mpd.changes2020-09-30 
19:54:57.788815377 +0200
@@ -1,0 +2,61 @@
+Wed Sep 30 01:36:05 UTC 2020 - Илья Индиго 
+
+- Refresh spec-file via spec-cleaner and manual optimizations
+  * Removed unnecessary constructions and comments.
+  * Add sig-file.
+  * Add mpd.firewalld file with 6600 and 8000 tcp ports for firewalld.
+  * Add mpd.tmpfiles.d for /run/mpd directory.
+  * Enable build documentation and add separate doc package.
+  * Remove patch mpd-docs.patch (needless).
+- Change patch mpd-mpdconf_suse.patch and rename to mpd-conf.patch.
+  * Change and set log_file option to "/var/log/mpd.log".
+  * Change and set pid_file and bind_to_address to /run/mpd/* directory.
+  * Add additional description for log_level option and set to "warning".
+  * Set auto_update and zeroconf_enabled options to "no".
+  * Remove prefix "My " in name options alsa and httpd output devices.
+  * Change option device in alsa_output to "plug:plugequal" for alsaequal.
+  * Add optional option mixer_control in alsa_output with value "Master".
+  * Change quality, bitrate and format options in output devices.
+- Change mpd-user.conf file: add alsa audio_output and drop id3v1_encoding.
+- Update to 0.22
+  * Add BuildRequires for cmake, python3-Sphinx and pkgconfig(liburing).
+  * Increased the minimum version for meson to 0.49.0.
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22/NEWS
+  * protocol
+* "findadd"/"searchadd"/"searchaddpl" support the "sort" and
+* "window" parameters
+* add command "readpicture" to download embedded pictures
+* command "moveoutput" moves an output between partitions
+* command "delpartition" deletes a partition
+* show partition name in "status" response
+  * tags: new tags "Grouping" (for ID3 "TIT1"), "Work" and "Conductor"
+  * input
+* curl: support "charset" parameter in URI fragment
+* ffmpeg: allow partial reads
+* io_uring: new plugin for local files on Linux (using liburing)
+* smbclient: close unused SMB/CIFS connections
+  * database: upnp: drop support for libupnp versions older than 1.8
+  * playlist
+* cue: integrate contents in database
+* flac: support reading CUE sheets from remote FLAC files
+  * decoder
+* ffmpeg: support RTSP
+* mad: remove option "gapless", always do gapless
+* sidplay: add option "default_genre"
+* sidplay: map SID name field to "Album" tag
+* sidplay: add support for new song length format with libsidplayfp 2.0
+* vorbis, opus: improve seeking accuracy
+  * filter
+* ffmpeg: new plugin based on FFmpeg's libavfilter library
+* hdcd: new plugin based on FFmpeg's "af_hdcd" for HDCD playback
+* volume: convert S16 to S24 to preserve quality and reduce dithering noise
+* dsd: add integer-only DSD to PCM converter
+  * output
+* jack: add option "auto_destination_ports"
+* jack: report error details
+* pulse: add option "media_role"
+* solaris: support S8 and S32
+  * lower the real-time priority from 50 to 40
+  * switch to C++17 GCC 8 or clang 5 (or newer) recommended
+
+---
@@ -6 +67 @@
-- inotify: obey ".mpdignore" files
+* inotify: obey ".mpdignore" files
@@ -8,2 +69,2 @@
-- osx: fix crash bug
-- sles: support floating point samples
+* osx: fix crash bug
+* sles: support floating point samples
@@ -11,5 +72,5 @@
-- bzip2: fix crash on corrupt bzip2 file
-- bzip2: flush output at end of input file
-- iso9660: fix unaligned reads
-- iso9660: support seeking
-- zzip: fix crash on corrupt ZIP file
+* bzip2: fix crash on corrupt bzip2 file
+* bzip2: flush output at end of input file
+* iso9660: fix unaligned reads
+* iso9660: support seeking
+* zzip: fix crash on corrupt ZIP file
@@ -17,4 +78,4 @@
-- ffmpeg: remove "rtsp://" from the list of supported protocols
-- ffmpeg: add "hls+http://; to the list of supported protocols
-- opus: support the gain value from the Opus header
-- sndfile: fix lost samples at end of file
+* ffmpeg: remove "rtsp://" from the list of supported protocols
+* ffmpeg: add "hls+http://; to the list of supported protocols
+* opus: support the gain value from the Opus header
+* sndfile: fix lost samples at end of file
@@ -41,2 +102,2 @@
-- simple: automatically scan new mounts

commit mpd for openSUSE:Factory

2020-09-23 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-09-23 18:44:43

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.4249 (New)


Package is "mpd"

Wed Sep 23 18:44:43 2020 rev:24 rq:836224 version:0.21.26

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-08-19 18:59:17.407925788 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.4249/mpd.changes2020-09-23 
18:46:10.765640300 +0200
@@ -1,0 +2,23 @@
+Wed Sep 23 06:37:31 UTC 2020 - Dirk Mueller 
+
+- update to 0.21.26:
+  * database
+- inotify: obey ".mpdignore" files
+  * output
+- osx: fix crash bug
+- sles: support floating point samples
+  * archive
+- bzip2: fix crash on corrupt bzip2 file
+- bzip2: flush output at end of input file
+- iso9660: fix unaligned reads
+- iso9660: support seeking
+- zzip: fix crash on corrupt ZIP file
+  * decoder
+- ffmpeg: remove "rtsp://" from the list of supported protocols
+- ffmpeg: add "hls+http://; to the list of supported protocols
+- opus: support the gain value from the Opus header
+- sndfile: fix lost samples at end of file
+  * fix "single" mode bug after resuming playback
+  * the default log_level is "default", not "info" 
+
+---

Old:

  mpd-0.21.25.tar.xz

New:

  mpd-0.21.26.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.9DPhD8/_old  2020-09-23 18:46:12.237641654 +0200
+++ /var/tmp/diff_new_pack.9DPhD8/_new  2020-09-23 18:46:12.241641658 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.25
+Version:0.21.26
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.25.tar.xz -> mpd-0.21.26.tar.xz ++
 2570 lines of diff (skipped)




commit mpd for openSUSE:Factory

2020-08-19 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-08-19 18:58:13

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.3399 (New)


Package is "mpd"

Wed Aug 19 18:58:13 2020 rev:23 rq:827892 version:0.21.25

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-07-08 19:16:24.099763774 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.3399/mpd.changes2020-08-19 
18:59:17.407925788 +0200
@@ -1,0 +2,10 @@
+Wed Aug 19 11:40:13 UTC 2020 - Dominique Leuenberger 
+
+- Fix typo in previous commit.
+
+---
+Wed Aug 19 09:12:04 UTC 2020 - Dominique Leuenberger 
+
+- Use %{_userunitdir} consistently in the spec file.
+
+---



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.g5edgi/_old  2020-08-19 18:59:19.035926606 +0200
+++ /var/tmp/diff_new_pack.g5edgi/_new  2020-08-19 18:59:19.039926608 +0200
@@ -218,8 +218,8 @@
 install -m 0644 %{SOURCE1} README.mpd
 cp -a "%{SOURCE2}" "%{buildroot}%{_docdir}/%{name}/"
 ln -s service %{buildroot}%{_sbindir}/rcmpd
-rm %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
-ln -s ../system/mpd.socket %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
+rm %{buildroot}%{_userunitdir}/mpd.socket
+ln -s ../system/mpd.socket %{buildroot}%{_userunitdir}/mpd.socket
 
 %pre
 # add mpd user only when installing first time
@@ -249,7 +249,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_unitdir}/mpd.service
 %{_unitdir}/mpd.socket
-%{_libexecdir}/systemd/user/mpd.socket
+%{_userunitdir}/mpd.socket
 %{_userunitdir}/mpd.service
 
 %changelog




commit mpd for openSUSE:Factory

2020-07-08 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-07-08 19:15:57

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.3060 (New)


Package is "mpd"

Wed Jul  8 19:15:57 2020 rev:22 rq:819184 version:0.21.25

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-06-22 17:46:45.302006827 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.3060/mpd.changes2020-07-08 
19:16:24.099763774 +0200
@@ -1,0 +2,23 @@
+Tue Jul  7 06:32:18 UTC 2020 - Paolo Stivanin 
+
+- Update to 0.21.25
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.25/NEWS
+  * protocol: fix crash when using "rangeid" while playing
+  * database
+- simple: automatically scan new mounts
+- upnp: fix compatibility with Plex DLNA
+  * storage
+- fix disappearing mounts after mounting twice
+- udisks: fix reading ".mpdignore"
+  * input
+- file: detect premature end of file
+- smbclient: don't send credentials to MPD clients
+  * decoder
+- opus: apply pre-skip and end trimming
+- opus: fix memory leak
+- opus: fix crash bug
+- vorbis: fix crash bug
+  * neighbor
+- upnp: fix crash during shutdown
+
+---

Old:

  mpd-0.21.24.tar.xz

New:

  mpd-0.21.25.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.XHJTFj/_old  2020-07-08 19:16:25.835766738 +0200
+++ /var/tmp/diff_new_pack.XHJTFj/_new  2020-07-08 19:16:25.839766745 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.24
+Version:0.21.25
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.24.tar.xz -> mpd-0.21.25.tar.xz ++
 4589 lines of diff (skipped)




commit mpd for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-06-22 17:46:40

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.2956 (New)


Package is "mpd"

Mon Jun 22 17:46:40 2020 rev:21 rq:816315 version:0.21.24

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-04-27 23:34:41.007090530 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.2956/mpd.changes2020-06-22 
17:46:45.302006827 +0200
@@ -1,0 +2,14 @@
+Mon Jun 22 10:33:14 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.24
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.24/NEWS
+  * protocol: "tagtypes" requires no permissions
+  * database: simple: fix crash when mounting twice
+  * decoder
+* modplug: fix Windows build failure
+* wildmidi: attempt to detect WildMidi using pkg-config
+* wildmidi: fix Windows build failure
+  * player: don't restart current song if seeking beyond end
+  * fix unit test failure
+
+---

Old:

  mpd-0.21.23.tar.xz

New:

  mpd-0.21.24.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.qHksLV/_old  2020-06-22 17:46:46.266009851 +0200
+++ /var/tmp/diff_new_pack.qHksLV/_new  2020-06-22 17:46:46.266009851 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.23
+Version:0.21.24
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.23.tar.xz -> mpd-0.21.24.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.23/.gitignore new/mpd-0.21.24/.gitignore
--- old/mpd-0.21.23/.gitignore  2020-04-23 17:46:20.0 +0200
+++ new/mpd-0.21.24/.gitignore  2020-06-10 22:48:50.0 +0200
@@ -6,3 +6,6 @@
 /output/
 
 __pycache__/
+
+/.clangd/
+/compile_commands.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.23/.travis.yml new/mpd-0.21.24/.travis.yml
--- old/mpd-0.21.23/.travis.yml 2020-04-23 17:46:20.0 +0200
+++ new/mpd-0.21.24/.travis.yml 2020-06-10 22:48:50.0 +0200
@@ -135,7 +135,8 @@
 - chromaprint
 - libsamplerate
 - libsoxr
-- libzzip
+# libzzip appears to be broken on Homebrew: "ld: library not found 
for -lzzip"
+#- libzzip
 - flac
 - opus
 - libvorbis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.23/NEWS new/mpd-0.21.24/NEWS
--- old/mpd-0.21.23/NEWS2020-04-23 17:46:20.0 +0200
+++ new/mpd-0.21.24/NEWS2020-06-10 22:48:50.0 +0200
@@ -1,3 +1,23 @@
+ver 0.21.24 (2020/06/10)
+* protocol
+  - "tagtypes" requires no permissions
+* database
+  - simple: fix crash when mounting twice
+* decoder
+  - modplug: fix Windows build failure
+  - wildmidi: attempt to detect WildMidi using pkg-config
+  - wildmidi: fix Windows build failure
+* player
+  - don't restart current song if seeking beyond end
+* Android
+  - enable the decoder plugins GME, ModPlug and WildMidi
+  - fix build failure with Android NDK r21
+* Windows
+  - fix stream playback
+  - enable the decoder plugins GME, ModPlug and WildMidi
+  - work around Meson bug breaking the Windows build with GCC 10
+* fix unit test failure
+
 ver 0.21.23 (2020/04/23)
 * protocol
   - add tag fallback for AlbumSort
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.23/android/AndroidManifest.xml 
new/mpd-0.21.24/android/AndroidManifest.xml
--- old/mpd-0.21.23/android/AndroidManifest.xml 2020-04-23 17:46:20.0 
+0200
+++ new/mpd-0.21.24/android/AndroidManifest.xml 2020-06-10 22:48:50.0 
+0200
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="46"
-  android:versionName="0.21.23">
+  android:versionCode="47"
+  android:versionName="0.21.24">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.23/android/build.py 
new/mpd-0.21.24/android/build.py
--- old/mpd-0.21.23/android/build.py2020-04-23 17:46:20.0 +0200
+++ new/mpd-0.21.24/android/build.py2020-06-10 22:48:50.0 +0200
@@ -26,7 +26,7 @@
 'ndk_arch': 'arm',
 'toolchain_arch': 'arm-linux-androideabi',
 'llvm_triple': 'armv7-linux-androideabi',
-'cflags': '-march=armv7-a -mfpu=vfp -mfloat-abi=softfp',
+  

commit mpd for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-04-27 23:34:24

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.2738 (New)


Package is "mpd"

Mon Apr 27 23:34:24 2020 rev:20 rq:797726 version:0.21.23

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-04-05 20:55:58.705341844 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.2738/mpd.changes2020-04-27 
23:34:41.007090530 +0200
@@ -1,0 +2,16 @@
+Sat Apr 25 18:01:18 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.23
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.23/NEWS
+  * protocol: add tag fallback for AlbumSort
+  * storage
+* curl: fix corrupt "href" values in the presence of XML entities
+* curl: unescape "href" values
+  * input
+* nfs: fix crash bug
+* nfs: fix freeze bug on reconnect
+  * decoder: gme: adapt to API change in the upcoming version 0.7.0
+  * output: alsa: implement channel mapping for 5.0 and 7.0
+  * player: drain: outputs at end of song in "single" mode
+
+---

Old:

  mpd-0.21.22.tar.xz

New:

  mpd-0.21.23.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.IpNRmZ/_old  2020-04-27 23:34:42.103092669 +0200
+++ /var/tmp/diff_new_pack.IpNRmZ/_new  2020-04-27 23:34:42.107092678 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.22
+Version:0.21.23
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.22.tar.xz -> mpd-0.21.23.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.22/NEWS new/mpd-0.21.23/NEWS
--- old/mpd-0.21.22/NEWS2020-04-02 17:48:56.0 +0200
+++ new/mpd-0.21.23/NEWS2020-04-23 17:46:20.0 +0200
@@ -1,3 +1,21 @@
+ver 0.21.23 (2020/04/23)
+* protocol
+  - add tag fallback for AlbumSort
+* storage
+  - curl: fix corrupt "href" values in the presence of XML entities
+  - curl: unescape "href" values
+* input
+  - nfs: fix crash bug
+  - nfs: fix freeze bug on reconnect
+* decoder
+  - gme: adapt to API change in the upcoming version 0.7.0
+* output
+  - alsa: implement channel mapping for 5.0 and 7.0
+* player
+  - drain outputs at end of song in "single" mode
+* Windows
+  - fix case insensitive search
+
 ver 0.21.22 (2020/04/02)
 * database
   - simple: optimize startup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.22/android/AndroidManifest.xml 
new/mpd-0.21.23/android/AndroidManifest.xml
--- old/mpd-0.21.22/android/AndroidManifest.xml 2020-04-02 17:48:56.0 
+0200
+++ new/mpd-0.21.23/android/AndroidManifest.xml 2020-04-23 17:46:20.0 
+0200
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="45"
-  android:versionName="0.21.22">
+  android:versionCode="46"
+  android:versionName="0.21.23">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.22/doc/conf.py new/mpd-0.21.23/doc/conf.py
--- old/mpd-0.21.22/doc/conf.py 2020-04-02 17:48:56.0 +0200
+++ new/mpd-0.21.23/doc/conf.py 2020-04-23 17:46:20.0 +0200
@@ -38,7 +38,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.21.22'
+version = '0.21.23'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.22/meson.build new/mpd-0.21.23/meson.build
--- old/mpd-0.21.22/meson.build 2020-04-02 17:48:56.0 +0200
+++ new/mpd-0.21.23/meson.build 2020-04-23 17:46:20.0 +0200
@@ -1,7 +1,7 @@
 project(
   'mpd',
   ['c', 'cpp'],
-  version: '0.21.22',
+  version: '0.21.23',
   meson_version: '>= 0.49.0',
   default_options: [
 'c_std=c99',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.22/src/decoder/plugins/GmeDecoderPlugin.cxx 
new/mpd-0.21.23/src/decoder/plugins/GmeDecoderPlugin.cxx
--- old/mpd-0.21.22/src/decoder/plugins/GmeDecoderPlugin.cxx2020-04-02 
17:48:56.0 +0200
+++ new/mpd-0.21.23/src/decoder/plugins/GmeDecoderPlugin.cxx2020-04-23 
17:46:20.0 +0200
@@ -185,7 +185,11 @@
LogWarning(gme_domain, gme_err);
 
if (length > 0)
-   gme_set_fade(emu, length);
+   gme_set_fade(emu, length
+#if GME_VERSION >= 0x000700
+

commit mpd for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-04-05 20:55:51

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.3248 (New)


Package is "mpd"

Sun Apr  5 20:55:51 2020 rev:19 rq:791436 version:0.21.22

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-03-27 22:02:38.914979512 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.3248/mpd.changes2020-04-05 
20:55:58.705341844 +0200
@@ -1,0 +2,11 @@
+Sat Apr  4 22:04:54 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.22
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.22/NEWS
+  * database: simple: optimize startup
+  * input: curl: fix streaming errors on Android
+  * playlist: rss: support MIME type application/xml
+  * mixer: android: new mixer plugin for "sles" output
+  * fix build failures with uClibc-ng
+
+---

Old:

  mpd-0.21.21.tar.xz

New:

  mpd-0.21.22.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.nGz79E/_old  2020-04-05 20:56:00.665343947 +0200
+++ /var/tmp/diff_new_pack.nGz79E/_new  2020-04-05 20:56:00.669343952 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.21
+Version:0.21.22
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.21.tar.xz -> mpd-0.21.22.tar.xz ++
 2754 lines of diff (skipped)




commit mpd for openSUSE:Factory

2020-03-27 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-03-27 22:02:26

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.3160 (New)


Package is "mpd"

Fri Mar 27 22:02:26 2020 rev:18 rq:789099 version:0.21.21

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-02-27 14:39:47.318335654 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.3160/mpd.changes2020-03-27 
22:02:38.914979512 +0100
@@ -1,0 +2,12 @@
+Fri Mar 27 15:53:58 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.21
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.21/NEWS
+  * configuration: fix bug in "metadata_to_use" setting
+  * playlist: asx, xspf: fix corrupt tags in the presence of XML entities
+  * archive: iso9660: skip empty file names to work around libcdio bug
+  * decoder: gme: ignore empty tags
+  * output: solaris: port to NetBSD
+  * raise default "max_connections" value to 100
+
+---

Old:

  mpd-0.21.20.tar.xz

New:

  mpd-0.21.21.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.3t1Gj2/_old  2020-03-27 22:02:39.802980028 +0100
+++ /var/tmp/diff_new_pack.3t1Gj2/_new  2020-03-27 22:02:39.806980030 +0100
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.20
+Version:0.21.21
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.20.tar.xz -> mpd-0.21.21.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.20/.travis.yml new/mpd-0.21.21/.travis.yml
--- old/mpd-0.21.20/.travis.yml 2020-02-16 20:43:35.0 +0100
+++ new/mpd-0.21.21/.travis.yml 2020-03-19 15:22:28.0 +0100
@@ -1,6 +1,6 @@
 language: cpp
 
-matrix:
+jobs:
   include:
 # Ubuntu Bionic (18.04) with GCC 7
 - os: linux
@@ -126,6 +126,7 @@
   packages:
 - ccache
 - meson
+  update: true
   env:
 - MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH 
HOMEBREW_NO_ANALYTICS=1"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.20/NEWS new/mpd-0.21.21/NEWS
--- old/mpd-0.21.20/NEWS2020-02-16 20:43:35.0 +0100
+++ new/mpd-0.21.21/NEWS2020-03-19 15:22:28.0 +0100
@@ -1,3 +1,16 @@
+ver 0.21.21 (2020/03/19)
+* configuration
+  - fix bug in "metadata_to_use" setting
+* playlist
+  - asx, xspf: fix corrupt tags in the presence of XML entities
+* archive
+  - iso9660: skip empty file names to work around libcdio bug
+* decoder
+  - gme: ignore empty tags
+* output
+  - solaris: port to NetBSD
+* raise default "max_connections" value to 100
+
 ver 0.21.20 (2020/02/16)
 * decoder
   - audiofile, ffmpeg, sndfile: handle MIME type "audio/wav"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.20/android/AndroidManifest.xml 
new/mpd-0.21.21/android/AndroidManifest.xml
--- old/mpd-0.21.20/android/AndroidManifest.xml 2020-02-16 20:43:35.0 
+0100
+++ new/mpd-0.21.21/android/AndroidManifest.xml 2020-03-19 15:22:28.0 
+0100
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="43"
-  android:versionName="0.21.20">
+  android:versionCode="44"
+  android:versionName="0.21.21">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.20/doc/conf.py new/mpd-0.21.21/doc/conf.py
--- old/mpd-0.21.20/doc/conf.py 2020-02-16 20:43:35.0 +0100
+++ new/mpd-0.21.21/doc/conf.py 2020-03-19 15:22:28.0 +0100
@@ -38,7 +38,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.21.20'
+version = '0.21.21'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.20/doc/user.rst new/mpd-0.21.21/doc/user.rst
--- old/mpd-0.21.20/doc/user.rst2020-02-16 20:43:35.0 +0100
+++ new/mpd-0.21.21/doc/user.rst2020-03-19 15:22:28.0 +0100
@@ -695,7 +695,7 @@
* - **connection_timeout SECONDS**
  - If a client does not send any new data in this time period, the 
connection is closed. Clients waiting in "idle" mode are excluded from this. 
Default is 60.
* - **max_connections NUMBER**
- - This specifies the maximum number of clients that can be connected to 
:program:`MPD` at the same 

commit mpd for openSUSE:Factory

2020-02-27 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-02-27 14:39:14

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.26092 (New)


Package is "mpd"

Thu Feb 27 14:39:14 2020 rev:17 rq:779783 version:0.21.20

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2020-01-20 22:53:42.731303526 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.26092/mpd.changes   2020-02-27 
14:39:47.318335654 +0100
@@ -1,0 +2,11 @@
+Thu Feb 27 06:59:18 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.20
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.20/NEWS
+  * decoder
+* audiofile, ffmpeg, sndfile: handle MIME type "audio/wav"
+* ffmpeg: fix playback of AIFF and TTA
+* vorbis, opus: fix seeking in small files
+  * fix backwards seeking on ARM (and other non-x86 CPUs)
+
+---
@@ -1548 +1558,0 @@
-

Old:

  mpd-0.21.19.tar.xz

New:

  mpd-0.21.20.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.lmpYFO/_old  2020-02-27 14:39:48.994339112 +0100
+++ /var/tmp/diff_new_pack.lmpYFO/_new  2020-02-27 14:39:48.994339112 +0100
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.19
+Version:0.21.20
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.19.tar.xz -> mpd-0.21.20.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.19/.travis.yml new/mpd-0.21.20/.travis.yml
--- old/mpd-0.21.19/.travis.yml 2020-01-17 15:49:02.0 +0100
+++ new/mpd-0.21.20/.travis.yml 2020-02-16 20:43:35.0 +0100
@@ -17,9 +17,9 @@
 - ninja-build
   before_install:
 - wget https://bootstrap.pypa.io/get-pip.py
-- /usr/bin/python3.6 get-pip.py --user
+- /usr/bin/python3.6 get-pip.py --user --no-cache-dir
   install:
-- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson 
--no-cache-dir
   env:
 - MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
 
@@ -39,9 +39,9 @@
 - ninja-build
   before_install:
 - wget https://bootstrap.pypa.io/get-pip.py
-- /usr/bin/python3.6 get-pip.py --user
+- /usr/bin/python3.6 get-pip.py --user --no-cache-dir
   install:
-- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson 
--no-cache-dir
   env:
 - MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
 
@@ -61,9 +61,9 @@
 - ninja-build
   before_install:
 - wget https://bootstrap.pypa.io/get-pip.py
-- /usr/bin/python3.6 get-pip.py --user
+- /usr/bin/python3.6 get-pip.py --user --no-cache-dir
   install:
-- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson 
--no-cache-dir
   env:
 - MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
 
@@ -86,9 +86,9 @@
 - ninja-build
   before_install:
 - wget https://bootstrap.pypa.io/get-pip.py
-- /usr/bin/python3.6 get-pip.py --user
+- /usr/bin/python3.6 get-pip.py --user --no-cache-dir
   install:
-- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson 
--no-cache-dir
   env:
 # use gold as workaround for 
https://sourceware.org/bugzilla/show_bug.cgi?id=17068
 - MATRIX_EVAL="export CC='ccache gcc-6' CXX='ccache g++-6' 
LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
@@ -112,9 +112,9 @@
 - ninja-build
   before_install:
 - wget https://bootstrap.pypa.io/get-pip.py
-- /usr/bin/python3.6 get-pip.py --user
+- /usr/bin/python3.6 get-pip.py --user --no-cache-dir
   install:
-- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson 
--no-cache-dir
   env:
 # use gold as workaround for 
https://sourceware.org/bugzilla/show_bug.cgi?id=17068
 - MATRIX_EVAL="export CC='ccache gcc-8' CXX='ccache g++-8' 
LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
@@ -148,7 +148,7 @@
   # belonging to nss. You can unlink it" during gtest install
   - test "$TRAVIS_OS_NAME" != "osx" || brew unlink nss
 
-  - test "$TRAVIS_OS_NAME" != "osx" || brew install --HEAD 

commit mpd for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2020-01-20 22:53:25

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.26092 (New)


Package is "mpd"

Mon Jan 20 22:53:25 2020 rev:16 rq:765688 version:0.21.19

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-12-28 13:40:56.998946016 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.26092/mpd.changes   2020-01-20 
22:53:42.731303526 +0100
@@ -1,0 +2,12 @@
+Mon Jan 20 07:42:18 UTC 2020 - Илья Индиго 
+
+- Update to 0.21.19
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.19/NEWS
+  * configuration
+* allow overriding top-level settings in includes
+  * output
+* pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)
+  * fix build failure with clang 10
+  * fix build failure with Android NDK r20
+
+---

Old:

  mpd-0.21.18.tar.xz

New:

  mpd-0.21.19.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.3wmL3V/_old  2020-01-20 22:53:43.815303943 +0100
+++ /var/tmp/diff_new_pack.3wmL3V/_new  2020-01-20 22:53:43.819303945 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpd
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.18
+Version:0.21.19
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.18.tar.xz -> mpd-0.21.19.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.18/.travis.yml new/mpd-0.21.19/.travis.yml
--- old/mpd-0.21.18/.travis.yml 2019-12-24 16:13:16.0 +0100
+++ new/mpd-0.21.19/.travis.yml 2020-01-17 15:49:02.0 +0100
@@ -23,6 +23,50 @@
   env:
 - MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
 
+# Ubuntu Bionic (18.04) with GCC 7 on big-endian
+- os: linux
+  arch: s390x
+  dist: bionic
+  addons:
+apt:
+  sources:
+- sourceline: 'ppa:deadsnakes/ppa' # for Python 3.7 (required by 
Meson)
+  packages:
+- libgtest-dev
+- libboost-dev
+- python3.6
+- python3-urllib3
+- ninja-build
+  before_install:
+- wget https://bootstrap.pypa.io/get-pip.py
+- /usr/bin/python3.6 get-pip.py --user
+  install:
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+  env:
+- MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
+
+# Ubuntu Bionic (18.04) with GCC 7 on ARM64
+- os: linux
+  arch: arm64
+  dist: bionic
+  addons:
+apt:
+  sources:
+- sourceline: 'ppa:deadsnakes/ppa' # for Python 3.7 (required by 
Meson)
+  packages:
+- libgtest-dev
+- libboost-dev
+- python3.6
+- python3-urllib3
+- ninja-build
+  before_install:
+- wget https://bootstrap.pypa.io/get-pip.py
+- /usr/bin/python3.6 get-pip.py --user
+  install:
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+  env:
+- MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
+
 # Ubuntu Trusty (16.04) with GCC 6
 - os: linux
   dist: trusty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.18/NEWS new/mpd-0.21.19/NEWS
--- old/mpd-0.21.18/NEWS2019-12-24 16:13:16.0 +0100
+++ new/mpd-0.21.19/NEWS2020-01-17 15:49:02.0 +0100
@@ -1,3 +1,11 @@
+ver 0.21.19 (2020/01/17)
+* configuration
+  - allow overriding top-level settings in includes
+* output
+  - pulse: obey Pulse's maximum sample rate (fixes DSD128 playback)
+* fix build failure with clang 10
+* fix build failure with Android NDK r20
+
 ver 0.21.18 (2019/12/24)
 * protocol
   - work around Mac OS X bug in the ISO 8601 parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.18/android/AndroidManifest.xml 
new/mpd-0.21.19/android/AndroidManifest.xml
--- old/mpd-0.21.18/android/AndroidManifest.xml 2019-12-24 16:13:16.0 
+0100
+++ new/mpd-0.21.19/android/AndroidManifest.xml 2020-01-17 15:49:02.0 
+0100
@@ -2,10 +2,10 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  

commit mpd for openSUSE:Factory

2019-12-28 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-12-28 13:40:46

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.6675 (New)


Package is "mpd"

Sat Dec 28 13:40:46 2019 rev:15 rq:759768 version:0.21.18

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-12-21 12:29:49.247318709 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.6675/mpd.changes2019-12-28 
13:40:56.998946016 +0100
@@ -1,0 +2,14 @@
+Sat Dec 28 10:42:29 UTC 2019 - Илья Индиго 
+
+- Update to 0.21.18
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.18/NEWS
+  * protocol
+* work around Mac OS X bug in the ISO 8601 parser
+  * output
+* alsa: fix hang bug with ALSA "null" outputs
+  * storage
+* curl: fix crash bug
+  * drop support for CURL versions older than 7.32.0
+  * reduce unnecessary CPU wakeups
+
+---

Old:

  mpd-0.21.17.tar.xz

New:

  mpd-0.21.18.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.94Uwgg/_old  2019-12-28 13:40:57.818946430 +0100
+++ /var/tmp/diff_new_pack.94Uwgg/_new  2019-12-28 13:40:57.846946444 +0100
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.17
+Version:0.21.18
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.17.tar.xz -> mpd-0.21.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.17/.travis.yml new/mpd-0.21.18/.travis.yml
--- old/mpd-0.21.17/.travis.yml 2019-12-16 23:32:44.0 +0100
+++ new/mpd-0.21.18/.travis.yml 2019-12-24 16:13:16.0 +0100
@@ -2,6 +2,28 @@
 
 matrix:
   include:
+# Ubuntu Bionic (18.04) with GCC 7
+- os: linux
+  dist: bionic
+  addons:
+apt:
+  sources:
+- sourceline: 'ppa:deadsnakes/ppa' # for Python 3.7 (required by 
Meson)
+  packages:
+- libgtest-dev
+- libboost-dev
+- python3.6
+- python3-urllib3
+- ninja-build
+  before_install:
+- wget https://bootstrap.pypa.io/get-pip.py
+- /usr/bin/python3.6 get-pip.py --user
+  install:
+- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
+  env:
+- MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
+
+# Ubuntu Trusty (16.04) with GCC 6
 - os: linux
   dist: trusty
   addons:
@@ -25,8 +47,9 @@
 - /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
   env:
 # use gold as workaround for 
https://sourceware.org/bugzilla/show_bug.cgi?id=17068
-- MATRIX_EVAL="export CC=gcc-6 CXX=g++-6 LDFLAGS=-fuse-ld=gold 
PATH=$HOME/.local/bin:$PATH"
+- MATRIX_EVAL="export CC='ccache gcc-6' CXX='ccache g++-6' 
LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
 
+# Ubuntu Trusty (16.04) with GCC 8
 - os: linux
   dist: trusty
   addons:
@@ -50,25 +73,37 @@
 - /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
   env:
 # use gold as workaround for 
https://sourceware.org/bugzilla/show_bug.cgi?id=17068
-- MATRIX_EVAL="export CC=gcc-8 CXX=g++-8 LDFLAGS=-fuse-ld=gold 
PATH=$HOME/.local/bin:$PATH"
+- MATRIX_EVAL="export CC='ccache gcc-8' CXX='ccache g++-8' 
LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
 
 - os: osx
-  osx_image: xcode9.3beta
+  osx_image: xcode9.4
+  addons:
+homebrew:
+  packages:
+- ccache
+- meson
   env:
-- MATRIX_EVAL=""
+- MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH 
HOMEBREW_NO_ANALYTICS=1"
 
 cache:
-  - apt
-  - ccache
+  apt: true
+  ccache: true
+  directories:
+- $HOME/Library/Caches/Homebrew
+
+before_cache:
+  - test "$TRAVIS_OS_NAME" != "osx" || brew cleanup
 
 before_install:
   - eval "${MATRIX_EVAL}"
-  # C++14
-  - test "$TRAVIS_OS_NAME" != "osx" || brew update
 
 install:
   # C++14
-  - test "$TRAVIS_OS_NAME" != "osx" || brew install ccache meson
+
+  # Work around "Target /usr/local/lib/libgtest.a is a symlink
+  # belonging to nss. You can unlink it" during gtest install
+  - test "$TRAVIS_OS_NAME" != "osx" || brew unlink nss
+
   - test "$TRAVIS_OS_NAME" != "osx" || brew install --HEAD 
https://gist.githubusercontent.com/Kronuz/96ac10fbd8472eb1e7566d740c4034f8/raw/gtest.rb
 
 before_script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.17/NEWS new/mpd-0.21.18/NEWS
--- old/mpd-0.21.17/NEWS

commit mpd for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-12-21 12:29:48

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.6675 (New)


Package is "mpd"

Sat Dec 21 12:29:48 2019 rev:14 rq:757896 version:0.21.17

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-10-17 12:22:27.919145792 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.6675/mpd.changes2019-12-21 
12:29:49.247318709 +0100
@@ -1,0 +2,15 @@
+Wed Dec 18 15:55:55 UTC 2019 - Илья Индиго 
+
+- Update to 0.21.17
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.17/NEWS
+  * protocol
+* relax the ISO 8601 parser: allow omitting field separators,
+  the time of day and the "Z" suffix
+  * archive
+* zzip: improve error reporting
+  * outputs
+* jack: mark ports as terminal
+* shout: declare metadata as UTF-8
+  * fix build failure with -Ddatabase=false
+
+---

Old:

  mpd-0.21.16.tar.xz

New:

  mpd-0.21.17.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.NjYRXn/_old  2019-12-21 12:29:50.183319154 +0100
+++ /var/tmp/diff_new_pack.NjYRXn/_new  2019-12-21 12:29:50.187319156 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.16
+Version:0.21.17
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.16.tar.xz -> mpd-0.21.17.tar.xz ++
 2166 lines of diff (skipped)




commit mpd for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-10-17 12:22:15

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.2352 (New)


Package is "mpd"

Thu Oct 17 12:22:15 2019 rev:13 rq:738869 version:0.21.16

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-10-14 14:54:33.621971108 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.2352/mpd.changes2019-10-17 
12:22:27.919145792 +0200
@@ -1,0 +2,15 @@
+Wed Oct 16 11:36:22 UTC 2019 - Илья Индиго 
+
+- Update to 0.21.16
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.16/NEWS
+  * fix build with iconv() instead of ICU
+  * queue
+* fix relative destination offset when moving a range
+  * storage
+* curl: request the "resourcetype" property to fix database update
+* curl: URL-encode more paths
+* curl: follow redirects for collections without trailing slash
+  * update
+* fix crash when music_directory is not a directory
+
+---

Old:

  mpd-0.21.15.tar.xz

New:

  mpd-0.21.16.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.nLSZ2E/_old  2019-10-17 12:22:28.587144117 +0200
+++ /var/tmp/diff_new_pack.nLSZ2E/_new  2019-10-17 12:22:28.591144107 +0200
@@ -20,7 +20,7 @@
 %bcond_withfaad
 %bcond_without mpd_iso9660
 Name:   mpd
-Version:0.21.15
+Version:0.21.16
 Release:0
 Summary:Music Player Daemon
 License:GPL-2.0-or-later

++ mpd-0.21.15.tar.xz -> mpd-0.21.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.15/NEWS new/mpd-0.21.16/NEWS
--- old/mpd-0.21.15/NEWS2019-09-25 21:24:15.0 +0200
+++ new/mpd-0.21.16/NEWS2019-10-16 11:58:36.0 +0200
@@ -1,3 +1,14 @@
+ver 0.21.16 (2019/10/16)
+* queue
+  - fix relative destination offset when moving a range
+* storage
+  - curl: request the "resourcetype" property to fix database update
+  - curl: URL-encode more paths
+  - curl: follow redirects for collections without trailing slash
+* update
+  - fix crash when music_directory is not a directory
+* fix build with iconv() instead of ICU
+
 ver 0.21.15 (2019/09/25)
 * decoder
   - dsdiff, dsf: fix displayed bit rate
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.15/android/AndroidManifest.xml 
new/mpd-0.21.16/android/AndroidManifest.xml
--- old/mpd-0.21.15/android/AndroidManifest.xml 2019-09-25 21:24:15.0 
+0200
+++ new/mpd-0.21.16/android/AndroidManifest.xml 2019-10-16 11:58:36.0 
+0200
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="38"
-  android:versionName="0.21.15">
+  android:versionCode="39"
+  android:versionName="0.21.16">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.15/doc/conf.py new/mpd-0.21.16/doc/conf.py
--- old/mpd-0.21.15/doc/conf.py 2019-09-25 21:24:15.0 +0200
+++ new/mpd-0.21.16/doc/conf.py 2019-10-16 11:58:36.0 +0200
@@ -38,7 +38,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.21.15'
+version = '0.21.16'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.15/meson.build new/mpd-0.21.16/meson.build
--- old/mpd-0.21.15/meson.build 2019-09-25 21:24:15.0 +0200
+++ new/mpd-0.21.16/meson.build 2019-10-16 11:58:36.0 +0200
@@ -1,7 +1,7 @@
 project(
   'mpd',
   ['c', 'cpp'],
-  version: '0.21.15',
+  version: '0.21.16',
   meson_version: '>= 0.49.0',
   default_options: [
 'c_std=c99',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.21.15/src/db/update/Walk.cxx 
new/mpd-0.21.16/src/db/update/Walk.cxx
--- old/mpd-0.21.15/src/db/update/Walk.cxx  2019-09-25 21:24:15.0 
+0200
+++ new/mpd-0.21.16/src/db/update/Walk.cxx  2019-10-16 11:58:36.0 
+0200
@@ -493,6 +493,12 @@
if (!GetInfo(storage, "", info))
return false;
 
+   if (!info.IsDirectory()) {
+   FormatError(update_domain, "Not a directory: %s",
+   storage.MapUTF8("").c_str());
+   return false;
+   }
+
ExcludeList exclude_list;
 
UpdateDirectory(root, exclude_list, info);
diff 

commit mpd for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-10-14 14:54:31

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.2352 (New)


Package is "mpd"

Mon Oct 14 14:54:31 2019 rev:12 rq:736047 version:0.21.15

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-07-23 22:37:48.766965991 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.2352/mpd.changes2019-10-14 
14:54:33.621971108 +0200
@@ -1,0 +2,44 @@
+Tue Oct  8 08:02:09 UTC 2019 - Илья Индиго 
+
+- Refresh spec-file via spec-cleaner and manual optimizations
+  * specified the correct license GPL-2.0-or-later
+  * remove openSUSE Leap 42.3 support
+  * remove obsolete version limitation in BuildRequire macros
+  * renumber Source and Patch
+- Update to 0.21.15
+  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.15/NEWS
+  * fix crash bug (0.21.9 regression)
+  * decoder
+* opus: fix duplicate tags
+* wildmidi: log error if library initialization fails
+* mad: update bit rate after seeking
+* mad: fix several bugs preventing the plugin from decoding the last frame
+* opus: ignore case in replay gain tag names
+* opus, vorbis: decode the "end of stream" packet
+* mad: fix crackling sound (0.21.12 regression)
+* sidplay: show track durations in database
+* sidplay: convert tag values from Windows-1252 charset
+* sidplay: strip text from "Date" tag
+* dsdiff, dsf: fix displayed bit rate
+* mpcdec: fix bogus ReplayGain values
+  * input
+* tidal: deprecated because Tidal has changed the protocol
+* cdio_paranoia: require libcdio-paranoia 10.2+0.93+1
+  * output
+* httpd: reject some well-known URIs
+* alsa: fix busy loop while draining
+* alsa: fix missing drain call
+* alsa: improve xrun-avoiding silence generator
+* alsa: log when generating silence due to slow decoder
+* alsa, osx: fix distortions with DSD_U32 and DoP on 32 bit CPUs
+* jack: fix mono-to-stereo conversion
+* jack: improved Windows compatibility
+  * player
+* don't restart unseekable song after failed seek attempt
+* fix crash after song change
+* fix seek position after restarting the decoder
+  * protocol
+* fix "list" with multiple "group" levels
+* include command name in error responses 
+
+---

Old:

  mpd-0.21.9.tar.xz

New:

  mpd-0.21.15.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.QBM5qs/_old  2019-10-14 14:54:34.341969231 +0200
+++ /var/tmp/diff_new_pack.QBM5qs/_new  2019-10-14 14:54:34.345969220 +0200
@@ -2,7 +2,6 @@
 # spec file for package mpd
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,113 +16,94 @@
 #
 
 
+%define mver0.21
 %bcond_withfaad
 %bcond_without mpd_iso9660
-
-%if !%{defined _userunitdir}
-%define _userunitdir %{_prefix}/lib/systemd/user
-%endif
-%define mver0.21
 Name:   mpd
-Version:0.21.9
+Version:0.21.15
 Release:0
 Summary:Music Player Daemon
-License:GPL-3.0-or-later
-Group:  Productivity/Multimedia/Sound/Players
-Url:https://www.musicpd.org/
-Source: 
https://www.musicpd.org/download/mpd/%{mver}/mpd-%{version}.tar.xz
-Source2:README.%{name}
-Source3:mpd-user.conf
+License:GPL-2.0-or-later
+URL:https://www.musicpd.org
+Source0:
https://www.musicpd.org/download/mpd/%{mver}/mpd-%{version}.tar.xz
+Source1:README.%{name}
+Source2:mpd-user.conf
 # PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch --
 Patch0: %{name}-mpdconf_suse.patch
 # PATCH-FEATURE-OPENSUSE mpd-docs.patch
-Patch3: mpd-docs.patch
+Patch1: mpd-docs.patch
 # PATCH-FIX-OPENSUSE mpd-sndfile.patch
-Patch4: mpd-sndfile.patch
-%if 0%{?suse_version} >= 1500
-BuildRequires:  libboost_headers-devel >= 1.58
-%else
-BuildRequires:  boost-devel >= 1.58
-%endif
-%if 0%{?suse_version} >= 1500
+Patch2: mpd-sndfile.patch
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-%else
-# Leap 42.3+ / SLE12SP3Backports
-BuildRequires:  gcc7
-BuildRequires:  gcc7-c++
-%endif
-#uildRequires:  cdrkit-cdrtools-compat
-%if %{with faad}
-BuildRequires:  faad2-devel
-%endif
+BuildRequires:  group(audio)
 #
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libcue-devel
-BuildRequires:  libmikmod-devel >= 3.2
+# 

commit mpd for openSUSE:Factory

2019-07-23 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-07-23 22:37:27

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.4126 (New)


Package is "mpd"

Tue Jul 23 22:37:27 2019 rev:11 rq:717785 version:0.21.9

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-06-01 09:58:31.511131243 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.4126/mpd.changes2019-07-23 
22:37:48.766965991 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 07:42:13 UTC 2019 - Илья Индиго 
+
+- Remove patch GCC9-buildfix.patch (upsteamed)
+
+---

Old:

  GCC9-buildfix.patch



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.o1MspM/_old  2019-07-23 22:37:49.234965895 +0200
+++ /var/tmp/diff_new_pack.o1MspM/_new  2019-07-23 22:37:49.238965894 +0200
@@ -40,8 +40,6 @@
 Patch3: mpd-docs.patch
 # PATCH-FIX-OPENSUSE mpd-sndfile.patch
 Patch4: mpd-sndfile.patch
-# PATCH-FIX-UPSTREAM GCC9-buildfix.patch
-Patch5: GCC9-buildfix.patch
 %if 0%{?suse_version} >= 1500
 BuildRequires:  libboost_headers-devel >= 1.58
 %else




commit mpd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-06-01 09:58:30

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.5148 (New)


Package is "mpd"

Sat Jun  1 09:58:30 2019 rev:10 rq:706649 version:0.21.9

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-06-01 09:51:44.815278256 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.5148/mpd.changes2019-06-01 
09:58:31.511131243 +0200
@@ -1,0 +2,61 @@
+Fri May 31 10:49:14 UTC 2019 - Tomas Cech 
+
+- Update to version 0.21.9
+  * input
+- buffer: fix deadlock bug
+- smbclient: download to buffer instead of throttling transfer
+- qobuz/tidal: scan tags when loading a playlist
+- cdio_paranoia: fix build failure due to missing #include
+- buffer: fix crash bug when playing remote WAV file
+  * output
+- httpd: add missing mutex lock
+- httpd: fix use-after-free bug
+- pulse: work around error with unusual channel count
+- osx: fix build failure
+- shout: add support for TLS
+- httpd: declare protocol "HTTP/1.1" instead of "ICY"
+- alsa: fix crash bug
+- alsa: fix stuttering at start of playback
+- alsa: fix discarded samples at end of song
+- alsa: clear error after reopening device
+  * playlist
+- soundcloud: fix "Unsupported URI scheme" (0.21.6 regression)
+- flac: fix use-after-free bug
+  * protocol
+- allow loading playlists specified as absolute filesystem paths
+- fix negated filter expressions with multiple tag values
+- fix "list" with filter expression
+- omit empty playlist names in "listplaylists"
+- fix deadlock in "albumart" command
+- fix "tagtypes disable" command
+  * decoder
+- opus: fix replay gain when there are no other tags
+- opus: fix seeking to beginning of song
+- vorbis: fix Tremor conflict resulting in crash
+  * database
+- simple: fix assertion failure
+- fix assertion failures with mount points
+- inotify: fix crash bug "terminate called after throwing ..."
+- upnp: implement "list ... group"
+  * storage
+- udisks: fix "AlreadyMounted" error
+- udisks: use relative path from mount URI
+- fix memory leak
+  * tags
+- ape: map "Album Artist"
+  * mixer
+- pulse: add "scale_volume" setting
+  * fix spurious "single" mode bug
+  * fix Bonjour bug
+  * fix build failure with GCC 9
+  * fix build failure with -Ddatabase=false
+  * systemd: add user socket unit
+  * doc: "list file" is deprecated
+  * require Meson 0.49.0 for native libgcrypt-config support
+  * fix build failure with -Dlocal_socket=false
+  * support abstract sockets on Linux
+  * remove libwrap support
+  * log: default to journal if MPD was started as systemd service
+- drop GCC9-buildfix.patch
+
+---

Old:

  mpd-0.21.2.tar.xz

New:

  mpd-0.21.9.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.TATBGq/_old  2019-06-01 09:58:32.007131014 +0200
+++ /var/tmp/diff_new_pack.TATBGq/_new  2019-06-01 09:58:32.007131014 +0200
@@ -25,7 +25,7 @@
 %endif
 %define mver0.21
 Name:   mpd
-Version:0.21.2
+Version:0.21.9
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0-or-later
@@ -225,6 +225,7 @@
 -Djack=enabled \
 -Dao=enabled \
 -Dpulse=enabled \
+-Dtremor=disabled \
 -Dsystemd_system_unit_dir=%{_unitdir} \
 -Dsystemd_user_unit_dir=%{_userunitdir}
 %meson_build
@@ -239,6 +240,8 @@
 install -m 0644 %{SOURCE2} README.mpd
 cp -a "%{SOURCE3}" "%{buildroot}%{_docdir}/%{name}/"
 ln -s service %{buildroot}%{_sbindir}/rcmpd
+rm %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
+ln -s ../system/mpd.socket %{buildroot}%{_libexecdir}/systemd/user/mpd.socket
 
 %pre
 # add mpd user only when installing first time
@@ -268,6 +271,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_unitdir}/mpd.service
 %{_unitdir}/mpd.socket
+%{_libexecdir}/systemd/user/mpd.socket
 %{_userunitdir}/mpd.service
 
 %changelog

++ mpd-0.21.2.tar.xz -> mpd-0.21.9.tar.xz ++
 16780 lines of diff (skipped)

++ mpd-mpdconf_suse.patch ++
--- /var/tmp/diff_new_pack.TATBGq/_old  2019-06-01 09:58:32.483130794 +0200
+++ /var/tmp/diff_new_pack.TATBGq/_new  2019-06-01 09:58:32.483130794 +0200
@@ -1,5 +1,7 @@
 a/doc/mpdconf.example  2017-02-01 21:58:30.0 +0100
-+++ b/doc/mpdconf.example  2017-08-10 12:26:41.316129281 +0200
+Index: mpd-0.21.9/doc/mpdconf.example
+===
+--- mpd-0.21.9.orig/doc/mpdconf.example
 mpd-0.21.9/doc/mpdconf.example
 

commit mpd for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-06-01 09:51:43

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.5148 (New)


Package is "mpd"

Sat Jun  1 09:51:43 2019 rev:9 rq:706207 version:0.21.2

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2019-03-21 09:52:52.538795748 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.5148/mpd.changes2019-06-01 
09:51:44.815278256 +0200
@@ -1,0 +2,5 @@
+Tue May 28 12:09:16 UTC 2019 - Christophe Giboudeaux 
+
+- Add GCC9-buildfix.patch
+
+---

New:

  GCC9-buildfix.patch



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.VI3BLQ/_old  2019-06-01 09:51:45.403278055 +0200
+++ /var/tmp/diff_new_pack.VI3BLQ/_new  2019-06-01 09:51:45.407278053 +0200
@@ -40,6 +40,8 @@
 Patch3: mpd-docs.patch
 # PATCH-FIX-OPENSUSE mpd-sndfile.patch
 Patch4: mpd-sndfile.patch
+# PATCH-FIX-UPSTREAM GCC9-buildfix.patch
+Patch5: GCC9-buildfix.patch
 %if 0%{?suse_version} >= 1500
 BuildRequires:  libboost_headers-devel >= 1.58
 %else

++ GCC9-buildfix.patch ++
commit 37b54179d882fef38ca6735b53e322027414b62e
Author: Max Kellermann 
Date:   Wed Apr 3 16:59:53 2019 +0200

net/IPv[46]Address: add cast to void* to fix GCC9 build failure

Fixes:

 src/net/IPv4Address.hxx: In member function 'constexpr 
IPv4Address::operator SocketAddress() const':
 src/net/IPv4Address.hxx:171:24: error: a reinterpret_cast is not a 
constant expression
   171 |   return SocketAddress((const struct sockaddr *),
   |^

 src/net/IPv6Address.hxx: In member function 'constexpr 
IPv6Address::operator SocketAddress() const':
 src/net/IPv6Address.hxx:138:24: error: a reinterpret_cast is not a 
constant expression
   138 |   return SocketAddress((const struct sockaddr *),
   |^

Closes https://github.com/MusicPlayerDaemon/MPD/issues/522

diff --git a/src/net/IPv4Address.hxx b/src/net/IPv4Address.hxx
index d8be8e5..c8fead1 100644
--- a/src/net/IPv4Address.hxx
+++ b/src/net/IPv4Address.hxx
@@ -163,7 +163,7 @@ public:
}
 
constexpr operator SocketAddress() const noexcept {
-   return SocketAddress((const struct sockaddr *),
+   return SocketAddress((const struct sockaddr *)(const void 
*),
 sizeof(address));
}
 
diff --git a/src/net/IPv6Address.hxx b/src/net/IPv6Address.hxx
index 6f21777..0439c0e 100644
--- a/src/net/IPv6Address.hxx
+++ b/src/net/IPv6Address.hxx
@@ -127,7 +127,7 @@ public:
}
 
constexpr operator SocketAddress() const noexcept {
-   return SocketAddress((const struct sockaddr *),
+   return SocketAddress((const struct sockaddr *)(const void 
*),
 sizeof(address));
}
 



commit mpd for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2019-03-21 09:52:50

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.28833 (New)


Package is "mpd"

Thu Mar 21 09:52:50 2019 rev:8 rq:686913 version:0.21.2

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-11-20 22:43:22.234262075 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.28833/mpd.changes   2019-03-21 
09:52:52.538795748 +0100
@@ -1,0 +2,6 @@
+Wed Mar 20 11:10:47 UTC 2019 - Michael Vetter 
+
+- bsc#1129905: uncomment audio_output field
+  * Update mpd-mpdconf_suse.patch
+
+---



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.vhMxc6/_old  2019-03-21 09:52:53.014795620 +0100
+++ /var/tmp/diff_new_pack.vhMxc6/_new  2019-03-21 09:52:53.014795620 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -82,9 +82,9 @@
 BuildRequires:  pkgconfig(libavcodec) >= 56.1
 BuildRequires:  pkgconfig(libavformat) >= 56.1
 BuildRequires:  pkgconfig(libavutil) >= 54.3
-BuildRequires:  pkgconfig(libchromaprint)
 BuildRequires:  pkgconfig(libcdio) >= 2.0.0
 BuildRequires:  pkgconfig(libcdio_paranoia)
+BuildRequires:  pkgconfig(libchromaprint)
 BuildRequires:  pkgconfig(libcurl) >= 7.18
 BuildRequires:  pkgconfig(libgme)
 %if %{with mpd_iso9660}

++ mpd-mpdconf_suse.patch ++
--- /var/tmp/diff_new_pack.vhMxc6/_old  2019-03-21 09:52:53.054795610 +0100
+++ /var/tmp/diff_new_pack.vhMxc6/_new  2019-03-21 09:52:53.054795610 +0100
@@ -65,17 +65,23 @@
  #
  # This setting sets the address for the daemon to listen on. Careful attention
  # should be paid if this is assigned to anything other then the default, any.
-@@ -280,8 +280,8 @@
+@@ -275,12 +275,12 @@
+ #
  # An example of a pulseaudio output (streaming to a remote pulseaudio server)
  #
- #audio_output {
+-#audio_output {
 -# type"pulse"
 -# name"My Pulse Output"
++audio_output {
 +  type"pulse"
 +  name"Pulse Output"
  ##server  "remote_server" # optional
  ##sink"remote_server_sink"# optional
- #}
+-#}
++}
+ #
+ # An example of a winmm output (Windows multimedia API).
+ #
 @@ -389,6 +389,6 @@
  # If file or directory names do not display correctly for your locale then 
you 
  # may need to modify this setting.




commit mpd for openSUSE:Factory

2018-11-20 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-11-20 22:43:10

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new.19453 (New)


Package is "mpd"

Tue Nov 20 22:43:10 2018 rev:7 rq:650289 version:0.21.2

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-10-25 09:11:10.810331530 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.19453/mpd.changes   2018-11-20 
22:43:22.234262075 +0100
@@ -1,0 +2,118 @@
+Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa 
+
+- Update to version 0.21.2
+  * protocol
+- operator "=~" matches a regular expression
+- operator "contains" matches substrings
+  * decoder
+- ffmpeg: require FFmpeg 3.1 or later
+- ffmpeg: fix broken sound with certain codecs
+  * output
+- alsa: fix high CPU usage with dmix
+- httpd: fix three crash bugs
+  * mixer
+- alsa: fix more rounding errors
+  * fix zlib support
+
+- Remove mpd-zlib.patch which was already merged upstream.
+
+- Add systemd pre(un)/post(un) macros for mpd.socket
+
+---
+Thu Nov 15 11:12:49 UTC 2018 - meiss...@suse.com
+
+- buildrequire libgcrypt-devel to fix build
+
+---
+Fri Nov  9 14:53:54 UTC 2018 - Luigi Baldoni 
+
+- Update to version 0.21.1, fixes (boo#1114607)
+  * protocol
++ allow escaping quotes in filter expressions
++ operator "==" never searches substrings in filter
+  expressions
+  * decoder
++ ffmpeg: fix build failure with non-standard FFmpeg
+  installation path
++ flac: fix linker failure when building without FLAC support
+  * encoder
++ vorbis: fix linker failure when building without Vorbis
+  decoder
+  * fix build failure on Linux-PowerPC
+  * add warning about buggy Boost version 1.67
+  * require Meson 0.47.2 because a Meson 0.47.1 bug breaks our
+build
+  version 0.21
+  * configuration
++ add "include" directive, allows including config files
++ incremental "metadata_to_use" setting
+  * protocol
++ "tagtypes" can be used to hide tags
++ "find" and "search" can sort
++ "outputs" prints the plugin name
++ "outputset" sets runtime attributes
++ close connection when client sends HTTP request
++ new filter syntax for "find"/"search" etc. with negation
+  * database
++ simple: scan audio formats
++ proxy: require libmpdclient 2.9
++ proxy: forward `sort` and `window` to server
+  * player
++ hard-code "buffer_before_play" to 1 second, independent of
+  audio format
++ "one-shot" single mode
+  * input
++ curl: download to buffer instead of throttling transfer
++ qobuz: new plugin to play Qobuz streams
++ tidal: new plugin to play Tidal streams
+  * tags
++ new tags "OriginalDate", "MUSICBRAINZ_WORKID"
+  * decoder
++ ffmpeg: require at least version 11.12
++ gme: try loading m3u sidecar files
++ hybrid_dsd: new decoder plugin
++ mad: move "gapless_mp3_playback" setting to "decoder" block
++ mikmod: require at least version 3.2
++ pcm: support audio/L24 (RFC 3190)
++ sidplay: support basic and kernal rom (libsidplayfp)
+  * resampler
++ soxr: flush resampler at end of song
+  * output
++ alsa: non-blocking mode
++ alsa: change "dop" and "allowed_formats" settings at
+  runtime
++ ao: fix crash bug due to partial frames
++ shout: support the Shine encoder plugin
++ sndio: remove support for the broken RoarAudio sndio
+  emulation
++ roar: removed
++ httpd_output: support for unix sockets
+  * mixer
++ sndio: new mixer plugin
+  * encoder
++ opus: support for sending metadata using ogg stream
+  chaining
+  * listen on $XDG_RUNTIME_DIR/mpd/socket by default
+  * append hostname to Zeroconf service name
+  * systemd watchdog support
+  * require GCC 6
+  * build with Meson instead of autotools
+  * use GTest instead of cppunit
+  version 0.20.23
+  * protocol
++ emit "player" idle event when restarting the current song
+  * fix broken float to s32 conversion
+  * new clang crash bug workaround
+
+- Dropped mpd-configh.patch (no longer necessary)
+
+- Added mpd-zlib.patch, mpd-docs.patch and mpd-sndfile.patch
+
+- Switched build to meson
+
+---
+Fri Nov  9 10:25:48 UTC 2018 - o...@aepfle.de
+
+- Make iso9660 support optional (gh#173)
+
+---

Old:

  mpd-0.20.22.tar.xz
  mpd-configh.patch

New:

  mpd-0.21.2.tar.xz
  mpd-docs.patch
  mpd-sndfile.patch



Other differences:
--
++ mpd.spec 

commit mpd for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-10-25 09:11:08

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new (New)


Package is "mpd"

Thu Oct 25 09:11:08 2018 rev:6 rq:644120 version:0.20.22

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-10-18 15:35:26.198360167 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-10-25 
09:11:10.810331530 +0200
@@ -1,0 +2,22 @@
+Tue Oct 23 18:51:03 UTC 2018 - Luigi Baldoni 
+
+- Update to version 0.20.22
+  * protocol
++ add tag fallbacks for AlbumArtistSort, ArtistSort
++ fix empty string filter on fallback tags
++ "count group ..." can print an empty group
++ fix broken command "list ... group"
+  * storage
++ curl: URL-encode paths
+  * decoder
++ fluidsynth: adapt to API change in version 2.0
+  * Android
++ now runs as a service
++ add button to start/stop MPD
++ add option to auto-start on boot
+  * work around clang bug leading to crash
+  * install the SVG icon
+  
+- Dropped mpd-fluidsynth.patch (no longer necessary)
+
+---

Old:

  mpd-0.20.21.tar.xz
  mpd-fluidsynth.patch

New:

  mpd-0.20.22.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.8NUp7T/_old  2018-10-25 09:11:11.834330917 +0200
+++ /var/tmp/diff_new_pack.8NUp7T/_new  2018-10-25 09:11:11.838330915 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,19 +23,18 @@
 %define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.21
+Version:0.20.22
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
-Url:https://www.musicpd.org/
+URL:https://www.musicpd.org/
 Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz
 Source2:README.%{name}
 Source3:mpd-user.conf
 # PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch --
 Patch0: %{name}-mpdconf_suse.patch
 Patch1: mpd-configh.patch
-Patch2: mpd-fluidsynth.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1315
@@ -62,6 +61,7 @@
 BuildRequires:  faad2-devel
 %endif
 #
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libcue-devel
 BuildRequires:  libmikmod-devel
 BuildRequires:  libmp3lame-devel
@@ -267,7 +267,8 @@
 %service_del_postun mpd.service
 
 %files
-%doc AUTHORS COPYING NEWS README.md README.mpd
+%license COPYING
+%doc AUTHORS NEWS README.md README.mpd
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
 %{_sbindir}/rcmpd
@@ -276,6 +277,7 @@
 %{_mandir}/man5/%{name}.conf.5%{ext_man}
 %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_unitdir}/mpd.service
 %{_unitdir}/mpd.socket
 %{_userunitdir}/mpd.service

++ mpd-0.20.21.tar.xz -> mpd-0.20.22.tar.xz ++
 3667 lines of diff (skipped)




commit mpd for openSUSE:Factory

2018-10-18 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-10-18 15:35:08

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new (New)


Package is "mpd"

Thu Oct 18 15:35:08 2018 rev:5 rq:642641 version:0.20.21

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-02-26 23:26:10.244135743 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-10-18 
15:35:26.198360167 +0200
@@ -1,0 +2,31 @@
+Wed Oct 17 12:37:51 UTC 2018 - o...@aepfle.de
+
+- Update to ver 0.20.21 (2018/08/17)
+  * database
+- proxy: add "password" setting
+- proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
+- simple: allow .mpdignore comments only at start of line
+- proxy: fix "search already in progress" errors
+- proxy: implement "list ... group"
+  * decoder
+- dsdiff, dsf: support more MIME types
+- dsdiff, dsf: allow 4 MB ID3 tags
+- opus: support R128_ALBUM_GAIN tag
+- ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0)
+  * input
+- mms: fix lockup bug and a crash bug
+  * output
+- httpd: remove broken DLNA support code
+- pulse: cork stream when paused due to "single" mode
+  * playlist
+- cue: support file type declaration "FLAC" (non-standard)
+  * player
+- fix spurious "Not seekable" error when switching radio streams
+  * protocol
+- fix "modified-since" filter regression
+- validate absolute seek time, reject negative values
+  * URI schemes are case insensitive
+- deal with API change in fluidsynth with mpd-fluidsynth.patch
+- use autosetup
+
+---

Old:

  mpd-0.20.18.tar.xz

New:

  mpd-0.20.21.tar.xz
  mpd-fluidsynth.patch



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.TTS3qK/_old  2018-10-18 15:35:28.270357783 +0200
+++ /var/tmp/diff_new_pack.TTS3qK/_new  2018-10-18 15:35:28.274357779 +0200
@@ -23,7 +23,7 @@
 %define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.18
+Version:0.20.21
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0-or-later
@@ -35,6 +35,7 @@
 # PATCH-FEATURE-OPENSUSE mpd-mpdconf_suse.patch --
 Patch0: %{name}-mpdconf_suse.patch
 Patch1: mpd-configh.patch
+Patch2: mpd-fluidsynth.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 %if 0%{?suse_version} > 1315
@@ -133,9 +134,7 @@
 Please read README.mpd how to configure it.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 export CC=gcc

++ mpd-0.20.18.tar.xz -> mpd-0.20.21.tar.xz ++
 10891 lines of diff (skipped)

++ mpd-fluidsynth.patch ++
--- a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
+++ b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx
@@ -64,7 +64,11 @@ fluidsynth_level_to_mpd(enum fluid_log_l
  * logging library.
  */
 static void
+#if FLUIDSYNTH_VERSION_MAJOR == 1
 fluidsynth_mpd_log_function(int level, char *message, gcc_unused void *data)
+#else
+fluidsynth_mpd_log_function(int level, const char *message, gcc_unused void 
*data)
+#endif
 {
Log(fluidsynth_domain,
fluidsynth_level_to_mpd(fluid_log_level(level)),



commit mpd for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-02-26 23:26:06

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new (New)


Package is "mpd"

Mon Feb 26 23:26:06 2018 rev:4 rq:580063 version:0.20.18

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-02-12 10:15:43.288410130 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-02-26 
23:26:10.244135743 +0100
@@ -1,0 +2,10 @@
+Sun Feb 25 09:45:09 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.20.18:
+  * input
+- curl: allow authentication methods other than "Basic"
+  * decoder
+- flac: improve seeking precision
+  * fix gapless CUE song transitions
+
+---

Old:

  mpd-0.20.17.tar.xz

New:

  mpd-0.20.18.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.wbLCwC/_old  2018-02-26 23:26:12.564052308 +0100
+++ /var/tmp/diff_new_pack.wbLCwC/_new  2018-02-26 23:26:12.568052164 +0100
@@ -23,10 +23,10 @@
 %define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.17
+Version:0.20.18
 Release:0
 Summary:Music Player Daemon
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:https://www.musicpd.org/
 Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz

++ mpd-0.20.17.tar.xz -> mpd-0.20.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/Makefile.am new/mpd-0.20.18/Makefile.am
--- old/mpd-0.20.17/Makefile.am 2018-01-23 16:31:35.0 +0100
+++ new/mpd-0.20.18/Makefile.am 2018-02-24 22:45:09.0 +0100
@@ -497,6 +497,7 @@
 
 libnet_a_SOURCES = \
src/net/Features.hxx \
+   src/net/Init.hxx \
src/net/ToString.cxx src/net/ToString.hxx \
src/net/Resolver.cxx src/net/Resolver.hxx \
src/net/StaticSocketAddress.cxx src/net/StaticSocketAddress.hxx \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/Makefile.in new/mpd-0.20.18/Makefile.in
--- old/mpd-0.20.17/Makefile.in 2018-02-09 18:43:51.0 +0100
+++ new/mpd-0.20.18/Makefile.in 2018-02-24 22:50:18.0 +0100
@@ -3523,6 +3523,7 @@
 # Networking library
 libnet_a_SOURCES = \
src/net/Features.hxx \
+   src/net/Init.hxx \
src/net/ToString.cxx src/net/ToString.hxx \
src/net/Resolver.cxx src/net/Resolver.hxx \
src/net/StaticSocketAddress.cxx src/net/StaticSocketAddress.hxx \
@@ -15613,9 +15614,9 @@
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 @ANDROID_FALSE@@ENABLE_DOCUMENTATION_FALSE@@ENABLE_HAIKU_FALSE@clean-local:
 @ENABLE_DOCUMENTATION_FALSE@uninstall-local:
-@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/NEWS new/mpd-0.20.18/NEWS
--- old/mpd-0.20.17/NEWS2018-02-11 13:02:53.0 +0100
+++ new/mpd-0.20.18/NEWS2018-02-24 23:03:24.0 +0100
@@ -1,3 +1,12 @@
+ver 0.20.18 (2018/02/24)
+* input
+  - curl: allow authentication methods other than "Basic"
+* decoder
+  - flac: improve seeking precision
+* fix gapless CUE song transitions
+* Android, Windows
+  - enable the NFS storage plugin
+
 ver 0.20.17 (2018/02/11)
 * output
   - alsa: fix crash bug with 8 channels
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/android/AndroidManifest.xml 
new/mpd-0.20.18/android/AndroidManifest.xml
--- old/mpd-0.20.17/android/AndroidManifest.xml 2018-02-09 23:14:31.0 
+0100
+++ new/mpd-0.20.18/android/AndroidManifest.xml 2018-02-17 01:22:05.0 
+0100
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="16"
-  android:versionName="0.20.17">
+  android:versionCode="17"
+  android:versionName="0.20.18">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/android/build.py 
new/mpd-0.20.18/android/build.py
--- old/mpd-0.20.17/android/build.py2018-02-09 23:59:30.0 +0100
+++ 

commit mpd for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-02-12 10:15:42

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new (New)


Package is "mpd"

Mon Feb 12 10:15:42 2018 rev:3 rq:575392 version:0.20.17

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-02-05 10:53:57.709638960 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-02-12 
10:15:43.288410130 +0100
@@ -1,0 +2,9 @@
+Sun Feb 11 13:17:41 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.20.17:
+  * output
+- alsa: fix crash bug with 8 channels
+  * mixer
+- alsa: fix rounding error at volume 0
+
+---

Old:

  mpd-0.20.16.tar.xz

New:

  mpd-0.20.17.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.cGFVAV/_old  2018-02-12 10:15:44.552364582 +0100
+++ /var/tmp/diff_new_pack.cGFVAV/_new  2018-02-12 10:15:44.556364438 +0100
@@ -23,7 +23,7 @@
 %define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.16
+Version:0.20.17
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0+

++ mpd-0.20.16.tar.xz -> mpd-0.20.17.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.16/Makefile.in new/mpd-0.20.17/Makefile.in
--- old/mpd-0.20.16/Makefile.in 2018-01-23 16:31:44.0 +0100
+++ new/mpd-0.20.17/Makefile.in 2018-02-09 18:43:51.0 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15317,7 +15317,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -15342,7 +15342,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -15360,7 +15360,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -15370,7 +15370,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
@@ -15613,9 +15613,9 @@
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 @ANDROID_FALSE@@ENABLE_DOCUMENTATION_FALSE@@ENABLE_HAIKU_FALSE@clean-local:
 @ENABLE_DOCUMENTATION_FALSE@uninstall-local:
+@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.16/NEWS new/mpd-0.20.17/NEWS
--- old/mpd-0.20.16/NEWS2018-02-03 19:48:26.0 +0100
+++ new/mpd-0.20.17/NEWS2018-02-11 13:02:53.0 +0100
@@ -1,3 +1,12 @@
+ver 0.20.17 (2018/02/11)
+* output
+  - alsa: fix crash bug with 8 channels
+* mixer
+  - alsa: fix rounding error at volume 0
+* fix real-time and idle scheduling with Musl
+* Android
+  - fix compatibility with Android 4.0
+
 ver 0.20.16 (2018/02/03)
 * output
   - pulse: fix crash during auto-detection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.16/aclocal.m4 new/mpd-0.20.17/aclocal.m4
--- 

commit mpd for openSUSE:Factory

2018-02-05 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-02-05 10:53:25

Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and  /work/SRC/openSUSE:Factory/.mpd.new (New)


Package is "mpd"

Mon Feb  5 10:53:25 2018 rev:2 rq:572421 version:0.20.16

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-01-19 11:52:04.986834046 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-02-05 
10:53:57.709638960 +0100
@@ -1,0 +2,28 @@
+Sun Feb  4 09:26:45 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.20.16:
+  * output
+- pulse: fix crash during auto-detection
+  * database
+- simple: fix search within mount points
+- upnp: enable IPv6
+  * archive
+- iso9660: libcdio 2.0 compatibility
+
+- Update to version 0.20.15:
+  * queue: fix crash after seek failure
+  * resampler
+- soxr: clear internal state after manual song change
+  * state file
+- make mount point restore errors non-fatal
+- fix crash when restoring mounts with incompatible database
+  plugin
+
+- Run spec-cleaner
+
+---
+Wed Jan 31 10:42:14 UTC 2018 - o...@aepfle.de
+
+- Adjust usage of gccN for Leap42 and SLE12
+
+---

Old:

  mpd-0.20.14.tar.xz

New:

  mpd-0.20.16.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.OfAGNa/_old  2018-02-05 10:53:58.289611835 +0100
+++ /var/tmp/diff_new_pack.OfAGNa/_new  2018-02-05 10:53:58.293611648 +0100
@@ -20,15 +20,15 @@
 %bcond_withfaad
 
 %if !%{defined _userunitdir}
-%define _userunitdir /usr/lib/systemd/user
+%define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.14
+Version:0.20.16
 Release:0
 Summary:Music Player Daemon
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-URL:https://www.musicpd.org/
+Url:https://www.musicpd.org/
 Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz
 Source2:README.%{name}
 Source3:mpd-user.conf
@@ -37,30 +37,41 @@
 Patch1: mpd-configh.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  pkg-config
+%if 0%{?suse_version} > 1315
 BuildRequires:  libboost_headers-devel
-#uildRequires:  cdrkit-cdrtools-compat
+%else
+BuildRequires:  boost-devel
+%endif
 %if 0%{?suse_version} > 1320
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 %else
-# Leap 42.2+ / SLE12SP2Backports
+%if 0%{?sle_version} == 120200
+# Leap 42.2
 BuildRequires:  gcc6
 BuildRequires:  gcc6-c++
+%else
+# Leap 42.3+ / SLE12SP3Backports
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
 %endif
-BuildRequires:  libcue-devel
-BuildRequires:  libmikmod-devel
-# MPD_ENABLE_AUTO_LIB
-BuildRequires:  pkgconfig(bzip2)
+%endif
+#uildRequires:  cdrkit-cdrtools-compat
 %if %{with faad}
 BuildRequires:  faad2-devel
 %endif
+#
+BuildRequires:  libcue-devel
+BuildRequires:  libmikmod-devel
 BuildRequires:  libmp3lame-devel
+BuildRequires:  pkgconfig
 # MPD_ENABLE_AUTO_PKG
 BuildRequires:  pkgconfig(alsa) >= 0.9.0
 BuildRequires:  pkgconfig(ao)
 BuildRequires:  pkgconfig(audiofile) >= 0.3
 BuildRequires:  pkgconfig(avahi-client)
+# MPD_ENABLE_AUTO_LIB
+BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(flac) >= 1.2
@@ -102,14 +113,13 @@
 #uildRequires:  pkgconfig(yajl) >= 2.0
 BuildRequires:  pkgconfig(zlib)
 BuildRequires:  pkgconfig(zziplib) >= 0.13
-#
-%if %{suse_version} > 1320
+Requires(pre):  %fillup_prereq
+Requires(pre):  pwdutils
+Requires(pre):  shadow
+%if 0%{?suse_version} > 1320
 BuildRequires: group(audio)
 Requires(pre): group(audio)
 %endif
-Requires(pre): pwdutils
-Requires(pre): shadow
-Requires(pre): %fillup_prereq
 %{?systemd_requires}
 
 %description
@@ -128,14 +138,14 @@
 %patch1 -p1
 
 %build
-%if 0%{?suse_version} > 1320
 export CC=gcc
 export CXX=g++
-%else
-# Leap 42.2+ / SLE12SP2Backports
-export CC=gcc-6
-export CXX=g++-6
-%endif
+test -x "$(type -p gcc-5)" && export CC=gcc-5
+test -x "$(type -p g++-5)" && export CXX=g++-5
+test -x "$(type -p gcc-6)" && export CC=gcc-6
+test -x "$(type -p g++-6)" && export CXX=g++-6
+test -x "$(type -p gcc-7)" && export CC=gcc-7
+test -x "$(type -p g++-7)" && export CXX=g++-7
 NOCONFIGURE=1 ./autogen.sh
 %configure \
 --disable-sidplay \
@@ -225,8 +235,8 @@
 \
 --with-boost=yes \
 --enable-systemd-daemon \
---with-systemdsystemunitdir=%_unitdir \
---with-systemduserunitdir=%_userunitdir
+--with-systemdsystemunitdir=%{_unitdir} \
+