SHA256
1
0
forked from pool/babeltrace

Accepting request 186167 from home:jones_tony:branches:devel:tools:lttng

version update

OBS-URL: https://build.opensuse.org/request/show/186167
OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/babeltrace?expand=0&rev=4
This commit is contained in:
Tony Jones 2013-08-07 02:25:31 +00:00 committed by Git OBS Bridge
parent e416e81403
commit c2a0ec2511
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d99cf425d2b75b194f4793e34e4f460db81cc095d551020c4f9b9b1a0027d82d
size 418635

3
babeltrace-1.1.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfbdc7d0dad11cd6cfd3b461273f3ff872cfd0619feb7fab4b052b359a0f4c12
size 970717

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 6 17:39:51 UTC 2013 - tonyj@suse.com
- Update to version 1.1.1
-------------------------------------------------------------------
Mon Apr 8 20:39:57 UTC 2013 - tonyj@suse.com
- Update to version 1.1
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 4 19:27:06 UTC 2012 - tonyj@suse.com Mon Jun 4 19:27:06 UTC 2012 - tonyj@suse.com

View File

@ -1,14 +1,14 @@
%define internal_version 1.0.0-rc4
Name: babeltrace Name: babeltrace
Version: 1.0.0.rc4 Version: 1.1.1
Release: 0 Release: 0
License: GPL-2.0+ and MIT License: GPL-2.0+ and MIT
Source: %{name}-%{internal_version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Summary: Common Trace Format Babel Tower Summary: Common Trace Format Babel Tower
URL: http://lttng.org/lttng2.0
BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel
BuildRoot: %{_tmppath}/%{name}-%{internal_version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 s390 s390x ExclusiveArch: %ix86 x86_64
%description %description
This project provides trace read and write libraries, as well as a trace This project provides trace read and write libraries, as well as a trace
@ -44,7 +44,7 @@ Mathieu Desnoyers, EfficiOS Inc.
September 2010 September 2010
%prep %prep
%setup -q -n %{name}-%{internal_version} %setup -q
%build %build
%configure --docdir=%{_docdir}/%{name} %configure --docdir=%{_docdir}/%{name}
@ -77,5 +77,6 @@ rm -rf %buildroot
%{_prefix}/include/* %{_prefix}/include/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog