diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec index 67c29e0..57b88cb 100644 --- a/perl-BerkeleyDB.spec +++ b/perl-BerkeleyDB.spec @@ -9,8 +9,8 @@ %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.53 -Release: 2%{?dist} +Version: 0.54 +Release: 1%{?dist} Summary: Interface to Berkeley DB License: GPL+ or Artistic Group: Development/Libraries @@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/BerkeleyDB.3pm* %changelog +* Sun Nov 10 2013 Paul Howarth - 0.54-1 +- Update to 0.54 + - Fix memory leak in CDS locking routines (CPAN RT#90134) + * Wed Oct 09 2013 Jitka Plesnikova - 0.53-2 - Rebuild against libdb 5.3.28 diff --git a/sources b/sources index 0408bae..af17f75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -899c6967316c7a36b1d5b6a4c7ffbb02 BerkeleyDB-0.53.tar.gz +7efc0aaaf6ca4a2a629eadea24d34fad BerkeleyDB-0.54.tar.gz