Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit rubygem-net-ssh
- From: root@xxxxxxx (h_root)
- Date: Fri, 20 Oct 2006 02:28:00 +0200 (CEST)
- Message-id: <20061020002800.83A3884473@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rubygem-net-ssh
checked in at Fri Oct 20 02:28:00 CEST 2006.
--------
--- rubygem-net-ssh/rubygem-net-ssh.changes 2006-06-21 01:14:44.000000000 +0200
+++ /mounts/work_src_done/STABLE/rubygem-net-ssh/rubygem-net-ssh.changes 2006-10-20 01:21:21.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Sep 13 11:16:23 CEST 2006 - mrueckert@xxxxxxx
+
+- update to version 1.0.10:
+ * Experiment with using read instead of sysread, to try and
+ alleviate problems on Windows.
+ * Use printf instead of echo -n in the shell service, for
+ compatibility with more unices.
+ * Give a sane error message when the user name is nil and
+ cannot be derived from the environment.
+ * Add a #connection accessor to the session.
+ * Add initial support for server-originated global requests.
+
+-------------------------------------------------------------------
Old:
----
net-ssh-1.0.9.gem
New:
----
net-ssh-1.0.10.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-net-ssh.spec ++++++
--- /var/tmp/diff_new_pack.NkyyWy/_old 2006-10-20 02:27:57.000000000 +0200
+++ /var/tmp/diff_new_pack.NkyyWy/_new 2006-10-20 02:27:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package rubygem-net-ssh (Version 1.0.9)
+# spec file for package rubygem-net-ssh (Version 1.0.10)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,11 +13,11 @@
Name: rubygem-net-ssh
%define mod_name net-ssh
#
-Version: 1.0.9
-Release: 2
+Version: 1.0.10
+Release: 1
#
Group: Development/Languages/Ruby
-License: BSD
+License: BSD License and BSD-like
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
@@ -26,7 +26,8 @@
Requires: rubygem-needle >= 1.2.0
#
URL: http://net-ssh.rubyforge.org/
-Source: http://rubyforge.org/frs/download.php/9816/net-ssh-1.0.9.gem
+# http://rubyforge.org/projects/net-ssh
+Source: http://rubyforge.org/frs/download.php/13033/net-ssh-1.0.10.gem
#
Summary: Net::SSH is a pure-Ruby implementation of the SSH2 client protocol
@@ -67,6 +68,16 @@
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog -n rubygem-net-ssh
+* Wed Sep 13 2006 - mrueckert@xxxxxxx
+- update to version 1.0.10:
+ * Experiment with using read instead of sysread, to try and
+ alleviate problems on Windows.
+ * Use printf instead of echo -n in the shell service, for
+ compatibility with more unices.
+ * Give a sane error message when the user name is nil and
+ cannot be derived from the environment.
+ * Add a #connection accessor to the session.
+ * Add initial support for server-originated global requests.
* Wed Jun 21 2006 - mrueckert@xxxxxxx
- use rubygems_with_buildroot_patch instead of the versioned
buildrequires
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |