Fix bug when processing classes without members
This commit is contained in:
parent
a3f9f1443e
commit
9bbe22c69f
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ dwarves-1.8.tar.bz2
|
||||
/dwarves-1.12.tar.bz2
|
||||
/dwarves-1.13.tar.xz
|
||||
/dwarves-1.15.tar.xz
|
||||
/0001-fprintf-Fixup-handling-classes-with-no-members.patch
|
||||
|
@ -3,11 +3,12 @@
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.15
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Debugging Information Manipulation Tools (pahole & friends)
|
||||
URL: http://acmel.wordpress.com
|
||||
Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.xz
|
||||
Patch: 0001-fprintf-Fixup-handling-classes-with-no-members.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake
|
||||
BuildRequires: zlib-devel
|
||||
@ -49,6 +50,7 @@ Debugging information processing library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}-%{version}
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%cmake .
|
||||
@ -117,6 +119,9 @@ make install DESTDIR=%{buildroot}
|
||||
%{_libdir}/%{libname}_reorganize.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 1 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-2
|
||||
- Fix bug when processing classes without members
|
||||
|
||||
* Thu Jun 27 2019 Arnaldo Carvalho de Melo <acme@redhat.com> - 1.15-1
|
||||
- New release: 1.15
|
||||
- Fix --expand_types/-E segfault
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dwarves-1.15.tar.xz) = 29a8a15b7190480e79c2f423c7104d0fd275cd4c3df17518a1dd3c63cce1c528fad4b6f580baa397d9aa9323703009009e2d529939b12dd1af2c65cf7120b237
|
||||
SHA512 (0001-fprintf-Fixup-handling-classes-with-no-members.patch) = a7e5033570df5e715259c0379733bc45611b263ca2f03eb8efa6c3c6a9e6dcb30179a554f4f331a336646968847e2117569aeaacd01e2daa91dc49b426da6771
|
||||
|
Loading…
Reference in New Issue
Block a user