Hello community,
here is the log from the commit of package rubygem-net-ssh-multi for
openSUSE:Factory checked in at 2013-06-05 13:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh-multi (Old)
and /work/SRC/openSUSE:Factory/.rubygem-net-ssh-multi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-net-ssh-multi"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-net-ssh-multi/rubygem-net-ssh-multi.changes
2013-04-08 14:55:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-net-ssh-multi.new/rubygem-net-ssh-multi.changes
2013-06-05 13:12:28.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 28 15:32:24 UTC 2013 - [email protected]
+
+- updated to version 1.2.0
+ * Added public cert. All gem releases are now signed. See INSTALL in readme.
+
+-------------------------------------------------------------------
Old:
----
net-ssh-multi-1.1.gem
New:
----
net-ssh-multi-1.2.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-net-ssh-multi.spec ++++++
--- /var/tmp/diff_new_pack.e35eJ6/_old 2013-06-05 13:12:29.000000000 +0200
+++ /var/tmp/diff_new_pack.e35eJ6/_new 2013-06-05 13:12:29.000000000 +0200
@@ -1,8 +1,7 @@
#
-# spec file for package rubygem-net-ssh-multi (Version 1.1)
+# spec file for package rubygem-net-ssh-multi
#
-# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
-# Copyright (c) 2009 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
@@ -16,47 +15,68 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
+
Name: rubygem-net-ssh-multi
-Version: 1.1
+Version: 1.2.0
Release: 0
%define mod_name net-ssh-multi
-#
-Group: Development/Languages/Ruby
-License: MIT
-#
-Provides: rubygem-%{mod_name}-1_1 = %{version}
+%define mod_full_name %{mod_name}-%{version}
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-Requires: rubygems >= 1.8.15
-BuildRequires: rubygem-net-ssh >= 2.1.4
-Requires: rubygem-net-ssh >= 2.1.4
-BuildRequires: rubygem-net-ssh-gateway >= 0.99.0
-Requires: rubygem-net-ssh-gateway >= 0.99.0
-#
-Url: http://github.com/net-ssh/net-ssh
-Source: %{mod_name}-%{version}.gem
-#
+BuildRequires: ruby-macros >= 1
+Url: https://github.com/net-ssh/net-scp
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Control multiple Net::SSH connections via a single interface
+License: MIT
+Group: Development/Languages/Ruby
+
%description
Control multiple Net::SSH connections via a single interface.
+%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.
%prep
-%build
-%install
-%gem_install %{S:0}
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the
surrounding lines
+#gem_build
+%build
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.txt
%buildroot/%{_docdir}/%{name}/CHANGES.txt
+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
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%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
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]