rpms/python-sqlite/devel python-sqlite.spec, 1.4, 1.5 pysqlite-sqlite-prepare-nbytes.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 3 22:21:09 UTC 2006


Author: pnasrat

Update of /cvs/dist/rpms/python-sqlite/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11803

Modified Files:
	python-sqlite.spec 
Removed Files:
	pysqlite-sqlite-prepare-nbytes.patch 
Log Message:
update


Index: python-sqlite.spec
===================================================================
RCS file: /cvs/dist/rpms/python-sqlite/devel/python-sqlite.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-sqlite.spec	1 Feb 2006 19:24:01 -0000	1.4
+++ python-sqlite.spec	3 Feb 2006 22:21:07 -0000	1.5
@@ -2,13 +2,12 @@
 
 Summary: Python bindings for sqlite.
 Name: python-sqlite
-Version: 1.1.6
-Release: 3
+Version: 1.1.7
+Release: 1
 License: GPL
 Group: Development/Libraries
-URL: http://pysqlite.sf.net/
-Source: http://dl.sf.net/pysqlite/pysqlite-%{version}.tar.gz
-Patch0: pysqlite-sqlite-prepare-nbytes.patch
+URL: http://pysqlite.org/
+Source: http://initd.org/pub/software/pysqlite/releases/1.1/%{version}/pysqlite-%{version}.tar.gz
 Obsoletes: python-sqlite3
 BuildRequires: python-devel, sqlite-devel 
 BuildRoot: %{_tmppath}/%{name}-root
@@ -19,10 +18,10 @@
 
 %prep
 %setup -q -n pysqlite
-%patch0 -p0 -b .nbytes
 rm -f doc/rest/.*swp
 
 %build
+python ./setup.py build 
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -37,6 +36,11 @@
 %{_libdir}/python*/site-packages/*
 
 %changelog
+* Fri Feb 03 2006 Paul Nasrat <pnasrat at redhat.com> - 1.1.7-1
+- Upgrade to latest upstream 1.1.x series
+- sqlite_prepare fix now upstream
+- Update url information
+
 * Wed Feb 01 2006 Paul Nasrat <pnasrat at redhat.com> - 1.1.6-3
 - Pass valid parameter to prepare (#179547)
 - Temporarily remove %%check


--- pysqlite-sqlite-prepare-nbytes.patch DELETED ---




More information about the fedora-cvs-commits mailing list