Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-fog-libvirt for openSUSE:Factory checked in at 2024-11-07 16:27:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-fog-libvirt (Old) and /work/SRC/openSUSE:Factory/.rubygem-fog-libvirt.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-fog-libvirt" Thu Nov 7 16:27:08 2024 rev:8 rq:1221846 version:0.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-fog-libvirt/rubygem-fog-libvirt.changes 2024-08-16 12:40:44.185858020 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-fog-libvirt.new.2020/rubygem-fog-libvirt.changes 2024-11-07 16:27:29.777919747 +0100 @@ -1,0 +2,5 @@ +Mon Nov 4 16:42:56 UTC 2024 - Dan Äermák <dan.cer...@posteo.net> + +- New upstream release 0.12.2, no changelog found + +------------------------------------------------------------------- Old: ---- fog-libvirt-0.12.1.gem New: ---- fog-libvirt-0.12.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-fog-libvirt.spec ++++++ --- /var/tmp/diff_new_pack.ldTgcz/_old 2024-11-07 16:27:30.629955252 +0100 +++ /var/tmp/diff_new_pack.ldTgcz/_new 2024-11-07 16:27:30.629955252 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-fog-libvirt -Version: 0.12.1 +Version: 0.12.2 Release: 0 %define mod_name fog-libvirt %define mod_full_name %{mod_name}-%{version} ++++++ fog-libvirt-0.12.1.gem -> fog-libvirt-0.12.2.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/fog/libvirt/models/compute/server.rb new/lib/fog/libvirt/models/compute/server.rb --- old/lib/fog/libvirt/models/compute/server.rb 2024-07-15 16:59:51.000000000 +0200 +++ new/lib/fog/libvirt/models/compute/server.rb 2024-07-18 12:18:37.000000000 +0200 @@ -96,6 +96,10 @@ if flags.zero? service.vm_action(uuid, :undefine) else + # the test driver doesn't support UNDEFINE_NVRAM + if service.uri.driver == 'test' + flags ^= ::Libvirt::Domain::UNDEFINE_NVRAM + end service.vm_action(uuid, :undefine, flags) end volumes.each { |vol| vol.destroy } if options[:destroy_volumes] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/fog/libvirt/version.rb new/lib/fog/libvirt/version.rb --- old/lib/fog/libvirt/version.rb 2024-07-15 16:59:51.000000000 +0200 +++ new/lib/fog/libvirt/version.rb 2024-07-18 12:18:37.000000000 +0200 @@ -1,5 +1,5 @@ module Fog module Libvirt - VERSION = '0.12.1' + VERSION = '0.12.2' end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2024-07-15 16:59:51.000000000 +0200 +++ new/metadata 2024-07-18 12:18:37.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: fog-libvirt version: !ruby/object:Gem::Version - version: 0.12.1 + version: 0.12.2 platform: ruby authors: - geemus (Wesley Beary) autorequire: bindir: bin cert_chain: [] -date: 2024-07-15 00:00:00.000000000 Z +date: 2024-07-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: fog-core