Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (acb88fa06bf256f8b34648135d184c77b65909be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (acb88fa06bf256f8b34648135d184c77b65909be)
  • Date: Tue, 20 Nov 2012 12:41:37 -0600

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

archive-libs/libarchive/DEPENDS | 6 ++++++
archive-libs/libarchive/HISTORY | 3 +++
audio-drivers/alsa-tools/DEPENDS | 3 ++-
audio-drivers/alsa-tools/HISTORY | 3 +++
dev/null |binary
disk/hdparm/DETAILS | 4 ++--
disk/hdparm/HISTORY | 3 +++
ftp/filezilla/DETAILS | 2 +-
ftp/filezilla/FileZilla_3.6.0.1_src.tar.bz2.sig |binary
ftp/filezilla/FileZilla_3.6.0_src.tar.bz2.sig | 0
ftp/filezilla/HISTORY | 3 +++
gnome2-libs/libcroco/DEPENDS | 5 +++++
gnome2-libs/libcroco/HISTORY | 3 +++
gnome2-libs/librsvg2/DEPENDS | 5 +++++
gnome2-libs/librsvg2/HISTORY | 3 +++
libs/ldns/DETAILS | 4 ++--
libs/ldns/HISTORY | 3 +++
python-pypi/dulwich/DETAILS | 4 ++--
python-pypi/dulwich/HISTORY | 3 +++
python-pypi/hg-git/DETAILS | 4 ++--
python-pypi/hg-git/HISTORY | 3 +++
python-pypi/reportlab/DETAILS | 6 +++---
python-pypi/reportlab/HISTORY | 4 ++++
23 files changed, 61 insertions(+), 13 deletions(-)

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

dulwich: => 0.8.6

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

hg-git: => 0.3.4

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

hdparm: => 9.43

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

librsvg2 - make link to icu explicit

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

libcroco - make link to icu explicit

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

libarchive - make link to icu explicit

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

reportlab: => 2.6

commit 4c8d0c9c8be093e3b5fa2e343db1c8829a80d970
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

filezilla 3.6.0.1

commit 183ba593cc9e29a786ce995758efdf0b07a3c9e8
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-drivers/alsa-tools: correct date of history entry

commit 297d7f93cb9ba76390acb8981ebd29182066bf0e
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

ldns 1.6.16

commit 2eae95e231d9ff5316aaeaa44039fee8f9b4ad0f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-drivers/alsa-tools: add dependency on gtk+2

commit fcd662373aafa381e6045e91e46ea19d36b9bac4
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

mail/claws-mail-extra-plugins: updated to 3.9.0

commit 0eb478da8a7631fb2232a191cc6d909316945446
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

mail/claws-mail: version 3.9.0

diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index cb1874e..2e97ae8 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -42,6 +42,12 @@ optional_depends libxml2 \
"--with-xml2" \
"--without-xml2" \
"for xar support through libxml2" &&
+# make icu usage explicit
+if is_depends_enabled $SPELL libxml2;then
+ if is_depends_enabled libxml2 icu;then
+ depends icu
+ fi
+fi &&

optional_depends expat \
"--with-expat" \
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index b338ae6..7b6515d 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make icu usage explicit
+
2012-05-14 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: fixed dependencies: _all_ of them are optional; added
missing

diff --git a/audio-drivers/alsa-tools/DEPENDS
b/audio-drivers/alsa-tools/DEPENDS
index 08fbe8b..bd7455f 100755
--- a/audio-drivers/alsa-tools/DEPENDS
+++ b/audio-drivers/alsa-tools/DEPENDS
@@ -4,4 +4,5 @@ if [[ $ALSA_TOOLS_BRANCH == scm ]]; then
depends automake &&
depends autoconf
fi &&
-depends fltk
+depends fltk &&
+depends gtk+2
diff --git a/audio-drivers/alsa-tools/HISTORY
b/audio-drivers/alsa-tools/HISTORY
index 60c6291..98e6f58 100644
--- a/audio-drivers/alsa-tools/HISTORY
+++ b/audio-drivers/alsa-tools/HISTORY
@@ -1,3 +1,6 @@
+2012-11-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependency on gtk+2
+
2012-09-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.26.1

diff --git a/disk/hdparm/DETAILS b/disk/hdparm/DETAILS
index 5c49991..570e8fc 100755
--- a/disk/hdparm/DETAILS
+++ b/disk/hdparm/DETAILS
@@ -1,6 +1,6 @@
SPELL=hdparm
- VERSION=9.42
-
SOURCE_HASH=sha512:ef2a2959403845c1068ab1bfd01205d85a493a4cc61dd61a94c54a7b54ec9a0604805dad8a5d3b8ff810b1753d4e11d2d4dacf09ff5871354d48b308aed07f29
+ VERSION=9.43
+
SOURCE_HASH=sha512:24cf10290d11c611951064ae2f4fc0c06d2aa764eb2801126c0cda272944adc1c07bc905c6c11dd964dd966e213aed1cde06afc7f24c565cfa709ba9134842df
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/disk/hdparm/HISTORY b/disk/hdparm/HISTORY
index b953337..f289b18 100644
--- a/disk/hdparm/HISTORY
+++ b/disk/hdparm/HISTORY
@@ -1,3 +1,6 @@
+2012-11-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.43
+
2012-10-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 9.42

diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS
index 71a23ba..e06a41c 100755
--- a/ftp/filezilla/DETAILS
+++ b/ftp/filezilla/DETAILS
@@ -1,5 +1,5 @@
SPELL=filezilla
- VERSION=3.6.0
+ VERSION=3.6.0.1
SOURCE="FileZilla_${VERSION}_src.tar.bz2"
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/ftp/filezilla/FileZilla_3.6.0.1_src.tar.bz2.sig
b/ftp/filezilla/FileZilla_3.6.0.1_src.tar.bz2.sig
new file mode 100644
index 0000000..64542de
Binary files /dev/null and b/ftp/filezilla/FileZilla_3.6.0.1_src.tar.bz2.sig
differ
diff --git a/ftp/filezilla/FileZilla_3.6.0_src.tar.bz2.sig
b/ftp/filezilla/FileZilla_3.6.0_src.tar.bz2.sig
deleted file mode 100644
index e5bdd90..0000000
Binary files a/ftp/filezilla/FileZilla_3.6.0_src.tar.bz2.sig and /dev/null
differ
diff --git a/ftp/filezilla/HISTORY b/ftp/filezilla/HISTORY
index f660476..85b7868 100644
--- a/ftp/filezilla/HISTORY
+++ b/ftp/filezilla/HISTORY
@@ -1,3 +1,6 @@
+2012-11-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 3.6.0.1
+
2012-11-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.0

diff --git a/gnome2-libs/libcroco/DEPENDS b/gnome2-libs/libcroco/DEPENDS
index e9aeebb..dd36054 100755
--- a/gnome2-libs/libcroco/DEPENDS
+++ b/gnome2-libs/libcroco/DEPENDS
@@ -1,3 +1,8 @@
depends libxml2 &&
+# make icu usage explicit
+if is_depends_enabled libxml2 icu;then
+ depends icu
+fi &&
+
depends pcre &&
depends glib2
diff --git a/gnome2-libs/libcroco/HISTORY b/gnome2-libs/libcroco/HISTORY
index 229baea..74080bd 100644
--- a/gnome2-libs/libcroco/HISTORY
+++ b/gnome2-libs/libcroco/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make link to icu excplicit
+
2012-04-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.5

diff --git a/gnome2-libs/librsvg2/DEPENDS b/gnome2-libs/librsvg2/DEPENDS
index 8de34ea..4fb5776 100755
--- a/gnome2-libs/librsvg2/DEPENDS
+++ b/gnome2-libs/librsvg2/DEPENDS
@@ -6,6 +6,11 @@ depends freetype2 &&
depends -sub PNG cairo &&
depends pango &&
depends libxml2 &&
+# make icu usage explicit
+if is_depends_enabled libxml2 icu;then
+ depends icu
+fi &&
+
depends libcroco &&

optional_depends gtk-doc \
diff --git a/gnome2-libs/librsvg2/HISTORY b/gnome2-libs/librsvg2/HISTORY
index 59e34ed..e48fbc5 100644
--- a/gnome2-libs/librsvg2/HISTORY
+++ b/gnome2-libs/librsvg2/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make link to icu explicit
+
2012-10-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.36.4

diff --git a/libs/ldns/DETAILS b/libs/ldns/DETAILS
index 69db3bf..af3114d 100755
--- a/libs/ldns/DETAILS
+++ b/libs/ldns/DETAILS
@@ -1,9 +1,9 @@
SPELL=ldns
- VERSION=1.6.13
+ VERSION=1.6.16
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.nlnetlabs.nl/downloads/ldns/$SOURCE
-
SOURCE_HASH=sha512:35bc4cd673ea48dc5d08f22ec06b0ceaa1448c9171beeb3989a1a33c95e616694db3a515466e54f1364636dcf48425600cd42541397be9209f165adb445200e1
+
SOURCE_HASH=sha512:ae32abf4fc146b4f8efb7d7751b09f629d28cbcb39d9493e5c00198b862d16274bc1bf6ac68c4fe35f177184bfe71bf68e1e6461c0fe6b6d57855549b08a4515
LICENSE[0]=MIT
WEB_SITE=http://www.nlnetlabs.nl/projects/ldns/
GATHER_DOCS=off
diff --git a/libs/ldns/HISTORY b/libs/ldns/HISTORY
index 0813085..a4d2c03 100644
--- a/libs/ldns/HISTORY
+++ b/libs/ldns/HISTORY
@@ -1,3 +1,6 @@
+2012-11-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.6.16
+
2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.13

diff --git a/python-pypi/dulwich/DETAILS b/python-pypi/dulwich/DETAILS
index e35f2e1..3e95f2a 100755
--- a/python-pypi/dulwich/DETAILS
+++ b/python-pypi/dulwich/DETAILS
@@ -1,6 +1,6 @@
SPELL=dulwich
- VERSION=0.8.5
-
SOURCE_HASH=sha512:9914b711dc0f699097a65cb4fe137d1b4e0ae9b3c0e1bb75791e891fa0f9a6bd25433523c5d7a70c65697b1e6c12d79bc82a8da3104f513198924fd32373defb
+ VERSION=0.8.6
+
SOURCE_HASH=sha512:fc49dbd468ee67bd8589db246445a4ab636c3c4ba522b50653f69446395b9273279b65691076924572d3615f4cacbfb9e37d2a6c51fdc8dac5aaff52ea209887
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://samba.org/~jelmer/dulwich
diff --git a/python-pypi/dulwich/HISTORY b/python-pypi/dulwich/HISTORY
index 0e6fa48..0aed719 100644
--- a/python-pypi/dulwich/HISTORY
+++ b/python-pypi/dulwich/HISTORY
@@ -1,3 +1,6 @@
+2012-11-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.6
+
2012-03-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.5

diff --git a/python-pypi/hg-git/DETAILS b/python-pypi/hg-git/DETAILS
index ff694af..bd4f8da 100755
--- a/python-pypi/hg-git/DETAILS
+++ b/python-pypi/hg-git/DETAILS
@@ -1,6 +1,6 @@
SPELL=hg-git
- VERSION=0.3.2
-
SOURCE_HASH=sha512:d0c5793b4383f69a908c678f5d73983919c767c83438b35cefde93c80c253d93691dae58b9916d9379614156327d62991a113a139d217e88f802ea35b9b7b3e6
+ VERSION=0.3.4
+
SOURCE_HASH=sha512:a60013f15348d5c57d73187edad9fc37765300407d9ece5069c36c04cc4d0d7f624fb5b820eb523c8a5f8276526a52ca54bdf6726bb8e74694eddbe9f85e4445
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://hg-git.github.com/
diff --git a/python-pypi/hg-git/HISTORY b/python-pypi/hg-git/HISTORY
index de81af1..382f4f1 100644
--- a/python-pypi/hg-git/HISTORY
+++ b/python-pypi/hg-git/HISTORY
@@ -1,3 +1,6 @@
+2012-11-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.4
+
2012-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.2

diff --git a/python-pypi/reportlab/DETAILS b/python-pypi/reportlab/DETAILS
index dc22587..eaf1920 100755
--- a/python-pypi/reportlab/DETAILS
+++ b/python-pypi/reportlab/DETAILS
@@ -1,9 +1,9 @@
SPELL=reportlab
- VERSION=2.5
-
SOURCE_HASH=sha512:9fd043aeb94e1531156b40766e262af2976ef1f55009eaf42ea713d8cde0452ed1c17bbb98d28babf24177552ef9a1d2e9d149ac1f4db904ab806c20114f8766
+ VERSION=2.6
+
SOURCE_HASH=sha512:d1173231ec6924c225808607edd287b11095cda1856554ff42efb5911285b766f43b79d8747ea2867221aa5c158455ee864dbe903ceffeae535938d2fef59131
SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.reportlab.org
+ WEB_SITE=http://www.reportlab.com
SOURCE_URL[0]=$WEB_SITE/ftp/$SOURCE
SOURCE_URL[1]=http://pypi.python.org/packages/source/r/reportlab/$SOURCE
ENTERED=20040122
diff --git a/python-pypi/reportlab/HISTORY b/python-pypi/reportlab/HISTORY
index 89b9f22..e5c2739 100644
--- a/python-pypi/reportlab/HISTORY
+++ b/python-pypi/reportlab/HISTORY
@@ -1,3 +1,7 @@
+2012-11-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.6
+ new WEB_SITE
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (acb88fa06bf256f8b34648135d184c77b65909be), Eric Sandall, 11/20/2012

Archive powered by MHonArc 2.6.24.

Top of Page