diff --git a/python-python-ptrace.changes b/python-python-ptrace.changes index e5d704f..1a530b7 100644 --- a/python-python-ptrace.changes +++ b/python-python-ptrace.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 28 05:58:20 UTC 2017 - jengelh@inai.de + +- Trim description, rectify errors. + ------------------------------------------------------------------- Mon Jun 26 16:26:48 UTC 2017 - mimi.vx@gmail.com -- use simplier macros for build c parts and runtests +- use simpler macros to build C parts and run tests ------------------------------------------------------------------- Sun Jun 25 09:00:13 UTC 2017 - mimi.vx@gmail.com diff --git a/python-python-ptrace.spec b/python-python-ptrace.spec index 84c9275..9d187e5 100644 --- a/python-python-ptrace.spec +++ b/python-python-ptrace.spec @@ -21,7 +21,7 @@ Name: python-%{pkg_name} Version: 0.9.2 Release: 0 -Summary: Python binding of ptrace +Summary: Python binding for ptrace License: GPL-2.0 Group: Development/Languages/Python Url: http://python-ptrace.readthedocs.io/ @@ -37,8 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to -trace processes) written in Python. +python-ptrace is a debugger using ptrace written in Python. %prep %setup -q -n %{pkg_name}-%{pkg_name}-%{version}