This commit is contained in:
parent
08a48acf48
commit
272f8ead65
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 27 17:26:17 CEST 2008 - coolo@suse.de
|
||||
|
||||
- disable the test suite, it adds 5 hours to the build time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 16:04:31 CEST 2008 - max@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@ Group: Productivity/Databases/Servers
|
||||
Summary: Embeddable SQL Database Engine
|
||||
Url: http://www.sqlite.org/
|
||||
Version: 3.5.7
|
||||
Release: 1
|
||||
Release: 4
|
||||
Requires: libsqlite3-0 = %version
|
||||
Provides: sqlite = %version
|
||||
Obsoletes: sqlite < %version
|
||||
@ -156,7 +156,7 @@ autoreconf -f -i
|
||||
# As of this writing, fsync() fails on directories inside tmpfs.
|
||||
#
|
||||
gcc %optflags -o check_fsync_dir %SOURCE2
|
||||
if ./check_fsync_dir; then
|
||||
if false && ./check_fsync_dir; then
|
||||
make fulltest
|
||||
fi
|
||||
|
||||
@ -199,6 +199,8 @@ autoreconf -f -i
|
||||
%_libdir/pkgconfig/sqlite3.pc
|
||||
|
||||
%changelog
|
||||
* Sun Apr 27 2008 coolo@suse.de
|
||||
- disable the test suite, it adds 5 hours to the build time
|
||||
* Thu Apr 10 2008 max@suse.de
|
||||
- update to version 3.5.7. Changes include:
|
||||
* Fix a bug in the register allocation for compound selects.
|
||||
|
Loading…
Reference in New Issue
Block a user