[python-configshell] update to 1.1.fb2

Andy Grover grover at fedoraproject.org
Tue Dec 13 22:54:12 UTC 2011


commit e6238b983d941bd00a4570bc96211d59557d8929
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Dec 13 14:50:07 2011 -0800

    update to 1.1.fb2
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore              |    1 +
 python-configshell.spec |    7 +++++--
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 164a29b..74ed84c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /configshell-1.99.1.git987b63b.tar.gz
 /1.1
 /v1.1.fb1
+/v1.1.fb2
diff --git a/python-configshell.spec b/python-configshell.spec
index 1e283fc..dc47fb0 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.fb1
+Version:        1.1.fb2
 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}-b76d10b
+%setup -q -n agrover-%{oname}-349791b
 
 %build
 %{__python} setup.py build
@@ -40,6 +40,9 @@ rm -rf %{buildroot}
 %doc COPYING README
 
 %changelog
+* Tue Dec 13 2011 Andy Grover <agrover at redhat.com> - 1:1.1.fb2-1
+- New upstream release
+
 * Tue Dec 6 2011 Andy Grover <agrover at redhat.com> - 1:1.1.fb1-1
 - New upstream source and release
 - Remove patches:
diff --git a/sources b/sources
index a74553f..02d22ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8bb0a9120cff22c9f0846bd72ab96a9  v1.1.fb1
+e6d5d1fa57f8a38048767b6fc34858d0  v1.1.fb2


More information about the scm-commits mailing list