diff --git a/lttng-ust-2.12.0.tar.bz2 b/lttng-ust-2.12.0.tar.bz2 deleted file mode 100644 index 9c2b304..0000000 --- a/lttng-ust-2.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528 -size 853127 diff --git a/lttng-ust-2.12.0.tar.bz2.asc b/lttng-ust-2.12.0.tar.bz2.asc deleted file mode 100644 index a1c937c..0000000 --- a/lttng-ust-2.12.0.tar.bz2.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAl6N0j4ACgkQFygKl4EY -as9uhgf+OVgeeFX0wvZO2Zq/M3orD8rbhCDH1IB8poNj7D9jvDOBsnE7qALPEL+f -pVfaRvWJ6Tz6e+IXhVjlBraJzKy0+DUlWCS3JqsFPnE4yaPoCbh/64V5yhfXbksG -VY3zVqO2jkwMHszJt/YGQctFB+xCXs8+3vioo9GBL4FuzJ9dpPwmIeuYMY4R/kDP -R5maff9j3XjqoYxNWc6RsA1UFpXgKnMHtwmB/5EAP1veFYFWC7NElndjfROsDGSe -MUdEkJRUmDHSLiKmtebczu0rEZrRnPA31xsZ75kilXxndWyPcoA5wLAXjQo4F8a3 -vL/U+5ULpW0qZr19S8RJOZ39e8KPBw== -=K0fX ------END PGP SIGNATURE----- diff --git a/lttng-ust-2.13.0.tar.bz2 b/lttng-ust-2.13.0.tar.bz2 new file mode 100644 index 0000000..7f6a8a4 --- /dev/null +++ b/lttng-ust-2.13.0.tar.bz2 @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..d2a1523 --- /dev/null +++ b/lttng-ust-2.13.0.tar.bz2.asc @@ -0,0 +1,11 @@ +-----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.changes b/lttng-ust.changes index 506667a..071b78e 100644 --- a/lttng-ust.changes +++ b/lttng-ust.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin + +- Update to version 2.13.0: + * See https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.13.0 +- Add liburcu requirement to the development package. +- Add ARMv7 and RISC-V to supported architectures. + ------------------------------------------------------------------- Mon Nov 2 22:55:06 UTC 2020 - Tony Jones diff --git a/lttng-ust.spec b/lttng-ust.spec index f429cfc..666437a 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,7 +1,7 @@ # # spec file for package lttng-ust # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define sover 0 -%define sover_ctl 4 +%define sover 1 +%define sover_ctl 5 Name: lttng-ust -Version: 2.12.0 +Version: 2.13.0 Release: 0 Summary: Linux Trace Toolkit Userspace Tracer library License: GPL-2.0-only @@ -30,11 +30,11 @@ Source1: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.a Source2: %{name}.keyring BuildRequires: gcc-c++ BuildRequires: libnuma-devel -BuildRequires: liburcu-devel BuildRequires: pkgconfig BuildRequires: python3 +BuildRequires: pkgconfig(liburcu) >= 0.12 BuildRequires: pkgconfig(uuid) -ExclusiveArch: %ix86 x86_64 aarch64 ppc64 ppc64le +ExclusiveArch: %ix86 x86_64 armv7l aarch64 riscv64 ppc64 ppc64le %description This library may be used by user space applications to generate @@ -81,6 +81,7 @@ Group: Development/Languages/C and C++ Requires: liblttng-ust%{sover} = %{version} Requires: liblttng-ust-ctl%{sover_ctl} = %{version} Requires: liblttng-ust-python-agent%{sover} = %{version} +Requires: pkgconfig(liburcu) # lttng-ust was last used in openSUSE Leap 42.3. Provides: %{name} = %{version} Obsoletes: %{name} < %{version} @@ -136,8 +137,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n liblttng-ust-python-agent%{sover} -p /sbin/ldconfig %files -n liblttng-ust%{sover} -%license COPYING +%license LICENSE LICENSES/ %{_libdir}/liblttng-ust.so.%{sover}* +%{_libdir}/liblttng-ust-common.so.%{sover}* %{_libdir}/liblttng-ust-cyg-profile*.so.%{sover}* %{_libdir}/liblttng-ust-dl.so.%{sover}* %{_libdir}/liblttng-ust-fd.so.%{sover}* @@ -168,6 +170,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_mandir}/man3/lttng-ust.3%{?ext_man} %{_mandir}/man3/lttng-ust-cyg-profile.3%{?ext_man} %{_mandir}/man3/lttng-ust-dl.3%{?ext_man} +%{_mandir}/man3/lttng_ust_do_tracepoint.3%{?ext_man} +%{_mandir}/man3/lttng_ust_tracef.3%{?ext_man} +%{_mandir}/man3/lttng_ust_tracelog.3%{?ext_man} +%{_mandir}/man3/lttng_ust_tracepoint.3%{?ext_man} +%{_mandir}/man3/lttng_ust_tracepoint_enabled.3%{?ext_man} +%{_mandir}/man3/lttng_ust_vtracef.3%{?ext_man} +%{_mandir}/man3/lttng_ust_vtracelog.3%{?ext_man} %{_mandir}/man3/do_tracepoint.3%{?ext_man} %{_mandir}/man3/tracef.3%{?ext_man} %{_mandir}/man3/tracelog.3%{?ext_man}