Hello community,

here is the log from the commit of package rubygem-net-sftp for 
openSUSE:Factory checked in at 2013-03-12 17:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-net-sftp (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-net-sftp", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-net-sftp/rubygem-net-sftp.changes        
2012-03-12 20:16:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new/rubygem-net-sftp.changes   
2013-03-12 17:19:13.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar  5 09:05:03 UTC 2013 - co...@suse.com
+
+- updated to version 2.1.1
+ * Added public cert. All gem releases are now signed. See INSTALL in readme.
+ * Remove self-require, it causes a warning in Ruby 1.9.2. [jbarnette]
+ * Allow for upload to use the filename of the local file by default 
[czarneckid]
+ * Properly handle receiving less data than requested. [thedarkone]
+ * Added option to create directory on directory upload [Pablo Merino]
+ * Remove a warnings in tests [kachick]
+
+-------------------------------------------------------------------

Old:
----
  net-sftp-2.0.5.gem

New:
----
  net-sftp-2.1.1.gem

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

Other differences:
------------------
++++++ rubygem-net-sftp.spec ++++++
--- /var/tmp/diff_new_pack.0KJWVj/_old  2013-03-12 17:19:14.000000000 +0100
+++ /var/tmp/diff_new_pack.0KJWVj/_new  2013-03-12 17:19:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-sftp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-net-sftp
-Version:        2.0.5
+Version:        2.1.1
 Release:        0
-License:        MIT
-Summary:        A pure Ruby implementation of the SFTP client protocol
-Url:            http://net-ssh.rubyforge.org/sftp
 %define mod_name net-sftp
 %define mod_full_name %{mod_name}-%{version}
-Group:          Development/Languages/Ruby
-Source:         %{mod_full_name}.gem
-BuildRequires:  rubygem-net-ssh >= 2.0.9
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:       rubygem-net-ssh >= 2.0.9
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:            https://github.com/net-ssh/net-sftp
+Source:         %{mod_full_name}.gem
+Summary:        A pure Ruby implementation of the SFTP client protocol
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
 A pure Ruby implementation of the SFTP client protocol
@@ -47,13 +46,19 @@
 Summary:        Test suite for %{mod_name}
 Group:          Development/Languages/Ruby
 Requires:       %{name} = %{version}
+
 %description testsuite
 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to