[python-argcomplete] Updating package to 0.8.1

stevetraylen stevetraylen at fedoraproject.org
Fri Sep 12 12:52:46 UTC 2014


commit 55515db9d1c272c3f84d3370e50da16fcb92b593
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Fri Sep 12 12:52:27 2014 +0000

    Updating package to 0.8.1

 .gitignore              |    1 +
 python-argcomplete.spec |    7 +++++--
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34cca6a..6d1151e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /argcomplete-0.7.0.tar.gz
 /argcomplete-0.7.1.tar.gz
 /argcomplete-0.8.0.tar.gz
+/argcomplete-0.8.1.tar.gz
diff --git a/python-argcomplete.spec b/python-argcomplete.spec
index 1e20464..b7cc057 100644
--- a/python-argcomplete.spec
+++ b/python-argcomplete.spec
@@ -3,8 +3,8 @@
 
 Summary:	Bash tab completion for argparse
 Name:		python-argcomplete
-Version:	0.8.0
-Release:	2%{?dist}
+Version:	0.8.1
+Release:	1%{?dist}
 License:	ASL 2.0
 Group:		Development/Libraries
 Url:		https://github.com/kislyuk/argcomplete
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 12 2014 - Steve Traylen <steve.traylen at cern.ch> 0.8.1-1
+- Updating package to 0.8.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3bba088..bb8b7f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9beddca71ed8ffac5ce45b6c84258817  argcomplete-0.8.0.tar.gz
+f072c20533b103b1de8438396f45ffba  argcomplete-0.8.1.tar.gz


More information about the scm-commits mailing list