Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2012-01-26 14:08:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-json.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-json", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes        
2011-12-01 12:26:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2012-01-26 14:08:06.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 14 19:05:46 UTC 2011 - [email protected]
+
+- move benchmarks to doc
+- create testsuite subpackage ( template doesn't detect it as it is
+  tests not test as usual ) 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-json.spec ++++++
--- /var/tmp/diff_new_pack.4rO3gp/_old  2012-01-26 14:08:07.000000000 +0100
+++ /var/tmp/diff_new_pack.4rO3gp/_new  2012-01-26 14:08:07.000000000 +0100
@@ -16,6 +16,8 @@
 #
 
 # norootforbuild
+
+
 Name:           rubygem-json
 Version:        1.6.1
 Release:        0
@@ -36,6 +38,7 @@
 Source:         %{mod_full_name}.gem
 #
 Summary:        JSON Implementation for Ruby
+
 %description
 This is a JSON implementation as a Ruby extension in C.
 
@@ -43,12 +46,24 @@
 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.
 
+%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}
 %gem_cleanup
@@ -62,9 +77,16 @@
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/tests
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/benchmarks
 
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/benchmarks
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/tests
 
 %changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to