Hello community,
here is the log from the commit of package vagrant-libvirt for openSUSE:Factory
checked in at 2019-11-13 13:29:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant-libvirt (Old)
and /work/SRC/openSUSE:Factory/.vagrant-libvirt.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant-libvirt"
Wed Nov 13 13:29:23 2019 rev:4 rq:748139 version:0.0.45
Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-libvirt/vagrant-libvirt.changes
2019-08-29 17:24:46.571294921 +0200
+++
/work/SRC/openSUSE:Factory/.vagrant-libvirt.new.2990/vagrant-libvirt.changes
2019-11-13 13:29:27.139768270 +0100
@@ -1,0 +2,5 @@
+Wed Nov 13 10:30:06 UTC 2019 - Dan Čermák <[email protected]>
+
+- depend on nokogiri 1.10.x instead of hardcoding 1.10.4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vagrant-libvirt.spec ++++++
--- /var/tmp/diff_new_pack.KVdSmJ/_old 2019-11-13 13:29:27.667768823 +0100
+++ /var/tmp/diff_new_pack.KVdSmJ/_new 2019-11-13 13:29:27.671768828 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vagrant-libvirt
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,7 +57,7 @@
Requires: %{rubygem fog-core:2 >= 2.1}
# s.add_runtime_dependency 'nokogiri', '~> 1.6'
# Prevent have choice for rubygem(ruby:2.6.0:nokogiri) >= 1.5.11
-BuildRequires: %{rubygem nokogiri:1.10.4 }
+BuildRequires: %{rubygem nokogiri:1.10 }
# Prevent have choice for rubygem(ruby:2.6.0:mime-types) >= 2
BuildRequires: %{rubygem mime-types:3 }
@@ -68,7 +68,7 @@
# Prevent have choice for rubygem(ruby:2.5.0:thor:0) >= 0.18
BuildRequires: %{rubygem thor:0.19}
-Url: https://github.com/vagrant-libvirt/vagrant-libvirt
+URL: https://github.com/vagrant-libvirt/vagrant-libvirt
Source: https://rubygems.org/gems/%{mod_full_name}.gem
# FIXME: drop this once 0.0.46 comes out