[python-configshell] update to 1.1.fb1

Andy Grover grover at fedoraproject.org
Wed Dec 7 01:31:41 UTC 2011


commit 61229f1acccd2d2c5d69803746d6217c0d2e5cf2
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Dec 6 17:25:14 2011 -0800

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

 .gitignore                                 |    1 +
 python-configshell-git-version.patch       |   13 -------
 python-configshell-remove-epydoc-dep.patch |   50 ----------------------------
 python-configshell.spec                    |   22 +++++++-----
 sources                                    |    2 +-
 5 files changed, 14 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb05d82..164a29b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /configshell-1.99.1.git987b63b.tar.gz
 /1.1
+/v1.1.fb1
diff --git a/python-configshell.spec b/python-configshell.spec
index 763e3bf..1e283fc 100644
--- a/python-configshell.spec
+++ b/python-configshell.spec
@@ -1,18 +1,16 @@
 # Copyright 2011, Red Hat
 
-%global oname configshell-fedora
+%global oname configshell-fb
 
 Name:           python-configshell
 License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        A framework to implement simple but nice CLIs
 Epoch:          1
-Version:        1.1
-Release:        2%{?dist}
-URL:            https://github.com/agrover/configshell-fedora
-Source:         https://github.com/agrover/%{oname}/tarball/%{version}
-Patch1:         %{name}-git-version.patch
-Patch2:         %{name}-remove-epydoc-dep.patch
+Version:        1.1.fb1
+Release:        1%{?dist}
+URL:            https://github.com/agrover/configshell-fb
+Source:         https://github.com/agrover/%{oname}/tarball/v%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel epydoc python-simpleparse python-urwid
@@ -23,9 +21,7 @@ A framework to implement simple but nice configuration-oriented
 command-line interfaces.
 
 %prep
-%setup -q -n agrover-%{oname}-3ba5560
-%patch1 -p1
-%patch2 -p1
+%setup -q -n agrover-%{oname}-b76d10b
 
 %build
 %{__python} setup.py build
@@ -44,6 +40,12 @@ rm -rf %{buildroot}
 %doc COPYING README
 
 %changelog
+* Tue Dec 6 2011 Andy Grover <agrover at redhat.com> - 1:1.1.fb1-1
+- New upstream source and release
+- Remove patches:
+  * python-configshell-remove-epydoc-dep.patch
+  * python-configshell-git-version.patch
+
 * Mon Nov 21 2011 Andy Grover <agrover at redhat.com> - 1:1.1-2
 - Properly update changelog
 - Sync version with upstream, Epoch used
diff --git a/sources b/sources
index c6ae92c..a74553f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e951e9a2d13f45687f8e61995ac97108  1.1
+d8bb0a9120cff22c9f0846bd72ab96a9  v1.1.fb1


More information about the scm-commits mailing list