diff --git a/nbxmpp-0.5.3.tar.gz b/nbxmpp-0.5.3.tar.gz deleted file mode 100644 index 408329d..0000000 --- a/nbxmpp-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b79a6b25a2ed7ac792600544778238b27cf6eef6c8eab79b0bfa46df0c3a9935 -size 1514066 diff --git a/nbxmpp-0.5.4.tar.gz b/nbxmpp-0.5.4.tar.gz new file mode 100644 index 0000000..27317ae --- /dev/null +++ b/nbxmpp-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a85f92a23c7adea1ae932b5e9e0a4ee586ca79a4d0ebd0294b1b095d9314379 +size 1514337 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 638cf21..246f779 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Oct 13 12:02:32 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 0.5.4: + * Fix SCRAM authentication. + * Fix BOSH connection with UTF-8 messages. + * Fix smacks implementation. + * Use uuid in stanza ids. + +------------------------------------------------------------------- +Sun May 8 07:03:11 UTC 2016 - arun@gmx.de + +- specfile: + * updated source url to files.pythonhosted.org + ------------------------------------------------------------------- Thu Sep 3 11:21:45 UTC 2015 - toddrme2178@gmail.com diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 4686ee6..ee7b389 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbxmpp # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -18,20 +18,21 @@ %define _name nbxmpp Name: python-nbxmpp -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0+ Group: Development/Languages/Python -Url: http://python-nbxmpp.gajim.org/ -Source: https://pypi.python.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz +Url: https://python-nbxmpp.gajim.org/ +Source: https://files.pythonhosted.org/packages/source/n/%{_name}/%{_name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%else +%if 0%{?suse_version} >= 1120 BuildArch: noarch +%else +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%py_requires %endif %description @@ -48,12 +49,14 @@ This packages provides documentation of Nbxmpp API. %prep %setup -q -n %{_name}-%{version} +rm doc/examples/*.orig %build python setup.py build %install -python setup.py install --root %{buildroot} --prefix=%{_prefix} +python setup.py install \ + --root %{buildroot} --prefix=%{_prefix} %fdupes %{buildroot} %files