diff --git a/babeltrace-1.1.1.tar.bz2 b/babeltrace-1.1.1.tar.bz2 deleted file mode 100644 index 8dfd36d..0000000 --- a/babeltrace-1.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfbdc7d0dad11cd6cfd3b461273f3ff872cfd0619feb7fab4b052b359a0f4c12 -size 970717 diff --git a/babeltrace-1.2.1.tar.bz2 b/babeltrace-1.2.1.tar.bz2 new file mode 100644 index 0000000..d44f056 --- /dev/null +++ b/babeltrace-1.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813dffdb8279257e29b5c391ca7aa52caabe8c3b7299653d478cf8788a078fdf +size 984982 diff --git a/babeltrace.changes b/babeltrace.changes index 6b9f047..7c27e8b 100644 --- a/babeltrace.changes +++ b/babeltrace.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 15 17:50:52 UTC 2014 - tonyj@suse.com + +- Update to version 1.2.1 + ------------------------------------------------------------------- Tue Aug 6 17:39:51 UTC 2013 - tonyj@suse.com diff --git a/babeltrace.spec b/babeltrace.spec index 2b6d724..c53ef3f 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,12 +1,34 @@ +# +# spec file for package babeltrace +# +# 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: babeltrace -Version: 1.1.1 +Version: 1.2.1 Release: 0 -License: GPL-2.0+ and MIT Source: %{name}-%{version}.tar.bz2 -Group: Development/Languages/C and C++ Summary: Common Trace Format Babel Tower -URL: http://lttng.org/lttng2.0 -BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel +License: MIT and GPL-2.0 +Group: Development/Languages/C and C++ +Url: http://lttng.org/lttng2.0 +BuildRequires: bison +BuildRequires: flex +BuildRequires: glib2-devel +BuildRequires: libuuid-devel +BuildRequires: pkgconfig +BuildRequires: popt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 @@ -25,9 +47,11 @@ Mathieu Desnoyers, EfficiOS Inc. September 2010 %package -n %{name}-devel + Summary: Common Trace Format Babel Tower Group: Development/Languages/C and C++ -Requires: %{name} = %{version}-%{release} glib2-devel +Requires: %{name} = %{version}-%{release} +Requires: glib2-devel %description -n %{name}-devel This project provides trace read and write libraries, as well as a trace @@ -60,6 +84,7 @@ cp -R include/babeltrace/* %buildroot%{_prefix}/include/babeltrace rm -rf %buildroot %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files @@ -78,5 +103,6 @@ rm -rf %buildroot %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/pkgconfig/%{name}-ctf.pc %changelog