diff --git a/cmd2-0.6.6.1.tar.gz b/cmd2-0.6.6.1.tar.gz new file mode 100644 index 0000000..98de943 --- /dev/null +++ b/cmd2-0.6.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b051e6b5f4500f823f996c77991363fe1d5c0b790002eb9922c7b39921cd981 +size 20538 diff --git a/cmd2-0.6.6.tar.gz b/cmd2-0.6.6.tar.gz deleted file mode 100644 index 4500105..0000000 --- a/cmd2-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:538a9b129e7f4fc88ee15f320e02e7b514f80a4ebe539e8922638a6cb739fff8 -size 20533 diff --git a/python-cmd2.changes b/python-cmd2.changes index 3756582..2a5b9d6 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 3 08:04:14 UTC 2013 - dmueller@suse.com + +- update to 0.6.6.1: + * go back to pyparsing 1.5.7 + ------------------------------------------------------------------- Tue Aug 13 10:01:07 UTC 2013 - dmueller@suse.com diff --git a/python-cmd2.spec b/python-cmd2.spec index ead759f..8b1d752 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -17,7 +17,7 @@ Name: python-cmd2 -Version: 0.6.6 +Version: 0.6.6.1 Release: 0 Summary: Extra features for standard library's cmd module License: MIT @@ -25,7 +25,7 @@ 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 +Requires: python-pyparsing == 1.5.7 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()")}