Fix file descriptor leak.
This commit is contained in:
parent
b8b6c8608e
commit
9a6d845b6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/annobin-6.0.tar.xz
|
||||
/annobin-6.1.tar.xz
|
||||
/annobin-6.2.tar.xz
|
||||
/annobin-6.3.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 6.2
|
||||
Version: 6.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -216,6 +216,9 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2018 Nick Clifton <nickc@redhat.com> - 6.3-1
|
||||
- Fix file descriptor leak.
|
||||
|
||||
* Tue Jun 19 2018 Nick Clifton <nickc@redhat.com> - 6.2-1
|
||||
- Add command line options to annocheck to disable individual tests.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-6.2.tar.xz) = b8979739e21ee5c886c772add4fa175da8ae6de73909cde7584fc1805896afd4d30bd50f6194dee52172dc45b26a2e55f77d76440135ea09f1914702ea686102
|
||||
SHA512 (annobin-6.3.tar.xz) = 5b88f09c9b67af4dca1c17136c8022a1acb1c3efe2d89697af7cad1efdaf649ff88f8e19bec482b52d956320511a1435dd9a7002d9b8ec72a8a38cabf3674772
|
||||
|
Loading…
Reference in New Issue
Block a user