[DRE-commits] [ruby-ogginfo] branch master updated (51eb393 -> df79adc)

David Suárez deiv-guest at moszumanska.debian.org
Wed Sep 24 20:08:03 UTC 2014


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

deiv-guest pushed a change to branch master
in repository ruby-ogginfo.

      from  51eb393   New upstream release
      adds  ba594f8   Imported Upstream version 0.7.2
       new  00e3f5e   Merge tag 'upstream/0.7.2'
       new  fd802cf   Drop speex as build depend and move vorbis-tools to runtime depends
       new  5b71648   Update standards version; no changes needed
       new  66a742f   Update tests file list
       new  df79adc   Prepare 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:
 History.txt                           |   17 +
 Manifest.txt                          |    5 +-
 README.txt                            |    3 +-
 Rakefile                              |   13 +
 checksums.yaml.gz                     |  Bin 269 -> 269 bytes
 debian/changelog                      |   15 +
 debian/control                        |    6 +-
 debian/ruby-test-files.yaml           |    2 +-
 lib/ogg.rb                            |    2 +-
 lib/ogg/codecs/comments.rb            |    7 +-
 lib/ogg/codecs/{vorbis.rb => opus.rb} |   35 +-
 lib/ogg/codecs/speex.rb               |    4 +-
 lib/ogg/codecs/vorbis.rb              |    2 +-
 lib/ogginfo.rb                        |   52 +-
 metadata.yml                          |   15 +-
 test/fixtures.yml                     | 1140 +++++++++++++++++++++++++++++++++
 test/test_helper.rb                   |   11 +
 test/test_ruby-ogginfo.rb             |  213 ++----
 test/test_ruby-othercodecs.rb         |  104 +++
 test/test_ruby-spxinfo.rb             |  110 ----
 20 files changed, 1436 insertions(+), 320 deletions(-)
 copy lib/ogg/codecs/{vorbis.rb => opus.rb} (50%)
 create mode 100644 test/fixtures.yml
 create mode 100644 test/test_helper.rb
 create mode 100644 test/test_ruby-othercodecs.rb
 delete mode 100644 test/test_ruby-spxinfo.rb

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



More information about the Pkg-ruby-extras-commits mailing list