[python-sqlobject] - Update to 0.15 https://bugzilla.redhat.com/show_bug.cgi?id=659112

Toshio くらとみ toshio at fedoraproject.org
Tue Jan 18 01:58:39 UTC 2011


commit f3384a73fa306884620c5d647fe31e5583910d5a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jan 17 17:57:11 2011 -0800

    - Update to 0.15 https://bugzilla.redhat.com/show_bug.cgi?id=659112

 .gitignore            |    1 +
 python-sqlobject.spec |   18 +++++++++++-------
 sources               |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5af99d3..0c0b10d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 SQLObject-0.10.2.tar.gz
 SQLObject-0.14.1.tar.gz
+/SQLObject-0.15.0.tar.gz
diff --git a/python-sqlobject.spec b/python-sqlobject.spec
index 0508021..d9a1672 100644
--- a/python-sqlobject.spec
+++ b/python-sqlobject.spec
@@ -1,24 +1,25 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-sqlobject
-Version:        0.14.1
+Version:        0.15.0
 Release:        1%{?dist}
-Summary:        SQLObject -Object-Relational Manager, aka database wrapper  
+Summary:        SQLObject Object-Relational Manager, aka database wrapper
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://sqlobject.org/
 Source0:        http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz  
-Patch0:         %{name}-%{version}-setup.patch
+Patch0:         %{name}-0.14.1-setup.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 Requires:       python-sqlite2
 Requires:       python-formencode >= 1.1.1
-Requires:       MySQL-python, postgresql-python
+Requires:       MySQL-python
+Requires:       postgresql-python
 
 
 %description
@@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Mon Jan 17 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.15.0-1
+- Update to 0.15 https://bugzilla.redhat.com/show_bug.cgi?id=659112
+
 * Thu Oct 21 2010 Luke Macken <lmacken at redhat.com> - 0.14.1-1
 - Update to 0.14.1 (#630731)
 
diff --git a/sources b/sources
index 17b9dfa..9ce2a02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb86134d057244fb5250938b122244e0  SQLObject-0.14.1.tar.gz
+8c2babd0384840c8e3aadb753c105bbf  SQLObject-0.15.0.tar.gz


More information about the scm-commits mailing list