diff --git a/python-vulkan.changes b/python-vulkan.changes index 9305cbb..b9e144e 100644 --- a/python-vulkan.changes +++ b/python-vulkan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 11:44:30 UTC 2017 - jengelh@inai.de + +- Remove ultimate wording from descriptions. + ------------------------------------------------------------------- Thu Nov 16 09:54:33 UTC 2017 - mimi.vx@gmail.com diff --git a/python-vulkan.spec b/python-vulkan.spec index 02faa1f..c692937 100644 --- a/python-vulkan.spec +++ b/python-vulkan.spec @@ -20,10 +20,10 @@ Name: python-vulkan Version: 1.0.61 Release: 0 -Summary: The ultimate Python binding for Vulkan API +Summary: Python bindings for the Vulkan API License: Apache-2.0 Group: Development/Languages/Python -URL: https://github.com/realitix/vulkan +Url: https://github.com/realitix/vulkan Source: https://files.pythonhosted.org/packages/source/v/vulkan/vulkan-%{version}.tar.gz Source1: LICENSE BuildRequires: %{python_module cffi} @@ -38,9 +38,8 @@ BuildArch: noarch %description Python extension which supports the Vulkan API. -It leverages power of Vulkan with simplicity of Python. -It's a complete Vulkan wrapper, it keeps the original Vulkan API and -try to limit differences induced by Python. +It keeps the original Vulkan API and focuses on minimizing +the differences induced by the Python language. %prep %setup -q -n vulkan-%{version}