Files
erlang-bear/_service
Matwey Kornilov 990092b457 Accepting request 999199 from home:jubalh:branches:devel:languages:erlang
- 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
2022-09-10 07:55:29 +00:00

19 lines
527 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/boundary/bear</param>
<param name="scm">git</param>
<param name="versionformat">0.8.2+git.%ct.%h</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">bear-*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">bear</param>
</service>
</services>