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:
parent
2be22bea06
commit
c16e6b3af2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user