diff --git a/.gitignore b/.gitignore index 54f1562..60fade6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /nbxmpp-0.5.tar.gz /nbxmpp-0.5.1.tar.gz /nbxmpp-0.5.2.tar.gz +/nbxmpp-0.5.3.tar.gz diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 6351b2e..a87dafd 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -1,7 +1,7 @@ %global modname nbxmpp Name: python-%{modname} -Version: 0.5.2 -Release: 2%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: Python library for non-blocking use of Jabber/XMPP License: GPLv3 URL: https://python-nbxmpp.gajim.org/ @@ -54,6 +54,9 @@ find doc/ -type f -perm /111 -exec chmod -x {} + %doc COPYING doc/* %changelog +* Mon Jul 27 2015 Matej Cepl - 0.5.3-1 +- Upstream release 0.5.3. + * Thu Jun 18 2015 Fedora Release Engineering - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 2bc7d25..9248763 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71bf6a6ae74eaecc06782b67fcf3e843 nbxmpp-0.5.2.tar.gz +62cc22fd25fb5fa3aa405338349446ed nbxmpp-0.5.3.tar.gz