forked from pool/babeltrace
Accepting request 588016 from devel:tools:lttng
OBS-URL: https://build.opensuse.org/request/show/588016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/babeltrace?expand=0&rev=2
This commit is contained in:
commit
55dbce2b0e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2249fee5beba657731f5d6a84c5296c6517f544bfbe7571bd1fd7af23726137c
|
||||
size 975865
|
3
babeltrace-1.5.4.tar.bz2
Normal file
3
babeltrace-1.5.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9643039923a0abc75a25b3d594cee0017423b57f10d2b625e96ed1e8d4891fc1
|
||||
size 1006526
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user