[pyhoca-cli] Update to 0.5.0.0

Orion Poplawski orion at fedoraproject.org
Mon Oct 20 15:04:03 UTC 2014


commit 9a0ef74a84a11d423c19a71442cc06f3a489e066
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 20 09:04:03 2014 -0600

    Update to 0.5.0.0

 .gitignore      |    1 +
 pyhoca-cli.spec |   12 +++++++++---
 sources         |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77c3ecb..404f17a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pyhoca-cli-0.4.0.1.tar.gz
 /pyhoca-cli-0.4.0.2.tar.gz
+/pyhoca-cli-0.5.0.0.tar.gz
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index adc6371..172998e 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -1,6 +1,6 @@
 Name:           pyhoca-cli
-Version:        0.4.0.2
-Release:        3%{?dist}
+Version:        0.5.0.0
+Release:        1%{?dist}
 Summary:        Command line X2Go client written in Python
 
 Group:          Applications/Communications
@@ -11,6 +11,9 @@ Source0:        http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+%if 0%{?rhel} && 0%{?rhel} < 7
+Requires:       python-argparse
+%endif
 Requires:       python-setproctitle
 Requires:       python-x2go
 
@@ -46,13 +49,16 @@ cp -rp man/* %{buildroot}/%{_mandir}/
 
 
 %files
-%doc LICENSE.txt README TODO
+%doc COPYING README TODO
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_mandir}/man1/%{name}.1*
 
 
 %changelog
+* Mon Oct 20 2014 Orion Poplawski <orion at cora.nwra.com> - 0.5.0.0-1
+- Update to 0.5.0.0
+
 * Fri Aug 22 2014 Orion Poplawski <orion at cora.nwra.com> - 0.4.0.2-3
 - Drop notify-python requires
 
diff --git a/sources b/sources
index 0e8d005..1dfe59f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bcd86e8559d63553b7383a8468ef69e  pyhoca-cli-0.4.0.2.tar.gz
+3b2d0e2184ab0e621eab274f27386d6d  pyhoca-cli-0.5.0.0.tar.gz


More information about the scm-commits mailing list