Skip to Content.
Sympa Menu

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

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 (485c1981242639acf1e3986ad69221de321fbc36)
  • Date: Fri, 28 Aug 2009 14:00:40 -0500

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

devel/ctags/DETAILS | 4 ++--
devel/ctags/HISTORY | 3 +++
doc/wv2/BUILD | 1 +
doc/wv2/DEPENDS | 3 +++
doc/wv2/DETAILS | 4 ++--
doc/wv2/HISTORY | 7 +++++++
doc/wv2/PRE_BUILD | 5 +++++
doc/wv2/UP_TRIGGERS | 16 ++++++++++++++++
printer/exaro/DETAILS | 4 ++--
printer/exaro/HISTORY | 3 +++
printer/zint/DETAILS | 4 ++--
printer/zint/HISTORY | 3 +++
python-pypi/decorator/DETAILS | 4 ++--
python-pypi/decorator/HISTORY | 3 +++
14 files changed, 54 insertions(+), 10 deletions(-)

New commits:
commit 4e4061bb27f5dea7fde6204716c32cb77d696597
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wv2-0.4.0

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

ctags: => 5.8

commit 63fa210bd459a487a259b83f0b7c1192c084c644
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

decorator: => 3.1.2

commit 92bc275f7590eb5c8a850224a20111b2fc6f6567
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

zint: => 2.2.1

commit 046df3a29993994357fefdd62e425f53e21de8f1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

exaro: => 2.0.0

diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS
index 105c686..5ee7fa9 100755
--- a/devel/ctags/DETAILS
+++ b/devel/ctags/DETAILS
@@ -1,6 +1,6 @@
SPELL=ctags
- VERSION=5.7
-
SOURCE_HASH=sha512:5001a226bf8fd58db5b6f0648a1ec4b900be40aeee9c5ab09d6030b34288eccc49423fa990a306474110dce6a815b3a79b0c83ebb6e27d5ea65175b11c00389c
+ VERSION=5.8
+
SOURCE_HASH=sha512:981912cd335978cde22864e977947fc75326572fb29518e559cc4a8ac1edc84b3604165218a666e36353f17da4f89f8e967acdb88696f816748eb946d79eaa15
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/ctags/HISTORY b/devel/ctags/HISTORY
index a4b2beb..76d6b0d 100644
--- a/devel/ctags/HISTORY
+++ b/devel/ctags/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.8
+
2009-02-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.7

diff --git a/doc/wv2/BUILD b/doc/wv2/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/doc/wv2/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/doc/wv2/DEPENDS b/doc/wv2/DEPENDS
index 8c108ff..944acdc 100755
--- a/doc/wv2/DEPENDS
+++ b/doc/wv2/DEPENDS
@@ -1,2 +1,5 @@
+depends cmake &&
+depends pkgconfig &&
+depends g++ &&
depends libgsf &&
optional_depends "libwmf" "--with-libwmf" "" "to see embeded images in doc
files"
diff --git a/doc/wv2/DETAILS b/doc/wv2/DETAILS
index 48f047d..596c2d6 100755
--- a/doc/wv2/DETAILS
+++ b/doc/wv2/DETAILS
@@ -1,6 +1,6 @@
SPELL=wv2
- VERSION=0.3.1
-
SOURCE_HASH=sha512:3b811a5f612db4fef447c8e0eeeb782c3cbf4983c6d528f32520d2676972d18296696288b86f8c6cfe3ca35b39149dd93f8893d90579c3150e6402a155265804
+ VERSION=0.4.0
+
SOURCE_HASH=sha512:9d03e918ee2c7ec5d42cff663603fbefddb2fe1326ed9192cbd04c93154dd8e89bc186458110d277cf41785addc899969dddfde0c36254774cd83b5d3a554908
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/wvware/$SOURCE
diff --git a/doc/wv2/HISTORY b/doc/wv2/HISTORY
index 1c0eaab..c8a0fc4 100644
--- a/doc/wv2/HISTORY
+++ b/doc/wv2/HISTORY
@@ -1,3 +1,10 @@
+2009-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+ * DEPENDS: add cmake, pkgconfig, g++
+ * BUILD: added, for cmake
+ * PRE_BUILD: added, fix for gcc-4.4.1
+ * UP_TRIGGERS: added
+
2009-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.1

diff --git a/doc/wv2/PRE_BUILD b/doc/wv2/PRE_BUILD
new file mode 100755
index 0000000..a71476c
--- /dev/null
+++ b/doc/wv2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build
+cd $SOURCE_DIRECTORY &&
+# fix for gcc-4.4.1
+sed -i 's|^#elif$|#else|;/#elif H/s|$|)|;/#elif H/s|H|defined(H|' \
+ src/ustring.cpp
diff --git a/doc/wv2/UP_TRIGGERS b/doc/wv2/UP_TRIGGERS
new file mode 100755
index 0000000..ac74dbd
--- /dev/null
+++ b/doc/wv2/UP_TRIGGERS
@@ -0,0 +1,16 @@
+# up_trigger everything on minor version updates
+
+local OLD_SPELL_VERSION="",OLD_LIB="2"
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
+ message "This is a possibly incompatible update of wv2..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL 1); do
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libwv2.so.${OLD_LIB}"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/printer/exaro/DETAILS b/printer/exaro/DETAILS
index 5cabfe7..8a2507f 100755
--- a/printer/exaro/DETAILS
+++ b/printer/exaro/DETAILS
@@ -1,7 +1,7 @@
SPELL=exaro
if [[ $EX_VER == y ]];then
- VERSION=1.90.0
-
SOURCE_HASH=sha512:644a6c375ab21f67483108ab20d49b98dbfa8927b250382419e0b38711bbe97b280b0f665752cb333afb800a7ea0f736c78ae018715a89304f27b3f4f9cb159d
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:80237eaef6c69857e57094f052907b007b55857ecfc348881ab4a5ee319e8eaccc44c2a257f3b87fe430f0892bd47ab6ad3bd3a4e65b06c8bcbadea82025a9ff
SX=${SPELL}_${VERSION}
SOURCE=$SX.tar.lzma
else
diff --git a/printer/exaro/HISTORY b/printer/exaro/HISTORY
index 5adf970..bf84099 100644
--- a/printer/exaro/HISTORY
+++ b/printer/exaro/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0 (devel)
+
2009-09-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.90.0 (devel)

diff --git a/printer/zint/DETAILS b/printer/zint/DETAILS
index 9947380..9587b3d 100755
--- a/printer/zint/DETAILS
+++ b/printer/zint/DETAILS
@@ -1,6 +1,6 @@
SPELL=zint
- VERSION=2.2.0
-
SOURCE_HASH=sha512:71d2ce81b6c4088d0ab74aa8b3f0a9b89d1850eb35ee5bc6ae6babd65e487a5ed08de83d11fd910e4cbf02fbccc25106a1c552a0d8f1e8418806ed81bd98b0e3
+ VERSION=2.2.1
+
SOURCE_HASH=sha512:a8dbf0459307f51fc847aa766295509b13bbe6a88021b841fe550cb13d02a9d133d6990390846a1e005d20403f0ac4af196698187bc6cdca5913652a16037815
SOURCE=$SPELL-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/printer/zint/HISTORY b/printer/zint/HISTORY
index bdb5c45..32b1393 100644
--- a/printer/zint/HISTORY
+++ b/printer/zint/HISTORY
@@ -1,3 +1,6 @@
+2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.1
+
2009-07-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0

diff --git a/python-pypi/decorator/DETAILS b/python-pypi/decorator/DETAILS
index 49e4b3a..2b60be7 100755
--- a/python-pypi/decorator/DETAILS
+++ b/python-pypi/decorator/DETAILS
@@ -1,6 +1,6 @@
SPELL=decorator
- VERSION=3.0.1
-
SOURCE_HASH=sha512:7fed37718666fd5f08f4949c513adbd0f5b95d956aaedeb2f45d91a143d1baf4d445699b57fccfb12e6a56b143f52ded9e5a7a747fe6707228480499dd10f01d
+ VERSION=3.1.2
+
SOURCE_HASH=sha512:92825d8a6a083849f15429e3628561664fecfca014540585bfb914cc4919a20b3d8dcc8612b466b49603a2490ecd9b0a1cc14e615672c72094a733fbd08f65ff
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/d/decorator/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/decorator/HISTORY b/python-pypi/decorator/HISTORY
index 4f00c0c..9b64380 100644
--- a/python-pypi/decorator/HISTORY
+++ b/python-pypi/decorator/HISTORY
@@ -1,3 +1,6 @@
+2009-08-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.2
+
2009-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.1
new website & url



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (485c1981242639acf1e3986ad69221de321fbc36), Treeve Jelbert, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page