Hello community, here is the log from the commit of package vagrant-sshfs for openSUSE:Factory checked in at 2020-05-14 23:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vagrant-sshfs (Old) and /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vagrant-sshfs" Thu May 14 23:25:47 2020 rev:9 rq:805043 version:1.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/vagrant-sshfs/vagrant-sshfs.changes 2020-04-01 22:56:43.596566432 +0200 +++ /work/SRC/openSUSE:Factory/.vagrant-sshfs.new.2738/vagrant-sshfs.changes 2020-05-14 23:25:53.725125134 +0200 @@ -1,0 +2,5 @@ +Tue May 12 15:31:27 UTC 2020 - Dan Čermák <[email protected]> + +- Switch to Ruby 2.6 for Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vagrant-sshfs.spec ++++++ --- /var/tmp/diff_new_pack.NcRK0j/_old 2020-05-14 23:25:54.405126618 +0200 +++ /var/tmp/diff_new_pack.NcRK0j/_new 2020-05-14 23:25:54.409126627 +0200 @@ -16,9 +16,18 @@ # +# FIXME: for now vagrant does not support Ruby 2.7 +%if 0%{?suse_version} > 1500 +%global rb_build_versions ruby26 +%global rb_build_abi ruby:2.6.0 +%global rb_ruby_suffix ruby2.6 +%else +%global rb_build_versions %rb_default_ruby +%global rb_build_abi %rb_default_ruby_abi +%global rb_ruby_suffix %rb_default_ruby_suffix +%endif + %global vagrant_plugin_name vagrant-sshfs -%global rb_build_versions %{rb_default_ruby} -%global rb_build_abi %{rb_default_build_abi} %define mod_name %{vagrant_plugin_name} %define mod_full_name %{vagrant_plugin_name}-%{version} Name: %{vagrant_plugin_name}
