New version.
This commit is contained in:
parent
98f613501e
commit
e9a37ebd75
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ python-meh-0.10.tar.gz
|
|||||||
python-meh-0.13.tar.gz
|
python-meh-0.13.tar.gz
|
||||||
/python-meh-0.14.tar.gz
|
/python-meh-0.14.tar.gz
|
||||||
/python-meh-0.15.tar.gz
|
/python-meh-0.15.tar.gz
|
||||||
|
/python-meh-0.16.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
||||||
Version: 0.15
|
Version: 0.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -46,6 +46,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 11 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.16-1
|
||||||
|
- Do not overwrite process information with files having the same basename (vpodzime)
|
||||||
|
- Encode dump as utf-8 before writing to file (#854959) (vpodzime)
|
||||||
|
|
||||||
* Mon Aug 20 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.15-1
|
* Mon Aug 20 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.15-1
|
||||||
- Add main_window property to the MainExceptionWindow (vpodzime)
|
- Add main_window property to the MainExceptionWindow (vpodzime)
|
||||||
- Don't try to dump objects without __dict__ (vpodzime)
|
- Don't try to dump objects without __dict__ (vpodzime)
|
||||||
|
Loading…
Reference in New Issue
Block a user