From: Arkadiusz Miśkiewicz Date: Tue, 20 May 2008 07:00:46 +0000 (+0000) Subject: - rel 2; Fixes a race condition between checkpoint and DB->close which can result... X-Git-Tag: auto/th/db4_6-4_6_21-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdb4.7.git;a=commitdiff_plain;h=2cb0e66ebe6bea68877c0dc43ed18a96c24c6f18 - rel 2; Fixes a race condition between checkpoint and DB->close which can result in the checkpoint thread self-deadlocking. Changed files: db4.7.spec -> 1.7 --- diff --git a/db4.7.spec b/db4.7.spec index 29ca223..da7f3a3 100644 --- a/db4.7.spec +++ b/db4.7.spec @@ -15,13 +15,14 @@ Summary: Berkeley DB database library for C Summary(pl.UTF-8): Biblioteka C do obsługi baz Berkeley DB Name: db4.6 Version: %{mver}.21 -Release: 1 +Release: 2 Epoch: 0 License: Sleepycat public license (GPL-like, see LICENSE) Group: Libraries # alternative site (sometimes working): http://www.berkeleydb.com/ Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz # Source0-md5: 718082e7e35fc48478a2334b0bc4cd11 +Patch0: http://www.oracle.com/technology/products/berkeley-db/db/update/4.6.21/patch.4.6.21.1 URL: http://www.oracle.com/technology/products/berkeley-db/index.html BuildRequires: autoconf BuildRequires: automake @@ -242,6 +243,7 @@ poleceń. %prep %setup -q -n db-%{version} +%patch0 -p0 %if !%{with nptl} sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac