[Pkg-libvirt-commits] [ruby-libvirt] branch master updated (be12c62 -> f6ba5ce)
Guido Guenther
agx at moszumanska.debian.org
Thu Mar 10 19:09:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a change to branch master
in repository ruby-libvirt.
from be12c62 Document changes and release 0.5.1-3
adds f561a03 New upstream version 0.5.2
adds d5823c6 Merge tag 'upstream/0.5.2' into debian/experimental
adds 6c9b0e2 Adjust gbp.conf for experimental
adds a0420a3 Drop patches applied upstream
adds b9b9fcf Document changes and release 0.5.2-1
adds dc7846f New upstream version 0.6.0
adds ac4d0a7 Merge tag 'upstream/0.6.0' into debian/experimental
adds f33fafb Build-dep on libvirt-daemon
adds e2d0e90 Bump standards version
adds 9a40004 Document changes and release 0.6.0-1
adds f6ba5ce Adjust gbp.conf for sid
No new revisions were added by this update.
Summary of changes:
NEWS | 18 +-
Rakefile | 7 +-
debian/changelog | 20 ++
debian/control | 4 +-
debian/gbp.conf | 1 +
...Don-t-free-more-entries-than-we-retrieved.patch | 86 -----
...Allow-to-set-URI-via-environment-variable.patch | 183 ----------
...Don-t-run-tests-that-require-qemu-system.patch} | 2 +-
debian/patches/series | 4 +-
ext/libvirt/common.c | 27 +-
ext/libvirt/common.h | 10 +
ext/libvirt/connect.c | 267 ++++++++++----
ext/libvirt/domain.c | 384 +++++++++++++++++++--
ext/libvirt/extconf.h | 380 ++++++++++++++++++++
ext/libvirt/extconf.rb | 32 ++
ext/libvirt/interface.c | 6 +-
ext/libvirt/network.c | 103 +++++-
ext/libvirt/nodedevice.c | 10 +-
ext/libvirt/nwfilter.c | 6 +-
ext/libvirt/secret.c | 10 +-
ext/libvirt/storage.c | 29 +-
tests/test_conn.rb | 24 +-
tests/test_domain.rb | 6 +-
tests/test_interface.rb | 8 +-
tests/test_network.rb | 2 +-
tests/test_nodedevice.rb | 2 +-
tests/test_nwfilter.rb | 2 +-
tests/test_open.rb | 36 +-
tests/test_storage.rb | 10 +-
tests/test_stream.rb | 2 +-
tests/test_utils.rb | 22 +-
31 files changed, 1227 insertions(+), 476 deletions(-)
delete mode 100644 debian/patches/0001-Don-t-free-more-entries-than-we-retrieved.patch
delete mode 100644 debian/patches/0002-Allow-to-set-URI-via-environment-variable.patch
rename debian/patches/{0003-Don-t-run-tests-that-require-qemu-system.patch => Don-t-run-tests-that-require-qemu-system.patch} (97%)
create mode 100644 ext/libvirt/extconf.h
--
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