[python-x2go] Update to 0.5.0.0

Orion Poplawski orion at fedoraproject.org
Mon Oct 20 14:44:58 UTC 2014


commit c34275716ee2c835cbaacbb062f3199d8a5e8b44
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 20 08:44:58 2014 -0600

    Update to 0.5.0.0

 .gitignore       |    1 +
 python-x2go.spec |   13 ++++++++++---
 sources          |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a395f16..5628366 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /python-x2go-0.4.0.7.tar.gz
 /python-x2go-0.4.0.8.tar.gz
 /python-x2go-0.4.0.9.tar.gz
+/python-x2go-0.5.0.0.tar.gz
diff --git a/python-x2go.spec b/python-x2go.spec
index 41e7232..fd0633a 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -3,8 +3,8 @@
 #endif
 
 Name:           python-x2go
-Version:        0.4.0.9
-Release:        2%{?dist}
+Version:        0.5.0.0
+Release:        1%{?dist}
 Summary:        Python module providing X2Go client API
 
 Group:          Development/Languages
@@ -25,11 +25,15 @@ BuildRequires:  python-tools
 BuildRequires:  epydoc
 BuildRequires:  python-gevent
 BuildRequires:  python-paramiko
+BuildRequires:  python-requests
+BuildRequires:  python-simplejson
 # For docs
 BuildRequires:  python-xlib
 Requires:       nxproxy
 Requires:       python-gevent
 Requires:       python-paramiko
+Requires:       python-requests
+Requires:       python-simplejson
 Requires:       python-xlib
 
 %description
@@ -106,7 +110,7 @@ popd
 
 
 %files
-%doc LICENSE.txt README* TODO
+%doc COPYING README* TODO
 %{python_sitelib}/*
 
 %files doc
@@ -114,6 +118,9 @@ popd
 
 
 %changelog
+* Mon Oct 20 2014 Orion Poplawski <orion at cora.nwra.com> - 0.5.0.0-1
+- Update to 0.5.0.0
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f1294de..67fd853 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6954c206940d70d048777a1ed118117b  python-x2go-0.4.0.9.tar.gz
+938328617e9d4a7f33a5da3fd16e53bf  python-x2go-0.5.0.0.tar.gz


More information about the scm-commits mailing list