Accepting request 455029 from devel:tools

1

OBS-URL: https://build.opensuse.org/request/show/455029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/honggfuzz?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-02-07 11:07:54 +00:00 committed by Git OBS Bridge
commit 3d4c7504cf
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 5 01:09:52 UTC 2017 - jengelh@inai.de
- Update description
-------------------------------------------------------------------
Sat Jan 28 14:32:18 UTC 2017 - mpluskal@suse.com

View File

@ -1,5 +1,5 @@
#
# spec file for package hongfuzx
# spec file for package honggfuzz
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@ Name: honggfuzz
Version: 0.8
Release: 0
License: Apache-2.0
Summary: Security oriented fuzzer with powerful analysis options
Summary: Security-oriented fuzzer with various analysis options
Url: https://google.github.io/honggfuzz/
Group: Development/Tools/Other
Source: https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -28,8 +28,9 @@ BuildRequires: binutils-devel
BuildRequires: zlib-devel
%description
Security oriented fuzzer with powerful analysis options. Supports
evolutionary, feedback-driven fuzzing based on code coverage (sw and hw).
Security-oriented fuzzer with powerful analysis options. Supports
evolutionary, feedback-driven fuzzing based on code coverage
(software and hardware).
%prep
%setup -q
@ -48,4 +49,3 @@ install -D -p -m 0755 %{name} \
%{_bindir}/%{name}
%changelog