From 532ff47479ce620f398bc6671630ea3d62c5ab85 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Apr 27 2011 20:37:39 +0000 Subject: Upstream update to 1.0 final --- diff --git a/.gitignore b/.gitignore index e9b1e51..a7d106c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kitchen-0.2.2.tar.gz /kitchen-0.2.3.tar.gz /kitchen-0.2.4.tar.gz +/kitchen-1.0.0.tar.gz diff --git a/python-kitchen.spec b/python-kitchen.spec index 7276458..a0e3071 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.4 +Version: 1.0.0 Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier @@ -40,6 +40,8 @@ python-2.7 modules but needs to run on python-2.3 %if 0%{?fedora} || 0%{?rhel} >= 6 %{__python} setup.py build_sphinx cp -pr build/sphinx/html . +rm -rf html/.buildinfo + %endif %install @@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 14 2011 Toshio Kuratomi - 1.0.0-1 +- Upstream update to 1.0 final + * 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 diff --git a/sources b/sources index 345392f..2e7c65a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e6668c124b2240b549da8fd4da3a9ce kitchen-0.2.4.tar.gz +dc064dc624079d7424b364c94c5e4ce9 kitchen-1.0.0.tar.gz