[btparser] New upstream release

Karel Klíč kklic at fedoraproject.org
Wed Nov 23 09:00:12 UTC 2011


commit 7546355fecade0460e84c880e941f6ab3856e757
Author: Karel Klic <kklic at redhat.com>
Date:   Wed Nov 23 11:00:09 2011 +0100

    New upstream release

 .gitignore    |    1 +
 btparser.spec |    8 ++++++--
 sources       |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a203b8..03d5027 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /btparser-0.13.tar.xz
+/btparser-0.14.tar.xz
diff --git a/btparser.spec b/btparser.spec
index 0219e92..eb6071e 100644
--- a/btparser.spec
+++ b/btparser.spec
@@ -1,5 +1,5 @@
 Name: btparser
-Version: 0.13
+Version: 0.14
 Release: 1%{?dist}
 Summary: Parser and analyzer for backtraces produced by GDB
 Group: Development/Libraries
@@ -54,7 +54,8 @@ make check
 
 %files
 %doc README NEWS COPYING TODO ChangeLog
-%{_bindir}/%{name}
+%{_bindir}/btparser
+%{_bindir}/doubleparser
 %{_mandir}/man1/%{name}.1.gz
 %{_libdir}/lib*.so.*
 
@@ -64,5 +65,8 @@ make check
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Nov 23 2011 Karel Klíč <kklic at redhat.com> - 0.14-1
+- New upstream release
+
 * Mon May 16 2011 Karel Klíč <kklic at redhat.com> - 0.13-1
 - Initial packaging
diff --git a/sources b/sources
index 03a3af7..923fffc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7568c12ecf9349a581efac8997c673a3  btparser-0.13.tar.xz
+6da57666bf7ffb3975057d8ae3a27d0f  btparser-0.14.tar.xz


More information about the scm-commits mailing list