[Pkg-libvirt-commits] [ruby-libvirt] branch master updated (3a4994f -> 592d26b)

Guido Guenther agx at moszumanska.debian.org
Sun Jan 5 17:46:18 UTC 2014


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

agx pushed a change to branch master
in repository ruby-libvirt.

      from  3a4994f   Build-Depend on ruby2.0-supporting gem2deb
      adds  798935f   New upstream version 0.5.1
      adds  3f0d478   Merge tag 'upstream/0.5.1'
      adds  592d26b   Document changes and release 0.5.1-1

No new revisions were added by this update.

Summary of changes:
 NEWS                     |   14 +
 README                   |  209 +-
 Rakefile                 |   22 +-
 debian/changelog         |   16 +
 ext/libvirt/_libvirt.c   |  503 ++---
 ext/libvirt/common.c     |  420 +++-
 ext/libvirt/common.h     |  286 +--
 ext/libvirt/connect.c    | 2677 +++++++++++++++++--------
 ext/libvirt/connect.h    |   11 +-
 ext/libvirt/domain.c     | 4986 ++++++++++++++++++++++++++++++++++++----------
 ext/libvirt/domain.h     |    8 +-
 ext/libvirt/extconf.rb   |  324 ++-
 ext/libvirt/interface.c  |  101 +-
 ext/libvirt/interface.h  |    4 +-
 ext/libvirt/network.c    |  363 +++-
 ext/libvirt/network.h    |    5 +-
 ext/libvirt/nodedevice.c |  197 +-
 ext/libvirt/nodedevice.h |    4 +-
 ext/libvirt/nwfilter.c   |   73 +-
 ext/libvirt/nwfilter.h   |    4 +-
 ext/libvirt/secret.c     |  186 +-
 ext/libvirt/secret.h     |    4 +-
 ext/libvirt/storage.c    |  684 ++++---
 ext/libvirt/storage.h    |    2 +-
 ext/libvirt/stream.c     |  246 ++-
 ext/libvirt/stream.h     |    6 +-
 tests/test_conn.rb       |  281 ++-
 tests/test_domain.rb     |  762 +++++--
 tests/test_interface.rb  |   14 +-
 tests/test_network.rb    |   33 +-
 tests/test_nodedevice.rb |   12 +-
 tests/test_nwfilter.rb   |    4 +
 tests/test_open.rb       |   65 +-
 tests/test_secret.rb     |   25 +
 tests/test_storage.rb    |  160 +-
 tests/test_stream.rb     |  171 ++
 tests/test_utils.rb      |  101 +-
 37 files changed, 9629 insertions(+), 3354 deletions(-)
 create mode 100644 tests/test_stream.rb

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



More information about the Pkg-libvirt-commits mailing list