diff --git a/.gitignore b/.gitignore index 20142c8..10f6bb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -BerkeleyDB-0.42.tar.gz +BerkeleyDB-0.43.tar.gz diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec index 2aa4588..62105b2 100644 --- a/perl-BerkeleyDB.spec +++ b/perl-BerkeleyDB.spec @@ -9,7 +9,7 @@ %global db_ver %(sed '/DB_VERSION_STRING/!d;s/.*Berkeley DB[[:space:]]*\\([^:]*\\):.*/\\1/' /usr/include/db.h 2>/dev/null || echo 4.0.0) Name: perl-BerkeleyDB -Version: 0.42 +Version: 0.43 Release: 1%{?dist} Summary: Interface to Berkeley DB License: GPL+ or Artistic @@ -76,6 +76,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/BerkeleyDB.3pm* %changelog +* Tue Aug 3 2010 Marcela Maslanova - 0.43-1 +- Update to 0.43 + - Changes to build with BDB 5.1 + - Dropped support for Server option when creating an environment + - Documentation updates (CPAN RT#59202) + - Fixed compilation error with MS Visual Studio 2005 (CPAN RT#59924) + * Wed Jul 7 2010 Paul Howarth - 0.42-1 - Update to 0.42 - added $db->Env method to retrieve environment object from a database object diff --git a/sources b/sources index 51b6b8c..e391489 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b9c1f6e62b6ef40e6bdc673a3a30a32 BerkeleyDB-0.42.tar.gz +3d0cf0651ed8cd3fc36e328d5924a1e9 BerkeleyDB-0.43.tar.gz