commit rubygem-simplecov for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2020-10-05 19:33:44

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new.4249 (New)


Package is "rubygem-simplecov"

Mon Oct  5 19:33:44 2020 rev:23 rq:838080 version:0.19.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2020-05-11 13:39:49.288924853 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov.new.4249/rubygem-simplecov.changes
2020-10-05 19:33:49.189240910 +0200
@@ -1,0 +2,27 @@
+Fri Sep 25 14:56:53 UTC 2020 - Stephan Kulow 
+
+updated to version 0.19.0
+ see installed CHANGELOG.md
+
+  0.19.0 (2020-08-16)
+  ==
+  
+  ## Breaking Changes
+  * Dropped support for Ruby 2.4, it reached EOL
+  
+  ## Enhancements
+  * observe forked processes (enable with SimpleCov.enable_for_subprocesses). 
See [#881](https://github.com/simplecov-ruby/simplecov/pull/881), thanks to 
[@robotdana](https://github.com/robotdana)
+  * SimpleCov distinguishes better that it stopped processing because of a 
previous error vs. SimpleCov is the originator of said error due to coverage 
requirements.
+  
+  ## Bugfixes
+  * Changing the `SimpleCov.root` combined with the root filtering didn't 
work. Now they do! Thanks to 
[@deivid-rodriguez](https://github.com/deivid-rodriguez) and see 
[#894](https://github.com/simplecov-ruby/simplecov/pull/894)
+  * in parallel test execution it could happen that the last coverage result 
was written to disk when it didn't complete yet, changed to only write it once 
it's the final result
+  * if you run parallel tests only the final process will report violations of 
the configured test coverage, not all previous processes
+  * changed the parallel_tests merging mechanisms to do the waiting always in 
the last process, should reduce race conditions
+  
+  ## Noteworthy
+  * The repo has moved to https://github.com/simplecov-ruby/simplecov - 
everything stays the same, redirects should work but you might wanna update 
anyhow
+  * The primary development branch is now `main`, not `master` anymore. If you 
get simplecov directly from github change your reference. For a while `master` 
will still be occasionally updated but that's no long term solion.
+  
+
+---

Old:

  simplecov-0.18.5.gem

New:

  simplecov-0.19.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.PgojUy/_old  2020-10-05 19:33:50.057241757 +0200
+++ /var/tmp/diff_new_pack.PgojUy/_new  2020-10-05 19:33:50.061241761 +0200
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.18.5
+Version:0.19.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.4.0}
+BuildRequires:  %{ruby >= 2.5.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-URL:https://github.com/colszowka/simplecov
+URL:https://github.com/simplecov-ruby/simplecov
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Code coverage for Ruby

++ simplecov-0.18.5.gem -> simplecov-0.19.0.gem ++
 1990 lines of diff (skipped)




commit rubygem-simplecov for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2020-05-11 13:39:45

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new.2738 (New)


Package is "rubygem-simplecov"

Mon May 11 13:39:45 2020 rev:22 rq:802375 version:0.18.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2020-03-07 21:40:06.564347943 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov.new.2738/rubygem-simplecov.changes
2020-05-11 13:39:49.288924853 +0200
@@ -1,0 +2,40 @@
+Thu May  7 21:31:35 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.18.5
+ see installed CHANGELOG.md
+
+  0.18.5 (2020-02-25)
+  ===
+  
+  Can you guess? Another bugfix release!
+  
+  ## Bugfixes
+  * minitest won't crash if SimpleCov isn't loaded - aka don't execute 
SimpleCov code in the minitest plugin if SimpleCov isn't loaded. Thanks to 
[@edariedl](https://github.com/edariedl) for the report of the peculiar problem 
in [#877](https://github.com/colszowka/simplecov/issues/877).
+  
+  0.18.4 (2020-02-24)
+  ===
+  
+  Another small bugfix release  Fixes SimpleCov running with rspec-rails, 
which was broken due to our fixed minitest integration.
+  
+  ## Bugfixes
+  * SimpleCov will run again correctly when used with rspec-rails. The 
excellent bug report [#873](https://github.com/colszowka/simplecov/issues/873) 
by [@odlp](https://github.com/odlp) perfectly details what went wrong. Thanks 
to [@adam12](https://github.com/adam12) for the fix 
[#874](https://github.com/colszowka/simplecov/pull/874).
+  
+  
+  0.18.3 (2020-02-23)
+  ===
+  
+  Small bugfix release. It's especially recommended to upgrade simplecov-html 
as well because of bugs in the 0.12.0 release.
+  
+  ## Bugfixes
+  * Fix a regression related to file encodings as special characters were 
missing. Furthermore we now respect the magic `# encoding: ...` comment and 
read files in the right encoding. Thanks ([@Tietew](https://github.com/Tietew)) 
- see [#866](https://github.com/colszowka/simplecov/pull/866)
+  * Use `Minitest.after_run` hook to trigger post-run hooks if `Minitest` is 
present. See [#756](https://github.com/colszowka/simplecov/pull/756) and 
[#855](https://github.com/colszowka/simplecov/pull/855) thanks 
([@adam12](https://github.com/adam12))
+  
+  0.18.2 (2020-02-12)
+  ===
+  
+  Small release just to allow you to use the new simplecov-html.
+  
+  ## Enhancements
+  * Relax simplecov-html requirement so that you're able to use 
[0.12.0](https://github.com/colszowka/simplecov-html/blob/master/CHANGELOG.md#0120-2020-02-12)
+
+---

Old:

  simplecov-0.18.1.gem

New:

  simplecov-0.18.5.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.WAaxaL/_old  2020-05-11 13:39:50.332927042 +0200
+++ /var/tmp/diff_new_pack.WAaxaL/_new  2020-05-11 13:39:50.332927042 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.18.1
+Version:0.18.5
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.18.1.gem -> simplecov-0.18.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-01-31 10:41:43.0 +0100
+++ new/CHANGELOG.md2020-02-25 22:41:26.0 +0100
@@ -1,3 +1,37 @@
+0.18.5 (2020-02-25)
+===
+
+Can you guess? Another bugfix release!
+
+## Bugfixes
+* minitest won't crash if SimpleCov isn't loaded - aka don't execute SimpleCov 
code in the minitest plugin if SimpleCov isn't loaded. Thanks to 
[@edariedl](https://github.com/edariedl) for the report of the peculiar problem 
in [#877](https://github.com/colszowka/simplecov/issues/877).
+
+0.18.4 (2020-02-24)
+===
+
+Another small bugfix release  Fixes SimpleCov running with rspec-rails, which 
was broken due to our fixed minitest integration.
+
+## Bugfixes
+* SimpleCov will run again correctly when used with rspec-rails. The excellent 
bug report [#873](https://github.com/colszowka/simplecov/issues/873) by 
[@odlp](https://github.com/odlp) perfectly details what went wrong. Thanks to 
[@adam12](https://github.com/adam12) for the fix 
[#874](https://github.com/colszowka/simplecov/pull/874).
+
+
+0.18.3 (2020-02-23)
+===
+
+Small bugfix release. It's especially recommended to upgrade simplecov-html as 
well because of bugs in the 0.12.0 release.
+
+## Bugfixes
+* Fix a regression related to file 

commit rubygem-simplecov for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2020-03-07 21:40:01

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new.26092 (New)


Package is "rubygem-simplecov"

Sat Mar  7 21:40:01 2020 rev:21 rq:773850 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2019-08-06 15:10:41.931765629 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov.new.26092/rubygem-simplecov.changes
   2020-03-07 21:40:06.564347943 +0100
@@ -1,0 +2,91 @@
+Mon Feb 10 15:49:45 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.18.1
+ see installed CHANGELOG.md
+
+  0.18.1 (2020-01-31)
+  ===
+  
+  Small Bugfix release.
+  
+  ## Bugfixes
+  * Just putting `# :nocov:` on top of a file or having an uneven number of 
them in general works again and acts as if ignoring until the end of the file. 
See [#846](https://github.com/colszowka/simplecov/issues/846) and thanks 
[@DannyBen](https://github.com/DannyBen) for the report.
+  
+  0.18.0 (2020-01-28)
+  ===
+  
+  Huge release! Highlights are support for branch coverage (Ruby 2.5+) and 
dropping support for EOL'ed Ruby versions (< 2.4).
+  Please also read the other beta patch notes.
+  
+  You can run with branch coverage by putting `enable_coverage :branch` into 
your SimpleCov configuration (like the `SimpleCov.start do .. end` block)
+  
+  ## Enhancements
+  * You can now define the minimum expected coverage by criterion like 
`minimum_coverage line: 90, branch: 80`
+  * Memoized some internal data structures that didn't change to reduce 
SimpleCov overhead
+  * Both `FileList` and `SourceFile` now have a `coverage` method that returns 
a hash that points from a coverage criterion to a `CoverageStatistics` object 
for uniform access to overall coverage statistics for both line and branch 
coverage
+  
+  ## Bugfixes
+  * we were losing precision by rounding the covered strength early, that has 
been removed. **For Formatters** this also means that you may need to round it 
yourself now.
+  * Removed an inconsistency in how we treat skipped vs. irrelevant lines (see 
[#565](https://github.com/colszowka/simplecov/issues/565)) - SimpleCov's 
definition of 100% is now "You covered everything that you could" so if 
coverage is 0/0 that's counted as a 100% no matter if the lines were irrelevant 
or ignored/skipped
+  
+  ## Noteworthy
+  * `FileList` stopped inheriting from Array, it includes Enumerable so if you 
didn't use Array specific methods on it in formatters you should be fine
+  
+  0.18.0.beta3 (2020-01-20)
+  
+  
+  ## Enhancements
+  * Instead of ignoring old `.resultset.json`s that are inside the merge 
timeout, adapt and respect them
+  
+  ## Bugfixes
+  * Remove the constant warning printing if you still have a `.resultset.json` 
in pre 0.18 layout that is within your merge timeout
+  
+  0.18.0.beta2 (2020-01-19)
+  ===
+  
+  ## Enhancements
+  * only turn on the requested coverage criteria (when activating branch 
coverage before SimpleCov would also instruct Ruby to take Method coverage)
+  * Change how branch coverage is displayed, now it's `branch_type: hit_count` 
which should be more self explanatory. See 
[#830](https://github.com/colszowka/simplecov/pull/830) for an example and feel 
free to give feedback!
+  * Allow early running exit tasks and avoid the `at_exit` hook through the 
`SimpleCov.run_exit_tasks!` method. (thanks 
[@macumber](https://github.com/macumber))
+  * Allow manual collation of result sets through the `SimpleCov.collate` 
entrypoint. See the README for more details (thanks 
[@ticky](https://github.com/ticky))
+  * Within `case`, even if there is no `else` branch declared show missing 
coverage for it (aka no branch of it). See 
[#825](https://github.com/colszowka/simplecov/pull/825)
+  * Stop symbolizing all keys when loading cache (should lead to be faster and 
consume less memory)
+  * Cache whether we can use/are using branch coverage (should be slightly 
faster)
+  
+  ## Bugfixes
+  * Fix a crash that happened when an old version of our internal cache file 
`.resultset.json` was still present
+  
+  0.18.0.beta1 (2020-01-05)
+  ===
+  
+  This is a huge release highlighted by changing our support for ruby versions 
to 2.4+ (so things that aren't EOL'ed) and finally adding branch coverage 
support!
+  
+  This release is still beta because we'd love for you to test out branch 
coverage and get your feedback before doing a full release.
+  
+  On a personal note from [@PragTob](https://github.com/PragTob/) thanks to 
[ruby together](https://rubytogether.org/) for sponsoring this work on 
SimpleCov making 

commit rubygem-simplecov for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2019-08-06 15:10:39

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new.4126 (New)


Package is "rubygem-simplecov"

Tue Aug  6 15:10:39 2019 rev:20 rq:717322 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2018-07-18 22:52:27.963254146 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov.new.4126/rubygem-simplecov.changes
2019-08-06 15:10:41.931765629 +0200
@@ -1,0 +2,23 @@
+Fri Jul 19 09:37:36 UTC 2019 - Stephan Kulow 
+
+- updated to version 0.17.0
+ see installed CHANGELOG.md
+
+  0.17.0 (2019-07-02)
+  ===
+  
+  Maintenance release with nice convenience features and important bugfixes.
+  Notably this **will be the last release to support ruby versions that have 
reached their end of life**. Moving forward official CRuby support will be 2.4+ 
and JRuby support will be 9.1+. Older versions might still work but no 
guarantees.
+  
+  ## Enhancements
+  
+  * Per default filter hidden files and folders. See 
[#721](https://github.com/colszowka/simplecov/pull/721) (thanks [Renuo 
AG](https://www.renuo.ch))
+  * Print the exit status explicitly when it's not a successful build so it's 
easier figure out SimpleCov failed the build in the output. See 
[#688](https://github.com/colszowka/simplecov/pull/688) (thanks 
[@daemonsy](https://github.com/daemonsy))
+  
+  ## Bugfixes
+  
+  * Avoid a premature failure exit code when setting `minimum_coverage` in 
combination with using 
[parallel_tests](https://github.com/grosser/parallel_tests). See 
[#706](https://github.com/colszowka/simplecov/pull/706) (thanks 
[@f1sherman](https://github.com/f1sherman))
+  * Project roots with special characters no longer cause crashes. See 
[#717](https://github.com/colszowka/simplecov/pull/717) (thanks 
[@deivid-rodriguez](https://github.com/deivid-rodriguez))
+  * Avoid continously overriding test results with manual 
`ResultMergere.store_results` usage. See 
[#674](https://github.com/colszowka/simplecov/pull/674) (thanks 
[@tomeon](https://github.com/tomeon))
+
+---

Old:

  simplecov-0.16.1.gem

New:

  simplecov-0.17.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.2QE3FD/_old  2019-08-06 15:10:42.643765299 +0200
+++ /var/tmp/diff_new_pack.2QE3FD/_new  2019-08-06 15:10:42.647765297 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.16.1
+Version:0.17.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.16.1.gem -> simplecov-0.17.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-03-16 09:36:18.0 +0100
+++ new/CHANGELOG.md2019-07-02 10:27:09.0 +0200
@@ -1,3 +1,20 @@
+0.17.0 (2019-07-02)
+===
+
+Maintenance release with nice convenience features and important bugfixes.
+Notably this **will be the last release to support ruby versions that have 
reached their end of life**. Moving forward official CRuby support will be 2.4+ 
and JRuby support will be 9.1+. Older versions might still work but no 
guarantees.
+
+## Enhancements
+
+* Per default filter hidden files and folders. See 
[#721](https://github.com/colszowka/simplecov/pull/721) (thanks [Renuo 
AG](https://www.renuo.ch))
+* Print the exit status explicitly when it's not a successful build so it's 
easier figure out SimpleCov failed the build in the output. See 
[#688](https://github.com/colszowka/simplecov/pull/688) (thanks 
[@daemonsy](https://github.com/daemonsy))
+
+## Bugfixes
+
+* Avoid a premature failure exit code when setting `minimum_coverage` in 
combination with using 
[parallel_tests](https://github.com/grosser/parallel_tests). See 
[#706](https://github.com/colszowka/simplecov/pull/706) 

commit rubygem-simplecov for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2018-07-18 22:51:35

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Wed Jul 18 22:51:35 2018 rev:19 rq:621036 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2017-09-14 21:18:32.482489849 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2018-07-18 22:52:27.963254146 +0200
@@ -1,0 +2,29 @@
+Tue Mar 20 10:17:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.16.1
+ see installed CHANGELOG.md
+
+  0.16.1 (2018-03-16)
+  ===
+  
+  ## Bugfixes
+  
+  * Include the LICENSE in the distributed gem again (accidentally removed in 
0.16.0). (thanks @tas50)
+  
+  0.16.0 (2018-03-15)
+  ===
+  
+  ## Enhancements
+  
+  * Relax version constraint on `docile`, per SemVer
+  * exception that occurred on exit is available as `exit_exception`! See 
[#639](https://github.com/colszowka/simplecov/pull/639)  (thanks @thomas07vt)
+  * Performance: processing results now runs from 2.5x to 3.75x faster. See 
[#662](https://github.com/colszowka/simplecov/pull/662) (thanks @BMorearty & 
@eregon)
+  * Decrease gem size by only shipping lib and docs
+  
+  ## Bugfixes
+  
+  * (breaking) Stop handling string filters as regular expressions, use the 
dedicated regex filter if you need that behaviour. See 
[#616](https://github.com/colszowka/simplecov/pull/616) (thanks @yujinakayama)
+  * Avoid overwriting the last coverage results on unsuccessful test runs. See 
[#625](https://github.com/colszowka/simplecov/pull/625) (thanks @thomas07vt)
+  * Don't crash on invalid UTF-8 byte sequences. (thanks @BMorearty)
+
+---

Old:

  simplecov-0.15.1.gem

New:

  simplecov-0.16.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.4E9ikK/_old  2018-07-18 22:52:28.535252249 +0200
+++ /var/tmp/diff_new_pack.4E9ikK/_new  2018-07-18 22:52:28.539252236 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.15.1
+Version:0.16.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.md MIT-LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ simplecov-0.15.1.gem -> simplecov-0.16.1.gem ++
 5424 lines of diff (skipped)




commit rubygem-simplecov for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2017-09-14 21:18:10

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Thu Sep 14 21:18:10 2017 rev:18 rq:526042 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2017-08-16 16:18:54.541627859 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2017-09-14 21:18:32.482489849 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 12:49:16 UTC 2017 - dk...@suse.com
+
+- updated to version 0.15.1
+
+## Bugfixes
+
+* Filter directories outside SimpleCov.root that have it as a prefix. See 
[#617](https://github.com/colszowka/simplecov/pull/617) (thanks @jenseng)
+* Fix standard rails profile rails filter (didn't work). See 
[#618](https://github.com/colszowka/simplecov/pull/618) (thanks @jenseng again!)
+
+---

Old:

  simplecov-0.15.0.gem

New:

  simplecov-0.15.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.cj76YK/_old  2017-09-14 21:18:33.590333925 +0200
+++ /var/tmp/diff_new_pack.cj76YK/_new  2017-09-14 21:18:33.598332800 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.15.0
+Version:0.15.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.15.0.gem -> simplecov-0.15.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-08-14 07:32:08.0 +0200
+++ new/.travis.yml 2017-09-11 21:13:07.0 +0200
@@ -18,7 +18,7 @@
   - 2.2.7
   - 2.3.4
   - 2.4.1
-  - jruby-9.1.12.0
+  - jruby-9.1.13.0
   - ruby-head
   - jruby-head
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-08-14 07:32:08.0 +0200
+++ new/CHANGELOG.md2017-09-11 21:13:07.0 +0200
@@ -1,3 +1,11 @@
+0.15.1 (2017-09-11) 
([changes](https://github.com/colszowka/simplecov/compare/v0.15.0...v0.15.1))
+===
+
+## Bugfixes
+
+* Filter directories outside SimpleCov.root that have it as a prefix. See 
[#617](https://github.com/colszowka/simplecov/pull/617) (thanks @jenseng)
+* Fix standard rails profile rails filter (didn't work). See 
[#618](https://github.com/colszowka/simplecov/pull/618) (thanks @jenseng again!)
+
 0.15.0 (2017-08-14) 
([changes](https://github.com/colszowka/simplecov/compare/v0.14.1...v0.15.0))
 ===
 
@@ -271,7 +279,7 @@
   * Average hits per line for groups of files is now computed correctly.
 See [#192](http://github.com/colszowka/simplecov/pull/192) and
 [#179](http://github.com/colszowka/simplecov/issues/179) (thanks to 
@graysonwright)
-  * Compatability with BINARY internal encoding.
+  * Compatibility with BINARY internal encoding.
 See [#194](https://github.com/colszowka/simplecov/pull/194) and
 [#127](https://github.com/colszowka/simplecov/issues/127) (thanks to 
@justfalter)
   * Special characters in `SimpleCov.root` are now correctly escaped before 
being used as a RegExp.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-14 07:32:08.0 +0200
+++ new/README.md   2017-09-11 21:13:07.0 +0200
@@ -349,8 +349,7 @@
 # :nocov:
 ```
 
-The name of the token can be changed to your liking. [Learn more about the 
nocov feature.][nocov]
-[nocov]: 
https://github.com/colszowka/simplecov/blob/master/features/config_nocov_token.feature
+The name of the token can be changed to your liking. [Learn more about the 
nocov feature.]( 
https://github.com/colszowka/simplecov/blob/master/features/config_nocov_token.feature)
 
 **Note:** You shouldn't have to use the nocov token to skip private methods 
that are being included in your coverage. If you appropriately test the public 
interface of your classes and objects you should automatically get full 
coverage of your private methods.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-08-14 07:32:08.0 +0200
+++ new/Rakefile2017-09-11 21:13:07.0 +0200
@@ -1,5 +1,3 @@
-#!/usr/bin/env rake
-
 require "rubygems"
 require "bundler/setup"
 Bundler::GemHelper.install_tasks
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN 

commit rubygem-simplecov for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2017-08-16 16:18:46

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Wed Aug 16 16:18:46 2017 rev:17 rq:516945 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2017-04-12 18:22:43.526730595 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2017-08-16 16:18:54.541627859 +0200
@@ -1,0 +2,17 @@
+Mon Aug 14 06:38:14 UTC 2017 - mschnit...@suse.com
+
+- updated to version 0.15.0 
+
+## Enhancements
+
+* Ability to use regex filters for removing files from the output. See 
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
+
+## Bugfixes
+
+* Fix merging race condition when running tests in parallel and merging them. 
See [#570](https://github.com/colszowka/simplecov/pull/570) (thanks @jenseng)
+* Fix relevant lines for unloaded files - comments, skipped code etc. are 
correctly classigied as irrelevant. See 
[#605](https://github.com/colszowka/simplecov/pull/605) (thanks @odlp)
+* Allow using simplecov with frozen-string-literals enabled. See 
[#590](https://github.com/colszowka/simplecov/pull/590) (thanks @pat)
+* Make sure Array Filter can use all other filter types. See 
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
+* Make sure file names use `Simplecov.root` as base avoiding using full 
absolute project paths. See 
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
+
+---

Old:

  simplecov-0.14.1.gem

New:

  simplecov-0.15.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.zVycMc/_old  2017-08-16 16:18:55.429503229 +0200
+++ /var/tmp/diff_new_pack.zVycMc/_new  2017-08-16 16:18:55.441501545 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.14.1
+Version:0.15.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/colszowka/simplecov
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Code coverage for Ruby 1.9+ with a powerful configuration 
library
 License:MIT

++ simplecov-0.14.1.gem -> simplecov-0.15.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-03-18 22:34:52.0 +0100
+++ new/.rubocop.yml2017-08-14 07:32:08.0 +0200
@@ -3,6 +3,7 @@
 - 'spec/fixtures/iso-8859.rb'
 - 'tmp/**/*'
 - 'vendor/bundle/**/*'
+  TargetRubyVersion: 1.9
 
 Bundler/OrderedGems:
   Enabled: false
@@ -35,7 +36,7 @@
   Max: 4
   CountKeywordArgs: true
 
-Style/AccessModifierIndentation:
+Layout/AccessModifierIndentation:
   EnforcedStyle: outdent
 
 Style/CollectionMethods:
@@ -54,10 +55,13 @@
 Style/HashSyntax:
   EnforcedStyle: hash_rockets
 
+Layout/IndentHeredoc:
+  Enabled: false
+
 Style/RegexpLiteral:
   Enabled: false
 
-Style/SpaceInsideHashLiteralBraces:
+Layout/SpaceInsideHashLiteralBraces:
   EnforcedStyle: no_space
 
 Style/SpecialGlobalVars:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-03-18 22:34:52.0 +0100
+++ new/.travis.yml 2017-08-14 07:32:08.0 +0200
@@ -15,12 +15,12 @@
   - 1.9.3
   - 2.0.0
   - 2.1.10
-  - 2.2.6
-  - 2.3.3
-  - 2.4.0
+  - 2.2.7
+  - 2.3.4
+  - 2.4.1
+  - jruby-9.1.12.0
   - ruby-head
   - jruby-head
-  - jruby-9.1.8.0
 
 matrix:
   allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-18 22:34:52.0 +0100
+++ new/CHANGELOG.md2017-08-14 07:32:08.0 +0200
@@ -1,3 +1,18 @@
+0.15.0 (2017-08-14) 
([changes](https://github.com/colszowka/simplecov/compare/v0.14.1...v0.15.0))
+===
+
+## Enhancements
+
+* Ability to use regex filters for removing files from the output. See 
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
+
+## Bugfixes
+
+* Fix merging race condition when running tests in parallel and merging them. 
See [#570](https://github.com/colszowka/simplecov/pull/570) (thanks @jenseng)
+* Fix 

commit rubygem-simplecov for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2017-04-12 17:31:40

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Wed Apr 12 17:31:40 2017 rev:16 rq:481716 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2016-07-21 07:57:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2017-04-12 18:22:43.526730595 +0200
@@ -1,0 +2,25 @@
+Sun Mar 19 05:35:07 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.1
+ see installed CHANGELOG.md
+
+  0.14.1 2017-03-18 
([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
+  
+  
+  ## Bugfixes
+  
+  * Files that were skipped as a whole/had no relevant coverage could lead to 
Float errors. See [#564](https://github.com/colszowka/simplecov/pull/564) 
(thanks to @stevehanson for the report in 
[#563](https://github.com/colszowka/simplecov/issues/563))
+
+---
+Thu Mar 16 05:41:49 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.0
+ see installed CHANGELOG.md
+
+---
+Thu Jan 26 05:43:10 UTC 2017 - co...@suse.com
+
+- updated to version 0.13.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.12.0.gem

New:

  simplecov-0.14.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.3UINrC/_old  2017-04-12 18:22:44.002663295 +0200
+++ /var/tmp/diff_new_pack.3UINrC/_new  2017-04-12 18:22:44.010662164 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.12.0
+Version:0.14.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.12.0.gem -> simplecov-0.14.1.gem ++
 2927 lines of diff (skipped)




commit rubygem-simplecov for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2016-07-21 07:57:14

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2016-03-01 09:43:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2016-07-21 07:57:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  4 04:42:01 UTC 2016 - co...@suse.com
+
+- updated to version 0.12.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.11.2.gem

New:

  simplecov-0.12.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.YHnPIp/_old  2016-07-21 07:57:23.0 +0200
+++ /var/tmp/diff_new_pack.YHnPIp/_new  2016-07-21 07:57:23.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.11.2
+Version:0.12.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.11.2.gem -> simplecov-0.12.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2016-02-03 14:42:53.0 +0100
+++ new/.rubocop.yml2016-07-03 00:51:06.0 +0200
@@ -71,3 +71,7 @@
 
 Style/GuardClause:
   Enabled: false
+
+Style/MutableConstant:
+  Exclude:
+- 'lib/simplecov/version.rb' # required for older versions of rubygems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-02-03 14:42:53.0 +0100
+++ new/.travis.yml 2016-07-03 00:51:06.0 +0200
@@ -13,15 +13,16 @@
   - 1.8.7
   - 1.9.3
   - 2.0.0
-  - 2.1
-  - 2.2
+  - 2.1.10
+  - 2.2.5
+  - 2.3.0
   - ruby-head
-  - jruby
+  - jruby-head
   - rbx-2
 
 matrix:
   allow_failures:
 - rvm: ruby-head
-- rvm: jruby
+- rvm: jruby-head
 - rvm: rbx-2
   fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-03 14:42:53.0 +0100
+++ new/CHANGELOG.md2016-07-03 00:51:06.0 +0200
@@ -1,10 +1,22 @@
-Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.2...master))
+Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.12.0...master))
+==
+
+## Enhancements
+
+## Bugfixes
+
+0.12.0 2016-07-02 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.2...v0.12.0))
 =
 
 ## Enhancements
 
+* Add support for JSON versions 2.x
+
 ## Bugfixes
 
+* Fix coverage rate of the parallel_tests. See 
[#441](https://github.com/colszowka/simplecov/pull/441) (thanks @sinsoku)
+* Fix a regression on old rubies that failed to work with the recently 
introduced frozen VERSION string. See 
[#461](https://github.com/colszowka/simplecov/pull/461) (thanks @leafle)
+
 0.11.2 2016-02-03 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.1...v0.11.2))
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-02-03 14:42:53.0 +0100
+++ new/Gemfile 2016-07-03 00:51:06.0 +0200
@@ -6,7 +6,7 @@
 # Uncomment this to use development version of html formatter from github
 # gem 'simplecov-html', :github => 'colszowka/simplecov-html'
 
-gem "rake", ">= 10.3"
+gem "rake", Gem::Version.new(RUBY_VERSION) < Gem::Version.new("1.9.3") ? 
"~>10.3" : ">= 10.3"
 
 group :test do
   gem "rspec", ">= 3.2"
@@ -15,19 +15,21 @@
 gem "activesupport", "~> 3.2.21"
 gem "i18n", "~> 0.6.11"
   end
+  platform :ruby_18, :ruby_19 do
+gem "mime-types", "~> 1.25"
+gem "json", "~> 1.8"
+  end
+  platform :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
+gem "rack", "~> 1.6"
+  end
   platform :jruby, :ruby_19, :ruby_20, :ruby_21, :ruby_22, :ruby_23 do
 gem "aruba", "~> 0.7.4"
-gem "capybara", "~> 2.4"
-
-# Hack until Capybara fixes its gemspec. 3.0 removed 1.9 support.
-# See https://github.com/jnicklas/capybara/issues/1615
-gem "mime-types", "~> 2.0.0"
-
-gem "cucumber", "~> 2.0"
+gem "capybara"
+gem "cucumber"
 gem "phantomjs", "~> 1.9"
-gem "poltergeist", "~> 1.1"
-gem "rubocop", "~> 0.36.0"
-gem "test-unit", "~> 3.0"
+gem "poltergeist"
+gem "rubocop", "~> 0.41.0"
+gem "test-unit"
   end
 end
 
diff -urN 

commit rubygem-simplecov for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2016-03-01 09:43:34

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2015-12-13 09:40:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2016-03-01 09:43:40.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  4 05:41:02 UTC 2016 - co...@suse.com
+
+- updated to version 0.11.2
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.11.1.gem

New:

  simplecov-0.11.2.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.p6uyMB/_old  2016-03-01 09:43:41.0 +0100
+++ /var/tmp/diff_new_pack.p6uyMB/_new  2016-03-01 09:43:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.11.1
+Version:0.11.2
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.11.1.gem -> simplecov-0.11.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2015-12-02 06:08:44.0 +0100
+++ new/.rubocop.yml2016-02-03 14:42:53.0 +0100
@@ -66,5 +66,8 @@
   Exclude:
 - 'spec/fixtures/utf-8.rb'
 
-Style/TrailingComma:
-  EnforcedStyleForMultiline: 'comma'
+Style/TrailingCommaInLiteral:
+  EnforcedStyleForMultiline: comma
+
+Style/GuardClause:
+  Enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-12-02 06:08:44.0 +0100
+++ new/CHANGELOG.md2016-02-03 14:42:53.0 +0100
@@ -1,10 +1,24 @@
-Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.0...master))
+Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.2...master))
 =
 
 ## Enhancements
 
 ## Bugfixes
 
+0.11.2 2016-02-03 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.1...v0.11.2))
+=
+
+## Enhancements
+
+* Do not globally pollute Array and Hash with `merge_resultset` utility 
methods. See [#449](https://github.com/colszowka/simplecov/pull/449) (thanks 
@amatsuda)
+* Do not `mkdir_p` the `coverage_path` on every access of the method (See 
[#453](https://github.com/colszowka/simplecov/pull/453) (thanks @paddor)
+* Fixes a Ruby warning related to the `track_files` configuration. See 
[#447](https://github.com/colszowka/simplecov/pull/447) (thanks @craiglittle)
+* Add a group for background jobs to default Rails profile. See 
[#442](https://github.com/colszowka/simplecov/pull/442) (thanks @stve)
+
+## Bugfixes
+
+* Fix root_filter evaluates SimpleCov.root before initialization. See 
[#437](https://github.com/colszowka/simplecov/pull/437) (thanks @tmtm)
+
 0.11.1 2015-12-01 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.0...v0.11.1))
 =
 
@@ -20,7 +34,7 @@
 ## Enhancements
 
 * Added `SimpleCov.minimum_coverage_by_file` for per-file coverage thresholds. 
See [#392](https://github.com/colszowka/simplecov/pull/392) (thanks @ptashman)
-* Added `track_files` configuration option to specify a glob to always include 
in coverage results, whether or not those files are required. See 
[#422](https://github.com/colszowka/simplecov/pull/422) (thanks @hugopeixoto)
+* Added `track_files` configuration option to specify a glob to always include 
in coverage results, whether or not those files are required. By default, this 
is enabled in the Rails profile for common Rails directories. See 
[#422](https://github.com/colszowka/simplecov/pull/422) (thanks @hugopeixoto)
 * Speed up `root_filter` by an order of magnitude. See 
[#396](https://github.com/colszowka/simplecov/pull/396) (thanks @raszi)
 
 ## Bugfixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-12-02 06:08:44.0 +0100
+++ new/Gemfile 2016-02-03 14:42:53.0 +0100
@@ -15,7 +15,7 @@
 gem "activesupport", "~> 3.2.21"
 gem 

commit rubygem-simplecov for openSUSE:Factory

2015-12-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-12-13 09:40:08

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2015-12-09 22:33:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-12-13 09:40:19.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  3 05:30:26 UTC 2015 - co...@suse.com
+
+- updated to version 0.11.1
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.11.0.gem

New:

  simplecov-0.11.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.heWeu0/_old  2015-12-13 09:40:20.0 +0100
+++ /var/tmp/diff_new_pack.heWeu0/_new  2015-12-13 09:40:20.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.11.0
+Version:0.11.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.11.0.gem -> simplecov-0.11.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-11-29 20:50:01.0 +0100
+++ new/CHANGELOG.md2015-12-02 06:08:44.0 +0100
@@ -5,7 +5,16 @@
 
 ## Bugfixes
 
-0.11.0 2015-11-29 
([changes](https://github.com/colszowka/simplecov/compare/v0.10.0...v0.10.11))
+0.11.1 2015-12-01 
([changes](https://github.com/colszowka/simplecov/compare/v0.11.0...v0.11.1))
+=
+
+## Enhancements
+
+## Bugfixes
+
+* Fixed regression in `MultiFormatter.[]` with multiple arguments. See 
[#431](https://github.com/colszowka/simplecov/pull/431) (thanks @dillondrobena)
+
+0.11.0 2015-11-29 
([changes](https://github.com/colszowka/simplecov/compare/v0.10.0...v0.11.0))
 =
 
 ## Enhancements
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/simplecov/formatter/multi_formatter.rb 
new/lib/simplecov/formatter/multi_formatter.rb
--- old/lib/simplecov/formatter/multi_formatter.rb  2015-11-29 
20:50:01.0 +0100
+++ new/lib/simplecov/formatter/multi_formatter.rb  2015-12-02 
06:08:44.0 +0100
@@ -25,7 +25,7 @@
 
   def self.[](*args)
 warn "#{Kernel.caller.first}: [DEPRECATION] ::[] is deprecated. Use 
::new instead."
-new(*args)
+new(Array([*args]))
   end
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/simplecov/version.rb new/lib/simplecov/version.rb
--- old/lib/simplecov/version.rb2015-11-29 20:50:01.0 +0100
+++ new/lib/simplecov/version.rb2015-12-02 06:08:44.0 +0100
@@ -1,5 +1,5 @@
 module SimpleCov
-  VERSION = "0.11.0"
+  VERSION = "0.11.1"
   def VERSION.to_a
 split(".").map(&:to_i)
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-11-29 20:50:01.0 +0100
+++ new/metadata2015-12-02 06:08:44.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: simplecov
 version: !ruby/object:Gem::Version
-  version: 0.11.0
+  version: 0.11.1
 platform: ruby
 authors:
 - Christoph Olszowka
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-11-29 00:00:00.0 Z
+date: 2015-12-02 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: json
@@ -184,6 +184,7 @@
 - spec/fixtures/utf-8.rb
 - spec/helper.rb
 - spec/merge_helpers_spec.rb
+- spec/multi_formatter_spec.rb
 - spec/result_spec.rb
 - spec/return_codes_spec.rb
 - spec/source_file_line_spec.rb
@@ -287,6 +288,7 @@
 - spec/fixtures/utf-8.rb
 - spec/helper.rb
 - spec/merge_helpers_spec.rb
+- spec/multi_formatter_spec.rb
 - spec/result_spec.rb
 - spec/return_codes_spec.rb
 - spec/source_file_line_spec.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/multi_formatter_spec.rb 
new/spec/multi_formatter_spec.rb
--- old/spec/multi_formatter_spec.rb1970-01-01 01:00:00.0 +0100
+++ new/spec/multi_formatter_spec.rb2015-12-02 06:08:44.0 +0100
@@ -0,0 +1,20 @@
+require "helper"
+
+require "simplecov/formatter/multi_formatter"
+
+describe SimpleCov::Formatter::MultiFormatter do
+  describe ".[]" do
+# Regression test for https://github.com/colszowka/simplecov/issues/428
+  

commit rubygem-simplecov for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-12-09 19:49:36

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is "rubygem-simplecov"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2015-04-25 14:09:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-12-09 22:33:37.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  1 05:31:49 UTC 2015 - co...@suse.com
+
+- updated to version 0.11.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.10.0.gem

New:

  simplecov-0.11.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.UuNp7M/_old  2015-12-09 22:33:38.0 +0100
+++ /var/tmp/diff_new_pack.UuNp7M/_new  2015-12-09 22:33:38.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.10.0
+Version:0.11.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.10.0.gem -> simplecov-0.11.0.gem ++
 3662 lines of diff (skipped)




commit rubygem-simplecov for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-04-25 14:08:58

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2015-02-22 17:26:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-04-25 14:09:00.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 08:08:27 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.9.2.gem

New:

  simplecov-0.10.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.wSNxpk/_old  2015-04-25 14:09:01.0 +0200
+++ /var/tmp/diff_new_pack.wSNxpk/_new  2015-04-25 14:09:01.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.9.2
+Version:0.10.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.9.2.gem - simplecov-0.10.0.gem ++
 4227 lines of diff (skipped)




commit rubygem-simplecov for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-02-22 17:26:08

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2014-10-18 09:10:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-02-22 17:26:09.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 19 05:30:33 UTC 2015 - co...@suse.com
+
+- updated to version 0.9.2
+
+---

Old:

  simplecov-0.9.1.gem

New:

  simplecov-0.9.2.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.pNPU0C/_old  2015-02-22 17:26:10.0 +0100
+++ /var/tmp/diff_new_pack.pNPU0C/_new  2015-02-22 17:26:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,13 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.9.1
+Version:0.9.2
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:http://github.com/colszowka/simplecov
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ simplecov-0.9.1.gem - simplecov-0.9.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-09-21 13:52:55.0 +0200
+++ new/.travis.yml 2015-02-18 15:46:13.0 +0100
@@ -1,12 +1,24 @@
 language: ruby
+
+before_install:
+  - gem install bundler
+
+bundler_args: --without development --jobs=3 --retry=3
+
+cache: bundler
+
+sudo: false
+
 rvm:
   - 1.8.7
   - 1.9.3
   - 2.0.0
   - 2.1
+  - 2.2
   - ruby-head
   - jruby
   - rbx-2
+
 matrix:
   allow_failures:
 - rvm: ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-09-21 13:52:55.0 +0200
+++ new/CHANGELOG.md2015-02-18 15:46:13.0 +0100
@@ -1,10 +1,31 @@
-Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...master))
+Unreleased 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.2...master))
 
 
 ## Enhancements
 
 ## Bugfixes
 
+0.9.2, 2015-02-18 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...v0.9.2))
+
+
+This is a minor bugfix release for simplecov-html, released as `0.9.0`. Due to 
the tight version constraint in the gemspec
+a new release of simplecov had to be shipped to allow using simplecov-html `~ 
0.9.0`.
+
+  * The browser back / forward button should now work again. See 
[#36](https://github.com/colszowka/simplecov-html/pull/36) and 
+[#35](https://github.com/colszowka/simplecov-html/pull/35). Thanks 
@whatasunnyday and @justinsteele for submitting PRs to fix this.
+  * Fix warning: possibly useless use of a variable in void context See 
[#31](https://github.com/colszowka/simplecov-html/pull/31). Thanks @cbandy
+  * Always use binary file format. See 
[#32](https://github.com/colszowka/simplecov-html/pull/32). Thanks @andy128k
+  * Avoid slow file output with JRuby/Windows. See 
[#16](https://github.com/colszowka/simplecov-html/pull/16). Thanks @pschambacher
+
+Other than the release includes a bunch of mostly documentation improvements:
+
+  * Update Rails path for Rails 4+. See 
[#336](https://github.com/colszowka/simplecov/pull/336). Thanks @yazinsai
+  * Encourage use of .simplecov to avoid lost files. See 
[#338](https://github.com/colszowka/simplecov/pull/338). thanks @dankohn
+  * Specified in the gemspec that simplecov needs ruby 1.8.7. See 
[#343](https://github.com/colszowka/simplecov/pull/343). thanks @iainbeeston
+  * Fix mispointed link in CHANGELOG.md. See 
[#353](https://github.com/colszowka/simplecov/pull/353). Thanks @dleve123
+  * Improve command name docs. See 
[#356](https://github.com/colszowka/simplecov/pull/356). Thanks @gtd
+
+
 
 0.9.1, 2014-09-21 
([changes](https://github.com/colszowka/simplecov/compare/v0.9.0...v0.9.1))
 

commit rubygem-simplecov for openSUSE:Factory

2014-10-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2014-10-18 09:09:35

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2014-10-14 07:12:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2014-10-18 09:10:13.0 +0200
@@ -1,0 +2,47 @@
+Wed Oct 15 11:41:19 UTC 2014 - co...@suse.com
+
+- updated to version 0.9.1
+ ## Bugfixes
+ 
+  * In 0.9.0, we introduced a regression that made SimpleCov no-op mode fail 
on Ruby 1.8, while
+dropping 1.8 support altogether is announced only for v1.0. This has been 
fixed.
+See [#333](https://github.com/colszowka/simplecov/issues/333) (thanks 
(@sferik)
+ 
+ 
+ 0.9.0, 2014-07-17 
([changes](https://github.com/colszowka/simplecov/compare/v0.8.2...v0.9.0))
+ 
+ 
+ **A warm welcome and big thank you to the new contributors 
[@xaviershay](https://github.com/xaviershay), 
[@sferik](https://github.com/sferik) and especially 
[@bf4](https://github.com/bf4) for tackling a whole lot of issues and pull 
requests for this release!**
+ 
+ ## Enhancements
+ 
+   * New interface to specify multiple formatters.
+ See [#317](https://github.com/colszowka/simplecov/pull/317) (thanks 
@sferik)
+   * Document in the README how to exclude code from coverage reports,
+ and that the feature shouldn't be abused for skipping untested
+ private code.
+ See [#304](https://github.com/colszowka/simplecov/issues/304)
+   * Clarify Ruby version support.
+ See [#279](https://github.com/colszowka/simplecov/pull/279) (thanks 
@deivid-rodriguez)
+ 
+ ## Bugfixes
+ 
+   * Ensure calculations return Floats, not Fixnum or Rational. Fixes 
segfaults with mathn.
+ See [#245](https://github.com/colszowka/simplecov/pull/245) (thanks to 
@bf4)
+   * Using `Kernel.exit` instead of exit to avoid uncaught throw :IRB_EXIT when
+ exiting irb sessions.
+ See [#287](https://github.com/colszowka/simplecov/pull/287) (thanks 
@wless1)
+ See [#285](https://github.com/colszowka/simplecov/issues/285)
+   * Does not look for .simplecov in ~/ when $HOME is not set.
+ See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks 
@lasseebert)
+   * Exit with code only if it's Numeric  0.
+ See [#302](https://github.com/colszowka/simplecov/pull/303)(thanks 
@hajder)
+   * Make default filter case insensitive.
+ See [#280](https://github.com/colszowka/simplecov/pull/280) (thanks 
@ryanatball)
+   * Improve regexp that matches functional tests.
+ See [#276](https://github.com/colszowka/simplecov/pull/276) (thanks 
@sferik)
+   * Fix TravisCI [#272](https://github.com/colszowka/simplecov/pull/272) 
[#278](https://github.com/colszowka/simplecov/pull/278), 
[#302](https://github.com/colszowka/simplecov/pull/302)
+   * Fix global config load.
+ See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks 
@lasseebert)
+
+---

Old:

  simplecov-0.8.2.gem

New:

  gem2rpm.yml
  simplecov-0.9.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.LPUmSJ/_old  2014-10-18 09:10:14.0 +0200
+++ /var/tmp/diff_new_pack.LPUmSJ/_new  2014-10-18 09:10:14.0 +0200
@@ -16,23 +16,32 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-simplecov
-Version:0.8.2
+Version:0.9.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 Url:http://github.com/colszowka/simplecov
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Code coverage for Ruby 1.9+ with a powerful configuration 
library
 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
+automatic merging of coverage across test suites.
 
 %prep
 
@@ -40,7 +49,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files=CHANGELOG.md MIT-LICENSE README.md \
   -f
 

++ 

commit rubygem-simplecov for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2014-10-14 07:11:57

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2014-02-28 21:17:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2014-10-14 07:12:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:47:09 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.xqlaGm/_old  2014-10-14 07:12:43.0 +0200
+++ /var/tmp/diff_new_pack.xqlaGm/_new  2014-10-14 07:12:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/colszowka/simplecov
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Code coverage for Ruby 1.9+ with a powerful configuration 
library
@@ -34,51 +34,16 @@
 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}
-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 -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_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
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md MIT-LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2014-02-28 21:17:18

Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-simplecov.new (New)


Package is rubygem-simplecov

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2012-11-05 06:33:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2014-02-28 21:17:20.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 22 08:40:38 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.2, see CHANGELOG.md (tons of those)
+
+---

Old:

  simplecov-0.7.1.gem

New:

  simplecov-0.8.2.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.sZ3sYg/_old  2014-02-28 21:17:21.0 +0100
+++ /var/tmp/diff_new_pack.sZ3sYg/_new  2014-02-28 21:17:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-simplecov
-Version:0.7.1
+Version:0.8.2
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
@@ -25,14 +25,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 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
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Code coverage for Ruby 1.9+ with a powerful configuration 
library
 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}
@@ -60,9 +60,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov for openSUSE:Factory

2012-11-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2012-11-05 06:33:07

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-10-19 22:57:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2012-11-05 06:33:10.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 28 05:56:51 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.1
+  * [BUGFIX] The gem packages of 0.7.0 (both simplecov and simplecov-html) 
pushed to Rubygems had some file
+permission issues, leading to problems when installing SimpleCov in a 
root/system Rubygems install and then
+trying to use it as a normal user (see 
https://github.com/colszowka/simplecov/issues/171, thanks @envygeeks
+for bringing it up). The gem build process has been changed to always 
enforce proper permissions before packaging
+to avoid this issue in the future.
+
+---

Old:

  simplecov-0.7.0.gem

New:

  simplecov-0.7.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.4dZv5a/_old  2012-11-05 06:33:11.0 +0100
+++ /var/tmp/diff_new_pack.4dZv5a/_new  2012-11-05 06:33:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-simplecov
-Version:0.7.0
+Version:0.7.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-simplecov for openSUSE:Factory

2012-10-19 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2012-10-19 22:57:42.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct 12 09:43:22 UTC 2012 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.c8N6pF/_new  2012-10-19 22:57:43.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org