diff --git a/.gitignore b/.gitignore index 1f157a7..376b084 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /prettytable-0.5.tar.gz +/prettytable-0.6.tar.gz diff --git a/python-prettytable.spec b/python-prettytable.spec index a5866c8..a366216 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,13 +1,13 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-prettytable -Version: 0.5 -Release: 4%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Python library to display tabular data in tables Group: Development/Languages License: BSD -Source0: http://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.5.tar.gz +Source0: http://pypi.python.org/packages/source/P/PrettyTable/prettytable-0.6.tar.gz URL: http://pypi.python.org/pypi/PrettyTable BuildArch: noarch @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 7 2012 Pádraig Brady
- 0.6-1
+- Update to 0.6
+
* Sat Jul 21 2012 Fedora Release Engineering