[satyr/f19] New upstream version

Jakub Filak jfilak at fedoraproject.org
Thu Jul 25 15:42:18 UTC 2013


commit e7998bb2a8d0a8d60eed0a58684aff4147708600
Author: Jakub Filak <jfilak at redhat.com>
Date:   Thu Jul 25 16:01:41 2013 +0200

    New upstream version
    
        - Create core stacktrace from GDB output
    
    Signed-off-by: Jakub Filak <jfilak at redhat.com>

 .gitignore                  |    1 +
 satyr-0.4-py26_compat.patch |   13 -------------
 satyr.spec                  |    7 +++++--
 sources                     |    2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4cde5c..53fa876 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /satyr-0.2.tar.xz
 /satyr-0.3.tar.xz
 /satyr-0.4.tar.xz
+/satyr-0.5.tar.xz
diff --git a/satyr.spec b/satyr.spec
index 4c85653..8610a0d 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -1,14 +1,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: satyr
-Version: 0.4
+Version: 0.5
 Release: 1%{?dist}
 Summary: Tools to create anonymous, machine-friendly problem reports
 Group: System Environment/Libraries
 License: GPLv2+
 URL: https://github.com/abrt/satyr
 Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
-Patch0: satyr-0.4-py26_compat.patch
+Patch0: satyr-0.5-always_build_gdb_output_based_unwinder.patch
 BuildRequires: python2-devel
 BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel
 BuildRequires: rpm-devel
@@ -83,6 +83,9 @@ make check
 %{python_sitearch}/%{name}/*
 
 %changelog
+* Thu Jul 25 2013 Jakub Filak <jfilak at redhat.com> 0.5-1
+- Added function that creates core stacktrace from GDB output. Several bugfixes.
+
 * Mon Jul 08 2013 Martin Milata <mmilata at redhat.com> 0.4-1
 - New upstream version
   - Added features needed by ABRT
diff --git a/sources b/sources
index 8bcd3e4..2bc3892 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a38e42b6cb3ff6f67f6f755dd9be6e75  satyr-0.4.tar.xz
+5d14eecc4b927c56a4368d3f5f6cfff4  satyr-0.5.tar.xz


More information about the scm-commits mailing list