[python-webhelpers] Update to 1.2

Luke Macken lmacken at fedoraproject.org
Tue Oct 5 18:08:45 UTC 2010


commit 782b8c7fb5b34c90eee92aa139b6a2ef85e3049f
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Oct 5 14:08:47 2010 -0400

    Update to 1.2

 .gitignore             |    1 +
 python-webhelpers.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6344754..9a9cf3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 WebHelpers-1.0.tar.gz
+/WebHelpers-1.2.tar.gz
diff --git a/python-webhelpers.spec b/python-webhelpers.spec
index 29f44d4..d8c99c7 100644
--- a/python-webhelpers.spec
+++ b/python-webhelpers.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-webhelpers
-Version: 1.0
-Release: 2
+Version: 1.2
+Release: 1%{?dist}
 Summary: Helper library for aiding the writing of web templates in Python
 
 Group: Development/Languages
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 05 2010 Luke Macken <lmacken at redhat.com> - 1.2-1
+- Update to 1.2
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index a307ef0..587f309 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed0db86e2ced261c58b86698ff1da4c9  WebHelpers-1.0.tar.gz
+30397b5b440cea1abb6d93c1c656665a  WebHelpers-1.2.tar.gz


More information about the scm-commits mailing list