New upstream version 0.22
Added support fof JavaScript (V8) stack traces Most parts of the in-hook core unwinder callable under unprivileged user GDB core unwinder limits number of unwound frames Fixed a pair of compile warnings - Chris Redmon <credmonster@gmail.com>
This commit is contained in:
parent
e044083467
commit
8cafea752d
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/satyr-0.20.tar.gz
|
/satyr-0.20.tar.gz
|
||||||
/satyr-0.20.tar.xz
|
/satyr-0.20.tar.xz
|
||||||
/satyr-0.21.tar.xz
|
/satyr-0.21.tar.xz
|
||||||
|
/satyr-0.22.tar.xz
|
||||||
|
12
satyr.spec
12
satyr.spec
@ -25,8 +25,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: satyr
|
Name: satyr
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -44,6 +44,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gdb
|
||||||
%if %{?enable_python_manpage}
|
%if %{?enable_python_manpage}
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python-sphinx
|
||||||
%endif
|
%endif
|
||||||
@ -141,6 +142,13 @@ make check || {
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 14 2016 Jakub Filak <jakub@thefilaks.net> 0.22-1
|
||||||
|
- New upstream version
|
||||||
|
- Added support fof JavaScript (V8) stack traces
|
||||||
|
- Most parts of the in-hook core unwinder callable under unprivileged user
|
||||||
|
- GDB core unwinder limits number of unwound frames
|
||||||
|
- Fixed a pair of compile warnings - Chris Redmon <credmonster@gmail.com>
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user