Update to 3.4.0 (#244800)
This commit is contained in:
parent
79cfbe54a8
commit
2f6acee2e5
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
549eac1ee0b6ff4615f16e0ef0eb68fb sqlite-3.3.17.tar.gz
|
||||
cee12d4b4237e48a91467e5b0fa7e5a8 sqlite-3.4.0.tar.gz
|
||||
|
11
sqlite.spec
11
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 <pnasrat@redhat.com> - 3.4.0-1
|
||||
- Update to 3.4.0
|
||||
|
||||
* Fri Jun 01 2007 Paul Nasrat <pnasrat@redhat.com> - 3.3.17-2
|
||||
- Enable load
|
||||
- Build fts1 and fts2
|
||||
|
Loading…
Reference in New Issue
Block a user