# HG changeset patch # User Michael Schloh von Bennewitz # Date 1347901810 -7200 # Node ID 9fe04d4d4e5aa764ca783ffb10fcfeb37f1a4896 # Parent 2223e646d8d936ee3e22593f767688ff9a7b0a49 Update to new version of vendor software although Oracle fails to deliver. More specifically, newer db(3) patch revisions exist but Oracle has removed them from the canonical download server URI for Berkely DB. diff -r 2223e646d8d9 -r 9fe04d4d4e5a db/db.spec --- a/db/db.spec Mon Sep 17 19:07:33 2012 +0200 +++ b/db/db.spec Mon Sep 17 19:10:10 2012 +0200 @@ -23,7 +23,7 @@ # package version %define V_version 4.7.25 -%define V_revision 3 +%define V_revision 4 # package information Name: db @@ -36,7 +36,7 @@ Group: Database License: BSD Version: %{V_version}.%{V_revision} -Release: 20090401 +Release: 20120800 # package options %option with_pthreads no @@ -55,6 +55,7 @@ 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 Patch3: http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.3 +Patch4: http://www.oracle.com/technology/products/berkeley-db/db/update/%{V_version}/patch.%{V_version}.4 # build information Prefix: %{l_prefix} @@ -89,6 +90,7 @@ %patch -p0 -P 1 %patch -p0 -P 2 %patch -p0 -P 3 + %patch -p0 -P 4 %{l_shtool} subst \ -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \