From 105630ca501c6d36c7c3bca7d67f8c2220ca3d31 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jan 06 2011 01:18:20 +0000 Subject: - Upstream update to 0.2.3 - Fixes https://bugzilla.redhat.com/show_bug.cgi?id=667433 --- diff --git a/.gitignore b/.gitignore index f438e81..097afc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kitchen-0.2.1a1.tar.gz /kitchen-0.2.2.tar.gz +/kitchen-0.2.3.tar.gz diff --git a/python-kitchen.spec b/python-kitchen.spec index 6400c2e..9ca5193 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-kitchen -Version: 0.2.2 +Version: 0.2.3 Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier @@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 3 2011 Toshio Kuratomi - 0.2.3-1 +- Upstream update to 0.2.3 +- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=667433 + * Mon Jan 3 2011 Toshio Kuratomi - 0.2.2-1 - Upstream update 0.2.2 - Adds exception to message functions diff --git a/sources b/sources index 3f7d020..c494c7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06269f9aa9c5c125dce91ea2b2d3f4c5 kitchen-0.2.2.tar.gz +08a28fa64e30f20b8ba5c1cf55ea0366 kitchen-0.2.3.tar.gz