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: 04-Feb-2006 10:07:03
Branch: HEAD Handle: 2006020409070300
Modified files:
openpkg-src/db db.spec
Log:
upgrading package: db 4.4.20.0 -> 4.4.20.2
Summary:
Revision Changes Path
1.66 +6 -5 openpkg-src/db/db.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 db.spec
--- openpkg-src/db/db.spec 13 Jan 2006 07:17:37 -0000 1.65
+++ openpkg-src/db/db.spec 4 Feb 2006 09:07:03 -0000 1.66
@@ -24,7 +24,7 @@
# package version
%define V_version 4.4.20
-%define V_revision 0
+%define V_revision 2
# package information
Name: db
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20060113
+Release: 20060204
# package options
%option with_compat no
@@ -46,6 +46,8 @@
# list of sources
Source0: ftp://sleepycat1.inetu.net/releases/db-%{V_version}.tar.gz
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
# build information
Prefix: %{l_prefix}
@@ -71,15 +73,14 @@
regex = db-(__VER__)\.tar\.gz
}
prog db:patch = {
- comment = "thl: change tracking from hardcode to variable once a
patch is available"
- version = 4.3.28
+ 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
+ %patch -p0 -P 0 1 2
%{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]