[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6894bf928617c12f7ddcd725a69adb17b23998ed)

Treeve Jelbert scm at sourcemage.org
Mon Jun 23 14:55:38 EDT 2008


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

 archive/dar/DETAILS           |    4 ++--
 archive/dar/HISTORY           |    4 ++++
 archive/dar/UP_TRIGGERS       |    3 ++-
 database/tokyocabinet/DETAILS |    4 ++--
 database/tokyocabinet/HISTORY |    3 +++
 printer/photoprint/DETAILS    |    4 ++--
 printer/photoprint/HISTORY    |    3 +++
 x11-toolkits/wxgtk/DETAILS    |    4 ++--
 x11-toolkits/wxgtk/HISTORY    |    3 +++
 9 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit 6894bf928617c12f7ddcd725a69adb17b23998ed
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "wxgtk-2.8.8"

commit 8031b8836ec0bfe56adcb707acbb7c6098f475c1
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "tokyocabinet-1.2.8"

commit f016e862141b2cf55ba775cdfdb2d7a803d1de01
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "photoprint-0.3.8"

commit 8cd3b28adf2847a2e08f784bcaa33f805a51d72b
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "dar-2.3.8"

diff --git a/archive/dar/DETAILS b/archive/dar/DETAILS
index b8c471c..b291c0f 100755
--- a/archive/dar/DETAILS
+++ b/archive/dar/DETAILS
@@ -1,6 +1,6 @@
            SPELL=dar
-         VERSION=2.3.7
-     SOURCE_HASH=sha512:a7a55548a343753c60418e10da80ab693adbabac252a4f70ccbee19c13bb4ebd9d88b692abcd7b91e62fda6e416a33f38fa74a09e5afd682cc7d7e2c31d04650
+         VERSION=2.3.8
+     SOURCE_HASH=sha512:7815e587898973b6360a788c1851d6c66617bbc88f615f0575a39e737486218b11c44662332e24305a40e2f4dd33794c3aa77691a27c25c0ec50043cc4fc3a18
           SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/archive/dar/HISTORY b/archive/dar/HISTORY
index 795d10b..4d46b82 100644
--- a/archive/dar/HISTORY
+++ b/archive/dar/HISTORY
@@ -1,3 +1,7 @@
+2008-06-20 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 2.3.8
+	* UP_TRIGGERS: generalize the .so check, so that it is more obvious
+
 2008-02-10 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 2.3.7
 
diff --git a/archive/dar/UP_TRIGGERS b/archive/dar/UP_TRIGGERS
index 922bd10..4a7950b 100755
--- a/archive/dar/UP_TRIGGERS
+++ b/archive/dar/UP_TRIGGERS
@@ -1,6 +1,7 @@
 # up_trigger everything on minor version updates as most stuff links to libdar32.so.3
 
 local OLD_SPELL_VERSION=""
+local OLD_SO=3
 if spell_ok  $SPELL; then
   OLD_SPELL_VERSION="$(installed_version $SPELL)"
   if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
@@ -8,7 +9,7 @@ if spell_ok  $SPELL; then
     message "Figuring out what spells need to be recast, this may take a while."
     for each in $(show_up_depends $SPELL); do
       if gaze install $each | xargs readelf -d 2> /dev/null |
-         grep -q "NEEDED.*libdar[36][24].so.3"; then
+         grep -q "NEEDED.*libdar[36][24].so.$OLD_SO"; then
            up_trigger $each cast_self
       fi
     done
diff --git a/database/tokyocabinet/DETAILS b/database/tokyocabinet/DETAILS
index 6563a6b..e2cc2e6 100755
--- a/database/tokyocabinet/DETAILS
+++ b/database/tokyocabinet/DETAILS
@@ -1,6 +1,6 @@
            SPELL=tokyocabinet
-         VERSION=1.2.7
-     SOURCE_HASH=sha512:3821868a6dadcc1a921f8201a3e4c7fbc02d161b5f1e7a8b5a7f55a51c583ddf3ee3785f7b182d06e163f797ad1670096ad8d11a72978ccf53cdd619e88362bf
+         VERSION=1.2.8
+     SOURCE_HASH=sha512:ddb6b34eebd1a40611a1efe28fdf58b1adb9a07c75e080c478d9a10aa8b2bd2fe1326a4b54aa64dbb4684490a087b1fc770729347c756bd6a914b707791de702
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://$SPELL.sf.net/$SOURCE
diff --git a/database/tokyocabinet/HISTORY b/database/tokyocabinet/HISTORY
index 1e90d8f..2749599 100644
--- a/database/tokyocabinet/HISTORY
+++ b/database/tokyocabinet/HISTORY
@@ -1,3 +1,6 @@
+2008-06-212 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 1.2.8
+
 2008-06-12 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.2.7
 
diff --git a/printer/photoprint/DETAILS b/printer/photoprint/DETAILS
index b24373d..b84c7a4 100755
--- a/printer/photoprint/DETAILS
+++ b/printer/photoprint/DETAILS
@@ -1,6 +1,6 @@
            SPELL=photoprint
-         VERSION=0.3.7
-     SOURCE_HASH=sha512:9821967977d4709ca2637f1aaeebfda4aef91eabcabb69b2ccf384a524eedd3050158c0aa9d6deacad3031d872e8133e4559dcf77e3e5b579e203eb38eb9b0cb
+         VERSION=0.3.8
+     SOURCE_HASH=sha512:b2aa7029354c07641cd14e889be4528a27f0a6bdf5614b8e464a0d6f8e99c3538469b0956b81e99ecd70e99cd26c2d798bb18e3cbaaf69cae0d390667f7cc840
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         WEB_SITE=http://www.blackfiveservices.co.uk/photoprint.shtml
diff --git a/printer/photoprint/HISTORY b/printer/photoprint/HISTORY
index 02b0972..1241f97 100644
--- a/printer/photoprint/HISTORY
+++ b/printer/photoprint/HISTORY
@@ -1,3 +1,6 @@
+2008-06-22 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.3.8
+
 2008-03-03 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.3.7
 	* DEPENDS: add optional cups
diff --git a/x11-toolkits/wxgtk/DETAILS b/x11-toolkits/wxgtk/DETAILS
index c978bdf..112244c 100755
--- a/x11-toolkits/wxgtk/DETAILS
+++ b/x11-toolkits/wxgtk/DETAILS
@@ -1,8 +1,8 @@
            SPELL=wxgtk
           SPELLX=wxGTK
 if [[ "$WX_DEV" == "y" ]];then
-         VERSION=2.8.7
-    SOURCE_HASH=sha512:16d3694598e8c4ad08e2ff560cfa1a4ce3d5270bab6ebb6739428308077659de4769c12ae3fd3747093e431df05d8c3efc7f5b54289e51c820227f2c14814b7d
+         VERSION=2.8.8
+    SOURCE_HASH=sha512:b5251065ad7a1ebd4ff266034f7479b524f339982964bc9c0b1aaf4b3d559f26152e2f84797e61b44a7d9e036cb49dd8aaab04b8dd0b34e1a98f9ae9490b2441
 else
          VERSION=2.6.4
     SOURCE_HASH=sha512:53b3a1a111288910b18e3743d8e389398bf7e60cddbf0ad609cd72fa4fbd5da2bb9b3b94427ba7ec9d695fb1cbca5fa79a1836a15c652aebf2ae605b1f93f4c5
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index 4f26ca8..88cf2db 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,6 @@
+2008-06-23 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 2.8.8 (new)
+
 2007-12-08 Vlad Glagolev <stealth at sourcemage.org>
 	* BUILD: added `--enable-graphics_ctx' option
 



More information about the SM-Commit mailing list