rpms/perl-BDB/devel perl-BDB.spec,1.1,1.2

Chauvet Nicolas kwizart at fedoraproject.org
Thu Jul 17 19:21:25 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/perl-BDB/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12348

Modified Files:
	perl-BDB.spec 
Log Message:
1.7  Thu Jul 17 14:09:25 CEST 2008
        - use a totally different mechanism to pass callbacks to
          requests (see manpage).
        - optional arguments before the callback can now be left out.
        - use less memory per request, probably be a bit faster, too.
        - fix a memory leak (callbacks were never freed).
        - add a basic testsuite.
        - add (untested) support for cdsgroup_begin and db_exists.
        - make BDB::VERSION compatible to UNIVERSAL::VERSION.

1.6  Tue Jul  8 10:34:58 CEST 2008
        - add new BDB::VERSION function for easy version checks.
        - work around broken bsd headers once more.
        - support for berkeley db 4.7 added.
        - add support for log_set_config and it's constants,
          and set_intermediate_dir_mode.
        - add db_env_dbrename and db_env_dbremove.



Index: perl-BDB.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-BDB.spec	31 May 2008 12:43:30 -0000	1.1
+++ perl-BDB.spec	17 Jul 2008 19:20:38 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           perl-BDB
-Version:        1.5
+Version:        1.7
 Release:        1%{?dist}
 Summary:        Asynchronous Berkeley DB access
 
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.7-1
+- Update to 1.7
+
 * Tue May 27 2008 kwizart < kwizart at gmail.com > - 1.5-1
 - Update to 1.5
 




More information about the Fedora-perl-devel-list mailing list