Hello community, here is the log from the commit of package rubygem-hoe for openSUSE:Factory checked in at 2013-07-16 16:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-06-17 10:19:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 2013-07-16 16:22:36.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 12 19:00:08 UTC 2013 - [email protected] + +- updated to version 3.6.3 + * 1 bug fix: + * Fixed problems with shell redirection on non-bash systems. (kou) + +------------------------------------------------------------------- Old: ---- hoe-3.6.2.gem New: ---- hoe-3.6.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-hoe.spec ++++++ --- /var/tmp/diff_new_pack.1SqGla/_old 2013-07-16 16:22:37.000000000 +0200 +++ /var/tmp/diff_new_pack.1SqGla/_new 2013-07-16 16:22:37.000000000 +0200 @@ -17,21 +17,22 @@ Name: rubygem-hoe -Version: 3.6.2 +Version: 3.6.3 Release: 0 %define mod_name hoe %define mod_full_name %{mod_name}-%{version} +%define mod_branch -%{version} +%define mod_weight 30603 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 +BuildRequires: update-alternatives BuildRequires: rubygem(rdoc) > 3.10 Url: http://www.zenspider.com/projects/hoe.html Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Hoe is a rake/rubygems helper for project Rakefiles License: MIT Group: Development/Languages/Ruby -%define mod_branch -%{version} -%define mod_weight 3 PreReq: update-alternatives %description @@ -70,8 +71,11 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_sysconfdir}/alternatives mv %{buildroot}%{_bindir}/sow{,%{mod_branch}} -ln -s sow%{mod_branch} %{buildroot}%{_bindir}/sow +touch %{buildroot}%{_sysconfdir}/alternatives/sow +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 @@ -89,7 +93,8 @@ %defattr(-,root,root,-) %{_docdir}/%{name} %{_bindir}/sow%{mod_branch} -%ghost %{_bindir}/sow +%{_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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
