New version.
- Handle tracebacks with no stack (#866441) (vpodzime) - Parse component name correctly (#866526) (vpodzime) - Spelling corrections (#865993) (vpodzime)
This commit is contained in:
parent
82f5ff7a37
commit
355afd2676
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.15.tar.gz
|
/python-meh-0.15.tar.gz
|
||||||
/python-meh-0.16.tar.gz
|
/python-meh-0.16.tar.gz
|
||||||
/python-meh-0.17.tar.gz
|
/python-meh-0.17.tar.gz
|
||||||
|
/python-meh-0.18.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.17
|
Version: 0.18
|
||||||
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,11 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 25 2012 Vratislav Podzimek <vpodzime@redhat.com> - 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 <vpodzime@redhat.com> - 0.17-1
|
* Tue Oct 09 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.17-1
|
||||||
- Handle unicode strings correctly (#854959) (vpodzime)
|
- Handle unicode strings correctly (#854959) (vpodzime)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user