Hello community, here is the log from the commit of package rubygem-mocha for openSUSE:Factory checked in at 2012-05-21 07:32:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-mocha (Old) and /work/SRC/openSUSE:Factory/.rubygem-mocha.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mocha", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes 2011-09-23 12:44:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 2012-05-21 07:32:20.000000000 +0200 @@ -1,0 +2,10 @@ +Sat May 12 19:21:41 UTC 2012 - [email protected] + +- update to 0.11.4, se RELEASE.rdoc + +------------------------------------------------------------------- +Mon Nov 7 15:39:12 UTC 2011 - [email protected] + +- updated to 0.10.0 + +------------------------------------------------------------------- Old: ---- mocha-0.9.8.gem New: ---- mocha-0.11.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-mocha.spec ++++++ --- /var/tmp/diff_new_pack.olrgYs/_old 2012-05-21 07:32:30.000000000 +0200 +++ /var/tmp/diff_new_pack.olrgYs/_new 2012-05-21 07:32:30.000000000 +0200 @@ -19,25 +19,27 @@ Name: rubygem-mocha -Version: 0.9.8 -Release: 1 +Version: 0.11.4 +Release: 0 %define mod_name mocha +%define mod_full_name %{mod_name}-%{version} # -License: Other uncritical OpenSource License Group: Development/Languages/Ruby +License: Ruby or MIT # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: rubygems_with_buildroot_patch BuildRequires: rubygem-rake %rubygems_requires Requires: rubygem-rake +# metaclass ~> 0.0.1 +BuildRequires: rubygem-metaclass-0_0 >= 0.0.1 +Requires: rubygem-metaclass-0_0 >= 0.0.1 # -Url: http://mocha.rubyforge.org/ -# http://rubyforge.org/projects/mocha/ -Source: http://rubyforge.org/frs/download.php/63927/mocha-0.9.8.gem +Url: http://mocha.rubyforge.org +Source: %{mod_full_name}.gem # Summary: A library for mocking and stubbing using a syntax like that of JMock - %description Mocha is a library for mocking and stubbing using a syntax like that of JMock. @@ -47,18 +49,23 @@ Mocha provides a unified, simple and readable syntax for both traditional mocking and partial mocking. +%package doc +Summary: RDoc documentation for %{mod_name} +Group: Development/Languages/Ruby +Requires: %{name} = %{version} +%description doc +Documentation generated at gem installation time. +Usually in RDoc and RI formats. -Authors: --------- - James Mead - Paul Battley - Chris Roos - Ben Griffiths +%package testsuite +Summary: Test suite for %{mod_name} +Group: Development/Languages/Ruby +Requires: %{name} = %{version} +%description testsuite +Test::Unit or RSpec files, useful for developers. %prep - %build - %install %gem_install %{S:0} @@ -67,9 +74,17 @@ %files %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/ +%{_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 + +%files doc +%defattr(-,root,root,-) +%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ + +%files testsuite +%defattr(-,root,root,-) +%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
