update to 1.1.fb8-1

Signed-off-by: Andy Grover <agrover@redhat.com>
This commit is contained in:
Andy Grover 2013-07-23 18:30:04 -07:00
parent bb8b28b696
commit 410f4b22bd
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/configshell-fb-1.1.fb5.tar.gz
/configshell-fb-1.1.fb6.tar.gz
/configshell-fb-1.1.fb7.tar.gz
/configshell-fb-1.1.fb8.tar.gz

View File

@ -3,11 +3,11 @@
%global oname configshell-fb
Name: python-configshell
License: AGPLv3
License: ASL 2.0
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs
Epoch: 1
Version: 1.1.fb7
Version: 1.1.fb8
Release: 1%{?dist}
URL: https://github.com/agrover/configshell-fb
# Acquire with
@ -34,9 +34,14 @@ rm -rf %{buildroot}
%files
%{python_sitelib}/*
%doc COPYING README
%doc COPYING README.md
%changelog
* Tue Jul 23 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb8-1
- New upstream release
- License now Apache 2.0
- README.md instead of README
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
- New upstream release

View File

@ -1 +1 @@
c14768baf1216f2ce272d7a9e261909c configshell-fb-1.1.fb7.tar.gz
1ad1f82df8d3199a28042921bd7516d2 configshell-fb-1.1.fb8.tar.gz