[python-sqlobject] Update to 1.5.1 (#808859)

Luke Macken lmacken at fedoraproject.org
Thu Feb 13 03:36:49 UTC 2014


commit 87891a24eb49769cd23747bb02debad756996417
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Feb 12 20:36:52 2014 -0700

    Update to 1.5.1 (#808859)

 .gitignore            |    1 +
 python-sqlobject.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c67b41..2cace75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ SQLObject-0.14.1.tar.gz
 /SQLObject-1.0.1.tar.gz
 /SQLObject-1.2.1.tar.gz
 /SQLObject-1.2.2.tar.gz
+/SQLObject-1.5.1.tar.gz
diff --git a/python-sqlobject.spec b/python-sqlobject.spec
index 68ab288..5c680d2 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.2
-Release:        4%{?dist}
+Version:        1.5.1
+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
+* Wed Feb 12 2014 Luke Macken <lmacken at redhat.com> - 1.5.1-1
+- Update to 1.5.1 (#808859)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e5c165..ab71346 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2f4e52112e54233a85c075e8af3c62d  SQLObject-1.2.2.tar.gz
+0ac4aa31d89ea151ae66266420a1b521  SQLObject-1.5.1.tar.gz


More information about the scm-commits mailing list