diff --git a/cmd2-0.6.4.tar.gz b/cmd2-0.6.4.tar.gz deleted file mode 100644 index 53c5feb..0000000 --- a/cmd2-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff52cb800d931bbd0ce4b05bac0b024cf34ec3a04f66eadcb7d3f7dda42429ba -size 21147 diff --git a/cmd2-0.6.5.1.tar.gz b/cmd2-0.6.5.1.tar.gz new file mode 100644 index 0000000..5245434 --- /dev/null +++ b/cmd2-0.6.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20474c5ff69e6ab4a38da29f2f1368126c9dc904f21d79e001663b9047ecb794 +size 21180 diff --git a/python-cmd2.changes b/python-cmd2.changes index eb0379e..25da2b1 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 11:18:38 UTC 2013 - dmueller@suse.com + +- update to 0.6.5.1: + * Fix requires to python-pyparsing + ------------------------------------------------------------------- Fri Jan 11 21:43:32 UTC 2013 - p.drouand@gmail.com diff --git a/python-cmd2.spec b/python-cmd2.spec index 47b7f08..5872bff 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,17 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-cmd2 -Version: 0.6.4 +Version: 0.6.5.1 Release: 0 -License: MIT Summary: Extra features for standard library's cmd module -Url: http://packages.python.org/cmd2/ +License: MIT Group: Development/Languages/Python +Url: http://packages.python.org/cmd2/ Source: http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz BuildRequires: python-devel +Requires: python-pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} diff --git a/python3-cmd2.spec b/python3-cmd2.spec index acab4af..3096b40 100644 --- a/python3-cmd2.spec +++ b/python3-cmd2.spec @@ -13,20 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python3-cmd2 -Version: 0.6.4 +Version: 0.6.5.1 Release: 0 -License: MIT Summary: Extra features for standard library's cmd module -Url: http://packages.python.org/cmd2/ +License: MIT Group: Development/Languages/Python +Url: http://packages.python.org/cmd2/ Source: http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute +Requires: python3-pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch