commit rubygem-winrm-fs for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2020-10-05 19:35:37

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.4249 (New)


Package is "rubygem-winrm-fs"

Mon Oct  5 19:35:37 2020 rev:11 rq:838097 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2020-02-14 16:36:35.619559630 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.4249/rubygem-winrm-fs.changes  
2020-10-05 19:35:47.073356077 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 15:09:00 UTC 2020 - Stephan Kulow 
+
+updated to version 1.3.5
+  no changelog found
+
+---

Old:

  winrm-fs-1.3.4.gem

New:

  winrm-fs-1.3.5.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.kfSY3e/_old  2020-10-05 19:35:49.017357976 +0200
+++ /var/tmp/diff_new_pack.kfSY3e/_new  2020-10-05 19:35:49.021357980 +0200
@@ -16,29 +16,30 @@
 #
 
 
-%define mod_name winrm-fs
-%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-fs
-Version:1.3.4
+Version:1.3.5
 Release:0
-Summary:WinRM File System
-License:Apache-2.0
-Group:  Development/Languages/Ruby
-URL:https://github.com/WinRb/winrm-fs
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+%define mod_name winrm-fs
+%define mod_full_name %{mod_name}-%{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.4.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-# FIXME: use proper Requires(pre/post/preun/...)
+URL:http://github.com/WinRb/winrm-fs
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+Summary:WinRM File System
+License:Apache-2.0
+Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description

++ winrm-fs-1.3.4.gem -> winrm-fs-1.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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2019-11-14 16:58:24.0 
+0100
+++ new/lib/winrm-fs/core/file_transporter.rb   2020-09-10 21:19:01.0 
+0200
@@ -17,11 +17,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-require 'benchmark'
-require 'csv'
-require 'digest'
-require 'securerandom'
-require 'stringio'
+require 'benchmark' unless defined?(Benchmark)
+require 'csv' unless defined?(CSV)
+require 'digest' unless defined?(Digest)
+require 'securerandom' unless defined?(SecureRandom)
+require 'stringio' unless defined?(StringIO)
 
 require 'winrm/exceptions'
 require 'winrm-fs/core/tmp_zip'
@@ -117,6 +117,10 @@
   [total_size, files]
 end
 
+def close
+  shell.close
+end
+
 private
 
 # @return [String] the Array pack template for Base64 encoding a stream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm-fs/core/tmp_zip.rb 
new/lib/winrm-fs/core/tmp_zip.rb
--- old/lib/winrm-fs/core/tmp_zip.rb2019-11-14 16:58:24.0 +0100
+++ new/lib/winrm-fs/core/tmp_zip.rb2020-09-10 21:19:01.0 +0200
@@ -18,9 +18,9 @@
 # limitations under the License.
 
 require 'delegate'
-require 'pathname'
-require 'tempfile'
-require 'zip'
+require 'pathname' unless defined?(Pathname)
+require 'tempfile' unless defined?(Tempfile)
+require 'zip' unless defined?(Zip)
 
 module WinRM
   module FS
@@ -113,7 +113,7 @@
 #   directory, excluding directories
 # @api private
 def entries
-  Pathname.glob(dir.join('**/*')).delete_if(&:directory?).sort
+  
Pathname.glob(dir.join('**/.*')).push(*Pathname.glob(dir.join('**/*'))).delete_if(&:directory?).sort
 end
 
 # (see Logging.log_subject)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm-fs/file_manager.rb 
new/lib/winrm-fs/file_manager.rb
--- old/lib/wi

commit rubygem-winrm-fs for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2020-02-14 16:36:10

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092 (New)


Package is "rubygem-winrm-fs"

Fri Feb 14 16:36:10 2020 rev:10 rq:770468 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2020-02-05 19:39:23.311201456 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092/rubygem-winrm-fs.changes 
2020-02-14 16:36:35.619559630 +0100
@@ -1,0 +2,11 @@
+Tue Feb  4 14:53:01 UTC 2020 - Dan Čermák 
+
+- New upstream release 1.3.4
+
+  # 1.3.4
+  - Bump rubyzip dependency
+
+  # 1.3.3
+  - Replace erubis with erubi
+
+---

Old:

  winrm-fs-1.3.2.gem

New:

  winrm-fs-1.3.4.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.bY5JsF/_old  2020-02-14 16:36:36.043559867 +0100
+++ /var/tmp/diff_new_pack.bY5JsF/_new  2020-02-14 16:36:36.047559869 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-fs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,29 @@
 #
 
 
+%define mod_name winrm-fs
+%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-fs
-Version:1.3.2
+Version:1.3.4
 Release:0
-%define mod_name winrm-fs
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.0}
+Summary:WinRM File System
+License:Apache-2.0
+Group:  Development/Languages/Ruby
+URL:https://github.com/WinRb/winrm-fs
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+BuildRequires:  %{ruby >= 2.4.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://github.com/WinRb/winrm-fs
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
-Summary:WinRM File System
-License:Apache-2.0
-Group:  Development/Languages/Ruby
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq: update-alternatives
 
 %description

++ winrm-fs-1.3.2.gem -> winrm-fs-1.3.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/rwinrmcp new/bin/rwinrmcp
--- old/bin/rwinrmcp2018-12-20 01:31:25.0 +0100
+++ new/bin/rwinrmcp2019-11-14 16:58:24.0 +0100
@@ -1,4 +1,6 @@
 #!/usr/bin/env ruby
+# frozen_string_literal: true
+
 #
 # Copyright 2014 Shawn Neal 
 #
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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2018-12-20 01:31:25.0 
+0100
+++ new/lib/winrm-fs/core/file_transporter.rb   2019-11-14 16:58:24.0 
+0100
@@ -1,3 +1,5 @@
+# frozen_string_literal: false
+
 #
 # Author:: Fletcher ()
 #
@@ -31,7 +33,7 @@
   #
   # @author Fletcher Nichol 
   class FileTransporterFailed < ::WinRM::WinRMError; end
-  # rubocop:disable MethodLength, AbcSize, ClassLength
+  # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, 
Metrics/ClassLength
 
   # Exception for the case where upload source contains more than one
   # StringIO object, or a combination of file/directory paths and StringIO 
object
@@ -449,8 +451,9 @@
   read_size = ((max_encoded_write - dest.length) / 4) * 3
   chunk = 1
   bytes = 0
+  # Do not freeze this string
   buffer = ''
-  shell.run(<<-EOS
+  shell.run(<<-PS
 $to = 
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("#{dest}")
 $parent = Split-Path $to
 if(!(Test-path $parent)) { mkdir $parent | Out-Null }
@@ -469,7 +472,7 @@
 # ClearScriptBlockCache to clear it.
 $bindingFlags= [Reflection.BindingFlags] "No

commit rubygem-winrm-fs for openSUSE:Factory

2020-02-05 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2020-02-05 19:39:21

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092 (New)


Package is "rubygem-winrm-fs"

Wed Feb  5 19:39:21 2020 rev:9 rq: version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2020-02-04 19:57:59.845484123 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092/rubygem-winrm-fs.changes 
2020-02-05 19:39:23.311201456 +0100
@@ -2,11 +1,0 @@
-Tue Feb  4 14:53:01 UTC 2020 - Dan Čermák 
-
-- New upstream release 1.3.4
-
-  # 1.3.4
-  - Bump rubyzip dependency
-
-  # 1.3.3
-  - Replace erubis with erubi
-


Old:

  winrm-fs-1.3.4.gem

New:

  winrm-fs-1.3.2.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.xcfMrT/_old  2020-02-05 19:39:24.039201804 +0100
+++ /var/tmp/diff_new_pack.xcfMrT/_new  2020-02-05 19:39:24.039201804 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-fs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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-fs
-%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-fs
-Version:1.3.4
+Version:1.3.2
 Release:0
-Summary:WinRM File System
-License:Apache-2.0
-Group:  Development/Languages/Ruby
-URL:https://github.com/WinRb/winrm-fs
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
-BuildRequires:  %{ruby >= 2.4.0}
+%define mod_name winrm-fs
+%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:http://github.com/WinRb/winrm-fs
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+Summary:WinRM File System
+License:Apache-2.0
+Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description

++ winrm-fs-1.3.4.gem -> winrm-fs-1.3.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/rwinrmcp new/bin/rwinrmcp
--- old/bin/rwinrmcp2019-11-14 16:58:24.0 +0100
+++ new/bin/rwinrmcp2018-12-20 01:31:25.0 +0100
@@ -1,6 +1,4 @@
 #!/usr/bin/env ruby
-# frozen_string_literal: true
-
 #
 # Copyright 2014 Shawn Neal 
 #
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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2019-11-14 16:58:24.0 
+0100
+++ new/lib/winrm-fs/core/file_transporter.rb   2018-12-20 01:31:25.0 
+0100
@@ -1,5 +1,3 @@
-# frozen_string_literal: false
-
 #
 # Author:: Fletcher ()
 #
@@ -33,7 +31,7 @@
   #
   # @author Fletcher Nichol 
   class FileTransporterFailed < ::WinRM::WinRMError; end
-  # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, 
Metrics/ClassLength
+  # rubocop:disable MethodLength, AbcSize, ClassLength
 
   # Exception for the case where upload source contains more than one
   # StringIO object, or a combination of file/directory paths and StringIO 
object
@@ -451,9 +449,8 @@
   read_size = ((max_encoded_write - dest.length) / 4) * 3
   chunk = 1
   bytes = 0
-  # Do not freeze this string
   buffer = ''
-  shell.run(<<-PS
+  shell.run(<<-EOS
 $to = 
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("#{dest}")
 $parent = Split-Path $to
 if(!(Test-path $parent)) { mkdir $parent | Out-Null }
@@ -472,7 +469,7 @@
 # ClearScriptBlockCache to clear it.
 $bindingFlags= [Reflection.BindingFlags] "NonPublic

commit rubygem-winrm-fs for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2020-02-04 19:57:56

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092 (New)


Package is "rubygem-winrm-fs"

Tue Feb  4 19:57:56 2020 rev:8 rq:770019 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2019-01-21 10:54:18.943731435 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.26092/rubygem-winrm-fs.changes 
2020-02-04 19:57:59.845484123 +0100
@@ -1,0 +2,11 @@
+Tue Feb  4 14:53:01 UTC 2020 - Dan Čermák 
+
+- New upstream release 1.3.4
+
+  # 1.3.4
+  - Bump rubyzip dependency
+
+  # 1.3.3
+  - Replace erubis with erubi
+
+---

Old:

  winrm-fs-1.3.2.gem

New:

  winrm-fs-1.3.4.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.YaX5t2/_old  2020-02-04 19:58:01.725485219 +0100
+++ /var/tmp/diff_new_pack.YaX5t2/_new  2020-02-04 19:58:01.761485240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-fs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,29 @@
 #
 
 
+%define mod_name winrm-fs
+%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-fs
-Version:1.3.2
+Version:1.3.4
 Release:0
-%define mod_name winrm-fs
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.0}
+Summary:WinRM File System
+License:Apache-2.0
+Group:  Development/Languages/Ruby
+URL:https://github.com/WinRb/winrm-fs
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+BuildRequires:  %{ruby >= 2.4.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://github.com/WinRb/winrm-fs
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
-Summary:WinRM File System
-License:Apache-2.0
-Group:  Development/Languages/Ruby
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq: update-alternatives
 
 %description

++ winrm-fs-1.3.2.gem -> winrm-fs-1.3.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bin/rwinrmcp new/bin/rwinrmcp
--- old/bin/rwinrmcp2018-12-20 01:31:25.0 +0100
+++ new/bin/rwinrmcp2019-11-14 16:58:24.0 +0100
@@ -1,4 +1,6 @@
 #!/usr/bin/env ruby
+# frozen_string_literal: true
+
 #
 # Copyright 2014 Shawn Neal 
 #
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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2018-12-20 01:31:25.0 
+0100
+++ new/lib/winrm-fs/core/file_transporter.rb   2019-11-14 16:58:24.0 
+0100
@@ -1,3 +1,5 @@
+# frozen_string_literal: false
+
 #
 # Author:: Fletcher ()
 #
@@ -31,7 +33,7 @@
   #
   # @author Fletcher Nichol 
   class FileTransporterFailed < ::WinRM::WinRMError; end
-  # rubocop:disable MethodLength, AbcSize, ClassLength
+  # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, 
Metrics/ClassLength
 
   # Exception for the case where upload source contains more than one
   # StringIO object, or a combination of file/directory paths and StringIO 
object
@@ -449,8 +451,9 @@
   read_size = ((max_encoded_write - dest.length) / 4) * 3
   chunk = 1
   bytes = 0
+  # Do not freeze this string
   buffer = ''
-  shell.run(<<-EOS
+  shell.run(<<-PS
 $to = 
$ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("#{dest}")
 $parent = Split-Path $to
 if(!(Test-path $parent)) { mkdir $parent | Out-Null }
@@ -469,7 +472,7 @@
 # ClearScriptBlockCache to clear it.
 $bindingFlags= [Reflection.BindingFlags] "Non

commit rubygem-winrm-fs for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2019-01-21 10:53:59

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.28833 (New)


Package is "rubygem-winrm-fs"

Mon Jan 21 10:53:59 2019 rev:7 rq:666048 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2018-11-26 10:33:01.848836420 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.28833/rubygem-winrm-fs.changes 
2019-01-21 10:54:18.943731435 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 14:02:28 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.3.2
+ changelog.md removed upstream
+
+---

Old:

  winrm-fs-1.3.1.gem

New:

  winrm-fs-1.3.2.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.wCx0TZ/_old  2019-01-21 10:54:19.739730475 +0100
+++ /var/tmp/diff_new_pack.wCx0TZ/_new  2019-01-21 10:54:19.743730470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-fs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.3.1
+Version:1.3.2
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}
@@ -52,7 +52,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="LICENSE README.md changelog.md" \
+  --doc-files="LICENSE README.md" \
   -f
 
 %gem_packages

++ winrm-fs-1.3.1.gem -> winrm-fs-1.3.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2018-10-15 04:01:34.0 +0200
+++ new/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-*.swp
-*.gem
-pkg/*
-.rvmrc
-.idea
-.bundle
-spec/spec/creds*.json
-spec/config.yml
-traces/
-Gemfile.lock
-.vagrant
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rspec new/.rspec
--- old/.rspec  2018-10-15 04:01:34.0 +0200
+++ new/.rspec  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
---color
---require spec_helper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2018-10-15 04:01:34.0 +0200
+++ new/.rubocop.yml1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-inherit_from: .rubocop_todo.yml
-
-Naming/FileName:
-  Exclude:
-- 'lib/winrm-fs.rb'
-
-Style/Encoding:
-  Enabled: true
-
-Layout/EndOfLine:
-  Enabled: false
-
-Metrics/LineLength:
-  Max: 120
-
-Metrics/AbcSize:
-  Max: 25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop_todo.yml new/.rubocop_todo.yml
--- old/.rubocop_todo.yml   2018-10-15 04:01:34.0 +0200
+++ new/.rubocop_todo.yml   1970-01-01 01:00:00.0 +0100
@@ -1,65 +0,0 @@
-# This configuration was generated by
-# `rubocop --auto-gen-config`
-# on 2017-12-12 22:48:53 +0100 using RuboCop version 0.52.0.
-# The point is for the user to remove these configuration records
-# one by one as the offenses are removed from the code base.
-# Note that changes in the inspected code, or installation of new
-# versions of RuboCop, may require this file to be generated again.
-
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: auto_detection, squiggly, active_support, powerpack, 
unindent
-Layout/IndentHeredoc:
-  Exclude:
-- 'spec/matchers.rb'
-
-# Offense count: 6
-# Configuration parameters: CountComments, ExcludedMethods.
-Metrics/BlockLength:
-  Max: 185
-
-# Offense count: 3
-# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, 
IgnoreCopDirectives, IgnoredPatterns.
-# URISchemes: http, https
-Metrics/LineLength:
-  Max: 106
-
-# Offense count: 4
-# Configuration parameters: Blacklist.
-# Blacklist: END, (?-mix:EO[A-Z]{1})
-Naming/HeredocDelimiterNaming:
-  Exclude:
-- 'lib/winrm-fs/core/file_transporter.rb'
-- 'spec/matchers.rb'
-- 'winrm-fs.gemspec'
-
-# Offense count: 1
-# Configuration parameters: .
-# SupportedStyles: annotated, template, unannotated
-Style/FormatStringToken:
-  EnforcedStyle: unannotated
-
-# Offense count: 4
-# Cop supports --auto-correct.
-# Configuration parameters: AutoCorrect, EnforcedStyle.
-# Support

commit rubygem-winrm-fs for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2018-11-26 10:31:41

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.19453 (New)


Package is "rubygem-winrm-fs"

Mon Nov 26 10:31:41 2018 rev:6 rq:651509 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2018-09-11 17:18:46.699273859 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new.19453/rubygem-winrm-fs.changes 
2018-11-26 10:33:01.848836420 +0100
@@ -1,0 +2,9 @@
+Thu Nov 22 05:41:29 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.3.1
+ see installed changelog.md
+
+  # 1.3.1
+  - Download files in chunks
+
+---

Old:

  winrm-fs-1.3.0.gem

New:

  winrm-fs-1.3.1.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.U8Lrlg/_old  2018-11-26 10:33:03.232834799 +0100
+++ /var/tmp/diff_new_pack.U8Lrlg/_new  2018-11-26 10:33:03.232834799 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}

++ winrm-fs-1.3.0.gem -> winrm-fs-1.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-09-01 06:10:06.0 +0200
+++ new/VERSION 2018-10-15 04:01:35.0 +0200
@@ -1 +1 @@
-1.3.0
+1.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.md new/changelog.md
--- old/changelog.md2018-09-01 06:10:06.0 +0200
+++ new/changelog.md2018-10-15 04:01:35.0 +0200
@@ -1,4 +1,7 @@
 # WinRM-fs Gem Changelog
+# 1.3.1
+- Download files in chunks
+
 # 1.3.0
 - Upload from StringIO object
 - Add missing winrm/exceptions require in file_transporter
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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2018-09-01 06:10:06.0 
+0200
+++ new/lib/winrm-fs/core/file_transporter.rb   2018-10-15 04:01:35.0 
+0200
@@ -347,6 +347,7 @@
   path = false
   locals.each do |local|
 raise UploadSourceError if string_io
+
 if local.is_a?(StringIO)
   string_io = true
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm-fs/core/tmp_zip.rb 
new/lib/winrm-fs/core/tmp_zip.rb
--- old/lib/winrm-fs/core/tmp_zip.rb2018-09-01 06:10:06.0 +0200
+++ new/lib/winrm-fs/core/tmp_zip.rb2018-10-15 04:01:35.0 +0200
@@ -103,6 +103,7 @@
 def clean_dirname(dir)
   paths = Pathname.glob(dir)
   raise "Expected Pathname.glob(dir) to return only dir, got #{paths}" 
if paths.length != 1
+
   paths.first
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/winrm-fs/file_manager.rb 
new/lib/winrm-fs/file_manager.rb
--- old/lib/winrm-fs/file_manager.rb2018-09-01 06:10:06.0 +0200
+++ new/lib/winrm-fs/file_manager.rb2018-10-15 04:01:35.0 +0200
@@ -59,16 +59,44 @@
   # Downloads the specified remote file to the specified local path
   # @param [String] The full path on the remote machine
   # @param [String] The full path to write the file to locally
-  def download(remote_path, local_path, first = true)
-@logger.debug("downloading: #{remote_path} -> #{local_path}")
-script = WinRM::FS::Scripts.render('download', path: remote_path)
-output = @connection.shell(:powershell) { |e| e.run(script) }
-contents = output.stdout.gsub('\n\r', '')
-return false if output.exitcode != 0
-download_dir(remote_path, local_path, first) if contents.empty?
-IO.binwrite(local_path, Base64.decode64(contents)) unless 
contents.empty?
+  # rubocop:disable Metrics/MethodLength
+  def download(remote_path, local_path, chunk_size = 1024 * 1024, first = 
true)
+@logger.debug("downloading: #{remote_path} -> #{local_path} 
#{chun

commit rubygem-winrm-fs for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2018-09-11 17:18:43

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new (New)


Package is "rubygem-winrm-fs"

Tue Sep 11 17:18:43 2018 rev:5 rq:634601 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2018-03-06 10:46:35.549791522 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new/rubygem-winrm-fs.changes   
2018-09-11 17:18:46.699273859 +0200
@@ -1,0 +2,14 @@
+Wed Sep  5 10:48:05 UTC 2018 - co...@suse.com
+
+- updated to version 1.3.0
+ see installed changelog.md
+
+  # 1.3.0
+  - Upload from StringIO object
+  - Add missing winrm/exceptions require in file_transporter
+  - Use correct way to relativize paths of Zip entries
+  
+  # 1.2.1
+  - Correctly handle unicode filenames
+
+---

Old:

  winrm-fs-1.2.0.gem

New:

  winrm-fs-1.3.0.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.L7Khwp/_old  2018-09-11 17:18:47.235273038 +0200
+++ /var/tmp/diff_new_pack.L7Khwp/_new  2018-09-11 17:18:47.239273032 +0200
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.2.0
+Version:1.3.0
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.1.0}
+BuildRequires:  %{ruby >= 2.2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ winrm-fs-1.2.0.gem -> winrm-fs-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2018-01-13 01:06:30.0 +0100
+++ new/.rubocop.yml2018-09-01 06:10:06.0 +0200
@@ -7,6 +7,9 @@
 Style/Encoding:
   Enabled: true
 
+Layout/EndOfLine:
+  Enabled: false
+
 Metrics/LineLength:
   Max: 120
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop_todo.yml new/.rubocop_todo.yml
--- old/.rubocop_todo.yml   2018-01-13 01:06:30.0 +0100
+++ new/.rubocop_todo.yml   2018-09-01 06:10:06.0 +0200
@@ -34,13 +34,6 @@
 - 'spec/matchers.rb'
 - 'winrm-fs.gemspec'
 
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: AutoCorrect.
-Performance/HashEachMethods:
-  Exclude:
-- 'lib/winrm-fs/core/file_transporter.rb'
-
 # Offense count: 1
 # Configuration parameters: .
 # SupportedStyles: annotated, template, unannotated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-01-13 01:06:30.0 +0100
+++ new/.travis.yml 2018-09-01 06:10:06.0 +0200
@@ -1,6 +1,6 @@
 language: ruby
 rvm:
-  - 2.1.0
+  - 2.2.0
   - 2.3.4
   - 2.4.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-01-13 01:06:30.0 +0100
+++ new/README.md   2018-09-01 06:10:06.0 +0200
@@ -4,7 +4,7 @@
 [![Build 
status](https://ci.appveyor.com/api/projects/status/wm6apa8ojfhfmwsf?svg=true)](https://ci.appveyor.com/project/winrb/winrm-fs)
 
 ## Uploading files
-Files may be copied from the local machine to the winrm endpoint. Individual 
files or directories, as well as arrays of files and directories may be 
specified:
+Files may be copied from the local machine to the winrm endpoint. Individual 
files or directories, as well as arrays of files and directories may be 
specified. Data from a `StringIO` object may also be uploaded to a remote file.
 ```ruby
 require 'winrm-fs'
 
@@ -17,6 +17,9 @@
 # upload the my_dir directory to c:/foo/my_dir
 file_manager.upload('/Users/sneal/my_dir', 'c:/foo/my_dir')
 
+# upload from an in-memory buffer
+file_manager.upload(StringIO.new('some data to upload'), 'c:/file.txt')
+
 # upload multiple directories and a file to c:\programData
 file_manager.upload([
   '/Users/sneal/foo1',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2018-01-13 01:06:30.0 +0100
+++ new/Rakefile2018-09-01 06:10:06.0 +0200
@@ -4,7 +4,7 @@
 require 'rubocop/rake_task'
 
 # Change to the directory of this file.
-Dir.chdir(File.expand_path('../', __FILE__))
+Dir.chdir(File.expand_path(__dir__))
 
 # For gem creation and bundling
 require 'bundler/gem_tasks'
diff

commit rubygem-winrm-fs for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2018-03-06 10:46:33

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new (New)


Package is "rubygem-winrm-fs"

Tue Mar  6 10:46:33 2018 rev:4 rq:581516 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2017-10-27 14:01:57.674503106 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new/rubygem-winrm-fs.changes   
2018-03-06 10:46:35.549791522 +0100
@@ -1,0 +2,12 @@
+Tue Feb 27 05:41:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.0
+ see installed changelog.md
+
+  # 1.2.0
+  - Add ability to download directories
+  
+  # 1.1.1
+  - Remove empty items from powershell pipeline when extracting zip files
+
+---

Old:

  winrm-fs-1.1.0.gem

New:

  winrm-fs-1.2.0.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.pViXBa/_old  2018-03-06 10:46:36.265765658 +0100
+++ /var/tmp/diff_new_pack.pViXBa/_new  2018-03-06 10:46:36.269765514 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-fs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.1.0
+Version:1.2.0
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.0}
+BuildRequires:  %{ruby >= 2.1.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ winrm-fs-1.1.0.gem -> winrm-fs-1.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rspec new/.rspec
--- old/.rspec  2017-10-12 19:22:04.0 +0200
+++ new/.rspec  2018-01-13 01:06:30.0 +0100
@@ -1,3 +1,2 @@
 --color
---format nested
 --require spec_helper
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-10-12 19:22:04.0 +0200
+++ new/.rubocop.yml2018-01-13 01:06:30.0 +0100
@@ -1,4 +1,6 @@
-Style/FileName:
+inherit_from: .rubocop_todo.yml
+
+Naming/FileName:
   Exclude:
 - 'lib/winrm-fs.rb'
 
@@ -6,4 +8,7 @@
   Enabled: true
 
 Metrics/LineLength:
-  Max: 100
+  Max: 120
+
+Metrics/AbcSize:
+  Max: 25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop_todo.yml new/.rubocop_todo.yml
--- old/.rubocop_todo.yml   1970-01-01 01:00:00.0 +0100
+++ new/.rubocop_todo.yml   2018-01-13 01:06:30.0 +0100
@@ -0,0 +1,72 @@
+# This configuration was generated by
+# `rubocop --auto-gen-config`
+# on 2017-12-12 22:48:53 +0100 using RuboCop version 0.52.0.
+# The point is for the user to remove these configuration records
+# one by one as the offenses are removed from the code base.
+# Note that changes in the inspected code, or installation of new
+# versions of RuboCop, may require this file to be generated again.
+
+# Offense count: 1
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle.
+# SupportedStyles: auto_detection, squiggly, active_support, powerpack, 
unindent
+Layout/IndentHeredoc:
+  Exclude:
+- 'spec/matchers.rb'
+
+# Offense count: 6
+# Configuration parameters: CountComments, ExcludedMethods.
+Metrics/BlockLength:
+  Max: 185
+
+# Offense count: 3
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, 
IgnoreCopDirectives, IgnoredPatterns.
+# URISchemes: http, https
+Metrics/LineLength:
+  Max: 106
+
+# Offense count: 4
+# Configuration parameters: Blacklist.
+# Blacklist: END, (?-mix:EO[A-Z]{1})
+Naming/HeredocDelimiterNaming:
+  Exclude:
+- 'lib/winrm-fs/core/file_transporter.rb'
+- 'spec/matchers.rb'
+- 'winrm-fs.gemspec'
+
+# Offense count: 2
+# Cop supports --auto-correct.
+# Configuration parameters: AutoCorrect.
+Performance/HashEachMethods:
+  Exclude:
+- 'lib/winrm-fs/core/file_transporter.rb'
+
+# Offense count: 1
+# Configuration parameters: .
+# SupportedStyles: annotated, template, unannotated
+Style/FormatStringToken:
+  EnforcedStyle: unannotated
+
+# Offense count: 4
+# Cop supports --auto-correct.
+# Configuration parameters: AutoCorrect, EnforcedStyle.
+# SupportedStyles: predicate, c

commit rubygem-winrm-fs for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2017-10-27 14:01:41

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new (New)


Package is "rubygem-winrm-fs"

Fri Oct 27 14:01:41 2017 rev:3 rq:536955 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2017-09-23 21:34:27.940304651 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new/rubygem-winrm-fs.changes   
2017-10-27 14:01:57.674503106 +0200
@@ -1,0 +2,9 @@
+Thu Oct 26 10:15:05 UTC 2017 - co...@suse.com
+
+- updated to version 1.1.0
+ see installed changelog.md
+
+  # 1.1.0
+  - Convert MD5 hashes to SHA1.
+
+---

Old:

  winrm-fs-1.0.2.gem

New:

  winrm-fs-1.1.0.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.IGqPUI/_old  2017-10-27 14:01:59.602412983 +0200
+++ /var/tmp/diff_new_pack.IGqPUI/_new  2017-10-27 14:01:59.606412796 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.0.2
+Version:1.1.0
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}

++ winrm-fs-1.0.2.gem -> winrm-fs-1.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-09-19 18:47:51.0 +0200
+++ new/VERSION 2017-10-12 19:22:04.0 +0200
@@ -1 +1 @@
-1.0.2
+1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/changelog.md new/changelog.md
--- old/changelog.md2017-09-19 18:47:51.0 +0200
+++ new/changelog.md2017-10-12 19:22:04.0 +0200
@@ -1,4 +1,7 @@
 # WinRM-fs Gem Changelog
+# 1.1.0
+- Convert MD5 hashes to SHA1.
+
 # 1.0.2
 - Fix `Pathname.glob` expansion of shortnames.
 
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-fs/core/file_transporter.rb 
new/lib/winrm-fs/core/file_transporter.rb
--- old/lib/winrm-fs/core/file_transporter.rb   2017-09-19 18:47:51.0 
+0200
+++ new/lib/winrm-fs/core/file_transporter.rb   2017-10-12 19:22:04.0 
+0200
@@ -70,7 +70,7 @@
 # @param locals [Array,String] one or more local file or
 #   directory paths
 # @param remote [String] the base destination path on the remote host
-# @return [Hash] report hash, keyed by the local MD5 digest
+# @return [Hash] report hash, keyed by the local SHA1 digest
 def upload(locals, remote)
   files = nil
   report = nil
@@ -147,8 +147,8 @@
 # will have the base name of the source file appended. This only
 # applies to file uploads and not to folder uploads.
 #
-# @param files [Hash] files hash, keyed by the local MD5 digest
-# @return [Hash] a report hash, keyed by the local MD5 digest
+# @param files [Hash] files hash, keyed by the local SHA1 digest
+# @return [Hash] a report hash, keyed by the local SHA1 digest
 # @api private
 def reconcile_destinations!(files)
   files.each do |_, data|
@@ -158,10 +158,10 @@
   end
 end
 
-# Adds an entry to a files Hash (keyed by local MD5 digest) for a
+# Adds an entry to a files Hash (keyed by local SHA1 digest) for a
 # directory. When a directory is added, a temporary Zip file is created
 # containing the contents of the directory and any file-related data
-# such as MD5 digest, size, etc. will be referring to the Zip file.
+# such as SHA1 digest, size, etc. will be referring to the Zip file.
 #
 # @param hash [Hash] hash to be mutated
 # @param dir [String] directory path to be Zipped and added
@@ -170,19 +170,19 @@
 def add_directory_hash!(hash, dir, remote)
   logger.debug "creating hash for directory #{remote}"
   zip_io = TmpZip.new(dir, logger)
-  zip_md5 = md5sum(zip_io.path)
+  zip_sha1 = sha1sum(zip_io.path)
 
-  hash[zip_md5] = {
+  hash[zip_sha1] = {
 'src' => dir,
 'src_zip' => zip_io.path.to_s,
 'zip_io'  => zip_io,
-'tmpzip'  => "#{TEMP_UPLOAD_DIRECTORY}\\tmpzip-#{zip_md5}.zip",
+'tmpzip'  => "#{TEMP_UPLOAD_DIRECTORY}\\tmpzip-#{zip_sha1}.zip",
 'dst' => "#{remote}\\#{File.basename(dir)}",
 'size'=> File.size(zip_io.path)
   }
 end
 
-

commit rubygem-winrm-fs for openSUSE:Factory

2017-09-23 Thread root
Hello community,

here is the log from the commit of package rubygem-winrm-fs for 
openSUSE:Factory checked in at 2017-09-23 21:34:21

Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-fs (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new (New)


Package is "rubygem-winrm-fs"

Sat Sep 23 21:34:21 2017 rev:2 rq:528126 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-winrm-fs/rubygem-winrm-fs.changes
2017-07-28 09:46:38.948661074 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-winrm-fs.new/rubygem-winrm-fs.changes   
2017-09-23 21:34:27.940304651 +0200
@@ -1,0 +2,6 @@
+Thu Sep 21 09:09:28 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.2
+ see installed changelog.md
+
+---

Old:

  winrm-fs-1.0.1.gem

New:

  winrm-fs-1.0.2.gem



Other differences:
--
++ rubygem-winrm-fs.spec ++
--- /var/tmp/diff_new_pack.Bm1OfH/_old  2017-09-23 21:34:29.936023984 +0200
+++ /var/tmp/diff_new_pack.Bm1OfH/_new  2017-09-23 21:34:29.936023984 +0200
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-winrm-fs
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define mod_name winrm-fs
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.9.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://github.com/WinRb/winrm-fs
 Source: https://rubygems.org/gems/%{mod_full_name}.gem

++ winrm-fs-1.0.1.gem -> winrm-fs-1.0.2.gem ++
 4320 lines of diff (skipped)