Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory checked in at 2012-03-16 13:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ci_reporter (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-ci_reporter", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ci_reporter/rubygem-ci_reporter.changes  
2011-09-23 12:44:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes 
    2012-03-16 13:24:39.000000000 +0100
@@ -1,0 +2,25 @@
+Wed Feb 29 15:01:20 UTC 2012 - [email protected]
+
+- Update to version 1.7.0:
+  * #49: fix nil to_xs with CI_CAPTURE=off (thanks Sean Walbran)
+  * #47: Fix regression - don't pull test/unit in unnecessarily
+
+-------------------------------------------------------------------
+Mon Feb 13 10:54:46 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Thu Oct 20 19:32:52 UTC 2011 - [email protected]
+
+- Spec file cleanup:
+  * Remove outdated stuff
+  * Added RPM group for base package
+
+-------------------------------------------------------------------
+Wed Jul 27 14:17:18 UTC 2011 - [email protected]
+
+- Update to verion 1.6.5
+- Force usage of rubygem-build-2_1
+
+-------------------------------------------------------------------

Old:
----
  ci_reporter-1.6.4.gem

New:
----
  ci_reporter-1.7.0.gem

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

Other differences:
------------------
++++++ rubygem-ci_reporter.spec ++++++
--- /var/tmp/diff_new_pack.gGX1kb/_old  2012-03-16 13:24:40.000000000 +0100
+++ /var/tmp/diff_new_pack.gGX1kb/_new  2012-03-16 13:24:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ci_reporter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-ci_reporter
-Version:        1.6.4
-Release:        1
-%define mod_name ci_reporter
-#
-Group:          Development/Languages/Ruby
+Version:        1.7.0
+Release:        0
+Summary:        CI::Reporter allows you to generate reams of XML for use with 
continuous integration systems
 License:        MIT
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Group:          Development/Languages/Ruby
+Url:            http://caldersphere.rubyforge.org/ci_reporter
+%define mod_name ci_reporter
+%define mod_full_name %{mod_name}-%{version}
+Source:         %{mod_full_name}.gem
+BuildRequires:  rubygem-builder-3_0 >= 2.1.2
+BuildRequires:  rubygem-rdoc
 BuildRequires:  rubygems_with_buildroot_patch
+Requires:       rubygem-builder-3_0 >= 2.1.2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
-BuildRequires:  rubygem-builder >= 2.1.2
-Requires:       rubygem-builder >= 2.1.2
-#
-Url:            http://caldersphere.rubyforge.org/ci_reporter
-Source:         %{mod_name}-%{version}.gem
-#
-Summary:        CI::Reporter allows you to generate reams of XML for use with 
continuous integration systems
 
 %description
 CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to 
generate XML reports of your test, spec and/or feature runs. The resulting 
files can be read by a continuous integration system that understands Ant's 
JUnit report XML format, thus allowing your CI system to track test/spec 
successes and failures.
@@ -43,47 +39,38 @@
 %package doc
 Summary:        RDoc documentation for %{mod_name}
 Group:          Development/Languages/Ruby
-License:        GPLv2+ or 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
-License:        GPLv2+ or Ruby
 Requires:       %{name} = %{version}
 
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
-
 %prep
-
 %build
-
 %install
-%gem_install %{S:0}
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install %{SOURCE0}
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
+%{_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
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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

Reply via email to