From d933c4f912994d6ecb54628fdee07d887d6a2932 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 21 Jun 2016 15:01:02 -0400 Subject: [PATCH] New upstream 1.4.0 --- babeltrace.spec | 20 ++++++++++---------- sources | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/babeltrace.spec b/babeltrace.spec index 405538c..d43d9ad 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,20 +1,20 @@ Name: babeltrace -Version: 1.2.4 -Release: 4%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Trace Viewer and Converter, mainly for the Common Trace Format License: MIT and GPLv2 -URL: http://www.efficios.com/babeltrace -Source0: http://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2 +URL: https://www.efficios.com/babeltrace +Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2 Group: Development/Tools BuildRequires: bison >= 2.4 BuildRequires: flex >= 2.5.35 BuildRequires: glib2-devel >= 2.22.0 BuildRequires: libuuid-devel -BuildRequires: libtool >= 2.2, autoconf, automake BuildRequires: popt-devel >= 1.13 BuildRequires: python3-devel BuildRequires: swig >= 2.0 +BuildRequires: elfutils-devel >= 0.154 # For check BuildRequires: perl-Test-Harness Requires: lib%{name}%{?_isa} = %{version}-%{release} @@ -64,9 +64,6 @@ to/from another trace format. %setup -q %build -#Re-run libtoolize and autoreconf to remove rpath -libtoolize --force --copy -autoreconf -v --install --force export PYTHON=%{__python3} %configure --disable-static --enable-python-bindings @@ -108,12 +105,15 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt %{_libdir}/pkgconfig/babeltrace-ctf.pc %files -n python3-%{name} -%{python3_sitelib}/babeltrace.py -%{python3_sitelib}/__pycache__/* +%{python3_sitearch}/babeltrace.py +%{python3_sitearch}/__pycache__/* %{python3_sitearch}/ %changelog +* Tue Jun 21 2016 Michael Jeanson - 1.4.0-1 +- New upstream release + * Wed Feb 03 2016 Fedora Release Engineering - 1.2.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index fa50bc5..35595dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -20a806fa7570e69a91707855a98f3ca6 babeltrace-1.2.4.tar.bz2 +fa99064048af5c9c6ff00e489ac809c2 babeltrace-1.4.0.tar.bz2