diff --git a/python-pysvn.changes b/python-pysvn.changes index fcad9e7..c37d566 100644 --- a/python-pysvn.changes +++ b/python-pysvn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 7 12:02:11 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu Aug 31 17:01:43 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pysvn.spec b/python-pysvn.spec index 411bb78..58c0c4a 100644 --- a/python-pysvn.spec +++ b/python-pysvn.spec @@ -19,8 +19,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pysvn Version: 1.9.4 -%define pcxxver 6.2.8 Release: 0 +%define pcxxver 6.2.8 Summary: Highlevel Subversion Python Bindings License: Apache-1.1 Group: Development/Libraries/Python @@ -42,17 +42,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -pysvn is a highlevel and easy to use Python bindings to Subversion. The pysvn -project's goal is to enable Tools to be written in Python that use Subversion. -Windows, Mac OS X, Linux and other unix platforms are supported. +pysvn is a set of highlevel Python bindings to Subversion. pysvn +enables tools to be written in Python that use Subversion. Features: * Supports all svn client features * Supports svn transaction features required to write svn pre-commit hooks - * Easy to learn and use * Python like interface - * Good Documentation and examples + * Documentation and examples provided * No need to understand the Subversion C API %prep