commit rubygem-ruby-libvirt for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-ruby-libvirt for 
openSUSE:Factory checked in at 2018-02-22 15:01:05

Comparing /work/SRC/openSUSE:Factory/rubygem-ruby-libvirt (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ruby-libvirt.new (New)


Package is "rubygem-ruby-libvirt"

Thu Feb 22 15:01:05 2018 rev:3 rq:578573 version:0.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-ruby-libvirt/rubygem-ruby-libvirt.changes
2016-10-10 16:23:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-libvirt.new/rubygem-ruby-libvirt.changes
   2018-02-22 15:01:08.228829069 +0100
@@ -1,0 +2,11 @@
+Mon Feb 19 05:31:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.7.1
+ see installed NEWS
+
+  2018-02-18 0.7.1
+* Fix a bad bug in block_resize (Marius Rieder)
+* Fix up some problems pointed out by clang
+* Fix up the tests for small semantic differences in how libvirt works
+
+---

Old:

  ruby-libvirt-0.7.0.gem

New:

  ruby-libvirt-0.7.1.gem



Other differences:
--
++ rubygem-ruby-libvirt.spec ++
--- /var/tmp/diff_new_pack.4Gg7Qf/_old  2018-02-22 15:01:09.580780431 +0100
+++ /var/tmp/diff_new_pack.4Gg7Qf/_new  2018-02-22 15:01:09.584780288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ruby-libvirt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ruby-libvirt
-Version:0.7.0
+Version:0.7.1
 Release:0
 %define mod_name ruby-libvirt
 %define mod_full_name %{mod_name}-%{version}
@@ -38,11 +38,11 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://libvirt.org/ruby/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-ruby-libvirt-rpmlintrc
 Source2:gem2rpm.yml
 Summary:Ruby bindings for LIBVIRT
-License:LGPL-2.0
+License:LGPL-2.0-only
 Group:  Development/Languages/Ruby
 
 %description

++ ruby-libvirt-0.7.0.gem -> ruby-libvirt-0.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2016-09-23 00:07:00.0 +0200
+++ new/NEWS2018-02-18 14:18:03.0 +0100
@@ -1,3 +1,8 @@
+2018-02-18 0.7.1
+  * Fix a bad bug in block_resize (Marius Rieder)
+  * Fix up some problems pointed out by clang
+  * Fix up the tests for small semantic differences in how libvirt works
+
 2016-09-22 0.7.0
   * Fix network lease API to allow arguments that libvirt allows
   * Implement VIRT_STORAGE_POOL_CREATE flags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-09-23 00:07:00.0 +0200
+++ new/Rakefile2018-02-18 14:18:03.0 +0100
@@ -21,7 +21,7 @@
 require 'rbconfig'
 
 PKG_NAME='ruby-libvirt'
-PKG_VERSION='0.7.0'
+PKG_VERSION='0.7.1'
 
 EXT_CONF='ext/libvirt/extconf.rb'
 MAKEFILE="ext/libvirt/Makefile"
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/libvirt/_libvirt.c new/ext/libvirt/_libvirt.c
--- old/ext/libvirt/_libvirt.c  2016-09-23 00:07:00.0 +0200
+++ new/ext/libvirt/_libvirt.c  2018-02-18 14:18:03.0 +0100
@@ -660,7 +660,7 @@
 static VALUE libvirt_domain_lxc_enter_security_label(int argc, VALUE *argv,
  VALUE 
RUBY_LIBVIRT_UNUSED(c))
 {
-VALUE model, label, flags, result, modiv, doiiv, labiv;
+VALUE model = RUBY_Qnil, label = RUBY_Qnil, flags = RUBY_Qnil, result, 
modiv, doiiv, labiv;
 virSecurityModel mod;
 char *modstr, *doistr, *labstr;
 virSecurityLabel lab, oldlab;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/libvirt/common.h new/ext/libvirt/common.h
--- old/ext/libvirt/common.h2016-09-23 00:07:00.0 +0200
+++ new/ext/libvirt/common.h2018-02-18 14:18:03.0 +0100
@@ -123,7 +123,7 @@
 
 #define ruby_libvirt_generate_call_list_all(type, argc, argv, listfunc, 
object, val, newfunc, freefunc) \
 do {\
-VALUE flags;\
+VALUE flags = RUBY_Qnil;

commit rubygem-ruby-libvirt for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby-libvirt for 
openSUSE:Factory checked in at 2016-10-10 16:23:14

Comparing /work/SRC/openSUSE:Factory/rubygem-ruby-libvirt (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ruby-libvirt.new (New)


Package is "rubygem-ruby-libvirt"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-ruby-libvirt/rubygem-ruby-libvirt.changes
2016-09-23 11:30:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-libvirt.new/rubygem-ruby-libvirt.changes
   2016-10-10 16:23:16.0 +0200
@@ -1,0 +2,17 @@
+Fri Sep 23 04:48:51 UTC 2016 - co...@suse.com
+
+- updated to version 0.7.0
+ see installed NEWS
+
+  2016-09-22 0.7.0
+* Fix network lease API to allow arguments that libvirt allows
+* Implement VIRT_STORAGE_POOL_CREATE flags
+* Implement more VIR_STORAGE_VOL flags
+* Implement VIR_DOMAIN_QEMU_AGENT_COMMAND_SHUTDOWN
+* Implement virDomainDefineXMLFlags
+* Implement virDomainRename
+* Implement virDomainSetUserPassword
+* Implement VIR_DOMAIN_TIME_SYNC
+* Fix the return value from virStreamSourceFunc so volume upload works
+
+---

Old:

  ruby-libvirt-0.6.0.gem

New:

  ruby-libvirt-0.7.0.gem



Other differences:
--
++ rubygem-ruby-libvirt.spec ++
--- /var/tmp/diff_new_pack.Qw8JSV/_old  2016-10-10 16:23:17.0 +0200
+++ /var/tmp/diff_new_pack.Qw8JSV/_new  2016-10-10 16:23:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ruby-libvirt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ruby-libvirt
-Version:0.6.0
+Version:0.7.0
 Release:0
 %define mod_name ruby-libvirt
 %define mod_full_name %{mod_name}-%{version}

++ ruby-libvirt-0.6.0.gem -> ruby-libvirt-0.7.0.gem ++
 3448 lines of diff (skipped)