diff --git a/python-slixmpp.changes b/python-slixmpp.changes index f36d66b..23c8197 100644 --- a/python-slixmpp.changes +++ b/python-slixmpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 11 11:41:32 UTC 2018 - jengelh@inai.de + +- Trim future goals from description, say what it does now. + ------------------------------------------------------------------- Sat Jan 20 21:14:18 UTC 2018 - sor.alexei@meowr.ru diff --git a/python-slixmpp.spec b/python-slixmpp.spec index 394f7ed..2e45df9 100644 --- a/python-slixmpp.spec +++ b/python-slixmpp.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin License: MIT Group: Development/Languages/Python -URL: https://slixmpp.readthedocs.io/ +Url: https://slixmpp.readthedocs.io/ Source: https://dev.louiz.org/attachments/download/%{_tar_ver}/%{_name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE slixmpp-fix-legacyauth.patch nyov@nexnode.net -- Fix an error in legacyauth support. Patch0: %{_name}-fix-legacyauth.patch @@ -38,10 +38,9 @@ BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(python3) %description -Slixmpp is an MIT licensed XMPP library for Python. The goals of -the project are ease of implementation, and complete draft XEP -(XMPP Extended Protocol) coverage. Ideally the community will be -able to use this for bots, easy XEP protocolling, etc. +Slixmpp is an XMPP library for Python. Based on SleekXMPP, it uses +asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is +realized as plugins. %package -n python3-%{_name} Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin @@ -50,10 +49,9 @@ Requires: gnupg Requires: python3-dnspython %description -n python3-%{_name} -Slixmpp is an MIT licensed XMPP library for Python. The goals of -the project are ease of implementation, and complete draft XEP -(XMPP Extended Protocol) coverage. Ideally the community will be -able to use this for bots, easy XEP protocolling, etc. +Slixmpp is an XMPP library for Python. Based on SleekXMPP, it uses +asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is +realized as plugins. %prep %setup -q -n %{_name}-%{version}