From 8516f83ceefa32a94a3ea0d2652886ed997cf2d4 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 29 Sep 2009 18:22:35 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + python-meh.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index ffe700e..7ce8bed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ python-meh-0.1.tar.gz python-meh-0.2.tar.gz python-meh-0.3.tar.gz python-meh-0.4.tar.gz +python-meh-0.5.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 99364fe..4581dd8 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.4 +Version: 0.5 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,9 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Sep 29 2009 Chris Lumens - 0.5-1 +- Always compare version numbers as strings (#526188). + * Fri Sep 25 2009 Chris Lumens - 0.4-1 - Add a default description to bug reports. - Handle the user pressing Escape by continuing to show the dialog. diff --git a/sources b/sources index e2b40a6..9390c39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a368a55ad1273a8e9f0872d1807fb66 python-meh-0.4.tar.gz +f5ea8244a49657e770f23675e2997888 python-meh-0.5.tar.gz