diff --git a/python-xvfbwrapper.changes b/python-xvfbwrapper.changes index cbde218..5f3a163 100644 --- a/python-xvfbwrapper.changes +++ b/python-xvfbwrapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 13:18:06 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. Trim filler wording. + ------------------------------------------------------------------- Mon Jun 11 20:10:34 UTC 2018 - mcepl@suse.com diff --git a/python-xvfbwrapper.spec b/python-xvfbwrapper.spec index c660e57..3f32467 100644 --- a/python-xvfbwrapper.spec +++ b/python-xvfbwrapper.spec @@ -20,7 +20,7 @@ Name: python-xvfbwrapper Version: 0.2.9 Release: 0 -Summary: Run a headless display inside X virtual framebuffer (Xvfb) +Summary: Python wrapper for controlling X virtual framebuffer (Xvfb) License: MIT Group: Development/Languages/Python URL: https://github.com/cgoldberg/xvfbwrapper @@ -38,14 +38,11 @@ BuildRequires: xorg-x11-Xvfb %python_subpackages %description -Xvfbwrapper is a python wrapper for controlling Xvfb. - Xvfb (X virtual framebuffer) is a display server implementing the X11 display server protocol. It runs in memory and does not require a physical display. Only a network layer is necessary. -Xvfb is especially useful for running acceptance tests on headless -servers. +Xvfb is useful for running acceptance tests on headless servers. %prep %setup -q -n xvfbwrapper-%{version}