New version.

This commit is contained in:
Christopher Edward Lumens 2009-08-19 17:01:51 +00:00
parent f3ef20552f
commit 381c940eef
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1,2 @@
python-meh-0.1.tar.gz
python-meh-0.2.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedoraproject.org/git/?p=python-meh.git
Version: 0.1
Version: 0.2
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -34,16 +34,23 @@ make
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%find_lang %{name}
%clean
rm -rf %{buildroot}
%files
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{python_sitelib}/*
%{_datadir}/python-meh
%changelog
* Wed Aug 19 2009 Chris Lumens <clumens@redhat.com> - 0.2-1
- Add a title to the main exception dialog so it looks right in anaconda.
- Don't include an extra '/' in the displayed bug URL (#517515).
- Now that there's .po files, package them.
- Use the new exception icon (#517164).
* Tue Jul 28 2009 Chris Lumens <clumens@redhat.com> - 0.1-1
- Initial package.

View File

@ -1 +1 @@
54f97e1a32d9614b17509364aeb3d8bb python-meh-0.1.tar.gz
dbc5bc5e15f79913d079a6f80be38717 python-meh-0.2.tar.gz