Accepting request 934572 from devel:tools:lttng

- Update to version 2.13.0.

OBS-URL: https://build.opensuse.org/request/show/934572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lttng-ust?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-12-11 23:55:51 +00:00 committed by Git OBS Bridge
commit d313905f32
6 changed files with 38 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
size 853127

View File

@ -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-----

3
lttng-ust-2.13.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54e4c933679cf6a07971dc5861ce57fc4876ab740ab612407b30b5fc85371750
size 1408266

View File

@ -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-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
- 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 <tonyj@suse.com>

View File

@ -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}