diff --git a/python-hexdump.changes b/python-hexdump.changes index 71923ee..3d344c2 100644 --- a/python-hexdump.changes +++ b/python-hexdump.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 07:20:23 UTC 2019 - Jan Engelhardt + +- Use noun phrase. Expand description. + ------------------------------------------------------------------- Wed Jun 5 12:54:16 UTC 2019 - pgajdos@suse.com diff --git a/python-hexdump.spec b/python-hexdump.spec index 3c21173..51254f2 100644 --- a/python-hexdump.spec +++ b/python-hexdump.spec @@ -20,7 +20,7 @@ Name: python-hexdump Version: 3.3 Release: 0 -Summary: Dump Binary Data +Summary: Python tool to dump binary data License: Unlicense Group: Development/Languages/Python URL: https://bitbucket.org/techtonik/hexdump/ @@ -34,7 +34,11 @@ BuildArch: noarch %python_subpackages %description -View/edit your binary with any text editor. +This utility converts between the raw representation and a +byte-based hexdump representation. + +The display is equivalent to the output of the `hexdump -C` command, but +it requires a Python runtime. %prep %setup -q -c -n hexdump-%{version}