From cd97251352b3e86e1961a96ef579afab48506755 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Dec 14 2011 23:42:04 +0000 Subject: update to 1.1.fb3-1 Signed-off-by: Andy Grover --- diff --git a/.gitignore b/.gitignore index 74ed84c..9b1b413 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /1.1 /v1.1.fb1 /v1.1.fb2 +/v1.1.fb3 diff --git a/python-configshell.spec b/python-configshell.spec index dc47fb0..4b2fca2 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.fb2 +Version: 1.1.fb3 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}-349791b +%setup -q -n agrover-%{oname}-2e43014 %build %{__python} setup.py build @@ -40,6 +40,9 @@ rm -rf %{buildroot} %doc COPYING README %changelog +* Tue Dec 14 2011 Andy Grover - 1:1.1.fb3-1 +- New upstream release + * Tue Dec 13 2011 Andy Grover - 1:1.1.fb2-1 - New upstream release diff --git a/sources b/sources index 02d22ad..bfe2394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6d5d1fa57f8a38048767b6fc34858d0 v1.1.fb2 +b7d067e0bdd73859fe49ccac31c60087 v1.1.fb3