Hello community,

here is the log from the commit of package vagrant-libvirt for openSUSE:Factory 
checked in at 2020-08-24 15:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vagrant-libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.vagrant-libvirt.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vagrant-libvirt"

Mon Aug 24 15:14:03 2020 rev:7 rq:828892 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vagrant-libvirt/vagrant-libvirt.changes  
2020-05-14 23:25:59.921138655 +0200
+++ 
/work/SRC/openSUSE:Factory/.vagrant-libvirt.new.3399/vagrant-libvirt.changes    
    2020-08-24 15:14:55.994739946 +0200
@@ -1,0 +2,22 @@
+Wed Aug 19 09:38:52 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 0.1.2
+
+  Drop patches (integrated upstream):
+  * 0001-Revert-back-to-development-versiongemspec-file..patch
+  * 0002-Use-the-same-version-of-Nokogiri-as-Vagrant.patch
+  * 0003-Update-fog-core-to-latest-version.patch
+
+  v0.1.2:
+
+  * #1110 prune_nfs_exports.rb:18:in call': undefined method info' for 
nil:NilClass
+
+  v0.1.1
+
+  * Merge pull request #1111 from AmedeeBulle/issue-1110
+
+  v0.1.0
+
+  * Improve Fedora installation procedure (#1101)
+
+-------------------------------------------------------------------

Old:
----
  0001-Revert-back-to-development-versiongemspec-file..patch
  0002-Use-the-same-version-of-Nokogiri-as-Vagrant.patch
  0003-Update-fog-core-to-latest-version.patch
  vagrant-libvirt-0.0.45.gem

New:
----
  vagrant-libvirt-0.1.2.gem

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

Other differences:
------------------
++++++ vagrant-libvirt.spec ++++++
--- /var/tmp/diff_new_pack.g7Mxo1/_old  2020-08-24 15:14:57.298740582 +0200
+++ /var/tmp/diff_new_pack.g7Mxo1/_new  2020-08-24 15:14:57.302740583 +0200
@@ -28,7 +28,7 @@
 %endif
 
 Name:           vagrant-libvirt
-Version:        0.0.45
+Version:        0.1.2
 Release:        0
 %define mod_name vagrant-libvirt
 %define mod_full_name %{mod_name}-%{version}
@@ -59,40 +59,19 @@
 # s.add_development_dependency 'rake'
 BuildRequires:  %{rubygem rake}
 
-# s.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
-Requires:       %{rubygem fog-libvirt >= 0.3.}
+# s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
+Requires:       %{rubygem fog-libvirt >= 0.6.}
 # s.add_runtime_dependency 'fog-core', '~> 2.1'
 Requires:       %{rubygem fog-core:2 >= 2.1}
 # s.add_runtime_dependency 'nokogiri', '~> 1.6'
 Requires:       %{rubygem nokogiri:1 >= 1.6 }
 
-# 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 }
-# Prevent have choice for rubygem(ruby:2.6.0:mime-types) >= 2
-BuildRequires:  %{rubygem mime-types:3 }
-# Prevent have choice for rubygem(ruby:2.6.0:builder) >= 2.1.2
-BuildRequires:  %{rubygem builder:3.2 }
-# Prevent have choice for rubygem(ruby:2.6.0:ffi) >= 0.5.0
-BuildRequires:  %{rubygem ffi >= 1.9 }
-# Prevent have choice for rubygem(ruby:2.5.0:thor:0) >= 0.18
-BuildRequires:  %{rubygem thor:0.19}
-
 # required when using a non-default ruby version
 BuildRequires:  %{rubygem gem2rpm}
 
 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
-# these are cherry-picked fixes for vagrant-libvirt.gemspec
-# PATCH-FIX-UPSTREAM: 
0001-Revert-back-to-development-versiongemspec-file..patch
-Patch0:         0001-Revert-back-to-development-versiongemspec-file..patch
-# PATCH-FIX-UPSTREAM: 0002-Use-the-same-version-of-Nokogiri-as-Vagrant.patch
-Patch1:         0002-Use-the-same-version-of-Nokogiri-as-Vagrant.patch
-# PATCH-FIX-UPSTREAM: 0003-Update-fog-core-to-latest-version.patch
-Patch2:         0003-Update-fog-core-to-latest-version.patch
-
 Summary:        Vagrant provider for libvirt
 License:        MIT
 Group:          Development/Languages/Ruby
@@ -114,20 +93,6 @@
 %prep
 %gem_unpack
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-
-# Dirty hack: since the vagrant-libvirt-0.0.45.gemspec comes from the gem and 
is
-# not patched to contain the updated dependency of fog-core, we fix this 
manually
-# FIXME: remove this by 0.0.46
-sed -i "s:~> 1.43.0:~> 2.1:" %{mod_full_name}.gemspec
-
-# fix shebang & preserve timestamps
-sed -i.orig "s:^#\!/usr/bin/env\s\+bash\s\?:#\!/bin/bash:" tools/create_box.sh
-touch -r tools/create_box.sh.orig tools/create_box.sh
-rm tools/create_box.sh.orig
-
 %build
 %gem_build
 
@@ -136,9 +101,6 @@
 
 %check
 # Use the actual gemspec for tests
-mv %{buildroot}%{vagrant_plugin_instdir}/%{vagrant_plugin_name}.gemspec \
-    %{buildroot}%{vagrant_plugin_instdir}/%{vagrant_plugin_name}.gemspec.old
-
 cp %{mod_full_name}/%{mod_full_name}.gemspec \
    %{buildroot}%{vagrant_plugin_instdir}/%{vagrant_plugin_name}.gemspec
 pushd %{buildroot}%{vagrant_plugin_instdir}
@@ -159,7 +121,6 @@
 bundle exec rspec spec
 
 rm %{vagrant_plugin_name}.gemspec
-mv %{vagrant_plugin_name}.gemspec.old %{vagrant_plugin_name}.gemspec
 popd
 
 %files

++++++ vagrant-libvirt-0.0.45.gem -> vagrant-libvirt-0.1.2.gem ++++++
++++ 3061 lines of diff (skipped)


Reply via email to