[python-meh/f18] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Thu Oct 25 10:38:11 UTC 2012


commit fe8a324119b080e9e4fb69de693f5057df9f2135
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Thu Oct 25 12:36:48 2012 +0200

    New version.
    
    - Handle tracebacks with no stack (#866441) (vpodzime)
    - Parse component name correctly (#866526) (vpodzime)
    - Spelling corrections (#865993) (vpodzime)

 .gitignore      |    1 +
 python-meh.spec |    7 ++++++-
 sources         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7e92c9..efdad7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.15.tar.gz
 /python-meh-0.16.tar.gz
 /python-meh-0.17.tar.gz
+/python-meh-0.18.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 9ab4fac..03718ac 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.17
+Version: 0.18
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -46,6 +46,11 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Thu Oct 25 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.18-1
+- Handle tracebacks with no stack (#866441) (vpodzime)
+- Parse component name correctly (#866526) (vpodzime)
+- Spelling corrections (#865993) (vpodzime)
+
 * Tue Oct 09 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.17-1
 - Handle unicode strings correctly (#854959) (vpodzime)
 
diff --git a/sources b/sources
index 6189581..7264404 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a201e443fdde2741a86c8271a527f111  python-meh-0.17.tar.gz
+a48201aecf3de570a9e31c89189abf4b  python-meh-0.18.tar.gz


More information about the scm-commits mailing list