Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2012-10-19 22:57:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-simplecov", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes      
2012-07-24 17:20:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2012-10-19 22:57:42.000000000 +0200
@@ -1,0 +2,20 @@
+Fri Oct 12 09:43:22 UTC 2012 - [email protected]
+
+- updated to version 0.7.0
+  * [FEATURE] The new `maximum_coverage_drop` and `minimum_coverage` now allow 
you to fail your build when the
+    coverage dropped by more than what you allowed or is below a minimum value 
required. Also, `refuse_coverage_drop` disallows
+    any coverage drops between test runs.
+    See https://github.com/colszowka/simplecov/pull/151, 
https://github.com/colszowka/simplecov/issues/11,
+    https://github.com/colszowka/simplecov/issues/90, and 
https://github.com/colszowka/simplecov/issues/96 (thanks to @infertux)
+  * [FEATURE] SimpleCov now ships with a built-in MultiFormatter which allows 
the easy usage of multiple result formatters at
+    the same time without the need to write custom wrapper code.
+    See https://github.com/colszowka/simplecov/pull/158 (thanks to @nikitug)
+  * [BUGFIX] The usage of digits, hyphens and underscores in group names could 
lead to broken tab navigation
+    in the default simplecov-html reports. See 
https://github.com/colszowka/simplecov-html/pull/14 (thanks to @ebelgarts)
+  * [REFACTORING] A few more ruby warnings removed. See 
https://github.com/colszowka/simplecov/issues/106 and
+    https://github.com/colszowka/simplecov/pull/139. (thanks to @lukejahnke)
+  * A [Pledgie 
button](https://github.com/colszowka/simplecov/commit/63cfa99f8658fa5cc66a38c83b3195fdf71b9e93)
 for those that
+    feel generous :)
+  * The usual bunch of README fixes and documentation tweaks. Thanks to 
everyone who contributed those!
+
+-------------------------------------------------------------------

Old:
----
  simplecov-0.6.4.gem

New:
----
  simplecov-0.7.0.gem

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

Other differences:
------------------
++++++ rubygem-simplecov.spec ++++++
--- /var/tmp/diff_new_pack.c8N6pF/_old  2012-10-19 22:57:43.000000000 +0200
+++ /var/tmp/diff_new_pack.c8N6pF/_new  2012-10-19 22:57:43.000000000 +0200
@@ -17,31 +17,22 @@
 
 
 Name:           rubygem-simplecov
-Version:        0.6.4
+Version:        0.7.0
 Release:        0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-BuildRequires:  ruby > 1.9
-# multi_json ~> 1.3
-BuildRequires:  rubygem-multi_json-1 >= 1.3
-Requires:       rubygem-multi_json-1 >= 1.3
-# simplecov-html ~> 0.5.3
-BuildRequires:  rubygem-simplecov-html-0_5 >= 0.5.3
-Requires:       rubygem-simplecov-html-0_5 >= 0.5.3
-#
+BuildRequires:  ruby-macros >= 1
 Url:            http://github.com/colszowka/simplecov
 Source:         %{mod_full_name}.gem
-#
-Summary:        Code coverage for Ruby 1.9 with a powerful configuration 
library and automatic merging of coverage across test suites
+Summary:        Code coverage for Ruby 1.9 with a powerful configuration 
library and
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-Code coverage for Ruby 1.9 with a powerful configuration library and automatic 
merging of coverage across test suites
+Code coverage for Ruby 1.9 with a powerful configuration library and automatic
+merging of coverage across test suites
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -61,9 +52,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 %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to