Hello community,

here is the log from the commit of package sysdig for openSUSE:Factory checked 
in at 2016-07-28 23:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysdig (Old)
 and      /work/SRC/openSUSE:Factory/.sysdig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysdig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes    2016-07-05 
09:52:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysdig.new/sysdig.changes       2016-07-28 
23:46:07.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Jul 15 14:51:11 UTC 2016 - [email protected]
+
+- Update to version 0.11.0:
+  * Support for tracers. A way to add user level events to sysdig 
+    stream. Seeannouncement blog post.
+  * New csysdig views: Traces List, Traces Summary, Traces 
+    Spectogram
+  * New evtin.* and span.* filters startswith operand for strings, 
+    ex: fd.name startswith /etc
+  * evt.is_open_{read,write} fields, true or false if an event is 
+    an open() in read or write
+  * Improved performances of Kubernetes metadata parsing.
+  * Bug fixes for IPv6
+- Add sysdig-do-not-use-private-jq-api.patch to allow building
+  with system JQ
+
+-------------------------------------------------------------------

Old:
----
  sysdig-0.10.1.tar.gz

New:
----
  sysdig-0.11.0.tar.gz
  sysdig-do-not-use-private-jq-api.patch

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

Other differences:
------------------
++++++ sysdig.spec ++++++
--- /var/tmp/diff_new_pack.6WL9b6/_old  2016-07-28 23:46:09.000000000 +0200
+++ /var/tmp/diff_new_pack.6WL9b6/_new  2016-07-28 23:46:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sysdig
-Version:        0.10.1
+Version:        0.11.0
 Release:        0
 Summary:        System-level exploration
 License:        GPL-2.0
@@ -25,11 +25,14 @@
 Url:            http://www.sysdig.org/
 Source0:        
https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz
 Source1:        sysdig-kmp-preamble
+# PATCH-FIX-UPSTREAM -- sysdig-do-not-use-private-jq-api.patch 
gh#draios/sysdig#626
+Patch0:         sysdig-do-not-use-private-jq-api.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libb64-devel
+BuildRequires:  libjq-devel
 BuildRequires:  lua51-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
@@ -57,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export SYSDIG_CHISEL_DIR=%{_datadir}%{name}/chisels
@@ -68,6 +72,7 @@
   -DUSE_BUNDLED_OPENSSL=OFF \
   -DUSE_BUNDLED_CURL=OFF \
   -DUSE_BUNDLED_B64=OFF \
+  -DUSE_BUNDLED_JQ=OFF \
   -DDIR_ETC=%{_sysconfdir} \
   -DBUILD_DRIVER=OFF \
   -Wno-dev
@@ -84,7 +89,7 @@
                -C ../driver clean
 done
 rm -rf %{buildroot}%{_prefix}/src/*
-%fdupes %{buildroot}/%{_datadir}
+%fdupes -s %{buildroot}/%{_datadir}
 
 %files
 %defattr(-,root,root,-)

++++++ sysdig-0.10.1.tar.gz -> sysdig-0.11.0.tar.gz ++++++
++++ 5527 lines of diff (skipped)

++++++ sysdig-do-not-use-private-jq-api.patch ++++++
Only in sysdig-0.11.0.fix: build
diff -ru sysdig-0.11.0/userspace/libsinsp/json_query.h 
sysdig-0.11.0.fix/userspace/libsinsp/json_query.h
--- sysdig-0.11.0/userspace/libsinsp/json_query.h       2016-07-14 
10:11:40.000000000 +0200
+++ sysdig-0.11.0.fix/userspace/libsinsp/json_query.h   2016-07-21 
21:50:23.582406170 +0200
@@ -24,17 +24,9 @@
 // jq is not C++-friendly
 extern "C"
 {
-       #include "compile.h"
        #include "jv.h"
        #include "jq.h"
        //+++ jq C++ compile fixes
-       #ifndef NDEBUG
-       #       define NDEBUG
-       #       include "jv_alloc.h"
-       #       undef NDEBUG
-       #else
-       #       include "jv_alloc.h"
-       #endif // NDEBUG
        #ifndef HAVE_MKSTEMP
        #       include <stdlib.h>
        #       include <fcntl.h>
@@ -58,8 +50,6 @@
                }
        #       define HAVE_MKSTEMP
        #endif // HAVE_MKSTEMP
-       //--- jq C++ compile fix
-       #include "util.h"
 }
 
 #include <string>

Reply via email to