Accepting request 664614 from home:mrostecki

- Initial release 0.8.1:
  * Support setting up gRPC via cmake.
  * Improve performance of span context propagation.
  * Add benchmarks for multikey propagation performance.
- Add lightstep-tracer-cpp-cmake-add-soversion.patch - required to
  build libraries with soversion
- Add lightstep-tracer-cpp-cmake-use-gnuinstalldirs.patch -
  required to install libraries in custom libdir

OBS-URL: https://build.opensuse.org/request/show/664614
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/lightstep-tracer-cpp?expand=0&rev=1
This commit is contained in:
2019-01-16 00:11:36 +00:00
committed by Git OBS Bridge
commit 83d6a9ce3f
9 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-------------------------------------------------------------------
Tue Dec 11 16:47:04 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
- Initial release 0.8.1:
* Support setting up gRPC via cmake.
* Improve performance of span context propagation.
* Add benchmarks for multikey propagation performance.
- Add lightstep-tracer-cpp-cmake-add-soversion.patch - required to
build libraries with soversion
- Add lightstep-tracer-cpp-cmake-use-gnuinstalldirs.patch -
required to install libraries in custom libdir