diff --git a/.gitignore b/.gitignore index 10f6bb2..1eda430 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -BerkeleyDB-0.43.tar.gz +/BerkeleyDB-[0-9.]*.tar.gz diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec index 3f69763..4560f80 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.43 -Release: 6%{?dist} +Version: 0.48 +Release: 1%{?dist} Summary: Interface to Berkeley DB License: GPL+ or Artistic Group: Development/Libraries @@ -57,6 +57,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +# Remove files we don't want packaged +rm $RPM_BUILD_ROOT%{perl_vendorarch}/{mkconsts,scan}.pl + %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -76,6 +79,16 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/BerkeleyDB.3pm* %changelog +* Sun Jun 19 2011 Paul Howarth - 0.48-1 +- Update to 0.48 + - Added support for db_exists and lock_detect + - Fixed bug with c_pget when the DB_GET_BOTH flag is used + - Fixed bug with db_pget when the DB_GET_BOTH flag is used + - Changes to build with BDB 5.2 + - Add support for new Heap database format + - Fixed test harness issue with Heap.t (CPAN RT#68818) +- Don't package build tools mkconsts.pl and scan.pl + * Sun Jun 19 2011 Marcela Mašláňová - 0.43-6 - Perl mass rebuild diff --git a/sources b/sources index e391489..9b4b0e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d0cf0651ed8cd3fc36e328d5924a1e9 BerkeleyDB-0.43.tar.gz +a37422a3ee116bc1f9f928a4a36edc31 BerkeleyDB-0.48.tar.gz