From 249565a43fd30dffad7c09c78522afbed1d7a8fd Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Dec 08 2009 22:37:51 +0000 Subject: - Patch to force db 4.8. --- diff --git a/BDB-1.86-db_48.patch b/BDB-1.86-db_48.patch new file mode 100644 index 0000000..e69aa70 --- /dev/null +++ b/BDB-1.86-db_48.patch @@ -0,0 +1,12 @@ +diff -up BDB-1.86/BDB.xs.db_48 BDB-1.86/BDB.xs +--- BDB-1.86/BDB.xs.db_48 2009-12-08 23:32:05.590607040 +0100 ++++ BDB-1.86/BDB.xs 2009-12-08 23:32:51.771603238 +0100 +@@ -1228,7 +1228,7 @@ BOOT: + const_iv (WRITECURSOR) + const_iv (YIELDCPU) + const_iv (ENCRYPT_AES) +- const_iv (XA_CREATE) ++ //const_iv (XA_CREATE) + const_iv (BTREE) + const_iv (HASH) + const_iv (QUEUE) diff --git a/import.log b/import.log index 2e9f9ab..b94542e 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ perl-BDB-1_84-1_fc11:HEAD:perl-BDB-1.84-1.fc11.src.rpm:1251732031 +perl-BDB-1_86-2_fc11:HEAD:perl-BDB-1.86-2.fc11.src.rpm:1260311813 diff --git a/perl-BDB.spec b/perl-BDB.spec index 66534c9..d45c150 100644 --- a/perl-BDB.spec +++ b/perl-BDB.spec @@ -1,6 +1,6 @@ Name: perl-BDB Version: 1.86 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Asynchronous Berkeley DB access Group: Development/Libraries @@ -8,6 +8,7 @@ License: GPL+ or Artistic URL: http://search.cpan.org/dist/BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz Patch0: BDB-1.84-nocommon.patch +Patch1: BDB-1.86-db_48.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) @@ -21,6 +22,7 @@ Asynchronous Berkeley DB access. %prep %setup -q -n BDB-%{version} %patch0 -p1 -b .nocommon +%patch1 -p1 -b .db48 %build @@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 8 2009 Nicolas Chauvet - 1.86-2 +- Patch to force db 4.8. + * Mon Dec 7 2009 Nicolas Chauvet - 1.86-1 - Update to 1.86