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: 12-Sep-2006 19:36:50
Branch: HEAD Handle: 2006091218365000
Modified files:
openpkg-src/db db.spec
Log:
upgrading package: db 4.4.20.2 -> 4.4.20.4
Summary:
Revision Changes Path
1.67 +5 -8 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.66 -r1.67 db.spec
--- openpkg-src/db/db.spec 4 Feb 2006 09:07:03 -0000 1.66
+++ openpkg-src/db/db.spec 12 Sep 2006 17:36:50 -0000 1.67
@@ -24,7 +24,7 @@
# package version
%define V_version 4.4.20
-%define V_revision 2
+%define V_revision 4
# package information
Name: db
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20060204
+Release: 20060912
# package options
%option with_compat no
@@ -48,6 +48,8 @@
Patch0: db.patch
Patch1:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.1
Patch2:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.2
+Patch3:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.3
+Patch4:
http://www.sleepycat.com/update/%{V_version}/patch.%{V_version}.4
# build information
Prefix: %{l_prefix}
@@ -72,15 +74,10 @@
url = http://dev.sleepycat.com/downloads/latestreleases.html
regex = db-(__VER__)\.tar\.gz
}
- prog db:patch = {
- version = %{V_version}
- url = http://dev.sleepycat.com/downloads/latestreleases.html
- regex = patch\.(__VER__\.\d+)\.html
- }
%prep
%setup -q -n db-%{V_version}
- %patch -p0 -P 0 1 2
+ %patch -p0 -P 0 1 2 3 4
%{l_shtool} subst \
-e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
-e 's;install_utilities install_docs;install_utilities;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]