[python-configshell] version 1.1.fb6-1

Andy Grover grover at fedoraproject.org
Fri Jan 4 22:31:21 UTC 2013


commit 4277018bd82c87516c235f6b229af09cf4c5bede
Author: Andy Grover <agrover at redhat.com>
Date:   Fri Jan 4 14:29:20 2013 -0800

    version 1.1.fb6-1
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 .gitignore              |    1 +
 python-configshell.spec |   11 +++++++++--
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 361b69c..0e0aaad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /v1.1.fb3
 /v1.1.fb4
 /configshell-fb-1.1.fb5.tar.gz
+/configshell-fb-1.1.fb6.tar.gz
diff --git a/python-configshell.spec b/python-configshell.spec
index db5c60a..24a7537 100644
--- a/python-configshell.spec
+++ b/python-configshell.spec
@@ -7,10 +7,13 @@ License:        AGPLv3
 Group:          System Environment/Libraries
 Summary:        A framework to implement simple but nice CLIs
 Epoch:          1
-Version:        1.1.fb5
+Version:        1.1.fb6
 Release:        1%{?dist}
 URL:            https://github.com/agrover/configshell-fb
-Source:         https://github.com/downloads/agrover/%{oname}/%{oname}-%{version}.tar.gz
+# Acquire with
+# wget --content-disposition https://github.com/agrover/%{oname}/archive/v%{version}.tar.gz
+# and it will save with the name below. Not cool, github.
+Source:         https://github.com/agrover/%{oname}/archive/%{oname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel epydoc python-simpleparse python-urwid
 Requires: python-simpleparse python-urwid
@@ -34,6 +37,10 @@ rm -rf %{buildroot}
 %doc COPYING README
 
 %changelog
+* Fri Jan 4 2013 Andy Grover <agrover at redhat.com> - 1:1.1.fb6-1
+- New upstream release
+- Update source URL
+
 * Tue Jul 31 2012 Andy Grover <agrover at redhat.com> - 1:1.1.fb5-1
 - New upstream release
 - Update Source URL to proper tarball
diff --git a/sources b/sources
index 90e1f1d..0d6cc04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93dff95676042227b95d0abbfc134ad8  configshell-fb-1.1.fb5.tar.gz
+5b0cc522e0bd45ed5c8f5a57e0fc8154  configshell-fb-1.1.fb6.tar.gz


More information about the scm-commits mailing list