forked from pool/grpc-httpjson-transcoding
- Update to version 20190920: * Changed return of ByteCount() to use plain int64_t. * Relax Base64 Decoding Strict decoding breaks Base64 MIME encodings, which place newlines after a certain number of spaces. MIME encoding is commonly used by Java Clients. * Update googleapis and protobuf * Run clang-format * Make path matcher utility compilable with gcc 4.9 * Replace std::set with std::unordered_set in path matcher utility * Make path_matcher.h compile with gcc 4.9 * Replace std::set with std::unordered_set in path matcher * Replace a single character string literal with a character OBS-URL: https://build.opensuse.org/request/show/746419 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/grpc-httpjson-transcoding?expand=0&rev=10
16 lines
618 B
Plaintext
16 lines
618 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/grpc-ecosystem/grpc-httpjson-transcoding</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">grpc-httpjson-transcoding</param>
|
|
<param name="versionformat">%cd</param>
|
|
<param name="revision">82850792f42ab7ea7ee9b9c6bcbfc578bc3810c0</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>
|