Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2012-09-01 21:59:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-net-ssh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2012-03-09 21:27:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes     
2012-09-01 21:59:45.000000000 +0200
@@ -1,0 +2,26 @@
+Wed Aug  1 05:05:48 UTC 2012 - [email protected]
+
+- updated to version 2.5.2
+ * Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini] 
+ * Added missing file to manifest [Marco Sandrini]
+ * Implement many algorithms [Ryosuke Yamazaki]
+   * Key Exchange
+      * diffie-hellman-group14-sha1
+      * ecdh-sha2-nistp{256,384,521}
+    * Host Key
+      * ecdsa-sha2-nistp{256,384,521}
+    * Authentication
+      * ecdsa-sha2-nistp{256,384,521}
+    * HMAC
+      * hmac-ripemd160
+    * Cipher:
+      * aes{128,192,256}-ctr
+      * camellia{128,192,256}-ctr
+      * blowfish-ctr
+      * cast128-ctr
+      * 3des-ctr
+      * arcfour (has problems with weak keys, and should be used with caution)
+      * camellia{128,192,256}-cbc
+ * Support for JRuby + Pageant + Windows [arturaz]
+
+-------------------------------------------------------------------

Old:
----
  net-ssh-2.3.0.gem

New:
----
  net-ssh-2.5.2.gem

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

Other differences:
------------------
++++++ rubygem-net-ssh.spec ++++++
--- /var/tmp/diff_new_pack.Ek3qeO/_old  2012-09-01 21:59:47.000000000 +0200
+++ /var/tmp/diff_new_pack.Ek3qeO/_new  2012-09-01 21:59:47.000000000 +0200
@@ -11,26 +11,29 @@
 # case the license is the MIT License). An "Open Source License" is a
 # 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/
 #
 
+
 Name:           rubygem-net-ssh
-Version:        2.3.0
+Version:        2.5.2
 Release:        0
-License:        MIT
-Summary:        Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
-Url:            http://github.com/net-ssh/net-ssh
-Group:          Development/Languages/Ruby
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            http://github.com/net-ssh/net-ssh
+Source:         %{mod_full_name}.gem
+Summary:        Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
-Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.
+Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows
+you to write programs that invoke and interact with processes on remote
+servers, via SSH2.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -50,9 +53,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to