Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory checked in at 2012-09-01 10:33:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2012-03-16 13:24:39.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes 
    2012-09-01 10:33:24.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Aug 27 19:47:34 UTC 2012 - [email protected]
+
+- updated to version 1.7.1
+  * #58: Use const_defined? for checking a constant is defined (Kouhei Sutou)
+  * #70: Initialize delegate IO for non-tee methods
+  * #55: Accommodate 1.8.7 which requires std streams to be subclasses of IO
+  * #52: Mark skipped tests as skipped instead of failure
+  * #51: Allow for constants to include "Omission" or :Omission (1.8 vs. 1.9).
+
+-------------------------------------------------------------------

Old:
----
  ci_reporter-1.7.0.gem

New:
----
  ci_reporter-1.7.1.gem

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

Other differences:
------------------
++++++ rubygem-ci_reporter.spec ++++++
--- /var/tmp/diff_new_pack.jbfhfT/_old  2012-09-01 10:33:25.000000000 +0200
+++ /var/tmp/diff_new_pack.jbfhfT/_new  2012-09-01 10:33:25.000000000 +0200
@@ -17,24 +17,26 @@
 
 
 Name:           rubygem-ci_reporter
-Version:        1.7.0
+Version:        1.7.1
 Release:        0
-Summary:        CI::Reporter allows you to generate reams of XML for use with 
continuous integration systems
-License:        MIT
-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:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:            http://caldersphere.rubyforge.org/ci_reporter
+Source:         %{mod_full_name}.gem
+Summary:        CI::Reporter allows you to generate reams of XML for use with
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %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.
+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.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -54,9 +56,14 @@
 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 %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to