From d7ad73c53270c6e898953782d4de45ea8d1f31da66641f08adb062792468979a Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 18 May 2022 22:33:23 +0000 Subject: [PATCH] - Update to version 2.13.2. OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-ust?expand=0&rev=43 --- lttng-ust-2.13.0.tar.bz2 | 3 --- lttng-ust-2.13.0.tar.bz2.asc | 11 ----------- lttng-ust-2.13.2.tar.bz2 | 3 +++ lttng-ust-2.13.2.tar.bz2.asc | 11 +++++++++++ lttng-ust.changes | 38 ++++++++++++++++++++++++++++++++++++ lttng-ust.spec | 4 ++-- 6 files changed, 54 insertions(+), 16 deletions(-) delete mode 100644 lttng-ust-2.13.0.tar.bz2 delete mode 100644 lttng-ust-2.13.0.tar.bz2.asc create mode 100644 lttng-ust-2.13.2.tar.bz2 create mode 100644 lttng-ust-2.13.2.tar.bz2.asc diff --git a/lttng-ust-2.13.0.tar.bz2 b/lttng-ust-2.13.0.tar.bz2 deleted file mode 100644 index 7f6a8a4..0000000 --- a/lttng-ust-2.13.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e4c933679cf6a07971dc5861ce57fc4876ab740ab612407b30b5fc85371750 -size 1408266 diff --git a/lttng-ust-2.13.0.tar.bz2.asc b/lttng-ust-2.13.0.tar.bz2.asc deleted file mode 100644 index d2a1523..0000000 --- a/lttng-ust-2.13.0.tar.bz2.asc +++ /dev/null @@ -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----- diff --git a/lttng-ust-2.13.2.tar.bz2 b/lttng-ust-2.13.2.tar.bz2 new file mode 100644 index 0000000..bef44ea --- /dev/null +++ b/lttng-ust-2.13.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08679a1dfc2c9428885273861628aa5d828972f389a38bb08fdce39adee589b7 +size 1327075 diff --git a/lttng-ust-2.13.2.tar.bz2.asc b/lttng-ust-2.13.2.tar.bz2.asc new file mode 100644 index 0000000..5a28b68 --- /dev/null +++ b/lttng-ust-2.13.2.tar.bz2.asc @@ -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----- diff --git a/lttng-ust.changes b/lttng-ust.changes index 071b78e..8899074 100644 --- a/lttng-ust.changes +++ b/lttng-ust.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed May 18 20:23:14 UTC 2022 - Alexei Sorokin + +- 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 diff --git a/lttng-ust.spec b/lttng-ust.spec index 666437a..52e370e 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -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