rpms/python-sqlite2/devel .cvsignore, 1.3, 1.4 python-sqlite2.spec, 1.2, 1.3 sources, 1.3, 1.4

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Thu Feb 2 01:21:15 UTC 2006


Author: gajownik

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jan 2006 13:15:59 -0000	1.3
+++ .cvsignore	2 Feb 2006 01:21:15 -0000	1.4
@@ -1 +1 @@
-pysqlite-2.1.0.tar.gz
+pysqlite-2.1.3.tar.gz


Index: python-sqlite2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/python-sqlite2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-sqlite2.spec	17 Jan 2006 13:15:59 -0000	1.2
+++ python-sqlite2.spec	2 Feb 2006 01:21:15 -0000	1.3
@@ -1,7 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-sqlite2
-Version:        2.1.0
+Version:        2.1.3
 Release:        1%{?dist}
 Summary:        DB-API 2.0 interface for SQLite 3.x
 
@@ -14,8 +15,9 @@
 BuildRequires:  dos2unix
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  sqlite-devel
-Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+BuildRequires:  sqlite-devel >= 3.3.3
+
+Requires:       sqlite >= 3.3.3
 
 %description
 pysqlite is an interface to the SQLite 3.x embedded relational database
@@ -71,6 +73,7 @@
 %{python_sitearch}/pysqlite2/test/types.pyc
 %{python_sitearch}/pysqlite2/test/userfunctions.py
 %{python_sitearch}/pysqlite2/test/userfunctions.pyc
+%{python_sitearch}/pysqlite-%{version}-py%{pyver}.egg-info/
 %ghost %{python_sitearch}/pysqlite2/__init__.pyo
 %ghost %{python_sitearch}/pysqlite2/dbapi2.pyo
 %ghost %{python_sitearch}/pysqlite2/test/dbapi.pyo
@@ -82,6 +85,9 @@
 
 
 %changelog
+* Thu Feb  2 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 2.1.3-1
+- Update to 2.1.3
+
 * Tue Jan 17 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 2.1.0-1
 - Update to 2.1.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jan 2006 13:15:59 -0000	1.3
+++ sources	2 Feb 2006 01:21:15 -0000	1.4
@@ -1 +1 @@
-67530a31508f33d64e86b3e5071822d9  pysqlite-2.1.0.tar.gz
+55ef66a963ddff5540b117db0a6c085b  pysqlite-2.1.3.tar.gz




More information about the fedora-extras-commits mailing list