diff --git a/python-kitchen.spec b/python-kitchen.spec index c5e0783..10f4c52 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.3 -Release: 2%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier Group: Development/Languages @@ -66,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 20 2011 Toshio Kuratomi - 0.2.4-1 +- Upstream update 0.2.4 + - Changes i18n.easy_gettext_setup() to return lgettext functions when + byte strings are requested. + * Wed Jan 5 2011 Toshio Kuratomi - 0.2.3-2 - Upstream respin of the tarball