[python-routes] Update to 1.12.3

Luke Macken lmacken at fedoraproject.org
Tue Oct 5 18:09:41 UTC 2010


commit 110de0480832fd66ef1415591902fd7cd95c26f8
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Oct 5 14:05:56 2010 -0400

    Update to 1.12.3

 .gitignore         |    1 +
 python-routes.spec |    7 +++++--
 sources            |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2cdf34f..ae144ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Routes-1.12.1.tar.gz
+/Routes-1.12.3.tar.gz
diff --git a/python-routes.spec b/python-routes.spec
index 1f9dd5a..890dad8 100644
--- a/python-routes.spec
+++ b/python-routes.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-routes
-Version: 1.12.1
-Release: 2%{?dist}
+Version: 1.12.3
+Release: 1%{?dist}
 Summary: Rails-like routes for Python
 
 Group: Development/Languages
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 05 2010 Luke Macken <lmacken at redhat.com> - 1.12.3-1
+- Update to 1.12.3
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.12.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index ac169bf..b85e667 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3dabb2a51533494dba49067e62d2656  Routes-1.12.1.tar.gz
+9740ff424ff6b841632c784a38fb2be3  Routes-1.12.3.tar.gz


More information about the scm-commits mailing list