Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.46 grimoire by George Sherwood (977c52ac8796f32e92f6f2731498cece5baf5885)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.46 grimoire by George Sherwood (977c52ac8796f32e92f6f2731498cece5baf5885)
  • Date: Sat, 17 Jul 2010 14:56:47 -0500

GIT changes to stable-rc-0.46 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

dev/null |binary
gnome2-libs/vte/DEPENDS | 4 ++++
gnome2-libs/vte/DETAILS | 3 ++-
gnome2-libs/vte/HISTORY | 6 ++++++
gnome2-libs/vte/vte-0.24.2.tar.bz2.sig | 0
gnome2-libs/vte/vte-0.24.3.tar.bz2.sig |binary
6 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 977c52ac8796f32e92f6f2731498cece5baf5885
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

vte 0.24.3, SECURITY_PATCH=1, #15764
(cherry picked from commit 2a0e22a27786baa72cb1060d69137a61f8af7ed9)

commit 6772113f87f080710425dd30811659ff46d554bd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

vte: added python dep
(cherry picked from commit b3984187c02f40e4f2183a30ec555d0be3ebfd9a)

diff --git a/gnome2-libs/vte/DEPENDS b/gnome2-libs/vte/DEPENDS
index ba166d2..0ba1e69 100755
--- a/gnome2-libs/vte/DEPENDS
+++ b/gnome2-libs/vte/DEPENDS
@@ -14,6 +14,10 @@ optional_depends pygtk2 \
"--enable-python" "--disable-python" \
"to build python bindings for vte" &&

+if is_depends_enabled $SPELL pygtk2; then
+ depends python
+fi &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" "--disable-gtk-doc" \
"build documentation with gtk-doc"
diff --git a/gnome2-libs/vte/DETAILS b/gnome2-libs/vte/DETAILS
index d740a85..a264e88 100755
--- a/gnome2-libs/vte/DETAILS
+++ b/gnome2-libs/vte/DETAILS
@@ -1,5 +1,6 @@
SPELL=vte
- VERSION=0.24.2
+ VERSION=0.24.3
+ SECURITY_PATCH=1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/gnome2-libs/vte/HISTORY b/gnome2-libs/vte/HISTORY
index 7434ce1..efe92d9 100644
--- a/gnome2-libs/vte/HISTORY
+++ b/gnome2-libs/vte/HISTORY
@@ -1,3 +1,9 @@
+2010-07-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.24.3, SECURITY_PATCH=1, #15764
+
+2010-07-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing python dep
+
2010-06-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.24.2

diff --git a/gnome2-libs/vte/vte-0.24.2.tar.bz2.sig
b/gnome2-libs/vte/vte-0.24.2.tar.bz2.sig
deleted file mode 100644
index 02205a8..0000000
Binary files a/gnome2-libs/vte/vte-0.24.2.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/vte/vte-0.24.3.tar.bz2.sig
b/gnome2-libs/vte/vte-0.24.3.tar.bz2.sig
new file mode 100644
index 0000000..311c21e
Binary files /dev/null and b/gnome2-libs/vte/vte-0.24.3.tar.bz2.sig differ



  • [SM-Commit] GIT changes to stable-rc-0.46 grimoire by George Sherwood (977c52ac8796f32e92f6f2731498cece5baf5885), George Sherwood, 07/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page