diff --git a/.cvsignore b/.cvsignore index 5bd74a4..77ec3bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ sqlite-3.3.5.tar.gz sqlite-3.3.6.tar.gz sqlite-3.3.13.tar.gz sqlite-3.3.17.tar.gz +sqlite-3.4.0.tar.gz diff --git a/sources b/sources index d7cd5b6..4119d11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -549eac1ee0b6ff4615f16e0ef0eb68fb sqlite-3.3.17.tar.gz +cee12d4b4237e48a91467e5b0fa7e5a8 sqlite-3.4.0.tar.gz diff --git a/sqlite.spec b/sqlite.spec index 324c41e..f88b22f 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -5,8 +5,8 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite -Version: 3.3.17 -Release: 2%{?dist} +Version: 3.4.0 +Release: 1%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -55,10 +55,10 @@ This package contains the tcl modules for %{name}. %build export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall" -%configure TLIBS=-ldl %{!?_with_tcl:--disable-tcl} \ +%configure %{!?_with_tcl:--disable-tcl} \ --enable-threadsafe \ --enable-threads-override-locks -make %{?_smp_mflags} +make TLIBS=-ldl %{?_smp_mflags} make doc %install @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jun 19 2007 Paul Nasrat - 3.4.0-1 +- Update to 3.4.0 + * Fri Jun 01 2007 Paul Nasrat - 3.3.17-2 - Enable load - Build fts1 and fts2