Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2014-02-25 07:37:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-09-27 18:07:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes     
2014-02-25 07:37:17.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Feb 22 06:25:42 UTC 2014 - [email protected]
+
+- updated to version 2.8.0
+ * Handle ssh-rsa and ssh-dss certificate files [bobveznat]
+ * Correctly interpret /etc/ssh_config Authentication settings based on 
openssh /etc/ssh_config system defaults [therealjessesanford, liggitt]
+ * Fixed pageant support for Windows [jarredholman]
+ * Support %r in ProxyCommand configuration in ssh_config files as defined in 
OpenSSH [yugui]
+ * Don't use ssh-agent if :keys_only is true [SFEley]
+ * Fix the bug in keys with comments [bobtfish]
+ * Add a failing tests for options in pub keys [bobtfish]
+ * Assert that the return value from ssh block is returned [carlhoerberg]
+ * Don't close the connection it's already closed [carlhoerberg]
+ * Ensure the connection closes even on exception [carlhoerberg]
+ * Make the authentication error message more useful [deric]
+ * Fix "ConnectionError" typo in lib/net/ssh/proxy/socks5.rb [mirakui]
+ * Allow KeyManager to recover from incompatible agents [ecki, delano]
+ * Fix for "Authentication Method determination can pick up a class from the 
root namespace" [dave.sieh]
+
+-------------------------------------------------------------------

Old:
----
  net-ssh-2.7.0.gem

New:
----
  net-ssh-2.8.0.gem

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

Other differences:
------------------
++++++ rubygem-net-ssh.spec ++++++
--- /var/tmp/diff_new_pack.fvGLCB/_old  2014-02-25 07:37:18.000000000 +0100
+++ /var/tmp/diff_new_pack.fvGLCB/_new  2014-02-25 07:37:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           rubygem-net-ssh
-Version:        2.7.0
+Version:        2.8.0
 Release:        0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Url:            https://github.com/net-ssh/net-ssh
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
@@ -62,24 +62,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to