[libaudio-scan-perl] branch master updated (0dd8b69 -> 80c57bb)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Dec 19 23:41:18 UTC 2017


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

fsfs pushed a change to branch master
in repository libaudio-scan-perl.

      from  0dd8b69   update changelog
      adds  246234f   New upstream version 0.99
       new  607c37e   Update upstream source from tag 'upstream/0.99'
       new  0419c55   Update debian/changelog
       new  1957b80   Refresh patch
       new  6d5d9b4   Add myself to Uploaders
       new  80c57bb   prepare changelog for release

The 5 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:
 Changes                                         |  14 +
 MANIFEST                                        |   2 +
 META.json                                       |   6 +-
 META.yml                                        |   4 +-
 debian/changelog                                |   9 +-
 debian/control                                  |   1 +
 debian/patches/disable-failing-test-sparc.patch |   2 +-
 include/asf.h                                   |  16 +-
 include/common.h                                |   2 +-
 include/flac.h                                  |   6 +-
 include/id3.h                                   |   4 +-
 include/md5.h                                   |   2 +-
 include/mp3.h                                   |  20 +-
 include/mp4.h                                   |  18 +-
 include/mpc.h                                   |   4 +-
 include/wavpack.h                               |  14 +-
 lib/Audio/Scan.pm                               |  95 ++--
 src/aac.c                                       |  62 +-
 src/ape.c                                       | 120 ++--
 src/buffer.c                                    | 106 ++--
 src/common.c                                    |  58 +-
 src/dsdiff.c                                    |  98 ++--
 src/dsf.c                                       |  51 +-
 src/flac.c                                      | 340 +++++------
 src/id3.c                                       |  17 +-
 src/mp3.c                                       | 244 ++++----
 src/mp4.c                                       | 720 ++++++++++++------------
 src/wav.c                                       | 162 +++---
 src/wavpack.c                                   |  34 +-
 t/01use.t                                       |   2 +-
 t/02pod.t                                       |   2 +-
 t/03podcoverage.t                               |   2 +-
 t/aac.t                                         |  26 +-
 t/aiff.t                                        |  22 +-
 t/asf.t                                         | 116 ++--
 t/dsdiff.t                                      |  14 +-
 t/dsf.t                                         |  18 +-
 t/flac.t                                        |  42 +-
 t/mac.t                                         |  10 +-
 t/mp3.t                                         | 423 +++++++-------
 t/mp3/v2.3-unsync-apic-bad-offset.mp3           | Bin 0 -> 16677 bytes
 t/mp4.t                                         |  84 +--
 t/util.t                                        |   4 +-
 t/wav.t                                         |  36 +-
 t/wavpack.t                                     |  41 +-
 t/wavpack/v5-dsd.wv                             | Bin 0 -> 690 bytes
 tools/audio_scan.pl                             |  13 +-
 47 files changed, 1610 insertions(+), 1476 deletions(-)
 create mode 100755 t/mp3/v2.3-unsync-apic-bad-offset.mp3
 create mode 100755 t/wavpack/v5-dsd.wv

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-scan-perl.git



More information about the Pkg-perl-cvs-commits mailing list