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..c5e0783 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -1,8 +1,8 @@ %{!?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 -Release: 1%{?dist} +Version: 0.2.3 +Release: 2%{?dist} Summary: Small, useful pieces of code to make python coding easier Group: Development/Languages @@ -66,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 5 2011 Toshio Kuratomi - 0.2.3-2 +- Upstream respin of the tarball + +* Wed Jan 5 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..11d53d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06269f9aa9c5c125dce91ea2b2d3f4c5 kitchen-0.2.2.tar.gz +59dad15a57ee58c039282dbf06f3b869 kitchen-0.2.3.tar.gz