[Pkg-mpd-commits] [pkg-mpd] branch master updated (5944542 -> fcbe953)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 13 20:46:07 UTC 2016


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

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

      from  5944542   prepare changelog for release
       new  84e3ed3   New upstream version 0.19.20
       new  601cd14   Merge tag 'upstream/0.19.20'
       new  2f377c8   New upstream version 0.19.20
       new  41fc48f   Drop also-dis_en_able-socket.patch, protect_system.patch applied upstream
       new  a112a0c   Re-enable tests on mips*, assertion failure has been fixed (cf. #767863)
       new  6222ea6   Disable smb support on hurd-i386
       new  d33b258   Add hurd_pthread.patch
       new  554f858   New upstream version 0.19.21
       new  fc43213   Merge tag 'upstream/0.19.21'
       new  bf53f7b   New upstream version 0.19.21
       new  5640b71   Install system user unit from upstream
       new  8bb82e6   Refresh patches
       new  fcbe953   prepare changelog for release

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        | 11 +++-
 Makefile.in                                        | 77 +++++++++++++++-------
 NEWS                                               | 18 +++++
 configure                                          | 70 ++++++++++++++++----
 configure.ac                                       | 23 ++++++-
 debian/changelog                                   | 12 ++++
 debian/control                                     |  4 +-
 debian/mpd.service.user                            | 13 ----
 debian/patches/also-dis_en_able-socket.patch       | 13 ----
 debian/patches/curl-proxy.patch                    |  2 +-
 debian/patches/hurd_pthread.patch                  | 38 +++++++++++
 debian/patches/libsystemd.patch                    |  4 +-
 debian/patches/mpd.service.documentation.patch     | 15 +++--
 .../patches/mpd.service.documentation.user.patch   | 14 +++-
 debian/patches/protect_system.patch                | 17 -----
 debian/patches/prune-doc-data.patch                |  2 +-
 debian/patches/series                              |  3 +-
 debian/patches/systemd_honor_MPDCONF.patch         |  4 +-
 debian/rules                                       | 28 +++-----
 doc/doxygen.conf                                   |  2 +-
 doc/mpdconf.example                                |  2 +-
 doc/protocol.xml                                   |  4 +-
 doc/user.xml                                       | 29 +++++++-
 src/LogInit.cxx                                    |  2 +-
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |  3 +-
 src/decoder/plugins/PcmDecoderPlugin.cxx           | 45 +++++++++----
 src/decoder/plugins/SidplayDecoderPlugin.cxx       | 20 +++---
 src/input/plugins/AlsaInputPlugin.cxx              |  4 ++
 src/output/plugins/AlsaOutputPlugin.cxx            |  3 +
 src/output/plugins/WinmmOutputPlugin.cxx           |  2 +-
 src/queue/Queue.cxx                                |  7 +-
 src/storage/CompositeStorage.cxx                   | 19 ++----
 src/storage/CompositeStorage.hxx                   | 11 +++-
 src/tag/TagItem.hxx                                |  8 ++-
 src/tag/TagPool.cxx                                |  2 +-
 systemd/mpd.service.in                             | 13 ----
 systemd/system/mpd.service.in                      | 26 ++++++++
 systemd/{ => system}/mpd.socket                    |  0
 systemd/user/mpd.service.in                        | 29 ++++++++
 test/test_queue_priority.cxx                       | 15 -----
 40 files changed, 416 insertions(+), 198 deletions(-)
 delete mode 100644 debian/mpd.service.user
 delete mode 100644 debian/patches/also-dis_en_able-socket.patch
 create mode 100644 debian/patches/hurd_pthread.patch
 delete mode 100644 debian/patches/protect_system.patch
 delete mode 100644 systemd/mpd.service.in
 create mode 100644 systemd/system/mpd.service.in
 rename systemd/{ => system}/mpd.socket (100%)
 create mode 100644 systemd/user/mpd.service.in

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