Hello community,

here is the log from the commit of package rubygem-vagrant-spec for 
openSUSE:Factory checked in at 2020-05-07 17:51:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-vagrant-spec (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-vagrant-spec.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-vagrant-spec"

Thu May  7 17:51:57 2020 rev:3 rq:801210 version:0.0.1.148cb63.git

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-vagrant-spec/rubygem-vagrant-spec.changes    
    2020-03-11 18:55:52.723689163 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-vagrant-spec.new.2738/rubygem-vagrant-spec.changes
      2020-05-07 17:52:20.501503905 +0200
@@ -1,0 +2,12 @@
+Thu May  7 12:11:06 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Update to 148cb63
+
+  * Use local vagrant gem if exists
+  * Update childprocess
+  * Add shebangs to scripts in acceptance/support-skeletons/triggers-advanced
+
+  Remove: 0001-Add-shebangs-to-scripts-in-acceptance-support-skelet.patch
+  (integrated upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-shebangs-to-scripts-in-acceptance-support-skelet.patch
  vagrant-spec-0.0.1.59d8515.git.gem

New:
----
  vagrant-spec-0.0.1.148cb63.git.gem

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

Other differences:
------------------
++++++ rubygem-vagrant-spec.spec ++++++
--- /var/tmp/diff_new_pack.1m9CGs/_old  2020-05-07 17:52:22.129507357 +0200
+++ /var/tmp/diff_new_pack.1m9CGs/_new  2020-05-07 17:52:22.129507357 +0200
@@ -25,7 +25,7 @@
 # of those fields
 #
 Name:           rubygem-vagrant-spec
-Version:        0.0.1.59d8515.git
+Version:        0.0.1.148cb63.git
 Release:        0
 Summary:        Tool and library for testing Vagrant plugins
 License:        MPL-2.0
@@ -43,9 +43,6 @@
 # MANUAL
 BuildRequires:  fdupes
 # /MANUAL
-# MANUAL
-Patch0:         0001-Add-shebangs-to-scripts-in-acceptance-support-skelet.patch
-# /MANUAL
 
 %description
 vagrant-spec is a both a specification of how Vagrant and its various
@@ -59,10 +56,6 @@
 entire tool is geared very heavily towards RSpec.
 
 %prep
-%gem_unpack
-%patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{SOURCE0}
-%{gem_build}
 
 %build
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.1m9CGs/_old  2020-05-07 17:52:22.157507417 +0200
+++ /var/tmp/diff_new_pack.1m9CGs/_new  2020-05-07 17:52:22.157507417 +0200
@@ -75,9 +75,7 @@
   BuildRequires: fdupes
 #   Requires: foobar
 # ## used by gem2rpm
-:patches:
-  # https://github.com/hashicorp/vagrant-spec/pull/32
-  0001-Add-shebangs-to-scripts-in-acceptance-support-skelet.patch: -p1
+# :patches:
 # ## used by gem2rpm
 :sources:
 # - foo.desktop

++++++ vagrant-spec-0.0.1.59d8515.git.gem -> vagrant-spec-0.0.1.148cb63.git.gem 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2020-03-11 11:34:57.000000000 +0100
+++ new/Gemfile 2020-05-07 14:04:53.000000000 +0200
@@ -1,5 +1,8 @@
 source 'https://rubygems.org'
-
 gemspec
 
-gem "vagrant", git: "https://github.com/mitchellh/vagrant.git";
+if File.exist?(File.expand_path("../../vagrant", __FILE__))
+  gem 'vagrant', path: "../vagrant"
+else
+  gem "vagrant", git: "https://github.com/mitchellh/vagrant.git";
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/acceptance/support-skeletons/triggers-advanced/fail.sh 
new/acceptance/support-skeletons/triggers-advanced/fail.sh
--- old/acceptance/support-skeletons/triggers-advanced/fail.sh  2020-03-11 
11:34:57.000000000 +0100
+++ new/acceptance/support-skeletons/triggers-advanced/fail.sh  2020-05-07 
14:04:53.000000000 +0200
@@ -1 +1,3 @@
+#!/bin/sh
+
 fail
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/acceptance/support-skeletons/triggers-advanced/script.sh 
new/acceptance/support-skeletons/triggers-advanced/script.sh
--- old/acceptance/support-skeletons/triggers-advanced/script.sh        
2020-03-11 11:34:57.000000000 +0100
+++ new/acceptance/support-skeletons/triggers-advanced/script.sh        
2020-05-07 14:04:53.000000000 +0200
@@ -1 +1,3 @@
+#!/bin/sh
+
 echo "Hello there from `hostname -f`"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/acceptance/support-skeletons/triggers-advanced/test.sh 
new/acceptance/support-skeletons/triggers-advanced/test.sh
--- old/acceptance/support-skeletons/triggers-advanced/test.sh  2020-03-11 
11:34:57.000000000 +0100
+++ new/acceptance/support-skeletons/triggers-advanced/test.sh  2020-05-07 
14:04:53.000000000 +0200
@@ -1 +1,3 @@
+#!/bin/sh
+
 echo 'This is a test'
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-03-11 11:34:57.000000000 +0100
+++ new/metadata        2020-05-07 14:04:53.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: vagrant-spec
 version: !ruby/object:Gem::Version
-  version: 0.0.1.59d8515.git
+  version: 0.0.1.148cb63.git
 platform: ruby
 authors:
 - Mitchell Hashimoto
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-03-11 00:00:00.000000000 Z
+date: 2020-05-07 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: childprocess
@@ -16,14 +16,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.6.0
+        version: 3.0.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.6.0
+        version: 3.0.0
 - !ruby/object:Gem::Dependency
   name: log4r
   requirement: !ruby/object:Gem::Requirement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vagrant-spec.gemspec new/vagrant-spec.gemspec
--- old/vagrant-spec.gemspec    2020-03-11 11:34:57.000000000 +0100
+++ new/vagrant-spec.gemspec    2020-05-07 14:04:53.000000000 +0200
@@ -18,7 +18,7 @@
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]
 
-  spec.add_dependency "childprocess", "~> 0.6.0"
+  spec.add_dependency "childprocess", "~> 3.0.0"
   spec.add_dependency "log4r", "~> 1.1.9"
   spec.add_dependency "rspec", "~> 3.5.0"
   spec.add_dependency "thor", "~> 0.18"


Reply via email to