[perl-BerkeleyDB] Update to 0.52

Paul Howarth pghmcfc at fedoraproject.org
Tue Jun 11 19:17:45 UTC 2013


commit 3ca9f5cc6dfb2c49f8c3a6acc0ae73f5e38aea70
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jun 11 19:47:57 2013 +0100

    Update to 0.52
    
    - New upstream release 0.52
      - Updates for BDB 6.0 - added Blob support
        - Added BerkeleyDB::DbStream class to interface to Blobs
        - Added BlobThreshold and BlobDir options to BerkeleyDB::Env constructor
        - Added BlobThreshold and BlobDir options to Hash, Btree and Heap
          constructors
        - Added get_blob_threshold method to BerkeleyDB::Env
        - Added get_blob_dir method to BerkeleyDB::Env
        - Added get_blob_threshold method to Hash, Btree and Heap
        - Added get_blob_dir method to Hash, Btree and Heap
      - Added method $cursor->set_partial
      - Added method $cursor->partial_clear
      - Fixed $env->lock_detect dies due to incorrect version check (CPAN RT#84179)
      - Fixed memory leak in db_verify() method with libdb < 4.2 (CPAN RT##84409)
      - Fixed a few croaks
    - Drop %defattr, redundant since rpm 4.4

 perl-BerkeleyDB.spec |   23 ++++++++++++++++++++---
 sources              |    2 +-
 2 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec
index f88015e..378eec9 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.51
-Release:        4%{?dist}
+Version:        0.52
+Release:        1%{?dist}
 Summary:        Interface to Berkeley DB
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -76,7 +76,6 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
 %doc README Changes Todo
 %{_bindir}/dbinfo
 %{perl_vendorarch}/BerkeleyDB/
@@ -86,6 +85,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/BerkeleyDB.3pm*
 
 %changelog
+* Tue Jun 11 2013 Paul Howarth <paul at city-fan.org> 0.52-1
+- Update to 0.52
+  - Updates for BDB 6.0 - added Blob support
+    - Added BerkeleyDB::DbStream class to interface to Blobs
+    - Added BlobThreshold and BlobDir options to BerkeleyDB::Env constructor
+    - Added BlobThreshold and BlobDir options to Hash, Btree and Heap
+      constructors
+    - Added get_blob_threshold method to BerkeleyDB::Env
+    - Added get_blob_dir method to BerkeleyDB::Env
+    - Added get_blob_threshold method to Hash, Btree and Heap
+    - Added get_blob_dir method to Hash, Btree and Heap
+  - Added method $cursor->set_partial
+  - Added method $cursor->partial_clear
+  - Fixed $env->lock_detect dies due to incorrect version check (CPAN RT#84179)
+  - Fixed memory leak in db_verify() method with libdb < 4.2 (CPAN RT##84409)
+  - Fixed a few croaks
+- Drop %%defattr, redundant since rpm 4.4
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.51-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 29ed678..6b9dfc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50d0d18227a6568e2557a1b1b33f8f55  BerkeleyDB-0.51.tar.gz
+e1031f4cd3062fdb1597af4373789d79  BerkeleyDB-0.52.tar.gz



More information about the perl-devel mailing list