Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-winrm for openSUSE:Factory 
checked in at 2021-01-21 21:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-winrm (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-winrm.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-winrm"

Thu Jan 21 21:56:03 2021 rev:2 rq:865214 version:2.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-winrm/rubygem-winrm.changes      
2020-05-07 14:53:45.122217971 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-winrm.new.28504/rubygem-winrm.changes   
2021-01-21 21:56:04.469823985 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 13:35:04 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 2.3.5
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  winrm-2.3.4.gem

New:
----
  winrm-2.3.5.gem

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

Other differences:
------------------
++++++ rubygem-winrm.spec ++++++
--- /var/tmp/diff_new_pack.qvKHKS/_old  2021-01-21 21:56:05.109824431 +0100
+++ /var/tmp/diff_new_pack.qvKHKS/_new  2021-01-21 21:56:05.113824434 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,30 @@
 #
 
 
-%define mod_name winrm
-%define mod_full_name %{mod_name}-%{version}
 #
 # This file was generated with a gem2rpm.yml and not just plain gem2rpm.
 # All sections marked as MANUAL, license headers, summaries and descriptions
 # can be maintained in that file. Please consult this file before editing any
 # of those fields
 #
+
 Name:           rubygem-winrm
-Version:        2.3.4
+Version:        2.3.5
 Release:        0
-Summary:        Ruby library for Windows Remote Management
-License:        Apache-2.0
-Group:          Development/Languages/Ruby
-URL:            https://github.com/WinRb/WinRM
-Source:         https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:        gem2rpm.yml
+%define mod_name winrm
+%define mod_full_name %{mod_name}-%{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-# FIXME: use proper Requires(pre/post/preun/...)
+URL:            https://github.com/WinRb/WinRM
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
+Summary:        Ruby library for Windows Remote Management
+License:        Apache-2.0
+Group:          Development/Languages/Ruby
 PreReq:         update-alternatives
 
 %description

++++++ winrm-2.3.4.gem -> winrm-2.3.5.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/http/response_handler.rb 
new/lib/winrm/http/response_handler.rb
--- old/lib/winrm/http/response_handler.rb      2019-12-27 01:01:39.000000000 
+0100
+++ new/lib/winrm/http/response_handler.rb      2020-10-14 02:56:59.000000000 
+0200
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'rexml/document'
+require 'rexml/document' unless defined?(REXML::Document)
 require_relative '../wsmv/soap'
 
 module WinRM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/psrp/message_data/pipeline_output.rb 
new/lib/winrm/psrp/message_data/pipeline_output.rb
--- old/lib/winrm/psrp/message_data/pipeline_output.rb  2019-12-27 
01:01:39.000000000 +0100
+++ new/lib/winrm/psrp/message_data/pipeline_output.rb  2020-10-14 
02:56:59.000000000 +0200
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'rexml/document'
+require 'rexml/document' unless defined?(REXML::Document)
 
 module WinRM
   module PSRP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/psrp/powershell_output_decoder.rb 
new/lib/winrm/psrp/powershell_output_decoder.rb
--- old/lib/winrm/psrp/powershell_output_decoder.rb     2019-12-27 
01:01:39.000000000 +0100
+++ new/lib/winrm/psrp/powershell_output_decoder.rb     2020-10-14 
02:56:59.000000000 +0200
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'base64'
+require 'base64' unless defined?(Base64)
 require_relative 'message'
 require_relative 'message_data/pipeline_state'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/shells/base.rb new/lib/winrm/shells/base.rb
--- old/lib/winrm/shells/base.rb        2019-12-27 01:01:39.000000000 +0100
+++ new/lib/winrm/shells/base.rb        2020-10-14 02:56:59.000000000 +0200
@@ -147,6 +147,7 @@
       end
 
       def cleanup_command(command_id)
+        return unless shell_id
         logger.debug("[WinRM] cleaning up command_id: #{command_id} on 
shell_id #{shell_id}")
         cleanup_msg = WinRM::WSMV::CleanupCommand.new(
           connection_opts,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/shells/power_shell.rb 
new/lib/winrm/shells/power_shell.rb
--- old/lib/winrm/shells/power_shell.rb 2019-12-27 01:01:39.000000000 +0100
+++ new/lib/winrm/shells/power_shell.rb 2020-10-14 02:56:59.000000000 +0200
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'securerandom'
+require 'securerandom' unless defined?(SecureRandom)
 require_relative 'base'
 require_relative '../psrp/message_fragmenter'
 require_relative '../psrp/receive_response_reader'
@@ -152,8 +152,9 @@
           msg = config_msg.build
           resp_doc = transport.send_request(msg)
           REXML::XPath.first(resp_doc, "//*[local-name() = 
'MaxEnvelopeSizekb']").text.to_i
-        ensure
-          logger.debug("[WinRM] Endpoint doesn't support config request for 
MaxEnvelopsizekb")
+        rescue REXML::ParseException
+          logger.debug("[WinRM] Endpoint doesn't support config request for 
MaxEnvelopeSizekb")
+          raise
         end
         # rubocop:enable Layout/RescueEnsureAlignment
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm/version.rb new/lib/winrm/version.rb
--- old/lib/winrm/version.rb    2019-12-27 01:01:39.000000000 +0100
+++ new/lib/winrm/version.rb    2020-10-14 02:56:59.000000000 +0200
@@ -1,5 +1,5 @@
 # WinRM module
 module WinRM
   # The version of the WinRM library
-  VERSION = '2.3.4'.freeze
+  VERSION = '2.3.5'.freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-12-27 01:01:38.000000000 +0100
+++ new/metadata        2020-10-14 02:56:59.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: winrm
 version: !ruby/object:Gem::Version
-  version: 2.3.4
+  version: 2.3.5
 platform: ruby
 authors:
 - Dan Wanek
@@ -11,7 +11,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-12-26 00:00:00.000000000 Z
+date: 2020-10-13 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: builder
@@ -311,8 +311,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.7.8
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Ruby library for Windows Remote Management

Reply via email to