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)
This commit is contained in:
Vratislav Podzimek 2013-04-04 11:16:19 +02:00
parent 2be22bea06
commit c16e6b3af2
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <vpodzime@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
3c4f0cb98b4474d4a7d21dc68ee68fef python-meh-0.21.tar.gz
8ec3e0c17bb464cb15f2aa89a07e207a python-meh-0.22.tar.gz