From 355afd2676d888db550b62f7e9d5f3db44d3f51b Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Oct 25 2012 10:51:03 +0000 Subject: New version. - Handle tracebacks with no stack (#866441) (vpodzime) - Parse component name correctly (#866526) (vpodzime) - Spelling corrections (#865993) (vpodzime) --- 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 - 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 - 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