From 272f8ead6598eaea6cfe54e8d5a660f670d93e52cfe075d566499e4c419d722e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 27 Apr 2008 18:14:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=6 --- sqlite3.changes | 5 +++++ sqlite3.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sqlite3.changes b/sqlite3.changes index 84ef824..87f0ce9 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -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 diff --git a/sqlite3.spec b/sqlite3.spec index 03479c3..d4b3eed 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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.