OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Dec-2007 17:08:47
Branch: HEAD Handle: 2007122116084600
Modified files:
openpkg-src/apr apr.spec
Log:
adjust for DB 4.6
Summary:
Revision Changes Path
1.52 +4 -4 openpkg-src/apr/apr.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 apr.spec
--- openpkg-src/apr/apr.spec 26 Nov 2007 08:16:52 -0000 1.51
+++ openpkg-src/apr/apr.spec 21 Dec 2007 16:08:46 -0000 1.52
@@ -37,7 +37,7 @@
Group: Libraries
License: Apache
Version: %{V_apr}
-Release: 20071126
+Release: 20071221
# package options
%option with_threads no
@@ -59,8 +59,8 @@
BuildPreReq: expat, sed
PreReq: expat, sed
%if "%{with_db}" == "yes"
-BuildPreReq: db
-PreReq: db
+BuildPreReq: db >= 4.6
+PreReq: db >= 4.6
%endif
%if "%{with_gdbm}" == "yes"
BuildPreReq: gdbm
@@ -143,7 +143,7 @@
--with-gdbm=%{l_prefix} \
%endif
%if "%{with_db}" == "yes"
- --with-dbm=db45 \
+ --with-dbm=db46 \
%else
%if "%{with_gdbm}" == "yes"
--with-dbm=gdbm \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]