From cc8adb181cc233a2c1e80a30a91d1ca66f53e201 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 10 Jan 2012 13:35:30 -0800 Subject: [PATCH] update to 1.1.fb4-1 Signed-off-by: Andy Grover --- .gitignore | 1 + python-configshell.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b1b413..4c520d1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /v1.1.fb1 /v1.1.fb2 /v1.1.fb3 +/v1.1.fb4 diff --git a/python-configshell.spec b/python-configshell.spec index 4b2fca2..284d0ed 100644 --- a/python-configshell.spec +++ b/python-configshell.spec @@ -7,7 +7,7 @@ License: AGPLv3 Group: System Environment/Libraries Summary: A framework to implement simple but nice CLIs Epoch: 1 -Version: 1.1.fb3 +Version: 1.1.fb4 Release: 1%{?dist} URL: https://github.com/agrover/configshell-fb Source: https://github.com/agrover/%{oname}/tarball/v%{version} @@ -21,7 +21,7 @@ A framework to implement simple but nice configuration-oriented command-line interfaces. %prep -%setup -q -n agrover-%{oname}-2e43014 +%setup -q -n agrover-%{oname}-0deef22 %build %{__python} setup.py build @@ -40,6 +40,9 @@ rm -rf %{buildroot} %doc COPYING README %changelog +* 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 - New upstream release diff --git a/sources b/sources index bfe2394..3aabab6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7d067e0bdd73859fe49ccac31c60087 v1.1.fb3 +80710076ad02f59fee98b51c58ed1514 v1.1.fb4