[DRE-commits] [ruby-fog-libvirt] branch master updated (c685d2b -> 50ad7a7)

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Oct 15 14:20:53 UTC 2016


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

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

      from  c685d2b   check dependencies during build
      adds  2287d9f   New upstream version 0.3.0
       new  d6eb264   Merge tag 'upstream/0.3.0'
       new  c4a070c   New upstream version 0.3.0
       new  1982387   refresh packaging with a new run of `dh-make-ruby -w`
       new  65a07f4   add patch to drop git usage from gemspec
       new  50ad7a7   fix typo

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:
 debian/changelog                                   |  11 +
 debian/control                                     |   8 +-
 debian/patches/0002-gemspec-remove-git-usage.patch |  22 ++
 debian/patches/series                              |   1 +
 fog-libvirt.gemspec                                |  14 +-
 lib/fog/libvirt/compute.rb                         |   1 +
 lib/fog/libvirt/models/compute/network.rb          |   4 +
 lib/fog/libvirt/models/compute/server.rb           |  98 +-----
 lib/fog/libvirt/requests/compute/dhcp_leases.rb    |  37 +++
 lib/fog/libvirt/requests/compute/list_domains.rb   |  57 ++--
 lib/fog/libvirt/requests/compute/list_networks.rb  |  22 +-
 lib/fog/libvirt/requests/compute/list_volumes.rb   |  32 +-
 lib/fog/libvirt/requests/compute/upload_volume.rb  |   2 +-
 lib/fog/libvirt/version.rb                         |   2 +-
 metadata.yml                                       | 350 ---------------------
 minitests/server/user_data_iso_test.rb             |  11 +
 tests/libvirt/compute_tests.rb                     |   3 +-
 tests/libvirt/models/compute/network_tests.rb      |   4 +
 tests/libvirt/models/compute/server_tests.rb       |   3 +
 .../libvirt/requests/compute/dhcp_leases_tests.rb  |  15 +
 20 files changed, 209 insertions(+), 488 deletions(-)
 create mode 100644 debian/patches/0002-gemspec-remove-git-usage.patch
 create mode 100644 lib/fog/libvirt/requests/compute/dhcp_leases.rb
 delete mode 100644 metadata.yml
 create mode 100644 tests/libvirt/requests/compute/dhcp_leases_tests.rb

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



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