[pkgwat] Gracefully handle unknown commands.

Ralph Bean ralph at fedoraproject.org
Thu Nov 8 16:51:13 UTC 2012


commit 7061a2965bf4d4a86ee2b592ccba6c7e94a74e72
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Nov 8 11:51:01 2012 -0500

    Gracefully handle unknown commands.

 .gitignore  |    1 +
 pkgwat.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30e07ef..03f94d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pkgwat.cli-0.3.tar.gz
+/pkgwat.cli-0.4.tar.gz
diff --git a/pkgwat.spec b/pkgwat.spec
index 891375f..dc06298 100644
--- a/pkgwat.spec
+++ b/pkgwat.spec
@@ -11,8 +11,8 @@
 %global modname pkgwat.cli
 
 Name:             pkgwat
-Version:          0.3
-Release:          3%{?dist}
+Version:          0.4
+Release:          1%{?dist}
 Summary:          CLI tool for querying the fedora packages webapp
 
 Group:            Development/Libraries
@@ -108,6 +108,10 @@ popd
 
 
 %changelog
+* Thu Nov 08 2012 Ralph Bean <rbean at redhat.com> - 0.4-1
+- Fixed bug with latest python-requests.
+- Gracefully handle unknown commands.
+
 * Fri Nov 02 2012 Ralph Bean <rbean at redhat.com> - 0.3-3
 - Bugfix - Require python-imaging and python-fabulous.
 
diff --git a/sources b/sources
index 803f45e..f01559c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91d24db4e925f9f15d7ef60607238a1c  pkgwat.cli-0.3.tar.gz
+b2dec82a41ffbdd3dbd8027e917c754e  pkgwat.cli-0.4.tar.gz


More information about the scm-commits mailing list