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: 05-Apr-2008 09:40:59
Branch: HEAD Handle: 2008040508405700
Modified files:
openpkg-src/db db.spec
Log:
upgrading package: db 4.6.21.0 -> 4.6.21.1
Summary:
Revision Changes Path
1.86 +4 -3 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 db.spec
--- openpkg-src/db/db.spec 18 Jan 2008 06:57:48 -0000 1.85
+++ openpkg-src/db/db.spec 5 Apr 2008 07:40:57 -0000 1.86
@@ -23,7 +23,7 @@
# package version
%define V_version 4.6.21
-%define V_revision 0
+%define V_revision 1
# package information
Name: db
@@ -36,7 +36,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20080118
+Release: 20080405
# package options
%option with_pthreads no
@@ -52,6 +52,7 @@
Source0:
http://download-uk.oracle.com/berkeley-db/db-%{V_version}.tar.gz
Source1: db.pc
Patch0: db.patch
+Patch1:
http://www.oracle.com/technology/products/berkeley-db/xml/update/%{V_version}/patch.%{V_version}.1
# build information
Prefix: %{l_prefix}
@@ -82,7 +83,7 @@
%prep
%setup -q -n db-%{V_version}
- %patch -p0
+ %patch -p0 -P 0 1
%{l_shtool} subst \
-e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
-e 's;install_utilities install_docs;install_utilities;' \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]