[python-turboflot] Update to 0.7.0 (#689214)

Luke Macken lmacken at fedoraproject.org
Thu Jun 16 20:07:27 UTC 2011


commit 414535f7f235c5055a2c666ab74f55b1c7f452a2
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Jun 16 16:07:13 2011 -0400

    Update to 0.7.0 (#689214)

 .gitignore            |    1 +
 python-turboflot.spec |    9 ++++++---
 sources               |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc49c42..62ce6d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 TurboFlot-0.1.2.tar.bz2
+/TurboFlot-0.7.0.tar.gz
diff --git a/python-turboflot.spec b/python-turboflot.spec
index aaf5bc0..adf652e 100644
--- a/python-turboflot.spec
+++ b/python-turboflot.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-turboflot
-Version:        0.1.2
-Release:        3%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        A TurboGears widget for Flot, a jQuery plotting library
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://pypi.python.org/pypi/TurboFlot
-Source0:        http://pypi.python.org/packages/source/T/TurboFlot/TurboFlot-%{version}.tar.bz2
+Source0:        http://pypi.python.org/packages/source/T/TurboFlot/TurboFlot-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 16 2011 Luke Macken <lmacken at redhat.com> - 0.7.0-1
+- Update to 0.7.0 (#689214)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 35ad24d..09eb0cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44ab3a58a4cb22c60febeac6eb2884f9  TurboFlot-0.1.2.tar.bz2
+b6c650494f87fef1beccef9a143f1f68  TurboFlot-0.7.0.tar.gz


More information about the scm-commits mailing list