Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (90947a3ff201f30239c4a807490403f27df0460a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (90947a3ff201f30239c4a807490403f27df0460a)
  • Date: Wed, 30 Sep 2009 03:11:38 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/db/DETAILS | 4 ++--
database/db/HISTORY | 4 ++++
database/db/PREPARE | 10 ++++++++++
python-pypi/bsddb3/DETAILS | 2 +-
python-pypi/bsddb3/HISTORY | 3 +++
5 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 90947a3ff201f30239c4a807490403f27df0460a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bsddb3: => 4.8.0

commit 0098ffbf0f4818b0594f893b6b10f381e13f590c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

db: => 4.8.24

diff --git a/database/db/DETAILS b/database/db/DETAILS
index 689faaa..aec1750 100755
--- a/database/db/DETAILS
+++ b/database/db/DETAILS
@@ -1,6 +1,6 @@
SPELL=db
- VERSION=4.7.25
-
SOURCE_HASH=sha512:3a0b2bcb210192c7a37b082fab47a8a32da5e7e91058e18be8fb844c8780088cbd4de6234257750505d5a05864517be03afdad95cb1c549f9743386d6129554b
+ VERSION=4.8.24
+
SOURCE_HASH=sha512:fc5c1b9f27f3d1aadc18d9c1a9c792f6908b2070d497fb75199fc866ef5b4097fce8ae4477d655d940cd8d771b2d8f3faa7dd63070aecca40c6b0291a9631633
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.oracle.com/berkeley-db/$SOURCE
diff --git a/database/db/HISTORY b/database/db/HISTORY
index 1aad623..e1096fb 100644
--- a/database/db/HISTORY
+++ b/database/db/HISTORY
@@ -1,3 +1,7 @@
+2009-0-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.8.24
+ * PREPARE: added, to warn that the format of the logfile has changed
+
2008-10-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* UP_TRIGGERS: only trigger the level 1 dependencies, not recursively

diff --git a/database/db/PREPARE b/database/db/PREPARE
new file mode 100755
index 0000000..be935c6
--- /dev/null
+++ b/database/db/PREPARE
@@ -0,0 +1,10 @@
+if spell_ok db;then
+ if [[ `installed_version db` != $VERSION ]];then
+ if ! query 'the log file format has changed! continue?' n;then
+ message failed
+ return 1
+ fi
+ fi
+fi
+message ok
+return 0
diff --git a/python-pypi/bsddb3/DETAILS b/python-pypi/bsddb3/DETAILS
index 65d5229..2ead7b7 100755
--- a/python-pypi/bsddb3/DETAILS
+++ b/python-pypi/bsddb3/DETAILS
@@ -1,5 +1,5 @@
SPELL=bsddb3
- VERSION=4.7.6
+ VERSION=4.8.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/bsddb3/HISTORY b/python-pypi/bsddb3/HISTORY
index d185f90..67ce3f9 100644
--- a/python-pypi/bsddb3/HISTORY
+++ b/python-pypi/bsddb3/HISTORY
@@ -1,3 +1,6 @@
+2009-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.8.0
+
2009-04-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.7.6




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (90947a3ff201f30239c4a807490403f27df0460a), Treeve Jelbert, 09/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page