diff --git a/sqlite3.changes b/sqlite3.changes index 8dab61c..1432c73 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 14 16:40:50 CET 2009 - jengelh@medozas.de + +- add baselibs.conf as a source + ------------------------------------------------------------------- Mon Nov 30 18:24:34 CET 2009 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index b8d1d26..c6710d9 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite3 (Version 3.6.20) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ Version: 3.6.20 -Release: 1 +Release: 2 # bug437293 %ifarch ppc64 Obsoletes: sqlite-64bit @@ -53,6 +53,7 @@ Obsoletes: sqlite < %version Source0: http://www.sqlite.org/sqlite-amalgamation-%version.tar.bz2 Source1: sqlite-tcl.tar.bz2 Source2: sqlite3.1 +Source3: baselibs.conf Patch0: sqlite-tcl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build