diff --git a/nbxmpp-0.6.1.tar.gz b/nbxmpp-0.6.1.tar.gz deleted file mode 100644 index eac3ad1..0000000 --- a/nbxmpp-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c98e07fea45e91cb0b2e88dc05ebfd032a47922207ecd18fcd00ae2998e7363 -size 1514983 diff --git a/nbxmpp-0.6.4.tar.gz b/nbxmpp-0.6.4.tar.gz new file mode 100644 index 0000000..bee1bb5 --- /dev/null +++ b/nbxmpp-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c42b9c7dc4adc3776671e81f03432af4d33502802487621d90aa11ccad2e8b +size 1515720 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 10ed793..70d0eaa 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru + +- Update to version 0.6.4 (changes since 0.6.1): + * Correctly load client certs. + * Warn on any error in the certificate chain. + * Fixed a traceback loop. + * Add ALPN and SNI support for when using DirectTLS. + * Fix SOCKS5 usage. + * Bugfixes. + ------------------------------------------------------------------- Wed Dec 13 08:14:32 UTC 2017 - frede@b1-systems.de diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index d9fad48..cb2dad6 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbxmpp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _name nbxmpp Name: python-nbxmpp -Version: 0.6.1 +Version: 0.6.4 Release: 0 Summary: XMPP library by Gajim team -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Development/Languages/Python Url: https://python-nbxmpp.gajim.org/ Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz @@ -56,13 +56,15 @@ This packages provides documentation of Nbxmpp API. %python_expand %fdupes %{buildroot}%{$python_sitelib}/ %files %{python_files} -%defattr(-,root,root) +%if 0%{?suse_version} >= 1500 +%license COPYING +%else %doc COPYING +%endif %{python_sitelib}/%{_name}/ %{python_sitelib}/%{_name}-* %files %{python_files doc} -%defattr(-,root,root) %doc ChangeLog README %doc doc/apidocs/ doc/examples/