dmalcolm 2010-07-22 04:43:23 +00:00
parent 25178114f6
commit 9c1d6c1700

View File

@ -4,7 +4,7 @@ Summary: A python library for handling exceptions
Name: python-meh Name: python-meh
Url: http://git.fedoraproject.org/git/?p=python-meh.git Url: http://git.fedoraproject.org/git/?p=python-meh.git
Version: 0.10 Version: 0.10
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.
@ -46,6 +46,9 @@ rm -rf %{buildroot}
%{_datadir}/python-meh %{_datadir}/python-meh
%changelog %changelog
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
* Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> 0.10-1 * Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> 0.10-1
- Treat classes like simple types, too. (clumens) - Treat classes like simple types, too. (clumens)