[satyr/f21] New upstream version 0.15

Jakub Filak jfilak at fedoraproject.org
Tue Oct 7 15:10:01 UTC 2014


commit f2a41df571cd6bac3a025071d3d9428a8836a860
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

 .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 c7d4b42..ef9a6e0 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -18,8 +18,8 @@
 %endif
 
 Name: satyr
-Version: 0.14
-Release: 3%{?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
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
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