Author: kwizart Update of /cvs/pkgs/rpms/perl-BDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25777/devel Modified Files: import.log perl-BDB.spec Added Files: BDB-1.86-db_48.patch Log Message: - Patch to force db 4.8. BDB-1.86-db_48.patch: BDB.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE BDB-1.86-db_48.patch --- 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) Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 31 Aug 2009 15:21:53 -0000 1.1 +++ import.log 8 Dec 2009 22:37:51 -0000 1.2 @@ -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 Index: perl-BDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-BDB.spec 7 Dec 2009 17:49:04 -0000 1.11 +++ perl-BDB.spec 8 Dec 2009 22:37:51 -0000 1.12 @@ -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 <kwizart@xxxxxxxxxxxxxxxxx> - 1.86-2 +- Patch to force db 4.8. + * Mon Dec 7 2009 Nicolas Chauvet <kwizart@xxxxxxxxxxxxxxxxx> - 1.86-1 - Update to 1.86 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list