From 381c940eef96821fe90fbcd9fa396bcf2155c3c0 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Aug 19 2009 17:01:51 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index ad8d99f..4113703 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ python-meh-0.1.tar.gz +python-meh-0.2.tar.gz diff --git a/python-meh.spec b/python-meh.spec index d9796cb..0e6d15f 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -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 - 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 - 0.1-1 - Initial package. diff --git a/sources b/sources index 7bed122..8a3a202 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54f97e1a32d9614b17509364aeb3d8bb python-meh-0.1.tar.gz +dbc5bc5e15f79913d079a6f80be38717 python-meh-0.2.tar.gz