From c16e6b3af2bfd60422fbee0b672e986899e48f80 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Thu, 4 Apr 2013 11:16:19 +0200 Subject: [PATCH] New version. - Some more stuff for ABRT/libreport (#929181) (vpodzime) - Tell ABRT we are reporting a Python excetion (vpodzime) - Use named tuples instead of our magic tuples (vpodzime) --- .gitignore | 1 + python-meh.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 032f1ad..3e24c1a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ python-meh-0.13.tar.gz /python-meh-0.19.tar.gz /python-meh-0.20.tar.gz /python-meh-0.21.tar.gz +/python-meh-0.22.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 899c4c7..dd03590 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -5,8 +5,8 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git -Version: 0.21 -Release: 2%{?dist} +Version: 0.22 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -53,6 +53,11 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Thu Apr 04 2013 Vratislav Podzimek - 0.22-1 +- Some more stuff for ABRT/libreport (#929181) (vpodzime) +- Tell ABRT we are reporting a Python excetion (vpodzime) +- Use named tuples instead of our magic tuples (vpodzime) + * Thu Feb 14 2013 Fedora Release Engineering - 0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 270e19d..45dce82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c4f0cb98b4474d4a7d21dc68ee68fef python-meh-0.21.tar.gz +8ec3e0c17bb464cb15f2aa89a07e207a python-meh-0.22.tar.gz