[python-sqlobject] update to 1.2.2

Luke Macken lmacken at fedoraproject.org
Thu Mar 1 20:47:13 UTC 2012


commit a553a004387857326cc91f411c09e9fac59a1ba9
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Mar 1 15:41:50 2012 -0500

    update to 1.2.2

 .gitignore            |    1 +
 python-sqlobject.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73334ae..7c67b41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ SQLObject-0.14.1.tar.gz
 /SQLObject-0.15.0.tar.gz
 /SQLObject-1.0.1.tar.gz
 /SQLObject-1.2.1.tar.gz
+/SQLObject-1.2.2.tar.gz
diff --git a/python-sqlobject.spec b/python-sqlobject.spec
index 2bb327e..8014b04 100644
--- a/python-sqlobject.spec
+++ b/python-sqlobject.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-sqlobject
-Version:        1.2.1
-Release:        3%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        SQLObject Object-Relational Manager, aka database wrapper
 
 Group:          Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Thu Mar 01 2012 Luke Macken <lmacken at redhat.com> - 1.2.2-1
+- Update to 1.2.2
+
 * Wed Feb  8 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.1-3
 - Remove the python-sqlite2 dep as sqlobject can use the sqlite3 module from
   the python stdlib
diff --git a/sources b/sources
index 079bbc4..4e5c165 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a01cfd19da6f19ecaf79c2eed88c3dc3  SQLObject-1.2.1.tar.gz
+b2f4e52112e54233a85c075e8af3c62d  SQLObject-1.2.2.tar.gz


More information about the scm-commits mailing list