diff --git a/bsddb3-5.0.0.tar.bz2 b/bsddb3-5.0.0.tar.bz2 deleted file mode 100644 index 063c511..0000000 --- a/bsddb3-5.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ca753888065e5b5e4e3bf5bdcb975e34dc26bfe0a6841ccb5141e0c4b63df7 -size 132148 diff --git a/bsddb3-5.1.1.tar.bz2 b/bsddb3-5.1.1.tar.bz2 new file mode 100644 index 0000000..d0c906c --- /dev/null +++ b/bsddb3-5.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bb929a4eed5d092d365ee2d738862a91f4ef3e7a11cea437248d36074aadd1 +size 276869 diff --git a/python-bsddb3.changes b/python-bsddb3.changes index d19aa66..592faa1 100644 --- a/python-bsddb3.changes +++ b/python-bsddb3.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Nov 18 15:03:47 UTC 2010 - hvogel@novell.com + +* Testsuite for "DB->get_transactional()" should not create databases + outside the TMP directory, neither leave the files behind. +* If something happens while creating the CObject/Capsule object, + keep going, even without exporting the C API, instead of crashing. +* Support for: + * "DB_FORCESYNC", "DB_FAILCHK", "DB_SET_REG_TIMEOUT", + * "DB_TXN_BULK", "DB_HOTBACKUP_IN_PROGRESS". + * "DB_EVENT_REG_ALIVE", "DB_EVENT_REG_PANIC", + * "DB_EVENT_REP_DUPMASTER", "DB_REPMGR_CONF_ELECTIONS", + * "DB_EVENT_REP_ELECTION_FAILED", "DB_EVENT_REP_MASTER_FAILURE". + * "DB_VERB_REP_ELECT", "DB_VERB_REP_LEASE", "DB_VERB_REP_MISC", + * "DB_VERB_REP_MSGS", "DB_VERB_REP_SYNC", "DB_VERB_REP_SYSTEM", + * "DB_VERB_REPMGR_CONNFAIL", "DB_VERB_REPMGR_MISC". + * "DB_STAT_LOCK_CONF", "DB_STAT_LOCK_LOCKERS", + * "DB_STAT_LOCK_OBJECTS", "DB_STAT_LOCK_PARAMS". + * "DB_REP_CONF_INMEM", "DB_TIMEOUT ", "DB_CURSOR_BULK". + * "DB->get_transactional()", "DB_REPMGR_ACKS_ALL_AVAILABLE" +* Support for Berkeley DB 5.1. +* Drop support for Berkeley DB 4.1 +* Include processed HTML documentation in the EGG. +* Some link fixes for external documentation. +* Links added in the documentation to Oracle Berkeley DB programmer + reference. + ------------------------------------------------------------------- Wed Nov 10 12:44:22 UTC 2010 - coolo@novell.com diff --git a/python-bsddb3.spec b/python-bsddb3.spec index 6bedb29..036f1fd 100644 --- a/python-bsddb3.spec +++ b/python-bsddb3.spec @@ -1,26 +1,8 @@ -# -# spec file for package python-bsddb3 (Version 5.0.0) -# -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - %define modname bsddb3 Name: python-bsddb3 -Version: 5.0.0 -Release: 5 +Version: 5.1.1 +Release: 1 Summary: Python interface for Berkeley DB Url: http://pypi.python.org/pypi/bsddb3 License: MIT License @@ -28,7 +10,7 @@ Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} -BuildRequires: db-devel python-devel +BuildRequires: db-devel python python-devel %description This module provides a nearly complete wrapping of the Oracle/Sleepycat C API