Hello community, here is the log from the commit of package rubygem-net-scp for openSUSE:Factory checked in at 2014-05-21 16:29:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-net-scp (Old) and /work/SRC/openSUSE:Factory/.rubygem-net-scp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-net-scp" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-net-scp/rubygem-net-scp.changes 2013-07-25 15:34:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-net-scp.new/rubygem-net-scp.changes 2014-05-21 16:29:32.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 18 09:04:39 UTC 2014 - [email protected] + +- updated to version 1.2.1 + * Resign gem with new pubkey + * Get the error string during download [jkeiser] + +------------------------------------------------------------------- Old: ---- net-scp-1.1.2.gem New: ---- net-scp-1.2.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-net-scp.spec ++++++ --- /var/tmp/diff_new_pack.q2K9ma/_old 2014-05-21 16:29:35.000000000 +0200 +++ /var/tmp/diff_new_pack.q2K9ma/_new 2014-05-21 16:29:35.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-net-scp # -# 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 @@ -17,13 +17,13 @@ Name: rubygem-net-scp -Version: 1.1.2 +Version: 1.2.1 Release: 0 %define mod_name net-scp %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 Url: https://github.com/net-ssh/net-scp Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: A pure Ruby implementation of the SCP client protocol @@ -60,24 +60,24 @@ %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}/LICENSE.txt %buildroot/%{_docdir}/%{name}/LICENSE.txt -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc %buildroot/%{_docdir}/%{name}/README.rdoc +ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt %buildroot/%{_docdir}/%{name}/CHANGES.txt +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt %buildroot/%{_docdir}/%{name}/LICENSE.txt +ln -s %{gem_base}/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 +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%exclude %{gem_base}/gems/%{mod_full_name}/test +%{gem_base}/specifications/%{mod_full_name}.gemspec %files doc %defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ +%doc %{gem_base}/doc %files testsuite %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test +%{gem_base}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
