Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2023-06-12 15:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant"

Mon Jun 12 15:24:09 2023 rev:51 rq:1092074 version:2.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2023-02-23 
16:44:40.218050642 +0100
+++ /work/SRC/openSUSE:Factory/.vagrant.new.15902/vagrant.changes       
2023-06-12 15:24:11.366249063 +0200
@@ -1,0 +2,29 @@
+Tue May 30 07:53:25 UTC 2023 - Илья Индиго <i...@ilya.cf>
+
+- Updated to 2.3.6
+  * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#236-may-19-2023
+  * command/serve: Isolate proto constants to file for auto-loading
+  * core/util: Unlock file prior to deletion
+  * provider/docker: Attempt using docker command for bridge ip
+  * provider/virtualbox: Update preferred locale values for driver
+- Updated to 2.3.5
+  * Changed file 0005-do-not-depend-on-wdm.patch.
+  * Changed file 0010-Remove-dependency-on-grpc-tools.patch.
+  * Removed file 0011-Bump-Ruby-version-to-3.x.patch.
+  * Removed file 
0012-Only-check-for-arguments-matching-test-string-if-the.patch.
+  * https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md#235-may-15-2023
+  * communicator/ssh: Use netssh builtin keep alive functionality
+  * communicator/ssh: Update connection settings when using a password to 
connect ssh
+  * core: Add a file mutex when downloading box files
+  * guest/arch: Support differentiating between Artix and Arch Linux
+  * host/windows: Get state of Windows feature "Microsoft-Hyper-V-Hypervisor"
+  * provider/docker: Ignore inactive docker containers when assigning ports
+  * provider/docker: Sync folders before preparing nfs settings
+  * provider/virtualbox: De-duplicate machine port forward info
+  * provider/virtualbox: Remove check for hyperv being enabled when verifying 
virtualbox is usable on windows
+  * provider/virtualbox: Validate LANG value when possible
+  * provider/hyperv: Check for hyper-v feature "EnhancedSessionTransportType"
+  * provisioner/ansible: Fix installing Ansible provisioner with version and 
pip
+  * synced_folders/rsync: allow rsync-auto to also ignore relative paths
+
+-------------------------------------------------------------------
@@ -2087 +2115,0 @@
-

Old:
----
  0011-Bump-Ruby-version-to-3.x.patch
  0012-Only-check-for-arguments-matching-test-string-if-the.patch
  vagrant-2.3.4.tar.gz

New:
----
  vagrant-2.3.6.tar.gz

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

Other differences:
------------------
++++++ vagrant.spec ++++++
--- /var/tmp/diff_new_pack.zvxwVC/_old  2023-06-12 15:24:12.486255689 +0200
+++ /var/tmp/diff_new_pack.zvxwVC/_new  2023-06-12 15:24:12.490255712 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package vagrant
 #
-# Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Laurent Bigonville <bi...@debian.org>, License GPL-2.0+
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +25,7 @@
 
 
 Name:           vagrant
-Version:        2.3.4
+Version:        2.3.6
 Release:        0
 Summary:        Tool for building and distributing virtualized development 
environments
 License:        MIT
@@ -58,8 +57,6 @@
 Patch8:         0008-Skip-failing-tests.patch
 Patch9:         0009-Disable-Subprocess-unit-test.patch
 Patch10:        0010-Remove-dependency-on-grpc-tools.patch
-Patch11:        0011-Bump-Ruby-version-to-3.x.patch
-Patch12:        0012-Only-check-for-arguments-matching-test-string-if-the.patch
 
 # force only one ruby version
 # CAUTION: if you change this, then you *must* also change the sed calls which
@@ -79,11 +76,11 @@
 # Build dependencies
 
#===============================================================================
 
-#  s.required_ruby_version     = ">= 2.7", "< 3.3"
+#  s.required_ruby_version     = ">= 3.0", "< 3.3"
 %if 0%{?suse_version} > 1500
 BuildRequires:  %{ruby} < 3.3
 %else
-BuildRequires:  %{ruby} >= 2.7
+BuildRequires:  %{ruby} >= 3.0
 %endif
 #
 #
@@ -124,8 +121,8 @@
 BuildRequires:  %{rubygem rb-kqueue:0.2 }
 #  s.add_dependency "rexml", "~> 3.2"
 BuildRequires:  %{rubygem rexml:3 >= 3.2 }
-#  s.add_dependency "rgl", "~> 0.5.7"
-BuildRequires:  %{rubygem rgl:0.5 >= 0.5.7}
+#  s.add_dependency "rgl", "~> 0.5.10"
+BuildRequires:  %{rubygem rgl:0.5 >= 0.5.10}
 #  s.add_dependency "rubyzip", "~> 2.0"
 BuildRequires:  %{rubygem rubyzip:2}
 # Intentionally removed, wdm only works on Windows
@@ -218,8 +215,8 @@
 Requires:       %{rubygem rb-kqueue:0.2}
 #  s.add_dependency "rexml", "~> 3.2"
 Requires:       %{rubygem rexml:3 >= 3.2 }
-#  s.add_dependency "rgl", "~> 0.5.7"
-Requires:       %{rubygem rgl:0.5 >= 0.5.7}
+#  s.add_dependency "rgl", "~> 0.5.10"
+Requires:       %{rubygem rgl:0.5 >= 0.5.10}
 #  s.add_dependency "rubyzip", "~> 2.0"
 Requires:       %{rubygem rubyzip:2}
 #   s.add_dependency "wdm", "~> 0.1.0"
@@ -239,6 +236,7 @@
 Requires:       openssh
 # for groupadd
 Requires(pre):  shadow
+BuildArch:      noarch
 
 %description
 Vagrant is a tool for building and distributing virtualized development
@@ -462,6 +460,7 @@
 %{vagrant_dir}/lib/*
 %{vagrant_dir}/plugins/*
 %{vagrant_dir}/templates/*
+%{vagrant_dir}/tools.go
 
 # these are scripts for Hashicorp
 %exclude %{vagrant_dir}/scripts/*

++++++ 0005-do-not-depend-on-wdm.patch ++++++
--- /var/tmp/diff_new_pack.zvxwVC/_old  2023-06-12 15:24:12.530255950 +0200
+++ /var/tmp/diff_new_pack.zvxwVC/_new  2023-06-12 15:24:12.534255973 +0200
@@ -13,14 +13,11 @@
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
 @@ -35,7 +35,6 @@ Gem::Specification.new do |s|
-   s.add_dependency "rgl", "~> 0.5.7"
-   s.add_dependency "rubyzip", "~> 2.0"
+   s.add_dependency "rgl", "~> 0.5.10"
+   s.add_dependency "rubyzip", "~> 2.3.2"
    s.add_dependency "vagrant_cloud", "~> 3.0.5"
--  s.add_dependency "wdm", "~> 0.1.0"
-   s.add_dependency "winrm", ">= 2.3.4", "< 3.0"
-   s.add_dependency "winrm-elevated", ">= 1.2.1", "< 2.0"
-   s.add_dependency "winrm-fs", ">= 1.3.4", "< 2.0"
--- 
-2.39.0
-
+-  s.add_dependency "wdm", "~> 0.1.1"
+   s.add_dependency "winrm", ">= 2.3.6", "< 3.0"
+   s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
+   s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"
 

++++++ 0010-Remove-dependency-on-grpc-tools.patch ++++++
--- /var/tmp/diff_new_pack.zvxwVC/_old  2023-06-12 15:24:12.558256115 +0200
+++ /var/tmp/diff_new_pack.zvxwVC/_new  2023-06-12 15:24:12.562256139 +0200
@@ -14,8 +14,8 @@
 --- a/vagrant.gemspec
 +++ b/vagrant.gemspec
 @@ -39,9 +39,6 @@ Gem::Specification.new do |s|
-   s.add_dependency "winrm-elevated", ">= 1.2.1", "< 2.0"
-   s.add_dependency "winrm-fs", ">= 1.3.4", "< 2.0"
+   s.add_dependency "winrm-elevated", ">= 1.2.3", "< 2.0"
+   s.add_dependency "winrm-fs", ">= 1.3.5", "< 2.0"
  
 -  # Needed for go generate to use grpc_tools_ruby_protoc
 -  s.add_development_dependency "grpc-tools", "~> 1.41"
@@ -23,7 +23,4 @@
    # required to include https://github.com/ruby/ipaddr/issues/35
    s.add_dependency "ipaddr", ">= 1.2.4"
  
--- 
-2.39.0
-
 

++++++ vagrant-2.3.4.tar.gz -> vagrant-2.3.6.tar.gz ++++++
++++ 20697 lines of diff (skipped)

Reply via email to