From: Jakub Bogusz Date: Sat, 13 Oct 2018 18:15:04 +0000 (+0200) Subject: - updated to 2.10.2 X-Git-Tag: auto/th/lttng-ust-2.10.2-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Flttng-ust-2.10.2-1;p=packages%2Flttng-ust.git - updated to 2.10.2 - updated link patch --- diff --git a/lttng-ust-link.patch b/lttng-ust-link.patch index 642657b..8321940 100644 --- a/lttng-ust-link.patch +++ b/lttng-ust-link.patch @@ -69,15 +69,3 @@ - -L$(top_builddir)/liblttng-ust/.libs +liblttng_ust_python_agent_la_LIBADD = -lc \ + $(top_builddir)/liblttng-ust/liblttng-ust.la ---- lttng-ust-2.9.0/liblttng-ust-fd/Makefile.am.orig 2016-11-29 02:46:24.000000000 +0100 -+++ lttng-ust-2.9.0/liblttng-ust-fd/Makefile.am 2016-12-25 00:31:01.575081525 +0100 -@@ -5,7 +5,8 @@ - liblttng_ust_fd_la_SOURCES = \ - lttng-ust-fd.c - liblttng_ust_fd_la_LIBADD = \ -- $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la -+ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ -+ $(top_builddir)/liblttng-ust/liblttng-ust.la - - if LTTNG_UST_BUILD_WITH_LIBDL - liblttng_ust_fd_la_LIBADD += -ldl diff --git a/lttng-ust.spec b/lttng-ust.spec index 7c71f0f..12dac1d 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -8,17 +8,17 @@ Summary: LTTng Userspace Tracer Summary(pl.UTF-8): LTTng Userspace Tracer - narzędzia LTTng do śledzenia przestrzeni użytkownika Name: lttng-ust -Version: 2.10.1 +Version: 2.10.2 Release: 1 License: LGPL v2.1 (library), MIT (headers), GPL v2 (programs) Group: Libraries Source0: http://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2 -# Source0-md5: 4863cc2f9f0a070b42438bb646bbba06 +# Source0-md5: a95333f76e2986113154b8193f5cfca3 Patch0: %{name}-link.patch Patch1: %{name}-java.patch Patch2: %{name}-python.patch URL: http://lttng.org/ust -BuildRequires: autoconf >= 2.50 +BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 # for examples build BuildRequires: cmake >= 2.8.11