[python-cmd2] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Thu Nov 14 12:53:28 UTC 2013


commit 45215a88d48a2defb646b2115d2a4fe446ac87a8
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Nov 14 07:52:23 2013 -0500

    Latest upstream.

 python-cmd2.spec          |   13 ++++++++-----
 silent-editor-check.patch |   36 ------------------------------------
 2 files changed, 8 insertions(+), 41 deletions(-)
---
diff --git a/python-cmd2.spec b/python-cmd2.spec
index 5734c03..aaafc34 100644
--- a/python-cmd2.spec
+++ b/python-cmd2.spec
@@ -1,19 +1,18 @@
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %endif
 
 %global modname cmd2
 
 Name:             python-cmd2
-Version:          0.6.4
-Release:          7%{?dist}
+Version:          0.6.7
+Release:          1%{?dist}
 Summary:          Extra features for standard library's cmd module
 
 Group:            Development/Libraries
 License:          MIT
 URL:              http://pypi.python.org/pypi/cmd2
 Source0:          http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:           silent-editor-check.patch
 
 BuildArch:        noarch
 
@@ -87,7 +86,6 @@ See docs at http://packages.python.org/cmd2/
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 
 chmod -x README.txt
 dos2unix README.txt
@@ -136,6 +134,11 @@ popd
 
 
 %changelog
+* Thu Nov 14 2013 Ralph Bean <rbean at redhat.com> - 0.6.7-1
+- Latest upstream.
+- Drop patch which has been upstreamed.
+- Modernized python3 macro def.
+
 * Tue Jul 30 2013 Pádraig Brady <pbrady at redhat.com> - 0.6.4-7
 - Suppress warnings about missing editors when $EDITOR not set
 


More information about the scm-commits mailing list