[Pkg-mpd-commits] [pkg-mpd] 05/06: Update upstream source from tag 'upstream/0.20.13'

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 19 05:46:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 20dc21afb4c51b527903993704254a3bfc308b10
Merge: 7d393ab 00875a3
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Dec 19 06:21:21 2017 +0100

    Update upstream source from tag 'upstream/0.20.13'
    
    Update to upstream version '0.20.13'
    with Debian dir 3120cf96e84e52ba891dde2da352c0370515a593

 Makefile.am                                        |   6 +
 Makefile.in                                        | 526 ++++++++++++++++++---
 NEWS                                               |  15 +
 android/build.py                                   |  16 +-
 configure                                          |  24 +-
 configure.ac                                       |   6 +-
 doc/doxygen.conf                                   |   2 +-
 python/build/autotools.py                          |  46 ++
 python/build/boost.py                              |  23 +
 python/build/cmdline.py                            |  29 ++
 python/build/dirs.py                               |   9 +
 python/build/download.py                           |  26 +
 python/build/ffmpeg.py                             |  54 +++
 python/build/libs.py                               | 129 +++++
 python/build/project.py                            |  59 +++
 python/build/tar.py                                |  11 +
 python/build/verify.py                             |  42 ++
 python/build/zlib.py                               |  22 +
 src/CommandLine.cxx                                |   4 +-
 src/LocateUri.hxx                                  |   2 +-
 src/LogBackend.cxx                                 |   2 +-
 src/LogInit.cxx                                    |   4 +-
 src/LogLevel.hxx                                   |   2 +-
 src/Main.cxx                                       |  12 +-
 src/Main.hxx                                       |   2 +-
 src/MusicChunk.hxx                                 |  10 +-
 src/StateFile.cxx                                  |  19 +-
 src/StateFile.hxx                                  |   4 +
 src/Stats.cxx                                      |   4 +-
 src/TimePrint.cxx                                  |   4 +-
 src/client/ClientFile.cxx                          |   2 +-
 src/client/ClientMessage.hxx                       |   2 +-
 src/client/ClientNew.cxx                           |   2 +-
 src/command/CommandResult.hxx                      |   2 +-
 src/command/FileCommands.cxx                       |   4 +-
 src/command/StorageCommands.cxx                    |   4 +-
 src/config/ConfigOption.hxx                        |   4 +-
 src/config/ConfigPath.cxx                          |   6 +-
 src/db/plugins/simple/Directory.cxx                |   4 +-
 src/db/plugins/simple/Directory.hxx                |   1 -
 src/db/plugins/simple/Mount.cxx                    |   4 +-
 src/db/plugins/simple/Mount.hxx                    |   2 +-
 src/db/plugins/simple/SimpleDatabasePlugin.cxx     |  17 +-
 src/db/update/UpdateIO.cxx                         |   2 +-
 src/db/update/Walk.cxx                             |  10 +-
 src/db/update/Walk.hxx                             |   2 +-
 src/decoder/plugins/FlacIOHandle.cxx               |   2 +-
 src/event/MultiSocketMonitor.cxx                   |   4 +-
 src/event/MultiSocketMonitor.hxx                   |   6 +-
 src/event/ServerSocket.cxx                         |   2 +-
 src/event/SignalMonitor.cxx                        |   2 +-
 src/event/SignalMonitor.hxx                        |   2 +-
 src/event/SocketMonitor.cxx                        |   2 +-
 src/event/SocketMonitor.hxx                        |   2 +-
 src/fs/AllocatedPath.cxx                           |   4 +-
 src/fs/Charset.cxx                                 |  10 +-
 src/fs/Charset.hxx                                 |   2 +-
 src/fs/CheckFile.cxx                               |   2 +-
 src/fs/DirectoryReader.cxx                         |   2 +-
 src/fs/DirectoryReader.hxx                         |   2 +-
 src/fs/FileInfo.hxx                                |  20 +-
 src/fs/FileSystem.cxx                              |   8 +-
 src/fs/FileSystem.hxx                              |  16 +-
 src/fs/Glob.hxx                                    |   8 +-
 src/fs/Limits.hxx                                  |   2 +-
 src/fs/StandardDirectory.cxx                       |  14 +-
 src/fs/StandardDirectory.hxx                       |   2 +-
 src/fs/Traits.cxx                                  |   2 +-
 src/fs/Traits.hxx                                  |  20 +-
 src/fs/io/FileOutputStream.cxx                     |   4 +-
 src/fs/io/FileOutputStream.hxx                     |  12 +-
 src/fs/io/FileReader.cxx                           |   2 +-
 src/fs/io/FileReader.hxx                           |  16 +-
 src/input/InputPlugin.hxx                          |   2 +-
 src/input/plugins/CurlInputPlugin.cxx              |   4 +-
 src/lib/icu/CaseFold.cxx                           |   4 +-
 src/lib/icu/Collate.cxx                            |   4 +-
 src/lib/upnp/Action.hxx                            |   2 +-
 src/lib/upnp/Callback.hxx                          |   2 +-
 src/lib/upnp/ClientInit.cxx                        |   2 +-
 src/lib/upnp/ClientInit.hxx                        |   2 +-
 src/lib/upnp/Compat.hxx                            |   9 +-
 src/lib/upnp/ContentDirectoryService.hxx           |   2 +-
 src/lib/upnp/Discovery.cxx                         |   2 +-
 src/lib/upnp/Discovery.hxx                         |   2 +-
 src/lib/upnp/Init.cxx                              |   6 +-
 src/lib/upnp/UniqueIxml.hxx                        |   2 +-
 src/lib/upnp/ixmlwrap.hxx                          |   2 +-
 src/mixer/plugins/AlsaMixerPlugin.cxx              |   4 +-
 src/net/Resolver.cxx                               |   2 +-
 src/net/SocketAddress.hxx                          |   4 +-
 src/net/SocketError.cxx                            |   2 +-
 src/net/SocketError.hxx                            |  14 +-
 src/net/ToString.cxx                               |   2 +-
 src/output/Source.cxx                              |   3 +-
 src/output/plugins/OSXOutputPlugin.cxx             |   9 +-
 src/pcm/SampleFormat.hxx                           |   4 +-
 src/player/Thread.cxx                              |   2 +
 src/queue/PlaylistControl.cxx                      |   3 +-
 src/queue/PlaylistEdit.cxx                         |   2 +-
 src/queue/Queue.cxx                                |  14 +-
 src/queue/Queue.hxx                                |   9 +-
 src/storage/StorageState.cxx                       | 138 ++++++
 src/{system/Clock.hxx => storage/StorageState.hxx} |  28 +-
 src/storage/plugins/LocalStorage.cxx               |   2 +-
 src/system/Clock.cxx                               |   2 +-
 src/system/Clock.hxx                               |   2 +-
 src/system/EPollFD.cxx                             |   2 +-
 src/system/Error.hxx                               |  12 +-
 src/system/EventPipe.cxx                           |  14 +-
 src/system/FatalError.cxx                          |   6 +-
 src/system/FatalError.hxx                          |   4 +-
 src/system/FileDescriptor.cxx                      |   6 +-
 src/system/FileDescriptor.hxx                      |   4 +-
 src/system/fd_util.c                               |  14 +-
 src/system/fd_util.h                               |   2 +-
 src/tag/Format.cxx                                 |   4 +-
 src/thread/Cond.hxx                                |   2 +-
 src/thread/Id.hxx                                  |  12 +-
 src/thread/Mutex.hxx                               |   2 +-
 src/thread/Thread.cxx                              |   6 +-
 src/thread/Thread.hxx                              |  10 +-
 src/thread/Util.cxx                                |   4 +-
 src/unix/Daemon.cxx                                |   6 +-
 src/unix/Daemon.hxx                                |  14 +-
 src/unix/SignalHandlers.cxx                        |   4 +-
 src/util/FormatString.cxx                          |   4 +-
 src/util/HugeAllocator.cxx                         |   2 +-
 src/util/HugeAllocator.hxx                         |   2 +-
 src/util/StringAPI.hxx                             |   2 +-
 src/util/TimeParser.cxx                            |   6 +-
 src/util/WStringAPI.hxx                            |   2 +-
 src/win32/Win32Main.cxx                            |   2 +-
 test/ShutdownHandler.cxx                           |   2 +-
 test/ShutdownHandler.hxx                           |   2 +-
 test/run_resolver.cxx                              |   2 +-
 win32/build.py                                     | 126 +++++
 137 files changed, 1558 insertions(+), 367 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list