commit rubygem-net-sftp for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-net-sftp for 
openSUSE:Factory checked in at 2020-05-11 13:41:41

Comparing /work/SRC/openSUSE:Factory/rubygem-net-sftp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new.2738 (New)


Package is "rubygem-net-sftp"

Mon May 11 13:41:41 2020 rev:9 rq:802350 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-sftp/rubygem-net-sftp.changes
2014-10-16 18:16:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-net-sftp.new.2738/rubygem-net-sftp.changes  
2020-05-11 13:41:42.869165403 +0200
@@ -1,0 +2,11 @@
+Thu May  7 21:07:19 UTC 2020 - Stephan Kulow 
+
+- updated to version 3.0.0
+ see installed CHANGES.txt
+
+  === 3.0.0
+  
+  * Pass protocol version via Net::SFTP.start [#107]
+  * Net-ssh 6.0 support [#106]
+
+---

Old:

  net-sftp-2.1.2.gem

New:

  net-sftp-3.0.0.gem



Other differences:
--
++ rubygem-net-sftp.spec ++
--- /var/tmp/diff_new_pack.cpjDoa/_old  2020-05-11 13:41:43.541166829 +0200
+++ /var/tmp/diff_new_pack.cpjDoa/_new  2020-05-11 13:41:43.545166837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-sftp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-sftp
-Version:2.1.2
+Version:3.0.0
 Release:0
 %define mod_name net-sftp
 %define mod_full_name %{mod_name}-%{version}
@@ -32,8 +32,8 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/net-ssh/net-sftp
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+URL:https://github.com/net-ssh/net-sftp
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A pure Ruby implementation of the SFTP client protocol
 License:MIT

++ net-sftp-2.1.2.gem -> net-sftp-3.0.0.gem ++
 3823 lines of diff (skipped)




commit rubygem-net-sftp for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-sftp for 
openSUSE:Factory checked in at 2014-10-16 18:14:52

Comparing /work/SRC/openSUSE:Factory/rubygem-net-sftp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new (New)


Package is rubygem-net-sftp

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-sftp/rubygem-net-sftp.changes
2013-05-16 16:19:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new/rubygem-net-sftp.changes   
2014-10-16 18:16:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 16 06:19:29 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-net-sftp.spec ++
--- /var/tmp/diff_new_pack.uGmLcW/_old  2014-10-16 18:16:50.0 +0200
+++ /var/tmp/diff_new_pack.uGmLcW/_new  2014-10-16 18:16:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-sftp
 #
-# 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
@@ -16,66 +16,41 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-net-sftp
 Version:2.1.2
 Release:0
 %define mod_name net-sftp
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-sftp
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 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
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+A pure Ruby implementation of the SFTP client protocol.
 
 %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 -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/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
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=CHANGES.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd 

commit rubygem-net-sftp for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-sftp for 
openSUSE:Factory checked in at 2013-05-16 16:19:50

Comparing /work/SRC/openSUSE:Factory/rubygem-net-sftp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new (New)


Package is rubygem-net-sftp

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-sftp/rubygem-net-sftp.changes
2013-03-12 17:19:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new/rubygem-net-sftp.changes   
2013-05-16 16:19:52.0 +0200
@@ -1,0 +2,6 @@
+Wed May  8 06:39:38 UTC 2013 - co...@suse.com
+
+- updated to version 2.1.2
+ * Fix fragmentation download failure [accardi]
+
+---

Old:

  net-sftp-2.1.1.gem

New:

  net-sftp-2.1.2.gem



Other differences:
--
++ rubygem-net-sftp.spec ++
--- /var/tmp/diff_new_pack.PxYWnw/_old  2013-05-16 16:19:52.0 +0200
+++ /var/tmp/diff_new_pack.PxYWnw/_new  2013-05-16 16:19:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-sftp
-Version:2.1.1
+Version:2.1.2
 Release:0
 %define mod_name net-sftp
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:https://github.com/net-ssh/net-sftp
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A pure Ruby implementation of the SFTP client protocol
 License:MIT
 Group:  Development/Languages/Ruby
@@ -59,9 +59,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-sftp for openSUSE:Factory

2013-03-12 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-sftp.new/rubygem-net-sftp.changes   
2013-03-12 17:19:13.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.0KJWVj/_new  2013-03-12 17:19:14.0 +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