Hello community, here is the log from the commit of package rubygem-flog for openSUSE:Factory checked in at 2013-07-16 16:22:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-flog (Old) and /work/SRC/openSUSE:Factory/.rubygem-flog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-flog" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-flog/rubygem-flog.changes 2013-05-27 09:59:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-flog.new/rubygem-flog.changes 2013-07-16 16:22:29.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jul 12 19:09:12 UTC 2013 - [email protected] + +- updated to version 4.1.1 + * 1 minor enhancement: + * Added max_method to delegators. + + * 1 bug fix: + * Fixed FlogTask to use FlogCLI. (envygeeks) + +------------------------------------------------------------------- Old: ---- flog-4.1.0.gem New: ---- flog-4.1.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-flog.spec ++++++ --- /var/tmp/diff_new_pack.eiGQvf/_old 2013-07-16 16:22:30.000000000 +0200 +++ /var/tmp/diff_new_pack.eiGQvf/_new 2013-07-16 16:22:30.000000000 +0200 @@ -17,21 +17,22 @@ Name: rubygem-flog -Version: 4.1.0 +Version: 4.1.1 Release: 0 %define mod_name flog %define mod_full_name %{mod_name}-%{version} +%define mod_branch -%{version} +%define mod_weight 40101 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 +BuildRequires: update-alternatives BuildRequires: rubygem(rdoc) > 3.10 Url: http://ruby.sadi.st/ Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Flog reports the most tortured code in an easy to read pain report License: MIT Group: Development/Languages/Ruby -%define mod_branch -%{version} -%define mod_weight 4 PreReq: update-alternatives %description @@ -64,9 +65,13 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_sysconfdir}/alternatives mv %{buildroot}%{_bindir}/flog{,%{mod_branch}} -ln -s flog%{mod_branch} %{buildroot}%{_bindir}/flog +touch %{buildroot}%{_sysconfdir}/alternatives/flog +ln -s %{_sysconfdir}/alternatives/flog %{buildroot}%{_bindir}/flog + 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 %post @@ -82,7 +87,8 @@ %defattr(-,root,root,-) %{_docdir}/%{name} %{_bindir}/flog%{mod_branch} -%ghost %{_bindir}/flog +%{_bindir}/flog +%ghost %{_sysconfdir}/alternatives/flog %{_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]
