Accepting request 978015 from devel:tools:lttng
- Update to version 2.13.2. OBS-URL: https://build.opensuse.org/request/show/978015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lttng-ust?expand=0&rev=10
This commit is contained in:
commit
54e0668f5a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54e4c933679cf6a07971dc5861ce57fc4876ab740ab612407b30b5fc85371750
|
||||
size 1408266
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmEIWUgACgkQFygKl4EY
|
||||
as+2jwf/c63mx/zgDBV3maPscqjCPhELdwC56S8iNH5YUsmYT4Hc09Cgs0y2u9r6
|
||||
IbX8nDSiEw4AsbPJAbLdl3YQtcdm/g5C1z4ToMxGpcuREIuYe7irGO4tjZChs5C2
|
||||
14UPoyCzZt3m9KvA7w10NpO4LxDG4gBXHOBuT+ZdtUYSX0gErWMZP0/CzSLu1NWM
|
||||
iXNwduU1ZepxB5mtvlYYwjM9FW+yaKnBPgvX+2ySP7ji2Ee1vLTCyuA8Q5WXNGL/
|
||||
EEmfJoEEEQZREDD6UyGi4kOdgMKzCIOpqdWeFYFlHzyJxUnmUjOjyW7OV/SNLbO4
|
||||
Zg83+dybjYAt6rxiyagMFiHXAJOilg==
|
||||
=Cw/i
|
||||
-----END PGP SIGNATURE-----
|
3
lttng-ust-2.13.2.tar.bz2
Normal file
3
lttng-ust-2.13.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08679a1dfc2c9428885273861628aa5d828972f389a38bb08fdce39adee589b7
|
||||
size 1327075
|
11
lttng-ust-2.13.2.tar.bz2.asc
Normal file
11
lttng-ust-2.13.2.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmI+AcQACgkQFygKl4EY
|
||||
as/jXQgAvmORRXrIMO2oioqvxwB+fv7WYCLvXInCCpQh199eu8D1A9F8N7D9ll6Q
|
||||
G0FtYr0PLFfe0fzHg/8uLjbN+mQyVjOc/FBUBe7SUO9ZtQsHnsz1FkSI04/PhGt8
|
||||
rokLAvTWG91FdasGQbFSop+dgkcAj/CEZSs/bcN8rWXSJKsJjNWQseF9xlTx8BV+
|
||||
ZFUITYZ6qQkG3mq0uLHvSeXZVWnyA8TGUHVQssIcKVN8ERP8a6R5x/yf5QSvceyD
|
||||
c6qQO5k2s+Kd3sSktqPl+m/y4gemGuR4s0JTKgmfsVdbspiIMUsimYCuLAmZC2GI
|
||||
Kw69CB9pyE3MdViczIpLpaorzcdsjQ==
|
||||
=miMU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 20:23:14 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 2.13.2 (changes since 2.13.0):
|
||||
* Fix: ust-compiler: constructor/destructor build on g++ 4.8.
|
||||
* ust-compiler: constructor/destructor whitespaces layout and
|
||||
macro dependency.
|
||||
* Fix: ust-cancelstate: include string.h for strerror.
|
||||
* Fix: libnuma is prepended to LIBS.
|
||||
* Fix: Allow disabling some abi compat tests.
|
||||
* Fix: generate probe registration constructor as a C++
|
||||
constuctor.
|
||||
* Fix: nestable pthread cancelstate.
|
||||
* Fix: abort on decrement_sem_count during concurrent tracing
|
||||
start and teardown.
|
||||
* Fix: allocating C++ compound literal on heap with Clang.
|
||||
* Check for C++11 when building C++ probe providers.
|
||||
* fix: liblttng-ust-fd async-signal-safe close().
|
||||
* tracepoints: print debug message when lttng-ust-tracepoint.so
|
||||
is not found.
|
||||
* Fix: static_assert unavailable with glibc < 2.16.
|
||||
* Fix: combined tracing of lttng-ust 2.12/2.13 generates
|
||||
corrupted traces.
|
||||
* doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable.
|
||||
* Fix: remove autoconf features default value in help message.
|
||||
* Fix: add extern "C" to two header files.
|
||||
* Fix: __STDC_VERSION__ can be undefined in C++.
|
||||
* Fix: sample discarded events count before reserve.
|
||||
* Fix: ring buffer event counter.
|
||||
* Fix: concurrent exec(2) file descriptor leak.
|
||||
* Add "domain" parameter to the Log4j 2.x agent.
|
||||
* Fix: Convert custom loglevels in Log4j 2.x agent.
|
||||
* Fix: coverity reported null returns in Log4j2 agent.
|
||||
* Add a Log4j 2.x Java agent.
|
||||
* Fix: may be used uninitialised on powerpc.
|
||||
* Fix: doc/examples/java-log4j: fix paths to directories.
|
||||
* Fix: doc/examples/java-jul: fix paths to directories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lttng-ust
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define sover 1
|
||||
%define sover_ctl 5
|
||||
Name: lttng-ust
|
||||
Version: 2.13.0
|
||||
Version: 2.13.2
|
||||
Release: 0
|
||||
Summary: Linux Trace Toolkit Userspace Tracer library
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user