From 57db95b4d4a3782271477715062ba9c96bd1016b1e0080b1d139138ce89286d4 Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Tue, 15 Apr 2014 23:01:14 +0000 Subject: [PATCH] Accepting request 230275 from home:jones_tony:branches:devel:tools:lttng OBS-URL: https://build.opensuse.org/request/show/230275 OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-tools?expand=0&rev=7 --- lttng-tools-2.2.3.tar.bz2 | 3 --- lttng-tools-2.4.1.tar.bz2 | 3 +++ lttng-tools.changes | 10 ++++++++++ lttng-tools.spec | 40 +++++++++++++++++++++++++++++---------- 4 files changed, 43 insertions(+), 13 deletions(-) delete mode 100644 lttng-tools-2.2.3.tar.bz2 create mode 100644 lttng-tools-2.4.1.tar.bz2 diff --git a/lttng-tools-2.2.3.tar.bz2 b/lttng-tools-2.2.3.tar.bz2 deleted file mode 100644 index c027887..0000000 --- a/lttng-tools-2.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bd20ac4d8680083db5c0406afd26e97bbf9b3084fbc7f8254b3932105b126dc -size 710789 diff --git a/lttng-tools-2.4.1.tar.bz2 b/lttng-tools-2.4.1.tar.bz2 new file mode 100644 index 0000000..796ba3d --- /dev/null +++ b/lttng-tools-2.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598a57866819b9b96ac8e160a713c5091e911f5d2b95f3887d1c6ac1863a2eed +size 824880 diff --git a/lttng-tools.changes b/lttng-tools.changes index b837319..4b35020 100644 --- a/lttng-tools.changes +++ b/lttng-tools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 15 18:01:30 UTC 2014 - tonyj@suse.com + +- Update to version 2.4.1 + +------------------------------------------------------------------- +Mon Feb 10 17:15:03 UTC 2014 - tonyj@suse.com + +- Update to release 2.3.1 + ------------------------------------------------------------------- Tue Aug 6 17:38:30 UTC 2013 - tonyj@suse.com diff --git a/lttng-tools.spec b/lttng-tools.spec index ed0f4f5..da5b4f2 100644 --- a/lttng-tools.spec +++ b/lttng-tools.spec @@ -1,20 +1,43 @@ +# +# spec file for package lttng-tools +# +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: lttng-tools -Version: 2.2.3 +Version: 2.4.1 Release: 0 -License: GPL-2.0 and LGPL-2.1 Source: %{name}-%{version}.tar.bz2 -Group: Development/Languages/C and C++ Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools -URL: http://lttng.org/lttng2.0 -BuildRequires: pkgconfig libuuid-devel popt-devel lttng-ust-devel liburcu-devel +License: GPL-2.0 and LGPL-2.1 +Group: Development/Languages/C and C++ +Url: http://lttng.org/lttng2.0 +BuildRequires: liburcu-devel +BuildRequires: libuuid-devel +BuildRequires: lttng-ust-devel >= 2.4.0 +BuildRequires: pkgconfig +BuildRequires: popt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 +Requires: babeltrace %description This package provides the userspace tools for controlling the LTTng subsystem from userspace. %package -n %{name}-devel + Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools Group: Development/Languages/C and C++ Requires: %{name} = %{version}-%{release} @@ -38,6 +61,7 @@ rm -vf %buildroot%{_libdir}/*.la rm -rf %buildroot %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files @@ -50,16 +74,12 @@ rm -rf %buildroot %{_bindir}/lttng-sessiond %{_libdir}/*.so.* %{_mandir}/man1/lttng.1.gz -%{_mandir}/man3/lttng-health-check.3.gz %{_mandir}/man8/lttng-sessiond.8.gz %{_mandir}/man8/lttng-relayd.8.gz %dir %{_docdir}/%{name} %{_docdir}/%{name}/ChangeLog %{_docdir}/%{name}/LICENSE -%{_docdir}/%{name}/quickstart.txt -%{_docdir}/%{name}/calibrate.txt -%{_docdir}/%{name}/python-howto.txt -%{_docdir}/%{name}/streaming-howto.txt +%{_docdir}/%{name}/*.txt %files -n %{name}-devel %defattr(-,root,root)