[python-cli] Upstream release 1.2

Marek Mahut mmahut at fedoraproject.org
Tue Nov 1 15:21:53 UTC 2011


commit 972b42fff0cc1206a0dfa096ead19de04c24df20
Author: Marek Mahut <mmahut at redhat.com>
Date:   Tue Nov 1 16:21:20 2011 +0100

    Upstream release 1.2

 .gitignore      |    1 +
 python-cli.spec |    7 +++++--
 sources         |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7be149..c18949e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-cli-1.1.tar.gz
+/python-cli-1.2.tar.gz
diff --git a/python-cli.spec b/python-cli.spec
index 4620ca2..baf0aee 100644
--- a/python-cli.spec
+++ b/python-cli.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-cli
-Version:        1.1
+Version:        1.2
 Release:        1%{?dist}
 Summary:        A CLI construction toolkit for Python
 
@@ -22,7 +22,7 @@ This is Python-CLI, a CLI construction toolkit for Python.
 It is similar in scope to Python's "cmd", "cmd2", and pyCLI.
 
 %prep
-%setup -q -n geertj-python-cli-854fc7cfd2b7
+%setup -q -n geertj-python-cli-python-cli-1.2
 
 %build
 %{__python} setup.py build
@@ -43,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/cli-test
 
 %changelog
+* Tue Nov  1 2011 Marek Mahut <mmahut at fedoraproject.org> - 1.2-1
+- Upstream release 1.2
+
 * Fri Mar 17 2011 Marek Mahut <mmahut at fedoraproject.org> - 1.1-1
 - Initial build
diff --git a/sources b/sources
index 7babc8f..1e7a6f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d88b18926c4559df189b0b3aaafa029b  python-cli-1.1.tar.gz
+64854e858846b92bde0f2d44847d34b8  python-cli-1.2.tar.gz


More information about the scm-commits mailing list