[perl-BerkeleyDB: 2/2] Update to 0.43

Paul Howarth pghmcfc at fedoraproject.org
Tue Aug 3 12:10:46 UTC 2010


commit 736f0ff942f04c60fb7a1f2608b168400542abae
Merge: 1d864be 2554f11
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Aug 3 13:07:05 2010 +0100

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

 .gitignore           |    2 +-
 perl-BerkeleyDB.spec |    9 ++++++++-
 sources              |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --cc .gitignore
index 20142c8,fcba127..10f6bb2
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,1 @@@
- BerkeleyDB-0.42.tar.gz
 -BerkeleyDB-0.41.tar.gz
+ BerkeleyDB-0.43.tar.gz
diff --cc perl-BerkeleyDB.spec
index 2aa4588,df040ff..62105b2
--- a/perl-BerkeleyDB.spec
+++ b/perl-BerkeleyDB.spec
@@@ -76,11 -76,11 +76,18 @@@ rm -rf $RPM_BUILD_ROO
  %{_mandir}/man3/BerkeleyDB.3pm*
  
  %changelog
 -* Wed Jul  7 2010 Paul Howarth <paul at city-fan.org> - 0.43-1
++* Tue Aug  3 2010 Marcela Maslanova <mmaslano at redhat.com> - 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 <paul at city-fan.org> - 0.42-1
 +- Update to 0.42
    - added $db->Env method to retrieve environment object from a database object
    - get the tied interface to use truncate in the CLEAR method if available
 -- Build with libdb (Berkeley DB 5.x) from Fedora 14 onwards
 +- Build with libdb (Berkeley DB 5.x) from Fedora 14 onwards (#612139)
  - Tag BerkeleyDB.pod as %%doc
  - Use DESTDIR rather than PERL_INSTALL_ROOT
  



More information about the perl-devel mailing list