Hello community, here is the log from the commit of package rubygem-docile for openSUSE:Factory checked in at 2014-02-26 06:59:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-docile (Old) and /work/SRC/openSUSE:Factory/.rubygem-docile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-docile" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-docile/rubygem-docile.changes 2014-01-23 15:55:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-docile.new/rubygem-docile.changes 2014-02-26 06:59:07.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Feb 23 09:24:49 UTC 2014 - [email protected] + +- updated to version 1.1.3 + - Special thanks to Alexey Vasiliev (@le0pard): + - fix problem to catch NoMethodError from non receiver object + - upgrade rspec format to new "expect" syntax + +------------------------------------------------------------------- Old: ---- docile-1.1.2.gem New: ---- docile-1.1.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-docile.spec ++++++ --- /var/tmp/diff_new_pack.F9C6iP/_old 2014-02-26 06:59:07.000000000 +0100 +++ /var/tmp/diff_new_pack.F9C6iP/_new 2014-02-26 06:59:07.000000000 +0100 @@ -17,13 +17,13 @@ Name: rubygem-docile -Version: 1.1.2 +Version: 1.1.3 Release: 0 %define mod_name docile %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 Url: http://ms-ati.github.com/docile/ Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Docile keeps your Ruby DSLs tame and well-behaved @@ -61,24 +61,24 @@ %install %gem_install -f mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/HISTORY.md %buildroot/%{_docdir}/%{name}/HISTORY.md -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md +ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY.md %buildroot/%{_docdir}/%{name}/HISTORY.md +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md %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}/spec -%{_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}/spec +%{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}/spec +%{gem_base}/gems/%{mod_full_name}/spec %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
