[satyr/el6] New upstream version 0.14

mmilata mmilata at fedoraproject.org
Tue Jun 10 16:05:07 UTC 2014


commit 367e93ef5f3a77fd075aed3f2544b0bc9e08de21
Author: Martin Milata <mmilata at redhat.com>
Date:   Tue Jun 10 15:56:41 2014 +0200

    New upstream version 0.14
    
    Ported to elfutils-0.158 unwinder API
    Frame fingerprinting disabled
    Bugfixes

 .gitignore |    1 +
 satyr.spec |   10 +++++++++-
 sources    |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf56d04..7c716b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /satyr-0.11.tar.xz
 /satyr-0.12.tar.xz
 /satyr-0.13.tar.xz
+/satyr-0.14.tar.xz
diff --git a/satyr.spec b/satyr.spec
index 043a242..c1fb05d 100644
--- a/satyr.spec
+++ b/satyr.spec
@@ -18,7 +18,7 @@
 %endif
 
 Name: satyr
-Version: 0.13
+Version: 0.14
 Release: 1%{?dist}
 Summary: Tools to create anonymous, machine-friendly problem reports
 Group: System Environment/Libraries
@@ -38,6 +38,8 @@ BuildRequires: gcc-c++
 BuildRequires: python-sphinx
 %endif
 
+Patch0: satyr-0.14-wformat.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
@@ -107,6 +109,12 @@ make check
 %endif
 
 %changelog
+* Tue Jun 10 2014 Martin Milata <mmilata at redhat.com> 0.14-1
+- New upstream version
+  - Ported to elfutils-0.158 unwinder API
+  - Frame fingerprinting disabled
+  - Bugfixes
+
 * Tue Jan 07 2014 Martin Milata <mmilata at redhat.com> 0.13-1
 - New upstream version
   - Kerneloops parser support for ppc64 and s390
diff --git a/sources b/sources
index 226fe16..5b048c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2921d7a6db43df61f0af241187b91cb9  satyr-0.13.tar.xz
+8f87674f1cee840d35063887b1898dbe  satyr-0.14.tar.xz


More information about the scm-commits mailing list