Dirk Mueller
5008d7dce9
- Update to version 1.1.0+git20211015.4d6cb081 * using the git commit referenced by python-rapidjson * see also changelog entry from Jun 06 2019 about the reasoning OBS-URL: https://build.opensuse.org/request/show/946515 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidjson?expand=0&rev=12
17 lines
642 B
Plaintext
17 lines
642 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Tencent/rapidjson.git</param>
|
|
<param name="revision">4d6cb08189cf7336821f04090b612baa2ca6a90d</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">rapidjson</param>
|
|
<param name="versionformat">1.1.0+git%cd.%h</param>
|
|
<param name="exclude">thirdparty/*</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|