[satyr/el6] New upstream version 0.15

Jakub Filak jfilak at fedoraproject.org
Mon Jan 19 06:12:45 UTC 2015


commit f5ced63f76a8f06be23d49ca12416cbecfd5c290
Author: Jakub Filak <jfilak at redhat.com>
Date:   Tue Oct 7 12:31:08 2014 +0200

    New upstream version 0.15
    
    uReport enhancements (DESKTOP_SESSION, auth_data, missing values)
    Enhance the backtrace quality algorithm to tackle MiniDebuginfo
    Support unusual Python and Java exceptions
    Deal with infinite recursion in backtraces
    Bugfixes
    
    Conflicts:
    	satyr.spec

 .gitignore                          |    1 +
 satyr-0.14-vdso_mmap.patch          |   26 --------------
 satyr-0.14-vsyscall_file_name.patch |   62 -----------------------------------
 satyr-0.14-wformat.patch            |   13 -------
 satyr.spec                          |   19 ++++++-----
 sources                             |    2 +-
 6 files changed, 12 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c716b5..a4cba67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /satyr-0.12.tar.xz
 /satyr-0.13.tar.xz
 /satyr-0.14.tar.xz
+/satyr-0.15.tar.xz
diff --git a/satyr.spec b/satyr.spec
index 33d5944..cea29f5 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -18,8 +18,8 @@
 %endif
 
 Name: satyr
-Version: 0.14
-Release: 2%{?dist}
+Version: 0.15
+Release: 1%{?dist}
 Summary: Tools to create anonymous, machine-friendly problem reports
 Group: System Environment/Libraries
 License: GPLv2+
@@ -38,10 +38,6 @@ BuildRequires: gcc-c++
 BuildRequires: python-sphinx
 %endif
 
-Patch0: satyr-0.14-wformat.patch
-Patch1: satyr-0.14-vdso_mmap.patch
-Patch2: satyr-0.14-vsyscall_file_name.patch
-
 %description
 Satyr is a library that can be used to create and process microreports.
 Microreports consist of structured data suitable to be analyzed in a fully
@@ -69,9 +65,6 @@ Python bindings for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure \
@@ -114,6 +107,14 @@ make check
 %endif
 
 %changelog
+* Tue Oct 07 2014 Jakub Filak <jfilak at redhat.com> 0.15-1
+- New upstream version
+  - uReport enhancements (DESKTOP_SESSION, auth_data, missing values)
+  - Enhance the backtrace quality algorithm to tackle MiniDebuginfo
+  - Support unusual Python and Java exceptions
+  - Deal with infinite recursion in backtraces
+  - Bugfixes
+
 * Wed Aug 13 2014 Martin Milata <mmilata at redhat.com> 0.14-2
 - Fix unwinding of stacktraces containing VDSO frame
 
diff --git a/sources b/sources
index 5b048c7..27d3882 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f87674f1cee840d35063887b1898dbe  satyr-0.14.tar.xz
+91f268fed10295c8b1c3afce741e24eb  satyr-0.15.tar.xz


More information about the scm-commits mailing list