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: 24-Jul-2007 22:12:21
Branch: HEAD Handle: 2007072421122100
Modified files:
openpkg-src/db db.patch db.spec
Log:
upgrading package: db 4.5.20.2 -> 4.6.18.0
Summary:
Revision Changes Path
1.8 +7 -7 openpkg-src/db/db.patch
1.79 +4 -6 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 db.patch
--- openpkg-src/db/db.patch 20 Nov 2005 09:42:37 -0000 1.7
+++ openpkg-src/db/db.patch 24 Jul 2007 20:12:21 -0000 1.8
@@ -1,7 +1,7 @@
Index: mutex/mut_fcntl.c
---- mutex/mut_fcntl.c.orig 2005-11-01 15:49:05 +0100
-+++ mutex/mut_fcntl.c 2005-11-20 09:49:05 +0100
-@@ -88,7 +88,7 @@
+--- mutex/mut_fcntl.c.orig 2007-05-17 17:15:45 +0200
++++ mutex/mut_fcntl.c 2007-07-24 22:09:39 +0200
+@@ -79,7 +79,7 @@
/* Acquire an exclusive kernel lock. */
k_lock.l_type = F_WRLCK;
@@ -10,7 +10,7 @@
goto err;
/* If the resource is still available, it's ours. */
-@@ -102,7 +102,7 @@
+@@ -93,7 +93,7 @@
/* Release the kernel lock. */
k_lock.l_type = F_UNLCK;
@@ -20,9 +20,9 @@
/*
Index: os/os_open.c
---- os/os_open.c.orig 2005-10-31 19:24:50 +0100
-+++ os/os_open.c 2005-11-20 09:48:27 +0100
-@@ -119,7 +119,7 @@
+--- os/os_open.c.orig 2007-05-17 17:15:46 +0200
++++ os/os_open.c 2007-07-24 22:09:39 +0200
+@@ -65,7 +65,7 @@
if (LF_ISSET(DB_OSO_EXCL))
oflags |= O_EXCL;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 db.spec
--- openpkg-src/db/db.spec 27 Jun 2007 22:04:38 -0000 1.78
+++ openpkg-src/db/db.spec 24 Jul 2007 20:12:21 -0000 1.79
@@ -23,8 +23,8 @@
##
# package version
-%define V_version 4.5.20
-%define V_revision 2
+%define V_version 4.6.18
+%define V_revision 0
# package information
Name: db
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20070628
+Release: 20070724
# package options
%option with_compat no
@@ -47,8 +47,6 @@
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/db/update/%{V_version}/patch.%{V_version}.1
-Patch2:
http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.2
# build information
Prefix: %{l_prefix}
@@ -79,7 +77,7 @@
%prep
%setup -q -n db-%{V_version}
- %patch -p0 -P 0 1 2
+ %patch -p0
%{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]