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)),

Reply via email to