5fe70202d3
- Switch to _service as upstream didn't release since 2016 and we would need to backport many more features to make ie python-rapidjson working - Update to version 1.1.0+git20190517.4b3d7c2f: * Add missing curly brackets in STDREGEX's CreatePattern(). * fix typo * add missing header "ios" * doc/tutorial.zh-cn: fixed some typos * Update allocators.h - Remove pateches for the old version: * fix_compilation_gcc7.patch * fix_compilation_sle11sp4.patch * fix_install_paths.patch * ignore_gcc8_warnings.patch * remove_arch_specific_flags.patch OBS-URL: https://build.opensuse.org/request/show/708052 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rapidjson?expand=0&rev=9
15 lines
519 B
Plaintext
15 lines
519 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/Tencent/rapidjson.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">rapidjson</param>
|
|
<param name="versionformat">1.1.0+git%cd.%h</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>
|