rpms/python-sqlite2/devel .cvsignore, 1.5, 1.6 python-sqlite2.spec, 1.8, 1.9 sources, 1.5, 1.6

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Wed Apr 19 21:37:30 UTC 2006


Author: gajownik

Update of /cvs/extras/rpms/python-sqlite2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3024

Modified Files:
	.cvsignore python-sqlite2.spec sources 
Log Message:
Update to 2.2.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	14 Apr 2006 10:37:40 -0000	1.5
+++ .cvsignore	19 Apr 2006 21:37:30 -0000	1.6
@@ -1 +1 @@
-pysqlite-2.2.0.tar.gz
+pysqlite-2.2.1.tar.gz


Index: python-sqlite2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/python-sqlite2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-sqlite2.spec	14 Apr 2006 10:37:40 -0000	1.8
+++ python-sqlite2.spec	19 Apr 2006 21:37:30 -0000	1.9
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-sqlite2
-Version:        2.2.0
+Version:        2.2.1
 Release:        1%{?dist}
 Epoch:          1
 Summary:        DB-API 2.0 interface for SQLite 3.x
@@ -26,6 +26,9 @@
 
 %prep
 %setup -q -n pysqlite-%{version}
+sed -i -e '
+/\/usr\/local\/include/d
+/\/usr\/local\/lib/d' setup.cfg
 
 
 %build
@@ -45,7 +48,7 @@
 
 
 %check
-# workaround for some strange bug (thanks to Ville Skyttä!)
+# workaround for a strange bug (thanks to Ville Skyttä!)
 cd documentation
 PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c \
 	"from pysqlite2.test import test; test()"
@@ -94,6 +97,9 @@
 
 
 %changelog
+* Wed Apr 19 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 1:2.2.1-1
+- Update to 2.2.1
+
 * Fri Apr 14 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 1:2.2.0-1
 - Update to 2.2.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	14 Apr 2006 10:37:40 -0000	1.5
+++ sources	19 Apr 2006 21:37:30 -0000	1.6
@@ -1 +1 @@
-8f68b79b2fe891e72da193cbc3a3d5e9  pysqlite-2.2.0.tar.gz
+3d9fe353420fdea44e368afd982c9786  pysqlite-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list