rpms/python-sqlite2/FC-6 .cvsignore, 1.10, 1.11 python-sqlite2.spec, 1.14, 1.15 sources, 1.10, 1.11

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Tue Mar 13 17:46:04 UTC 2007


Author: gajownik

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

Modified Files:
	.cvsignore python-sqlite2.spec sources 
Log Message:
Update to 2.3.3 (#231848)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/FC-6/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	2 Jul 2006 22:14:50 -0000	1.10
+++ .cvsignore	13 Mar 2007 17:45:31 -0000	1.11
@@ -1 +1 @@
-pysqlite-2.3.2.tar.gz
+pysqlite-2.3.3.tar.gz


Index: python-sqlite2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/FC-6/python-sqlite2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-sqlite2.spec	8 Sep 2006 20:02:37 -0000	1.14
+++ python-sqlite2.spec	13 Mar 2007 17:45:31 -0000	1.15
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-sqlite2
-Version:        2.3.2
-Release:        2%{?dist}
+Version:        2.3.3
+Release:        1%{?dist}
 Epoch:          1
 Summary:        DB-API 2.0 interface for SQLite 3.x
 
@@ -41,15 +41,13 @@
         --skip-build \
         --root %{buildroot}
 
-%{__mv} %{buildroot}%{_prefix}/pysqlite2-doc documentation
-%{__rm} documentation/install-source*
-%{__rm} documentation/usage-guide.txt
-dos2unix documentation/{silvercity.css,code/*}
+%{__rm} -rf %{buildroot}%{_prefix}/pysqlite2-doc
+dos2unix doc/code/*
 
 
 %check
 # workaround for a strange bug (thanks to Ville Skyttä!)
-cd documentation
+cd doc
 PYTHONPATH="%{buildroot}%{python_sitearch}" %{__python} -c \
         "from pysqlite2.test import test; test()"
 
@@ -60,7 +58,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE documentation/*
+%doc LICENSE doc/code doc/usage-guide.txt
 %dir %{python_sitearch}/pysqlite2
 %{python_sitearch}/pysqlite2/__init__.py
 %{python_sitearch}/pysqlite2/__init__.pyc
@@ -97,6 +95,9 @@
 
 
 %changelog
+* Tue Mar 13 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 1:2.3.3-1
+- Update to 2.3.3 (#231848)
+
 * Fri Sep  8 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 1:2.3.2-2
 - Don't %%ghost *.pyo files (#205425)
 - Fix mixed-use-of-spaces-and-tabs rpmlint warning


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/FC-6/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	2 Jul 2006 22:14:50 -0000	1.10
+++ sources	13 Mar 2007 17:45:31 -0000	1.11
@@ -1 +1 @@
-bb9a67d62ff91cd8c53720bd15c86a30  pysqlite-2.3.2.tar.gz
+cac3e827f22befff8b6302109c6eff34  pysqlite-2.3.3.tar.gz




More information about the fedora-extras-commits mailing list