[perl-BerkeleyDB] Update to 0.48

Paul Howarth pghmcfc at fedoraproject.org
Sun Jun 19 20:42:32 UTC 2011


commit d02c17025971ddf16df7358be9b9b54d9e9a39e8
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jun 19 21:40:56 2011 +0100

    Update to 0.48
    
    - New upstream release 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

 .gitignore           |    2 +-
 perl-BerkeleyDB.spec |   17 +++++++++++++++--
 sources              |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
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 <paul at city-fan.org> - 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á <mmaslano at redhat.com> - 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



More information about the perl-devel mailing list