Skip to Content.
Sympa Menu

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

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 (7c50de6212c937b9090d2de5fbd997eba35227a1)
  • Date: Mon, 30 Dec 2013 02:02:54 -0600

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

dev/null |binary
devel/swig/DETAILS | 4 ++--
devel/swig/HISTORY | 3 +++
gnome2-libs/glibmm/DETAILS | 5 +++--
gnome2-libs/glibmm/HISTORY | 3 +++
gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS | 5 -----
libs/libsigc++3/DETAILS | 7 ++++---
libs/libsigc++3/HISTORY | 3 +++
libs/raptor/DETAILS | 2 +-
libs/raptor/HISTORY | 3 +++
libs/rasqal/DETAILS | 2 +-
libs/rasqal/HISTORY | 3 +++
libs/redland/DETAILS | 2 +-
libs/redland/HISTORY | 3 +++
net/iproute2/DETAILS | 4 ++--
net/iproute2/HISTORY | 3 +++
python-pypi/alembic/DETAILS | 4 ++--
python-pypi/alembic/HISTORY | 3 +++
18 files changed, 40 insertions(+), 19 deletions(-)

New commits:
commit 7c50de6212c937b9090d2de5fbd997eba35227a1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glibmm: => 2.38.1

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

libsigc++3: => 2.2.11

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

redland: => 1.0.17

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

swig: => 2.0.11

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

iproute2: => 3.12.0

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

alembic: => 0.6.2

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

rasqal: => 0.9.31

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

raptor: => 2.0.12

diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index ed25fef..a02d91b 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -1,6 +1,6 @@
SPELL=swig
- VERSION=2.0.10
-
SOURCE_HASH=sha512:98bb7ee9a59b858ba191537c65a0e12e571fda13f7b269f8380ed32be670824a33ca2dbc61da876ca97fe73d34e1d93504fc3145e0e56bc7a4323ff9ca72685c
+ VERSION=2.0.11
+
SOURCE_HASH=sha512:6ebe40acebd779dc7d647595d4bd5db700615d333b53024fd8e36c7541a2c32677a77655bac475a5cb3add9742cef6d9c7e8e12d8c1105f7e76a3d10e2fea95e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index c3a37f6..b64dea3 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2013-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.11
+
2013-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.10
* PRE_BUILD, python3.patch: deleted
diff --git a/gnome2-libs/glibmm/DETAILS b/gnome2-libs/glibmm/DETAILS
index 2caa53e..3d72305 100755
--- a/gnome2-libs/glibmm/DETAILS
+++ b/gnome2-libs/glibmm/DETAILS
@@ -1,10 +1,11 @@
SPELL=glibmm
- VERSION=2.36.2
+ VERSION=2.38.1
+
SOURCE_HASH=sha512:f9f9b71cfc0f810452669a497eb215c1073fc9b9d63f94adb575d1e3cf8c11412378ae717c7425220a80e96f44095445290536e9667730b1dfc91624cfd263ba
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]="LGPL"
WEB_SITE=http://www.gtkmm.org/
ENTERED=20031005
diff --git a/gnome2-libs/glibmm/HISTORY b/gnome2-libs/glibmm/HISTORY
index b640dec..370c7b6 100644
--- a/gnome2-libs/glibmm/HISTORY
+++ b/gnome2-libs/glibmm/HISTORY
@@ -1,3 +1,6 @@
+2013-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.38.1
+
2013-05-04 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.36.2

diff --git a/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS
b/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS
deleted file mode 100644
index 06cc9d6..0000000
--- a/gnome2-libs/glibmm/REPAIR^none^PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
- DOC) if [[ $FULLDOCS == "y" ]]; then return 0; fi ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DE$
- return 1;;
-esac
diff --git a/gnome2-libs/glibmm/glibmm-2.36.2.tar.xz.sig
b/gnome2-libs/glibmm/glibmm-2.36.2.tar.xz.sig
deleted file mode 100644
index 23a9d15..0000000
Binary files a/gnome2-libs/glibmm/glibmm-2.36.2.tar.xz.sig and /dev/null
differ
diff --git a/libs/libsigc++3/DETAILS b/libs/libsigc++3/DETAILS
index ef10af8..f7177b0 100755
--- a/libs/libsigc++3/DETAILS
+++ b/libs/libsigc++3/DETAILS
@@ -1,10 +1,11 @@
SPELL=libsigc++3
- VERSION=2.2.10
+ VERSION=2.2.11
+
SOURCE_HASH=sha512:9f5022b80920e36fdfb6c52452da0ff18eec7e7836a945b50b5ce3423307ee37eb7f69ec1b206b651a668c8c458737aa51904c61121fc939286c580eaee98c59
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=libsigc++-$VERSION.tar.bz2
+ SOURCE=libsigc++-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libsigc++-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/libsigc++/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig
WEB_SITE=http://libsigc.sourceforge.net/
ENTERED=20020523
LICENSE[0]=LGPL
diff --git a/libs/libsigc++3/HISTORY b/libs/libsigc++3/HISTORY
index 107a126..1341602 100644
--- a/libs/libsigc++3/HISTORY
+++ b/libs/libsigc++3/HISTORY
@@ -1,3 +1,6 @@
+2013-12-29 Treeve Jelbert <treeve AT sourceamge.org>
+ * DETAILS: version 2.2.11
+
2011-11-18 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 2.2.10
gz -> bz2
diff --git a/libs/libsigc++3/libsigc++-2.2.10.tar.bz2.sig
b/libs/libsigc++3/libsigc++-2.2.10.tar.bz2.sig
deleted file mode 100644
index b66a0ff..0000000
Binary files a/libs/libsigc++3/libsigc++-2.2.10.tar.bz2.sig and /dev/null
differ
diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS
index 625769b..27b0bcf 100755
--- a/libs/raptor/DETAILS
+++ b/libs/raptor/DETAILS
@@ -1,6 +1,6 @@
SPELL=raptor
SPELLX=raptor2
- VERSION=2.0.9
+ VERSION=2.0.12
SECURITY_PATCH=1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/libs/raptor/HISTORY b/libs/raptor/HISTORY
index ff54de5..9062cb0 100644
--- a/libs/raptor/HISTORY
+++ b/libs/raptor/HISTORY
@@ -1,3 +1,6 @@
+2013-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.12
+
2013-04-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.9

diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS
index ff0cc94..be754a8 100755
--- a/libs/rasqal/DETAILS
+++ b/libs/rasqal/DETAILS
@@ -1,5 +1,5 @@
SPELL=rasqal
- VERSION=0.9.30
+ VERSION=0.9.31
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index 7878852..4321af4 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,3 +1,6 @@
+2013-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.31
+
2013-02-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.30

diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS
index 23a084a..d1d0442 100755
--- a/libs/redland/DETAILS
+++ b/libs/redland/DETAILS
@@ -1,5 +1,5 @@
SPELL=redland
- VERSION=1.0.16
+ VERSION=1.0.17
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index b2ccdef..d5681e3 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,6 @@
+2013-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.17
+
2013-02-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.16

diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index cfab05d..ae535a6 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,7 +1,7 @@
SPELL=iproute2
- VERSION=3.10.0
+ VERSION=3.12.0
+
SOURCE_HASH=sha512:64d2e2cf08be31c258fc1dd9c8649db6a511d7af22ac0e4262c1f8607082639ca66c50f764ff3a4e07a19fa75222bf7101bf76d1ddf1756c445650451a03e96a
SOURCE=$SPELL-$VERSION.tar.xz
-
SOURCE_HASH=sha512:afe81462e0d1ed4483cd7ab99abb15ccc9795fbd1276c162d0c8af236357d97fcbfc0ce3356f9ad94fbe048de9e13b2eb98cad60196d6cdbe1a3f2367887ce9f
# SOURCE2=${SOURCE}.sign
# SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index 605ace6..9234b2a 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,6 @@
+2013-12-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.12.0
+
2013-08-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.10.0

diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index da24317..db38f1b 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.6.1
-
SOURCE_HASH=sha512:3da3ce304177d1c29ecf3480f3da028aae715b267217ab11da99711ffc8aa42b446c45c40569c856a1092d5955d0e1bd823885cc7ed0ba9efb23d202fb16c1b7
+ VERSION=0.6.2
+
SOURCE_HASH=sha512:5ff9f3973e3483835cbec33c35fc9f6c97ffc328331f14ce23ae75e5acc40304d284646ed116c9808e7c947b4c425d523d8c3fd772035f9b7553742dabbd26d7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
index 2014684..358663b 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2013-12-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.2
+
2013-11-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7c50de6212c937b9090d2de5fbd997eba35227a1), Treeve Jelbert, 12/30/2013

Archive powered by MHonArc 2.6.24.

Top of Page