Hello community,
here is the log from the commit of package rubygem-mixlib-shellout for
openSUSE:Factory checked in at 2015-09-08 17:43:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-shellout (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mixlib-shellout"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-mixlib-shellout/rubygem-mixlib-shellout.changes
2015-05-19 23:48:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new/rubygem-mixlib-shellout.changes
2015-09-08 17:47:26.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 3 04:30:26 UTC 2015 - [email protected]
+
+- updated to version 2.2.0
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
mixlib-shellout-2.1.0.gem
New:
----
mixlib-shellout-2.2.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mixlib-shellout.spec ++++++
--- /var/tmp/diff_new_pack.Oxikg2/_old 2015-09-08 17:47:28.000000000 +0200
+++ /var/tmp/diff_new_pack.Oxikg2/_new 2015-09-08 17:47:28.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-mixlib-shellout
-Version: 2.1.0
+Version: 2.2.0
Release: 0
%define mod_name mixlib-shellout
%define mod_full_name %{mod_name}-%{version}
++++++ mixlib-shellout-2.1.0.gem -> mixlib-shellout-2.2.0.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/mixlib/shellout/version.rb
new/lib/mixlib/shellout/version.rb
--- old/lib/mixlib/shellout/version.rb 2015-05-18 18:44:05.000000000 +0200
+++ new/lib/mixlib/shellout/version.rb 2015-09-02 18:57:06.000000000 +0200
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/mixlib/shellout/windows/core_ext.rb
new/lib/mixlib/shellout/windows/core_ext.rb
--- old/lib/mixlib/shellout/windows/core_ext.rb 2015-05-18 18:44:05.000000000
+0200
+++ new/lib/mixlib/shellout/windows/core_ext.rb 2015-09-02 18:57:06.000000000
+0200
@@ -24,7 +24,13 @@
LOGON32_LOGON_INTERACTIVE = 0x00000002
LOGON32_PROVIDER_DEFAULT = 0x00000000
UOI_NAME = 0x00000002
-end
+
+ WAIT_OBJECT_0 = 0
+ WAIT_TIMEOUT = 0x102
+ WAIT_ABANDONED = 128
+ WAIT_ABANDONED_0 = WAIT_ABANDONED
+ WAIT_FAILED = 0xFFFFFFFF
+end
# Define the functions needed to check with Service windows station
module Process::Functions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/mixlib/shellout/windows.rb
new/lib/mixlib/shellout/windows.rb
--- old/lib/mixlib/shellout/windows.rb 2015-05-18 18:44:05.000000000 +0200
+++ new/lib/mixlib/shellout/windows.rb 2015-09-02 18:57:06.000000000 +0200
@@ -19,19 +19,14 @@
#
require 'win32/process'
-require 'windows/handle'
-require 'windows/process'
-require 'windows/synchronize'
-
require 'mixlib/shellout/windows/core_ext'
module Mixlib
class ShellOut
module Windows
- include ::Windows::Handle
- include ::Windows::Process
- include ::Windows::Synchronize
+ include Process::Functions
+ include Process::Constants
TIME_SLICE = 0.05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-05-18 18:44:05.000000000 +0200
+++ new/metadata 2015-09-02 18:57:06.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: mixlib-shellout
version: !ruby/object:Gem::Version
- version: 2.1.0
+ version: 2.2.0
platform: ruby
authors:
- Opscode
autorequire:
bindir: bin
cert_chain: []
-date: 2015-05-18 00:00:00.000000000 Z
+date: 2015-09-02 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec
@@ -59,7 +59,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.6
+rubygems_version: 2.4.8
signing_key:
specification_version: 4
summary: Run external commands on Unix or Windows