base-specs/sqlite.spec
branchgnome-2-28
changeset 18672 758229ac0255
parent 18643 8c2f88f3d983
--- a/base-specs/sqlite.spec	Fri Apr 02 07:04:13 2010 +0000
+++ b/base-specs/sqlite.spec	Tue Apr 06 05:04:49 2010 +0000
@@ -24,9 +24,12 @@
 Source3:      pkgIndex.tcl 
 
 
-# owner:hawklu date:2008-10-10 type:bug bugster:6750518
+# owner:hawklu date:2009-10-10 type:bug bugster:6750518
 Patch1: sqlite3-01-using-mapfile.diff
 
+# owner:hawklu date:2010-04-01 type:bug d.o.o 15412
+Patch2: sqlite3-02-using-libcurses.diff
+
 URL:          http://www.sqlite.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}
@@ -51,6 +54,7 @@
 %setup -q
 
 %patch1 -p1
+%patch2 -p1
 
 %build
 %ifos linux
@@ -121,5 +125,7 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Apr 06 2010 - [email protected]
+- Fix bug d.o.o 15412
 * Fri Jan 15 2010 - [email protected]
 - initial version of the spec file