From 62f1a372758f79b6f2cfaff4ea63084c7ea3060b Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: May 21 2014 03:20:42 +0000 Subject: New upstream release 2.4.1 --- diff --git a/.gitignore b/.gitignore index ed798b7..6386955 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /lttng-tools-2.2.2.tar.bz2 /lttng-tools-2.2.3.tar.bz2 /lttng-tools-2.3.0.tar.bz2 +/lttng-tools-2.4.1.tar.bz2 diff --git a/lttng-tools.spec b/lttng-tools.spec index 24da836..8cc6aa0 100644 --- a/lttng-tools.spec +++ b/lttng-tools.spec @@ -1,7 +1,7 @@ Name: lttng-tools -Version: 2.3.0 -Release: 3%{?dist} +Version: 2.4.1 +Release: 1%{?dist} License: GPLv2 and LGPLv2 URL: http://lttng.org/lttng2.0 Group: Development/Tools @@ -44,7 +44,7 @@ autoreconf -vfi #Reinitialize libtool with the fedora version to remove Rpath libtoolize -cvfi -%configure --docdir=%{_docdir}/%{name} --disable-static +%configure --disable-static make %{?_smp_mflags} V=1 @@ -84,7 +84,6 @@ exit 0 %{_bindir}/lttng-relayd %{_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} @@ -102,6 +101,9 @@ exit 0 %{_libdir}/pkgconfig/lttng-ctl.pc %changelog +* Tue May 20 2014 Yannick Brosseau - 2.4.1-1 +- New upstream release + * Sat Feb 22 2014 Yannick Brosseau - 2.3.0-3 - Rebuilt for URCU soname bump diff --git a/sources b/sources index e7117a6..d451da1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df8f38c33a5a5baf9a3d7cf0c47ce309 lttng-tools-2.3.0.tar.bz2 +8a49cb46279f10160d447e48f1676f93 lttng-tools-2.4.1.tar.bz2