Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2012-09-01 10:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-test-unit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-test-unit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-test-unit", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes      
2012-07-16 10:11:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2012-09-01 10:35:12.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 08:11:23 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.2, no changelog
+
+-------------------------------------------------------------------

Old:
----
  test-unit-2.5.1.gem

New:
----
  test-unit-2.5.2.gem

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

Other differences:
------------------
++++++ rubygem-test-unit.spec ++++++
--- /var/tmp/diff_new_pack.T9tZLy/_old  2012-09-01 10:35:13.000000000 +0200
+++ /var/tmp/diff_new_pack.T9tZLy/_new  2012-09-01 10:35:13.000000000 +0200
@@ -17,39 +17,64 @@
 
 
 Name:           rubygem-test-unit
-Version:        2.5.1
+Version:        2.5.2
 Release:        0
 %define mod_name test-unit
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:            http://rubyforge.org/projects/test-unit/
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        Test::Unit 2.x - Improved version of Test::Unit bundled in 
Ruby 1.8.x
-License:        Ruby
+BuildRequires:  ruby-macros >= 1
+Url:            http://test-unit.rubyforge.org/
+Source:         %{mod_full_name}.gem
+Summary:        test-unit - Improved version of Test::Unit bundled in Ruby 
1.8.x
+License:        Ruby and Python-2.0
 Group:          Development/Languages/Ruby
 
 %description
-Test::Unit 2.x - Improved version of Test::Unit bundled in
-Ruby 1.8.x.
-
 Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
 bundled in Ruby 1.8.x had not been improved but unbundled
-Test::Unit (Test::Unit 2.x) will be improved actively.
+Test::Unit (test-unit) is improved actively.
+
+%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.
+
+%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
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to