[btparser] New upstream release

Karel Klíč kklic at fedoraproject.org
Tue Jan 3 17:39:01 UTC 2012


commit d2ee9ca1f15c12d370a39c62ab32acf9e755aa29
Author: Karel Klic <kklic at redhat.com>
Date:   Tue Jan 3 19:39:13 2012 +0100

    New upstream release

 .gitignore    |    1 +
 btparser.spec |   18 +++++++++++++++++-
 sources       |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03d5027..38a4504 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /btparser-0.13.tar.xz
 /btparser-0.14.tar.xz
+/btparser-0.15.tar.xz
diff --git a/btparser.spec b/btparser.spec
index eb6071e..68b0128 100644
--- a/btparser.spec
+++ b/btparser.spec
@@ -1,11 +1,12 @@
 Name: btparser
-Version: 0.14
+Version: 0.15
 Release: 1%{?dist}
 Summary: Parser and analyzer for backtraces produced by GDB
 Group: Development/Libraries
 License: GPLv2+
 URL: http://fedorahosted.org/btparser
 Source0: https://fedorahosted.org/released/btparser/btparser-%{version}.tar.xz
+BuildRequires: python-devel
 
 %description
 Btparser is a backtrace parser and analyzer, which works with
@@ -33,6 +34,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %description devel
 Development libraries and headers for %{name}.
 
+%package python
+Summary: Python bindings for %{name}
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description python
+Python bindings for %{name}.
+
 %prep
 %setup -q
 
@@ -64,7 +73,14 @@ make check
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 
+%files python
+%dir %{python_sitearch}/%{name}
+%{python_sitearch}/%{name}/*
+
 %changelog
+* Tue Jan  3 2012 Karel Klíč <kklic at redhat.com> - 0.15-1
+- New upstream release
+
 * Wed Nov 23 2011 Karel Klíč <kklic at redhat.com> - 0.14-1
 - New upstream release
 
diff --git a/sources b/sources
index 923fffc..53d1dc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6da57666bf7ffb3975057d8ae3a27d0f  btparser-0.14.tar.xz
+847ed071656bb90c85a05478c579546e  btparser-0.15.tar.xz


More information about the scm-commits mailing list