8
0
Files
grpc-httpjson-transcoding/_service
Michał Rostecki dc7456b8c7 Accepting request 746419 from home:mrostecki:branches:devel:kubic
- 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
2019-11-07 21:11:08 +00:00

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>