Hello community,

here is the log from the commit of package dd-opentracing-cpp for 
openSUSE:Factory checked in at 2019-08-09 16:53:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dd-opentracing-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.dd-opentracing-cpp.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dd-opentracing-cpp"

Fri Aug  9 16:53:32 2019 rev:2 rq:721729 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dd-opentracing-cpp/dd-opentracing-cpp.changes    
2019-01-15 09:16:38.782220375 +0100
+++ 
/work/SRC/openSUSE:Factory/.dd-opentracing-cpp.new.9556/dd-opentracing-cpp.changes
  2019-08-09 16:53:36.145465559 +0200
@@ -1,0 +2,33 @@
+Tue Aug 06 17:14:17 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.0.1:
+  * Fix compile errors when built by some tasks on Envoy CI
+    (gh#DataDog/dd-opentracing-cpp#106).
+- Changes from version 1.0.0:
+  * Features:
+    + Add code changes needed to support Datadog Synthetics.
+    + Add code for trace analytics.
+    + Add code for DD_TRACE_REPORT_HOSTNAME, used when the agent
+      is on a different host.
+    + Add code for DD_ENV to set the env attribute of traces.
+    + Add support for trace analytics controlled by environment
+      variables.
+  * Fixes:
+    + Revert nginx implementation to use nginx-opentracing.
+    + Add tags for manual_keep and manual_drop.
+    + Remove a redundant move, fix build with GCC 9.
+    + Workaround for integration test failure.
+    + Missing header in BUILD.bazel.
+    + Outdated examples removed.
+    + README improvements.
+- Changes from version 0.4.3:
+  * Supports nginx-opentracing v0.8.0, updates other dependencies.
+  * Updates documentation.
+- Changes from version 0.4.2:
+  * Minor improvement to operation_name_override behaviour.
+- Changes from version 0.4.1:
+  * Inject/extract methods can be configured with env vars.
+- Build against nlohmann_json-devel provided by distribution
+  instead of the version embedded in tarball.
+
+-------------------------------------------------------------------

Old:
----
  dd-opentracing-cpp-0.4.0.tar.xz

New:
----
  dd-opentracing-cpp-1.0.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dd-opentracing-cpp.spec ++++++
--- /var/tmp/diff_new_pack.rV2cnq/_old  2019-08-09 16:53:36.561465459 +0200
+++ /var/tmp/diff_new_pack.rV2cnq/_new  2019-08-09 16:53:36.565465458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dd-opentracing-cpp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %define libname libdd_opentracing%{soversion}
 
 Name:           dd-opentracing-cpp
-Version:        0.4.0
+Version:        1.0.1
 Release:        0
 Summary:        Datadog Opentracing C++ client
 License:        Apache-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libcurl-devel
 BuildRequires:  msgpack-devel
+BuildRequires:  nlohmann_json-devel
 BuildRequires:  opentracing-cpp-devel
 BuildRequires:  zlib-devel
 
@@ -54,6 +55,8 @@
 
 %prep
 %setup -q
+# Use version packaged in distribution
+rm -r 3rd_party/include/nlohmann
 
 %build
 %cmake

++++++ _service ++++++
--- /var/tmp/diff_new_pack.rV2cnq/_old  2019-08-09 16:53:36.581465454 +0200
+++ /var/tmp/diff_new_pack.rV2cnq/_new  2019-08-09 16:53:36.581465454 +0200
@@ -6,7 +6,7 @@
     <param name="filename">dd-opentracing-cpp</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">refs/tags/v0.4.0</param>
+    <param name="revision">v1.0.1</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.rV2cnq/_old  2019-08-09 16:53:36.593465451 +0200
+++ /var/tmp/diff_new_pack.rV2cnq/_new  2019-08-09 16:53:36.593465451 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/DataDog/dd-opentracing-cpp.git</param>
-              <param 
name="changesrevision">944d384a6911e5c96b2ed99597cc3407fb865e47</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">11311abc9160ceee63cfdb2e027e82f48a5348a0</param></service></servicedata>
\ No newline at end of file

++++++ dd-opentracing-cpp-0.4.0.tar.xz -> dd-opentracing-cpp-1.0.1.tar.xz ++++++
++++ 31815 lines of diff (skipped)


Reply via email to