Skip to Content.
Sympa Menu

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

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 (89f7daa2dbca959b94f5a78ee75dbdd13b34fe34)
  • Date: Sun, 21 Jun 2009 03:58:59 -0500

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

devel/ocaml/DETAILS | 4 ++--
devel/ocaml/HISTORY | 3 +++
graphics-libs/poppler/DEPENDS | 5 +++++
graphics-libs/poppler/DETAILS | 4 ++--
graphics-libs/poppler/HISTORY | 4 ++++
python-pypi/repoze.who/DETAILS | 4 ++--
python-pypi/repoze.who/HISTORY | 3 +++
python-pypi/toscawidgets/DETAILS | 4 ++--
python-pypi/toscawidgets/HISTORY | 3 +++
9 files changed, 26 insertions(+), 8 deletions(-)

New commits:
commit 89f7daa2dbca959b94f5a78ee75dbdd13b34fe34
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poppler: => 0.11.1

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

ocaml: => 3.11.1

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

repoze.who: => 1.0.14

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

toscawidgets: => 0.9.7.1

diff --git a/devel/ocaml/DETAILS b/devel/ocaml/DETAILS
index 6fd0d6e..0cfa051 100755
--- a/devel/ocaml/DETAILS
+++ b/devel/ocaml/DETAILS
@@ -1,7 +1,7 @@
SPELL=ocaml
- VERSION=3.11.0
+ VERSION=3.11.1
VX=3.11
-
SOURCE_HASH=sha512:9be3ef106d71e58712b667ac8d533b9fbf09c4c32dfb538d296e3274fcfe67a69021f2a17713bdfb5a71f9133154b99f0346bb43358a884ee7e6b694c2d7f846
+
SOURCE_HASH=sha512:ac8a1a663dc571a74e8059f9b648d635ca52fc2945b62a2877139f9ed61669dfb4dd7ddc4310aaed986b5aa19e6e7b4c69c24b49d552ae5ad42da30079b087b5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%pl*}
SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$SPELL-$VX/$SOURCE
diff --git a/devel/ocaml/HISTORY b/devel/ocaml/HISTORY
index 3653ce2..5a2630a 100644
--- a/devel/ocaml/HISTORY
+++ b/devel/ocaml/HISTORY
@@ -1,3 +1,6 @@
+2009-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.11.1
+
2008-12-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.11.0

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index fb3da13..1a72f4b 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -6,6 +6,11 @@ if [[ $POPPLER_VER == vcs ]]; then
depends CVS
fi &&

+if [[ $POPPLER_VER != stable ]]; then
+ optional_depends libpng '' '' 'for pdftohtml' &&
+ optional_depends lcms '' '' 'for color management'
+fi &&
+
optional_depends openjpeg \
"--enable-openjpeg" \
"--disable-openjpeg" \
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index f30f2eb..17f4b22 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -12,8 +12,8 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_VER == devel ]]; then
- VERSION=0.10.7
-
SOURCE_HASH=sha512:ec6c409fafe956068a0629b9968764d428a7fee2877e56eaae496191612face3f4e52efc5b35d8794214f852212c81b889765464cdf5a1033455c85035ad21f4
+ VERSION=0.11.1
+
SOURCE_HASH=sha512:32bb4b951fef306c9d11a55fff14e17c14f609ab9d437c0ae122d8457d732406bfd212cdbf1160afcab9a91df6c7f4dc4ef6a8c3e5ffd8447bdf4348396af729
else
VERSION=0.10.7

SOURCE_HASH=sha512:ec6c409fafe956068a0629b9968764d428a7fee2877e56eaae496191612face3f4e52efc5b35d8794214f852212c81b889765464cdf5a1033455c85035ad21f4
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 1f525e5..aae08e4 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2009-06-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.11.1 (devel)
+ * DEPENDS: add libpng/lcms for non-stable versions
+
2009-05-17 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.10.7

diff --git a/python-pypi/repoze.who/DETAILS b/python-pypi/repoze.who/DETAILS
index 11cf9b2..b2ced4b 100755
--- a/python-pypi/repoze.who/DETAILS
+++ b/python-pypi/repoze.who/DETAILS
@@ -1,6 +1,6 @@
SPELL=repoze.who
- VERSION=1.0.13
-
SOURCE_HASH=sha512:6a78b6dc1dae9f48b828526733f17f775d6fffafc6a3fefdd1b578763fa6fad34080b78299bf9af19db2076083883d2f1e0a8e4b455e70a5e06c1f11f0524558
+ VERSION=1.0.14
+
SOURCE_HASH=sha512:20a034606940d7106cedae35ab667a4d6fc914bed93393167ff4a747cdcbd91b60201d8822b31899b07b09b31aa6fa60de6bbba6563794259705608a8a51c859
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/$SPELL
diff --git a/python-pypi/repoze.who/HISTORY b/python-pypi/repoze.who/HISTORY
index c0ce690..139e7b0 100644
--- a/python-pypi/repoze.who/HISTORY
+++ b/python-pypi/repoze.who/HISTORY
@@ -1,3 +1,6 @@
+2009-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.14
+
2009-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.13

diff --git a/python-pypi/toscawidgets/DETAILS
b/python-pypi/toscawidgets/DETAILS
index 8dda231..a32e6b9 100755
--- a/python-pypi/toscawidgets/DETAILS
+++ b/python-pypi/toscawidgets/DETAILS
@@ -1,7 +1,7 @@
SPELL=toscawidgets
SPELLX=ToscaWidgets
- VERSION=0.9.4
-
SOURCE_HASH=sha512:e2a3575d83b7d7a24e8a176ed241ec39da40256977bec3ff95fc62da4fb308a0d147f42f2658ed5134f753fdc3b70b4362fba9b4d4b6f02c3e0791c573eca826
+ VERSION=0.9.7.1
+
SOURCE_HASH=sha512:c084319990178830534856fa6ddf5279b51949b8ed2368502f3f9495796334ebb877564c550c0d14bea045255139239690febd5d55eda9e98af0383f9a813111
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/T/$SPELLX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
diff --git a/python-pypi/toscawidgets/HISTORY
b/python-pypi/toscawidgets/HISTORY
index b496f47..5a3e2c7 100644
--- a/python-pypi/toscawidgets/HISTORY
+++ b/python-pypi/toscawidgets/HISTORY
@@ -1,3 +1,6 @@
+2009-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.7.1
+
2009-01-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (89f7daa2dbca959b94f5a78ee75dbdd13b34fe34), Treeve Jelbert, 06/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page