From 410f4b22bdc562d910ceddf7593e67cc9bd91a46 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 23 Jul 2013 18:30:04 -0700 Subject: [PATCH] update to 1.1.fb8-1 Signed-off-by: Andy Grover --- .gitignore | 1 + python-configshell.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 45d0094..85a9b68 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-configshell.spec b/python-configshell.spec index f00256f..6be1309 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -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 - 1:1.1.fb8-1 +- New upstream release +- License now Apache 2.0 +- README.md instead of README + * Tue Feb 26 2013 Andy Grover - 1:1.1.fb7-1 - New upstream release diff --git a/sources b/sources index 06131e9..ab75dc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c14768baf1216f2ce272d7a9e261909c configshell-fb-1.1.fb7.tar.gz +1ad1f82df8d3199a28042921bd7516d2 configshell-fb-1.1.fb8.tar.gz