diff --git a/.gitignore b/.gitignore index e3f6414..a40b409 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /configshell-fb-1.1.fb7.tar.gz /configshell-fb-1.1.fb8.tar.gz /configshell-fb-1.1.fb9.tar.gz +/configshell-fb-1.1.fb10.tar.gz diff --git a/python-configshell.spec b/python-configshell.spec index 49855fb..26b07d0 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -7,15 +7,12 @@ License: ASL 2.0 Group: System Environment/Libraries Summary: A framework to implement simple but nice CLIs Epoch: 1 -Version: 1.1.fb9 +Version: 1.1.fb10 Release: 1%{?dist} URL: https://github.com/agrover/configshell-fb -# Acquire with -# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz -# and it will save with the name below. Not cool, github. -Source: https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz +Source: https://fedorahosted.org/released/targetcli-fb/%{oname}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python-devel python-setuptools Requires: pyparsing python-urwid %description @@ -37,6 +34,9 @@ rm -rf %{buildroot} %doc COPYING README.md %changelog +* Fri Nov 1 2013 Andy Grover - 1:1.1.fb10-1 +- New upstream release + * Thu Sep 12 2013 Andy Grover - 1:1.1.fb9-1 - New upstream release - Remove dependency on python-simpleparse in favor of pyparsing @@ -70,7 +70,7 @@ rm -rf %{buildroot} * Tue Jan 10 2012 Andy Grover - 1:1.1.fb4-1 - New upstream release -* Tue Dec 14 2011 Andy Grover - 1:1.1.fb3-1 +* Wed Dec 14 2011 Andy Grover - 1:1.1.fb3-1 - New upstream release * Tue Dec 13 2011 Andy Grover - 1:1.1.fb2-1 diff --git a/sources b/sources index 36b5f44..5551dca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48b7c9be66c9e450585598504c2fde45 configshell-fb-1.1.fb9.tar.gz +72e152e33785bd975cc3848653d1f0bd configshell-fb-1.1.fb10.tar.gz