From 127b015ea867162da58b22790c30f17de269733c Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 7 Jul 2015 15:06:22 +0200 Subject: [PATCH] New upstream version 0.19 Enhancements to GDB parser: Thread ID, C++ template arguments Tests and bugfixes --- .gitignore | 1 + satyr.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33852fb..f854638 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /satyr-0.15.tar.xz /satyr-0.16.tar.xz /satyr-0.18.tar.xz +/satyr-0.19.tar.xz diff --git a/satyr.spec b/satyr.spec index 09520bc..90fd8a7 100644 --- a/satyr.spec +++ b/satyr.spec @@ -18,8 +18,8 @@ %endif Name: satyr -Version: 0.18 -Release: 2%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: Tools to create anonymous, machine-friendly problem reports Group: System Environment/Libraries License: GPLv2+ @@ -125,6 +125,11 @@ make check || { %{python3_sitearch}/%{name}/* %changelog +* Tue Jul 07 2015 Martin Milata 0.19-1 +- New upstream version + - Enhancements to GDB parser: Thread ID, C++ template arguments + - Tests and bugfixes + * Fri Jun 19 2015 Fedora Release Engineering - 0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 888abde..1cdb94f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a5b1538385dd31e146de771d5c894ae satyr-0.18.tar.xz +8dd7265075be7ac64ce93ec13a856246 satyr-0.19.tar.xz