This commit is contained in:
Dennis Gilmore 2013-08-04 03:25:06 -05:00
parent a2fb72ddfc
commit abe8a1686b

View File

@ -6,7 +6,7 @@ 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.26 Version: 0.26
Release: 1%{?dist} Release: 2%{?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
# within this srpm. # within this srpm.
@ -53,6 +53,9 @@ rm -rf %{buildroot}
%{_datadir}/python-meh %{_datadir}/python-meh
%changelog %changelog
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Jul 23 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.26-1 * Tue Jul 23 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.26-1
- Output binary data correctly as hexa strings (#986515) (vpodzime) - Output binary data correctly as hexa strings (#986515) (vpodzime)
- Add newline before dumping callbacks' outputs (vpodzime) - Add newline before dumping callbacks' outputs (vpodzime)