[python-sleekxmpp] Update to upstream release 1.1.11

Jamie Nguyen jamielinux at fedoraproject.org
Sun Mar 10 16:39:27 UTC 2013


commit e84ed4f1200132ec220b5238c99b562d06dbc4a7
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Mar 10 16:37:10 2013 +0000

    Update to upstream release 1.1.11

 .gitignore            |    2 +-
 python-sleekxmpp.spec |   24 ++++++++++++------------
 sources               |    2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d50a6c..45fef26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/sleekxmpp-1.0-Beta2-0.tar.gz
+/sleekxmpp-1.1.11.tar.gz
diff --git a/python-sleekxmpp.spec b/python-sleekxmpp.spec
index f5806ac..3ce1454 100644
--- a/python-sleekxmpp.spec
+++ b/python-sleekxmpp.spec
@@ -1,21 +1,19 @@
 Name:		python-sleekxmpp
-Version:	1.0
-Release:	0.12.beta2%{?dist}
+Version:	1.1.11
+Release:	1%{?dist}
 Summary:	Flexible XMPP client/component/server library for Python
 
 Group:		Development/Languages
 License:	MIT
 URL:		https://github.com/fritzy/SleekXMPP
-Source0:	sleekxmpp-%{version}-Beta2-0.tar.gz
-# wget "https://github.com/fritzy/SleekXMPP/tarball/1.0-Beta2" --no-check-certificate
-# tar -xf fritzy-SleekXMPP-1.0-Beta2-0-g5bdcd9e.tar.gz
-# mv fritzy-SleekXMPP-5bdcd9e sleekxmpp-1.0-Beta2-0
-# tar -czf sleekxmpp-1.0-Beta2-0.tar.gz sleekxmpp-1.0-Beta2-0
+Source0:	http://pypi.python.org/packages/source/s/sleekxmpp/sleekxmpp-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
 BuildRequires:	python2-devel
 BuildRequires:	python3-devel
+# Required for some tests in %%check.
+BuildRequires:  gnupg
 
 Requires:	python-dns
 
@@ -28,9 +26,7 @@ Plug-ins can be create to cover every current or future XEP.
 
 %package -n python3-sleekxmpp
 Summary:	Flexible XMPP client/component/server library for Python
-# Requires:	python3-dns
-# This is an optional dependency that only currently exist for python 2 in Fedora
-# Will be uncommented once the python3 package is done
+Requires:	python3-dns
 
 %description -n python3-sleekxmpp
 SleekXMPP is a flexible XMPP library for python that allows
@@ -71,19 +67,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst
 %{python_sitelib}/sleekxmpp/
 %{python_sitelib}/sleekxmpp-*.egg-info
 
 
 %files -n python3-sleekxmpp
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst
 %{python3_sitelib}/sleekxmpp/
 %{python3_sitelib}/sleekxmpp-*.egg-info
 
 
 %changelog
+* Sat Feb 16 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.11-1
+- update to upstream release 1.1.11
+- add python3-dns to BuildRequires for python3-sleekxmpp subpackage
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.12.beta2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f2a0f40..7ab667a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd16f1948806195857b3c520d12864a3  sleekxmpp-1.0-Beta2-0.tar.gz
+95f847b64fb84483acfadce425fe42cf  sleekxmpp-1.1.11.tar.gz


More information about the scm-commits mailing list