From 71bb09feb6bc26787072d003f2bb771452736e6ee92603a810c97f2391106807 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 24 Sep 2019 10:54:52 +0000 Subject: [PATCH] Accepting request 732859 from home:marxin:branches:devel:tools:lttng - Update to version 2.10.5: * New tracef() instrumentation facility. Excerpt from the lttng-ust(3) man page. * Perf PMU counters support from user-space on x86. * Library base address dump is now stable (thanks to Mentor for their contribution). * fixes boo#1149704. OBS-URL: https://build.opensuse.org/request/show/732859 OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-ust?expand=0&rev=33 --- lttng-ust-2.10.2.tar.bz2 | 3 --- lttng-ust-2.10.2.tar.bz2.asc | 11 ----------- lttng-ust-2.10.5.tar.bz2 | 3 +++ lttng-ust-2.10.5.tar.bz2.asc | 11 +++++++++++ lttng-ust.changes | 11 +++++++++++ lttng-ust.spec | 4 ++-- 6 files changed, 27 insertions(+), 16 deletions(-) delete mode 100644 lttng-ust-2.10.2.tar.bz2 delete mode 100644 lttng-ust-2.10.2.tar.bz2.asc create mode 100644 lttng-ust-2.10.5.tar.bz2 create mode 100644 lttng-ust-2.10.5.tar.bz2.asc diff --git a/lttng-ust-2.10.2.tar.bz2 b/lttng-ust-2.10.2.tar.bz2 deleted file mode 100644 index 120cb16..0000000 --- a/lttng-ust-2.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ca22b904eb08817b313a73d499e1b217ffee1f862156d0d52865317486c045 -size 800679 diff --git a/lttng-ust-2.10.2.tar.bz2.asc b/lttng-ust-2.10.2.tar.bz2.asc deleted file mode 100644 index ed07a9a..0000000 --- a/lttng-ust-2.10.2.tar.bz2.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAlt7Hm4ACgkQFygKl4EY -as9TvAf+Lx3rJHV7DxpHK80lymqa1aw8TXz3V0non/8jFgcXDGbnWPheHM/TFCiW -Nzj4zI4N98WL13hTia+iPaZZAVLBKQ+3f/l4RShAp/9hAJa1rDbm+kOGsQXLVp02 -EzqQe4zC6OHqsfveEbPCK2tGHCxc1qeFM0+DwXXhN6YRMkYtmRTpZGoVJ2bWP8xs -rMgDRFVf/TRQSSbOmvl3LFy85w4/PK715vfNVJ8WWqQRyPosRZZk9SIpN99oQEkS -OBJIW5kMTKkCn5DeXcmSZWmIInnjGNMUgWq0Ef7+TXUk5LXWUKkelyS/PGxJZOEo -Zr1JLQfNHDBtne88aMrCsnQG4WFi1A== -=3pSO ------END PGP SIGNATURE----- diff --git a/lttng-ust-2.10.5.tar.bz2 b/lttng-ust-2.10.5.tar.bz2 new file mode 100644 index 0000000..62aa300 --- /dev/null +++ b/lttng-ust-2.10.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9ed9b2198855b1c7fcbf15fe57297ee259409ffa1b3bad87321412d98bc35 +size 802330 diff --git a/lttng-ust-2.10.5.tar.bz2.asc b/lttng-ust-2.10.5.tar.bz2.asc new file mode 100644 index 0000000..3c62121 --- /dev/null +++ b/lttng-ust-2.10.5.tar.bz2.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAl1zmxAACgkQFygKl4EY +as/a+Af9Hn5VNg6wxLFBQ7WI8D4cD6eEn/g0SYOx8zPsMY/p2RSnl2nU+Kl6OJFj +QvKx4lC4fRkq4TfSEpBGGWmAG8wjqYLmiSvcRK1JHUhZk9tiaHZXfZ2/afLfUnII +sM/wvKp30Mv90CtSF6qAQ6mv3qHS5gJPnbwj8MPIi9eQFze+GX201YYcdT+qKLqA +RVpS723fN/JE18aHETxON8l7JXAjABT8s2OhYn/Xamr+skTJC2CkKzU07pbLARHS +LyaZmD3GJmlk5s+4eNBMQodZcS/Ll9wZHhZRkf35lhJijAyQGPHBK5phUsU2gLFG +0ZeWApwGxzMuI8Qnar/oXBKv3h/QhQ== +=1+/O +-----END PGP SIGNATURE----- diff --git a/lttng-ust.changes b/lttng-ust.changes index 3a56290..49c39b1 100644 --- a/lttng-ust.changes +++ b/lttng-ust.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 24 08:06:00 UTC 2019 - Martin Liška + +- Update to version 2.10.5: + * New tracef() instrumentation facility. Excerpt from + the lttng-ust(3) man page. + * Perf PMU counters support from user-space on x86. + * Library base address dump is now stable + (thanks to Mentor for their contribution). + * fixes boo#1149704. + ------------------------------------------------------------------- Wed Nov 14 12:28:56 UTC 2018 - sor.alexei@meowr.ru diff --git a/lttng-ust.spec b/lttng-ust.spec index ca11aa7..0f4f5f3 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,7 +1,7 @@ # # spec file for package lttng-ust # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +19,7 @@ %define sover 0 %define sover_ctl 4 Name: lttng-ust -Version: 2.10.2 +Version: 2.10.5 Release: 0 Summary: Linux Trace Toolkit Userspace Tracer library License: GPL-2.0-only