From 097971dfd7fcce1e44f9154feea08badc0f0c47a440be9860486817b3d3394a3 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 16 Mar 2018 20:40:47 +0000 Subject: [PATCH] - Update to version 1.5.4. OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/babeltrace?expand=0&rev=13 --- babeltrace-1.5.4.tar.bz2 | 3 +++ babeltrace.changes | 24 ++++++++++++++++++++++++ babeltrace.spec | 8 ++++---- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 babeltrace-1.5.4.tar.bz2 diff --git a/babeltrace-1.5.4.tar.bz2 b/babeltrace-1.5.4.tar.bz2 new file mode 100644 index 0000000..5c4d7c3 --- /dev/null +++ b/babeltrace-1.5.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9643039923a0abc75a25b3d594cee0017423b57f10d2b625e96ed1e8d4891fc1 +size 1006526 diff --git a/babeltrace.changes b/babeltrace.changes index b475d5e..3a23faa 100644 --- a/babeltrace.changes +++ b/babeltrace.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Mar 15 16:19:49 UTC 2018 - sor.alexei@meowr.ru + +- Update to version 1.5.4: + * Use signed accessors for clock offsets. + * Fix a signedness error in python complements. + * Handle packet_seek errors. + * Prevent calling adding the same trace recursively. + * Make sure we have all the metadata streams before adding new + traces. + * Add missing debugging information in the live plugin. + * Set stream id in HUP case. + * Use list rather than ptr array for trace streams. + * Fix a leak of streams. + * Handle 0 session case in ask new streams. + * Break loop on getting metadata error. + * Return error on ask_new_stream when should quit. + * Don't access missing ctf trace when getting metadata. + * Fix lttng-live discarded event count after inactivity. + * Fix timegm compat on Solaris. + * Fix Python bindings when building with PIE hardening. + * lttng-live: Print discarded event and packet lost warnings on + stderr. + ------------------------------------------------------------------- Fri Nov 3 18:18:19 UTC 2017 - sor.alexei@meowr.ru diff --git a/babeltrace.spec b/babeltrace.spec index 5618ff8..3ad4fa6 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,7 +1,7 @@ # # spec file for package babeltrace # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,12 +19,12 @@ %define soname libbabeltrace %define sover 1 Name: babeltrace -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Common Trace Format Babel Tower -License: MIT AND GPL-2.0 +License: MIT AND GPL-2.0-only Group: Development/Languages/C and C++ -URL: https://diamon.org/babeltrace +Url: https://diamon.org/babeltrace Source: https://efficios.com/files/babeltrace/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: flex