diff --git a/common/shlibs b/common/shlibs index 0d81b9a5471..babc5812a4e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2434,8 +2434,9 @@ liburcu-qsbr.so.6 liburcu-0.10.0_1 liburcu-signal.so.6 liburcu-0.10.0_1 liburcu.so.6 liburcu-0.10.0_1 liblttng-ust.so.0 lttng-ust-2.7.2_1 -liblttng-ust-ctl.so.2 lttng-ust-2.7.2_1 +liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1 liblttng-ust-fork.so.0 lttng-ust-2.7.2_1 +liblttng-ust-fd.so.0 lttng-ust-2.10.0_1 liblttng-ust-libc-wrapper.so.0 lttng-ust-2.7.2_1 liblttng-ust-pthread-wrapper.so.0 lttng-ust-2.7.2_1 liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1 diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template index b4e6e2f4384..ef1c85085dd 100644 --- a/srcpkgs/lttng-ust/template +++ b/srcpkgs/lttng-ust/template @@ -1,6 +1,6 @@ # template file for 'lttng-ust' pkgname=lttng-ust -version=2.9.1 +version=2.10.0 revision=1 build_style=gnu-configure short_desc="Low-overhead tracing capabilities for userspace" @@ -8,7 +8,7 @@ maintainer="Simon Thoby " license="LGPL-2.1" homepage="http://lttng.org" distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4 +checksum=1adb371db7e3ee2540493b76413685d0e3796dd71e4268fdfea3a617ce257dab makedepends="liburcu-devel" lttng-ust-devel_package() { @@ -18,6 +18,5 @@ lttng-ust-devel_package() { vmove /usr/include vmove /usr/lib/pkgconfig vmove /usr/lib/*.so - vmove /usr/lib/*.a } }