Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2015-09-30 05:53:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-net-ssh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2015-02-16 21:14:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes     
2015-09-30 05:53:22.000000000 +0200
@@ -1,0 +2,57 @@
+Sat Sep 26 04:29:09 UTC 2015 - co...@suse.com
+
+- updated to version 3.0.1
+ see installed CHANGES.txt
+
+  === 3.0.1
+  === 3.0.1.rc1
+  
+  * Breaking change from 2.* series: exec! without block now returns empty 
string instread of nil if command has no output 
[https://github.com/net-ssh/net-ssh/pull/273]
+  * Support remote_user as %r in proxy commands [Dominic Scheirlinck]
+  * Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg]
+  
+  === 3.0.0.rc1
+  
+  * SemVer: Major version change because of dropping of ruby 1.9
+  
+  === 2.10.1.rc2
+  
+  * Win: Use fiddle on ruby 2.1 too [Charlie Savage]
+  
+  === 2.10.1.rc1
+  
+  * Added ruby 2.0 requirement to gemspec [Alex Schultz]
+
+-------------------------------------------------------------------
+Mon Aug  3 04:30:29 UTC 2015 - co...@suse.com
+
+- updated to version 2.10.0
+ see installed CHANGES.txt
+
+  === 2.10.0
+  
+  === 2.10.0-beta2
+  
+  * Fix :passphrase option with :non_interactive [Jeremy Stanley]
+  * Use Socket.tcp with connect_timeout instead of Timeout::timeout [Carl 
Hörberg]
+  * Support for hostname hashes [Jef Mathiot]
+  * Ruby 1.9.3 is no longer supported but should moslty work expect for stuff 
like connect_timeout
+  
+  === 2.10.0-beta1
+  
+  * Fix could not parse PKey error. [Andrey Voronkov]
+  * Workaround for threading issue in MRI + singleton method declaration [Matt 
Brictson]
+  * Configuration change: we no longer append all supported algorithms, this 
is so you can exclude insecure algorithms. If you want to use the old behaviour 
specify append_all_supported_algorithms => true [voidus, mfazekas]
+  * New configuration option: :non_interactive => true in case you prefer an 
authmethod to fail rather than prompt. [mfazekas]
+  * Configuration change: password will now ask for password up to the 
:number_of_password_prompts times. If you want the
+  2.9.1 behaviour of never asking password please set 
number_of_password_prompts to 0.
+  
+  === 2.9.4-beta1
+  
+  * Use sysread and syswrite on Windows instead of read_nonblock and write 
[marc-etienne]
+  * Windows/peagant: use fiddle on ruby 2.2+/windows [Charlie Savage]
+  * Check if ssh key is a file [kiela]
+  
+  === 2.9.3
+
+-------------------------------------------------------------------

Old:
----
  net-ssh-2.9.2.gem

New:
----
  net-ssh-3.0.1.gem

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

Other differences:
------------------
++++++ rubygem-net-ssh.spec ++++++
--- /var/tmp/diff_new_pack.jResQJ/_old  2015-09-30 05:53:22.000000000 +0200
+++ /var/tmp/diff_new_pack.jResQJ/_new  2015-09-30 05:53:22.000000000 +0200
@@ -24,13 +24,13 @@
 #
 
 Name:           rubygem-net-ssh
-Version:        2.9.2
+Version:        3.0.1
 Release:        0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:            https://github.com/net-ssh/net-ssh
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem

++++++ net-ssh-2.9.2.gem -> net-ssh-3.0.1.gem ++++++
++++ 1893 lines of diff (skipped)


Reply via email to