Author: arekm Date: Wed Jul 27 19:22:22 2005 GMT Module: SPECS Tag: AC-branch ---- Log message: - rel 11 (fix fastmutexes on amd64; add official fixes nr 3 and 4)
---- Files affected: SPECS: db.spec (1.66.2.6 -> 1.66.2.7) ---- Diffs: ================================================================ Index: SPECS/db.spec diff -u SPECS/db.spec:1.66.2.6 SPECS/db.spec:1.66.2.7 --- SPECS/db.spec:1.66.2.6 Wed Jun 22 12:47:23 2005 +++ SPECS/db.spec Wed Jul 27 21:22:17 2005 @@ -11,7 +11,7 @@ Summary(pl): Biblioteka C do obsługi baz Berkeley DB Name: db Version: 4.2.52 -Release: 10 +Release: 11 License: Sleepycat public license (GPL-like, see LICENSE) Group: Libraries # alternative site (sometimes working): http://www.berkeleydb.com/ @@ -21,6 +21,9 @@ Patch0: %{name}-so-suffix.patch Patch1: patch.4.2.52.1 Patch2: patch.4.2.52.2 +Patch3: patch.4.2.52.3 +Patch4: patch.4.2.52.4 +Patch5: %{name}-amd64-fastmutex.patch URL: http://www.sleepycat.com/ BuildRequires: autoconf BuildRequires: automake @@ -231,6 +234,9 @@ %patch0 -p1 %patch1 -p0 %patch2 -p0 +%patch3 -p0 +%patch4 -p0 +%patch5 -p1 %if %{without nptl} sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac @@ -461,6 +467,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.66.2.7 2005/07/27 19:22:17 arekm +- rel 11 (fix fastmutexes on amd64; add official fixes nr 3 and 4) + Revision 1.66.2.6 2005/06/22 10:47:23 qboosh - simplified lib moving (just move libdb-4.2.so instead of moving all the rest and hacking *.la) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/db.spec?r1=1.66.2.6&r2=1.66.2.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
