- Set correct license - Update to version 0.8.2+git.1418251227.0717c73: * Add {modules, []} to bear.app.src * Fix harmonic_mean behaviour when all values are 0 OR 0.0 * Clean up whitespace * Remove un-necessary if statement * get_statistics_subset should return well-formatted null results * Add unit test on uncovered function, move test data from src/ to test/ Use new approx method for floating numbers * dont take the log of a negative number dummy * empty list case of get_statistics_subset * some formating * Added unit tests for stats_subset - Update URL in service file - Add changes generation to service file - Update PATCH001-remove-git-dependency.patch OBS-URL: https://build.opensuse.org/request/show/999199 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-bear?expand=0&rev=6
14 lines
294 B
Diff
14 lines
294 B
Diff
Index: src/bear.app.src
|
|
===================================================================
|
|
--- src/bear.app.src.orig
|
|
+++ src/bear.app.src
|
|
@@ -1,7 +1,7 @@
|
|
{application, bear,
|
|
[
|
|
{description, ""},
|
|
- {vsn, git},
|
|
+ {vsn, "0.8.2"},
|
|
{registered, []},
|
|
{applications, []},
|
|
{env, []},
|