New version.

- Epoch of the package from RPM db can be None (#957789) (vpodzime)
This commit is contained in:
Vratislav Podzimek 2013-05-02 14:16:36 +02:00
parent dd4a051338
commit 56e3090d31
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ python-meh-0.13.tar.gz
/python-meh-0.21.tar.gz
/python-meh-0.22.tar.gz
/python-meh-0.23.tar.gz
/python-meh-0.24.tar.gz

View File

@ -5,7 +5,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.23
Version: 0.24
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -53,6 +53,9 @@ rm -rf %{buildroot}
%{_datadir}/python-meh
%changelog
* Thu May 02 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.24-1
- Epoch of the package from RPM db can be None (#957789) (vpodzime)
* Wed Apr 17 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.23-1
- Use Sphinx syntax for docstrings (vpodzime)
- Allow a change of the I/O functions (vpodzime)

View File

@ -1 +1 @@
5bf409d8e1b22d550eb7ce21a97e5367 python-meh-0.23.tar.gz
b1ee671f891a970dfd92a541a6b23cbc python-meh-0.24.tar.gz