diff --git a/python-blinker.changes b/python-blinker.changes index e8da29c..272fb75 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Tue Dec 4 12:46:13 UTC 2018 - Matej Cepl diff --git a/python-blinker.spec b/python-blinker.spec index 27a76ac..0e57a8d 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -20,7 +20,7 @@ Name: python-blinker Version: 1.4 Release: 0 -Summary: Fast, simple object-to-object and broadcast signaling +Summary: Object-to-object and broadcast signaling in Python License: MIT Group: Development/Languages/Python URL: http://discorporate.us/projects/Blinker/ @@ -32,7 +32,7 @@ BuildArch: noarch %python_subpackages %description -Blinker provides a fast dispatching system that allows any number of +Blinker provides a dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals @@ -40,17 +40,17 @@ sent by any sender. %package -n python-blinker-doc Summary: Documentation for %{name} -Group: Development/Languages/Python +Group: Documentation/HTML Provides: %{python_module blinker-doc = %{version}} %description -n python-blinker-doc -Blinker provides a fast dispatching system that allows any number of +Blinker provides a dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals sent by any sender. -This sub-package contains the html documentation. +This sub-package contains the HTML documentation. %prep %setup -q -n blinker-%{version}