Fix premature closing of dwarf handle.
This commit is contained in:
parent
25bca4e64e
commit
4a3f774835
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/annobin-6.2.tar.xz
|
/annobin-6.2.tar.xz
|
||||||
/annobin-6.3.tar.xz
|
/annobin-6.3.tar.xz
|
||||||
/annobin-6.4.tar.xz
|
/annobin-6.4.tar.xz
|
||||||
|
/annobin-6.5.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 6.4
|
Version: 6.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -216,6 +216,9 @@ exit 0
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2018 Nick Clifton <nickc@redhat.com> - 6.5-1
|
||||||
|
- Fix premature closing of dwarf handle.
|
||||||
|
|
||||||
* Fri Jun 22 2018 Nick Clifton <nickc@redhat.com> - 6.4-1
|
* Fri Jun 22 2018 Nick Clifton <nickc@redhat.com> - 6.4-1
|
||||||
- Fix scoping bug computing the name of a separate debuginfo file.
|
- Fix scoping bug computing the name of a separate debuginfo file.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-6.4.tar.xz) = db114856cf7c1f8b06d0b979747624fabdf4534e003c4de67cbd564ce58ea2219749e358eaff4dd3fb5e78b9a4c68e4beb09ecb7655db76850eaa5e8c2128aa9
|
SHA512 (annobin-6.5.tar.xz) = d6562df832c6fa056f02ceea0dc46ee830c0277d58291b9aed4b5621287c88d5c95f01521ec9477f20155d48805846000d5c4ef678cf14c8869640d9e7a2bed0
|
||||||
|
Loading…
Reference in New Issue
Block a user