From c1631dc413d7c6f454203fc106f47117dcb85ba4 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 8 Oct 2009 18:46:07 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + python-meh.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7ce8bed..f5c2778 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ python-meh-0.2.tar.gz python-meh-0.3.tar.gz python-meh-0.4.tar.gz python-meh-0.5.tar.gz +python-meh-0.6.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 4581dd8..4eedb22 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.5 +Version: 0.6 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -46,6 +46,11 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Thu Oct 08 2009 Chris Lumens - 0.6-1 +- Make idSkipList work again. +- Support dumping objects derived from Python's object. +- Use the right method to set text on a snack.Entry (#526884). + * Tue Sep 29 2009 Chris Lumens - 0.5-1 - Always compare version numbers as strings (#526188). diff --git a/sources b/sources index 9390c39..0498dad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5ea8244a49657e770f23675e2997888 python-meh-0.5.tar.gz +635809514ac669fd10fd3ddf1591332d python-meh-0.6.tar.gz