rpms/python-sqlobject/FC-6 .cvsignore, 1.2, 1.3 python-sqlobject.spec, 1.6, 1.7 sources, 1.2, 1.3 python-sqlobject-0.7.0-ordered-deps.patch, 1.1, NONE python-sqlobject-0.7.0-pkg_resources.patch, 1.1, NONE python-sqlobject-admin.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Dec 19 19:14:12 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-sqlobject/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19898

Modified Files:
	.cvsignore python-sqlobject.spec sources 
Removed Files:
	python-sqlobject-0.7.0-ordered-deps.patch 
	python-sqlobject-0.7.0-pkg_resources.patch 
	python-sqlobject-admin.patch 
Log Message:
* Tue Dec 19 2006 Luke Macken <lmacken at redhat.com> 0.7.2-1
- 0.7.2
- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch
  and python-sqlobject-0.7.0-pkg_resources.patch
- Require python-sqlite2
- Add python-devel to BuildRequires




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Oct 2005 10:08:17 -0000	1.2
+++ .cvsignore	19 Dec 2006 19:13:42 -0000	1.3
@@ -1 +1 @@
-SQLObject-0.7.0.tar.gz
+SQLObject-0.7.2.tar.gz


Index: python-sqlobject.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/python-sqlobject.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-sqlobject.spec	12 Sep 2006 02:50:11 -0000	1.6
+++ python-sqlobject.spec	19 Dec 2006 19:13:42 -0000	1.7
@@ -1,22 +1,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-sqlobject
-Version:        0.7.0
-Release:        8%{?dist}
+Version:        0.7.2
+Release:        1%{?dist}
 Summary:        SQLObject -Object-Relational Manager, aka database wrapper  
 
 Group:          Development/Libraries
 License:        LGPL
 URL:            http://sqlobject.org/
 Source0:        http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz  
-Patch0:         python-sqlobject-admin.patch
-Patch1:         python-sqlobject-0.7.0-pkg_resources.patch
-Patch2:         python-sqlobject-0.7.0-ordered-deps.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
-Requires:       python-sqlite, python-formencode >= 0.2.2
+BuildRequires:  python-devel
+Requires:       python-sqlite2, python-formencode >= 0.2.2
 
 
 %description
@@ -24,15 +22,11 @@
 friendly-looking Python object instead of a database/SQL interface.
 Emphasizes convenience.  Works with MySQL, Postgres, SQLite, Firebird.
 
-This package requires sqlite. Futher database connectors have to be installed
-separately.
+This package requires sqlite. Futher database connectors have to be installed separately.
 
 %prep
 %setup -q -n SQLObject-%{version}
 rm -rf ez_setup
-%patch0 -p1
-%patch1
-%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -69,6 +63,9 @@
 %dir %{python_sitelib}/sqlobject/mysql
 %{python_sitelib}/sqlobject/mysql/*.py*
 
+%dir %{python_sitelib}/sqlobject/mssql
+%{python_sitelib}/sqlobject/mssql/*.py*
+
 %dir %{python_sitelib}/sqlobject/postgres
 %{python_sitelib}/sqlobject/postgres/*.py*
 
@@ -84,6 +81,13 @@
 %{_bindir}/*
 
 %changelog
+* Tue Dec 19 2006 Luke Macken <lmacken at redhat.com> 0.7.2-1
+- 0.7.2
+- Remove python-sqlobject-admin.patch, python-sqlobject-0.7.0-ordered-deps.patch
+  and python-sqlobject-0.7.0-pkg_resources.patch
+- Require python-sqlite2
+- Add python-devel to BuildRequires
+
 * Mon Sep 11 2006 Luke Macken <lmacken at redhat.com> 0.7.0-8
 - python-sqlobject-0.7.0-ordered-deps.patch from upstream ticket
   http://trac.turbogears.org/turbogears/ticket/279 (Bug #205894)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-sqlobject/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Oct 2005 10:08:17 -0000	1.2
+++ sources	19 Dec 2006 19:13:42 -0000	1.3
@@ -1 +1 @@
-dccb921b5df6a15312b56630ac4ac205  SQLObject-0.7.0.tar.gz
+78fe392b86b43912bb249af93d44df57  SQLObject-0.7.2.tar.gz


--- python-sqlobject-0.7.0-ordered-deps.patch DELETED ---


--- python-sqlobject-0.7.0-pkg_resources.patch DELETED ---


--- python-sqlobject-admin.patch DELETED ---




More information about the fedora-extras-commits mailing list