diff --git a/python-versioneer.changes b/python-versioneer.changes index 9276625..8fb7320 100644 --- a/python-versioneer.changes +++ b/python-versioneer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 6 20:44:55 UTC 2018 - jengelh@inai.de + +- Ensure neutrality/accuracy of description + ------------------------------------------------------------------- Mon Feb 19 17:44:38 UTC 2018 - arun@gmx.de diff --git a/python-versioneer.spec b/python-versioneer.spec index 12cd56c..69fa41d 100644 --- a/python-versioneer.spec +++ b/python-versioneer.spec @@ -20,7 +20,7 @@ Name: python-versioneer Version: 0.18 Release: 0 -Summary: Easy VCS-based management of project version strings +Summary: VCS-based management of project version strings License: SUSE-Public-Domain Group: Development/Languages/Python Url: https://github.com/warner/python-versioneer @@ -38,7 +38,7 @@ BuildArch: noarch %description Versioneer is a tool to automatically update version strings (in setup.py and the conventional ‘from PROJECT import _version’ pattern) -by asking your version-control system about the current tree. +by asking the version control system about the current tree. %prep %setup -q -n versioneer-%{version}