From 3537375ed188e36f1f3af5145db87e931cb2ba31 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jan 12 2012 21:46:39 +0000 Subject: Update to 1.1.0 final --- diff --git a/.gitignore b/.gitignore index a7d106c..b18e405 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kitchen-0.2.3.tar.gz /kitchen-0.2.4.tar.gz /kitchen-1.0.0.tar.gz +/kitchen-1.1.0.tar.gz diff --git a/python-kitchen.spec b/python-kitchen.spec index a0e3071..9e92825 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.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Toshio Kuratomi - 1.1.0-1 +- Update to 1.1.0 final + * Thu Apr 14 2011 Toshio Kuratomi - 1.0.0-1 - Upstream update to 1.0 final diff --git a/sources b/sources index 2e7c65a..fd47e5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc064dc624079d7424b364c94c5e4ce9 kitchen-1.0.0.tar.gz +d409229c19c020cb457ea7c86f91846f kitchen-1.1.0.tar.gz