diff --git a/.gitignore b/.gitignore index b18e405..4723f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kitchen-0.2.4.tar.gz /kitchen-1.0.0.tar.gz /kitchen-1.1.0.tar.gz +/kitchen-1.1.1.tar.gz diff --git a/python-kitchen.spec b/python-kitchen.spec index 9e92825..8e539c2 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: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier @@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 14 2012 Toshio Kuratomi - 1.1.1-1 +- Bugfix for using easy_gettext_setup or get_translation_object with the + default localedirs + * Thu Jan 12 2012 Toshio Kuratomi - 1.1.0-1 - Update to 1.1.0 final diff --git a/sources b/sources index fd47e5e..9788175 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d409229c19c020cb457ea7c86f91846f kitchen-1.1.0.tar.gz +059d7ce048ca1d0fb53e6755145137b0 kitchen-1.1.1.tar.gz