Hello community,
here is the log from the commit of package rubygem-childprocess for
openSUSE:Factory checked in at 2015-12-14 10:13:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-childprocess (Old)
and /work/SRC/openSUSE:Factory/.rubygem-childprocess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-childprocess"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2015-10-25 19:13:31.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
2015-12-14 10:13:42.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 14 05:32:43 UTC 2015 - [email protected]
+
+- updated to version 0.5.8
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
childprocess-0.5.7.gem
New:
----
childprocess-0.5.8.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-childprocess.spec ++++++
--- /var/tmp/diff_new_pack.uftQYt/_old 2015-12-14 10:13:43.000000000 +0100
+++ /var/tmp/diff_new_pack.uftQYt/_new 2015-12-14 10:13:43.000000000 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-childprocess
-Version: 0.5.7
+Version: 0.5.8
Release: 0
%define mod_name childprocess
%define mod_full_name %{mod_name}-%{version}
++++++ childprocess-0.5.7.gem -> childprocess-0.5.8.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/childprocess/version.rb
new/lib/childprocess/version.rb
--- old/lib/childprocess/version.rb 1970-01-01 01:00:00.000000000 +0100
+++ new/lib/childprocess/version.rb 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +1,3 @@
module ChildProcess
- VERSION = "0.5.7"
+ VERSION = "0.5.8"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/childprocess/windows/process.rb
new/lib/childprocess/windows/process.rb
--- old/lib/childprocess/windows/process.rb 1970-01-01 01:00:00.000000000
+0100
+++ new/lib/childprocess/windows/process.rb 1970-01-01 01:00:00.000000000
+0100
@@ -45,7 +45,8 @@
if exited
@exit_code = code
- @handle.close
+ close_handle
+ close_job_if_necessary
end
exited
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 1970-01-01 01:00:00.000000000 +0100
+++ new/metadata 1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: childprocess
version: !ruby/object:Gem::Version
- version: 0.5.7
+ version: 0.5.8
platform: ruby
authors:
- Jari Bakken
autorequire:
bindir: bin
cert_chain: []
-date: 2015-10-23 00:00:00.000000000 Z
+date: 2015-11-13 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec