Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2021-12-06 23:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant"

Mon Dec  6 23:59:22 2021 rev:38 rq:935193 version:2.2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2021-10-25 
15:16:55.285656426 +0200
+++ /work/SRC/openSUSE:Factory/.vagrant.new.31177/vagrant.changes       
2021-12-07 00:00:26.652339052 +0100
@@ -1,0 +2,35 @@
+Thu Dec  2 10:51:16 UTC 2021 - Dan ??erm??k <[email protected]>
+
+- New upstream release 2.2.19
+
+  Rebase patches:
+  * 0001-bin-vagrant-silence-warning-about-installer.patch
+  * 0002-Use-a-private-temporary-dir.patch
+  * 0003-plugins-don-t-abuse-require_relative.patch.patch
+  * 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch
+  * 0005-do-not-depend-on-wdm.patch
+  * 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch
+  * 0007-Don-t-abuse-relative-paths-in-plugins.patch
+  * 0008-Skip-failing-tests.patch
+  * 0009-Disable-Subprocess-unit-test.patch
+
+  Removed patches:
+  * 0010-Bump-listen-version-to-3.6.patch
+
+## 2.2.19 (November 5, 2021)
+
+IMPROVEMENTS:
+
+- guest/suse: Add fallback shutdown for versions without systemd [GH-12489]
+- provider/virtualbox: Validate VirtualBox hostonly network range [GH-12564]
+
+BUG FIXES
+
+- guest/atomic: Update detection to prevent matching on non-atomic guests 
[GH-12575]
+- guest/coreos: Fix configure network capability [GH-12575]
+- guest/windows: Fix directory creation with rsync [GH-11880]
+- host/windows: Properly handle spaces in path to SSH key [GH-12398]
+- provisioner/chef: Update install checks [GH-12555]
+
+
+-------------------------------------------------------------------

Old:
----
  0010-Bump-listen-version-to-3.6.patch
  vagrant-2.2.18.tar.gz

New:
----
  vagrant-2.2.19.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vagrant.spec ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.760335133 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.764335119 +0100
@@ -26,7 +26,7 @@
 
 
 Name:           vagrant
-Version:        2.2.18
+Version:        2.2.19
 Release:        0
 Summary:        Tool for building and distributing virtualized development 
environments
 License:        MIT
@@ -57,7 +57,6 @@
 Patch7:         0007-Don-t-abuse-relative-paths-in-plugins.patch
 Patch8:         0008-Skip-failing-tests.patch
 Patch9:         0009-Disable-Subprocess-unit-test.patch
-Patch10:        0010-Bump-listen-version-to-3.6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 # force only one ruby version
@@ -244,7 +243,7 @@
 %package        vim
 Summary:        Vagrantfile syntax files for the vim editor
 Group:          Development/Languages/Ruby
-Supplements:    packageand(vagrant:vim)
+Supplements:    (vagrant and vim)
 BuildRequires:  vim
 Requires:       vagrant = %{version}
 Requires:       vim
@@ -256,7 +255,7 @@
 %package        emacs
 Summary:        Vagrantfile syntax files for the emacs editor
 Group:          Development/Languages/Ruby
-Supplements:    packageand(vagrant:emacs_program)
+Supplements:    (vagrant and emacs_program)
 BuildRequires:  emacs-nox
 Requires:       emacs_program
 Requires:       vagrant = %{version}
@@ -268,7 +267,7 @@
 %package bash-completion
 Summary:        Vagrant bash autocompletion
 Group:          Development/Languages/Ruby
-Supplements:    packageand(vagrant:bash)
+Supplements:    (vagrant and bash)
 BuildRequires:  bash
 BuildRequires:  bash-completion
 Requires:       bash

++++++ 0001-bin-vagrant-silence-warning-about-installer.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.788335035 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.792335020 +0100
@@ -1,7 +1,7 @@
-From 0ccff6b537b98ea368eaebb21f3ac739256e1eac Mon Sep 17 00:00:00 2001
+From 33ec34c4946a10f38747b827ccd0500cc3685af4 Mon Sep 17 00:00:00 2001
 From: Antonio Terceiro <[email protected]>
 Date: Sat, 11 Oct 2014 16:54:58 -0300
-Subject: [PATCH 01/10] bin/vagrant: silence warning about installer
+Subject: [PATCH 1/9] bin/vagrant: silence warning about installer
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---

++++++ 0002-Use-a-private-temporary-dir.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.800334992 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.800334992 +0100
@@ -1,7 +1,7 @@
-From 61b69d39695fe17aad4ac750e7b15fde4d52d24a Mon Sep 17 00:00:00 2001
+From df5d75cdb6c3f415e53bd494d3db5e4c809d8230 Mon Sep 17 00:00:00 2001
 From: Antonio Terceiro <[email protected]>
 Date: Wed, 22 Oct 2014 09:40:14 -0200
-Subject: [PATCH 02/10] Use a private temporary dir
+Subject: [PATCH 2/9] Use a private temporary dir
 
 Without this vagrant will clutter $TMPDIR with dozens of even hundreds
 of temporary files (~4 per vagrant invocation).

++++++ 0003-plugins-don-t-abuse-require_relative.patch.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.820334921 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.820334921 +0100
@@ -1,7 +1,7 @@
-From 188198d9cd7dad997a02e26f06cdb8e1fcf49483 Mon Sep 17 00:00:00 2001
+From e8835db89852f1221ed9eeff67816a079ed6762b Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Wed, 17 May 2017 09:09:57 +0200
-Subject: [PATCH 03/10] plugins-don-t-abuse-require_relative.patch
+Subject: [PATCH 3/9] plugins-don-t-abuse-require_relative.patch
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---

++++++ 0004-fix-vbox-package-boo-1044087-added-by-robert.muntean.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.836334865 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.836334865 +0100
@@ -1,7 +1,7 @@
-From 32c0b41a97016db1c19861a5efa28c3a181de8e7 Mon Sep 17 00:00:00 2001
+From d124f36515e112737baecea699a3aa09615702d7 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Fri, 16 Nov 2018 21:12:43 +0100
-Subject: [PATCH 04/10] fix vbox package boo#1044087, added by
+Subject: [PATCH 4/9] fix vbox package boo#1044087, added by
  [email protected] on Sun Aug 13 19:07:06 UTC 2017
 
 Signed-off-by: Johannes Kastl <[email protected]>

++++++ 0005-do-not-depend-on-wdm.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.848334822 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.852334808 +0100
@@ -1,7 +1,7 @@
-From 9d896403984a8673e10f3da47052e4250e9ba98b Mon Sep 17 00:00:00 2001
+From 4a7f3ff284ac2a3dd1e6261221f787ac4e7075d7 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Mon, 4 Jun 2018 09:18:23 +0200
-Subject: [PATCH 05/10] do not depend on wdm
+Subject: [PATCH 5/9] do not depend on wdm
 
 Signed-off-by: Johannes Kastl <[email protected]>
 ---
@@ -9,7 +9,7 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/vagrant.gemspec b/vagrant.gemspec
-index e8cee0b5e..cfe589cca 100644
+index 992b48f2f..2bef1036a 100644
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
 @@ -31,7 +31,6 @@ Gem::Specification.new do |s|

++++++ 0006-do-not-abuse-relative-paths-in-docker-plugin-to-make.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.868334751 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.868334751 +0100
@@ -1,7 +1,7 @@
-From 3c8410ce11d70935e678b11d58f3644d2dff8c52 Mon Sep 17 00:00:00 2001
+From 99447e851f41f413d1e525ef51e946b003e1a080 Mon Sep 17 00:00:00 2001
 From: Johannes Kastl <[email protected]>
 Date: Fri, 16 Nov 2018 21:14:46 +0100
-Subject: [PATCH 06/10] do not abuse relative paths in docker plugin to make
+Subject: [PATCH 6/9] do not abuse relative paths in docker plugin to make
  docker work, added by [email protected] on Thu Oct 26 19:42:46 UTC 2017
 
 Signed-off-by: Johannes Kastl <[email protected]>

++++++ 0007-Don-t-abuse-relative-paths-in-plugins.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.880334709 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.880334709 +0100
@@ -1,7 +1,7 @@
-From 84dd04ae65f330dbee401f38eeb9577daeee2f9b Mon Sep 17 00:00:00 2001
+From 3dc208ffbe52efb9c77e8541824b2b33a9252eaf Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Fri, 11 Jan 2019 12:32:28 +0100
-Subject: [PATCH 07/10] Don't abuse relative paths in plugins
+Subject: [PATCH 7/9] Don't abuse relative paths in plugins
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -27,11 +27,12 @@
  module VagrantPlugins
    module GuestALT
 diff --git a/plugins/guests/coreos/cap/configure_networks.rb 
b/plugins/guests/coreos/cap/configure_networks.rb
-index a954b45bd..2e490f5e2 100644
+index 5ccd23e80..3d6086c06 100644
 --- a/plugins/guests/coreos/cap/configure_networks.rb
 +++ b/plugins/guests/coreos/cap/configure_networks.rb
-@@ -1,6 +1,6 @@
+@@ -1,7 +1,7 @@
  require "tempfile"
+ require "yaml"
  
 -require_relative "../../../../lib/vagrant/util/template_renderer"
 +require "vagrant/util/template_renderer"

++++++ 0008-Skip-failing-tests.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.892334666 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.892334666 +0100
@@ -1,7 +1,7 @@
-From c1a1d7395170fc60872658649166de546d396190 Mon Sep 17 00:00:00 2001
+From f6b2e0cebf27725b82b29085451df2308989b1c7 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Mon, 1 Apr 2019 17:28:31 +0200
-Subject: [PATCH 08/10] Skip failing tests
+Subject: [PATCH 8/9] Skip failing tests
 
 ---
  test/unit/bin/vagrant_test.rb | 4 ++--

++++++ 0009-Disable-Subprocess-unit-test.patch ++++++
--- /var/tmp/diff_new_pack.luawTe/_old  2021-12-07 00:00:27.904334624 +0100
+++ /var/tmp/diff_new_pack.luawTe/_new  2021-12-07 00:00:27.904334624 +0100
@@ -1,7 +1,7 @@
-From 745cb8db9f953598df00fb6b362042c61e0909b1 Mon Sep 17 00:00:00 2001
+From cc9cc287131b8a0b4419d2a7c2a0f7f3fd7b5b26 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <[email protected]>
 Date: Wed, 28 Aug 2019 13:39:58 +0200
-Subject: [PATCH 09/10] Disable Subprocess unit test
+Subject: [PATCH 9/9] Disable Subprocess unit test
 
 This unit test is *very* flaky on OBS' workers and causes random build
 failures. These are probably caused by worker being under high load and then

++++++ vagrant-2.2.18.tar.gz -> vagrant-2.2.19.tar.gz ++++++
++++ 35325 lines of diff (skipped)

Reply via email to