diff --git a/python-caldav.changes b/python-caldav.changes index 615e77c..d51689a 100644 --- a/python-caldav.changes +++ b/python-caldav.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 12:05:22 UTC 2017 - jengelh@inai.de + +- Drop history lesson and future goal wording from description. + ------------------------------------------------------------------- Tue Jun 13 05:55:00 UTC 2017 - okurz@suse.com diff --git a/python-caldav.spec b/python-caldav.spec index e346e59..5fdc5ca 100644 --- a/python-caldav.spec +++ b/python-caldav.spec @@ -21,7 +21,7 @@ Name: python-%{modname} Version: 0.5.0 Release: 0 -Summary: CalDAV (RFC4791) client library +Summary: CalDAV (RFC4791) client library for Python License: GPL-3.0+ and Apache-2.0 Group: Development/Languages/Python Url: https://pypi.python.org/pypi/%{modname} @@ -45,11 +45,9 @@ BuildArch: noarch %description This project is a CalDAV (RFC4791) client library for Python. -I started it for my work at the AUF. -A lot of work still needs to be done, but it can read everything, -and write a few things (create calendars, events, modify events -and properties). +It can read all the tags, but only write a few things (create calendars, +events, modify events and properties). %prep %setup -q -n %{modname}-%{version}