Hello community, here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory checked in at 2012-09-25 13:46:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-01 21:59:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 2012-09-25 14:17:54.000000000 +0200 @@ -1,0 +2,17 @@ +Tue Sep 25 07:22:58 UTC 2012 - [email protected] + +- jruby-pageant is only a hack and not a gem and only required + on java-win32, so remove the dependency: + remove-jruby-dep.diff + +------------------------------------------------------------------- +Sun Sep 23 19:36:00 UTC 2012 - [email protected] + +- updated to version 2.6.0 + * Use OpenSSL::PKey.read to read arbitrary private key. [nagachika] + * Check availability of UNIXSocket and UNIXServer for Windows [Nobuhiro IMAI] + * Bump version to 2.5.3 and depend on newer jruby-pageant version for Java 1.5 compat. [arturaz] + * Implementation of the "none"-authentication method [dubspeed] + * Add class for stricter host key verification [Andy Brody] + +------------------------------------------------------------------- Old: ---- net-ssh-2.5.2.gem New: ---- net-ssh-2.6.0.gem remove-jruby-dep.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-net-ssh.spec ++++++ --- /var/tmp/diff_new_pack.J6TPXT/_old 2012-09-25 14:17:55.000000000 +0200 +++ /var/tmp/diff_new_pack.J6TPXT/_new 2012-09-25 14:17:55.000000000 +0200 @@ -17,15 +17,18 @@ Name: rubygem-net-ssh -Version: 2.5.2 +Version: 2.6.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: rubygem(rdoc) > 3.10 Url: http://github.com/net-ssh/net-ssh Source: %{mod_full_name}.gem +# PATCH-FIX-OPENSUSE remove dependency that only matters on win32 - [email protected] +Patch0: remove-jruby-dep.diff Summary: Net::SSH: a pure-Ruby implementation of the SSH2 client protocol License: MIT Group: Development/Languages/Ruby @@ -53,9 +56,11 @@ 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 +%gem_unpack +mv %{mod_full_name}.gemspec %{mod_name}.gemspec +%patch0 -p0 +mv %{mod_name}.gemspec %{mod_full_name}.gemspec +%gem_build %build ++++++ remove-jruby-dep.diff ++++++ --- net-ssh.gemspec.orig 2012-09-25 09:20:11.545591287 +0200 +++ net-ssh.gemspec 2012-09-25 09:21:18.389469454 +0200 @@ -11,18 +11,7 @@ bindir: bin cert_chain: [] date: 2012-09-19 00:00:00.000000000 Z -dependencies: -- !ruby/object:Gem::Dependency - name: jruby-pageant - requirement: &70132399474300 !ruby/object:Gem::Requirement - none: false - requirements: - - - ! '>=' - - !ruby/object:Gem::Version - version: 1.1.1 - type: :runtime - prerelease: false - version_requirements: *70132399474300 +dependencies: [] description: ! '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.' @@ -120,7 +109,6 @@ - lib/net/ssh/verifiers/secure.rb - lib/net/ssh/verifiers/strict.rb - lib/net/ssh/version.rb -- net-ssh.gemspec - setup.rb - support/arcfour_check.rb - support/ssh_tunnel_bug.rb -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
