Hello community, here is the log from the commit of package rubygem-hoe for openSUSE:Factory checked in at 2014-02-12 20:32:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-hoe (Old) and /work/SRC/openSUSE:Factory/.rubygem-hoe.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-hoe" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes 2014-01-23 15:55:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 2014-02-12 20:32:24.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Feb 6 18:00:17 UTC 2014 - [email protected] + +- updated to version 3.8.1 + * 2 minor enhancements: + * Added C=<#cpus> for minitest parallel testing support. + * Added test_cmd task to make running tests in subcommands (eg profiling) easy. + + * 1 bug fix: + * Fixed bug when mixing TESTOPTS & N. + +------------------------------------------------------------------- Old: ---- hoe-3.8.0.gem New: ---- hoe-3.8.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-hoe.spec ++++++ --- /var/tmp/diff_new_pack.xulqoB/_old 2014-02-12 20:32:25.000000000 +0100 +++ /var/tmp/diff_new_pack.xulqoB/_new 2014-02-12 20:32:25.000000000 +0100 @@ -17,15 +17,15 @@ Name: rubygem-hoe -Version: 3.8.0 +Version: 3.8.1 Release: 0 %define mod_name hoe %define mod_full_name %{mod_name}-%{version} %define mod_branch -%{version} -%define mod_weight 30800 +%define mod_weight 30801 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 BuildRequires: update-alternatives BuildRequires: rubygem(rdoc) > 3.10 Url: http://www.zenspider.com/projects/hoe.html @@ -77,8 +77,8 @@ ln -s %{_sysconfdir}/alternatives/sow %{buildroot}%{_bindir}/sow mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt %buildroot/%{_docdir}/%{name}/History.txt -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt %buildroot/%{_docdir}/%{name}/README.txt +ln -s %{gem_base}/gems/%{mod_full_name}/History.txt %buildroot/%{_docdir}/%{name}/History.txt +ln -s %{gem_base}/gems/%{mod_full_name}/README.txt %buildroot/%{_docdir}/%{name}/README.txt %post /usr/sbin/update-alternatives --install \ @@ -95,17 +95,17 @@ %{_bindir}/sow%{mod_branch} %{_bindir}/sow %ghost %{_sysconfdir}/alternatives/sow -%{_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]
