Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (7171c4b089a8270b9648437d76247f97d45ec26f)

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 master grimoire by Eric Sandall (7171c4b089a8270b9648437d76247f97d45ec26f)
  • Date: Tue, 16 Oct 2012 15:09:06 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
libs/libvirt/DEPENDS | 1 +
libs/libvirt/DETAILS | 2 +-
libs/libvirt/HISTORY | 4 ++++
libs/libvirt/libvirt-0.10.2.tar.gz.sig |binary
libs/libvirt/libvirt-0.9.9.tar.gz.sig | 0
python-pypi/virtinst/DETAILS | 2 +-
python-pypi/virtinst/HISTORY | 3 +++
python-pypi/virtinst/virtinst-0.600.0.tar.gz.sig | 0
python-pypi/virtinst/virtinst-0.600.3.tar.gz.sig |binary
utils/virt-manager/DETAILS | 2 +-
utils/virt-manager/HISTORY | 3 +++
utils/virt-manager/virt-manager-0.9.0.tar.gz.sig | 0
utils/virt-manager/virt-manager-0.9.4.tar.gz.sig |binary
x11/gtk-vnc/DEPENDS | 17 ++++++++++++++++-
x11/gtk-vnc/DETAILS | 4 ++--
x11/gtk-vnc/HISTORY | 7 +++++++
x11/gtk-vnc/gtk-vnc-0.4.4.tar.bz2.sig | 0
x11/gtk-vnc/gtk-vnc-0.5.1.tar.xz.sig |binary
x11/virt-viewer/DETAILS | 5 +++--
x11/virt-viewer/HISTORY | 3 +++
x11/virt-viewer/virt-viewer-0.5.4.tar.gz.sig |binary
22 files changed, 45 insertions(+), 8 deletions(-)

New commits:
commit 7171c4b089a8270b9648437d76247f97d45ec26f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virt-manager: Updated to 0.9.4

commit a08a938c59c89e2660063059a1782289df16c7fe
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtk-vnc: Updated to 0.5.1
SOURCE matches upstream SHA256
SOURCE uses .xz instead of .bz2
Optionally depends on gettext, pulseaudio, and
gobject-introspection

commit 1bca2255897e36b75a58ccffe1c8b19d516c288b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtinst: Updated to 0.600.3

commit 1a1768e263d688f6a74e1c1033b543c9b1ed4e81
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virt-viewer: Updated to 0.5.4

commit e6757d5938570dedc44fda3f2710b3b9368b6626
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 0.10.2, depends on yajl

Fixes compilation with glibc 2.16+:
make[4]: Entering directory `/usr/src/libvirt-0.9.9/gnulib/lib'
CC md5.lo
In file included from md5.h:26:0,
from md5.c:27:
./stdio.h:1032:20: error: 'gets' undeclared here (not in a function)
make[4]: *** [md5.lo] Error 1

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index c7c7779..efbdd1f 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -5,6 +5,7 @@ depends curl &&
depends glib2 &&
depends gnutls &&
depends libpciaccess &&
+depends yajl &&

depends -sub "LVM_FULL" lvm '--with-storage-lvm' &&

diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index c0880e4..d5f0456 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libvirt
- VERSION=0.9.9
+ VERSION=0.10.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 7e41460..94350a8 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,7 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.10.2
+ * DEPENDS: Depends on yajl
+
2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Remove dependency on libnl
* BUILD: Disable macvtap (even with libnl uninstalled, tries to build
diff --git a/libs/libvirt/libvirt-0.10.2.tar.gz.sig
b/libs/libvirt/libvirt-0.10.2.tar.gz.sig
new file mode 100644
index 0000000..8df2f78
Binary files /dev/null and b/libs/libvirt/libvirt-0.10.2.tar.gz.sig differ
diff --git a/libs/libvirt/libvirt-0.9.9.tar.gz.sig
b/libs/libvirt/libvirt-0.9.9.tar.gz.sig
deleted file mode 100644
index 0a07cb3..0000000
Binary files a/libs/libvirt/libvirt-0.9.9.tar.gz.sig and /dev/null differ
diff --git a/python-pypi/virtinst/DETAILS b/python-pypi/virtinst/DETAILS
index 9a52ff8..b30631d 100755
--- a/python-pypi/virtinst/DETAILS
+++ b/python-pypi/virtinst/DETAILS
@@ -1,5 +1,5 @@
SPELL=virtinst
- VERSION=0.600.0
+ VERSION=0.600.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/virtinst/HISTORY b/python-pypi/virtinst/HISTORY
index bf894bf..06dfb55 100644
--- a/python-pypi/virtinst/HISTORY
+++ b/python-pypi/virtinst/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.600.3
+
2012-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.600.0

diff --git a/python-pypi/virtinst/virtinst-0.600.0.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.600.0.tar.gz.sig
deleted file mode 100644
index ea16287..0000000
Binary files a/python-pypi/virtinst/virtinst-0.600.0.tar.gz.sig and /dev/null
differ
diff --git a/python-pypi/virtinst/virtinst-0.600.3.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.600.3.tar.gz.sig
new file mode 100644
index 0000000..eaee5c0
Binary files /dev/null and b/python-pypi/virtinst/virtinst-0.600.3.tar.gz.sig
differ
diff --git a/utils/virt-manager/DETAILS b/utils/virt-manager/DETAILS
index 170ee57..57e0585 100755
--- a/utils/virt-manager/DETAILS
+++ b/utils/virt-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=virt-manager
- VERSION=0.9.0
+ VERSION=0.9.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index acca80b..feda80f 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9.4
+
2012-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.0

diff --git a/utils/virt-manager/virt-manager-0.9.0.tar.gz.sig
b/utils/virt-manager/virt-manager-0.9.0.tar.gz.sig
deleted file mode 100644
index d3c0eb8..0000000
Binary files a/utils/virt-manager/virt-manager-0.9.0.tar.gz.sig and /dev/null
differ
diff --git a/utils/virt-manager/virt-manager-0.9.4.tar.gz.sig
b/utils/virt-manager/virt-manager-0.9.4.tar.gz.sig
new file mode 100644
index 0000000..84c5e0d
Binary files /dev/null and b/utils/virt-manager/virt-manager-0.9.4.tar.gz.sig
differ
diff --git a/x11/gtk-vnc/DEPENDS b/x11/gtk-vnc/DEPENDS
index 0285a90..0a05090 100755
--- a/x11/gtk-vnc/DEPENDS
+++ b/x11/gtk-vnc/DEPENDS
@@ -1,6 +1,11 @@
depends gnutls &&
depends -sub VAPIGEN vala &&

+optional_depends gettext \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'for Native Language Support (Recommended)' &&
+
optional_depends python \
'--with-python' \
'--without-python' \
@@ -15,4 +20,14 @@ optional_depends python \
optional_depends LIBSASL \
'--with-sasl' \
'--without-sasl' \
- 'for SASL authentication support'
+ 'for SASL authentication support' &&
+
+optional_depends gobject-introspection \
+ '--enable-introspection' \
+ '--disable-introspection' \
+ 'for GObject introspection' &&
+
+optional_depends pulseaudio \
+ '--with-pulseaudio' \
+ '--without-pulseaudio' \
+ 'for PulseAudio audio playback'
diff --git a/x11/gtk-vnc/DETAILS b/x11/gtk-vnc/DETAILS
index 697d049..aee9cd0 100755
--- a/x11/gtk-vnc/DETAILS
+++ b/x11/gtk-vnc/DETAILS
@@ -1,6 +1,6 @@
SPELL=gtk-vnc
- VERSION=0.4.4
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=0.5.1
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION:0:3}/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 316a523..a57c554 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,10 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.1
+ SOURCE matches upstream SHA256
+ SOURCE uses .xz instead of .bz2
+ * DEPENDS: Optionally depends on gettext, pulseaudio, and
+ gobject-introspection
+
2012-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS, SUB_DEPENDS: Allow choice between gtk+2 (default) and gtk+3
Some apps require pythong bindings (e.g. virt-manager) which
diff --git a/x11/gtk-vnc/gtk-vnc-0.4.4.tar.bz2.sig
b/x11/gtk-vnc/gtk-vnc-0.4.4.tar.bz2.sig
deleted file mode 100644
index c30b9ab..0000000
Binary files a/x11/gtk-vnc/gtk-vnc-0.4.4.tar.bz2.sig and /dev/null differ
diff --git a/x11/gtk-vnc/gtk-vnc-0.5.1.tar.xz.sig
b/x11/gtk-vnc/gtk-vnc-0.5.1.tar.xz.sig
new file mode 100644
index 0000000..1a35b5d
Binary files /dev/null and b/x11/gtk-vnc/gtk-vnc-0.5.1.tar.xz.sig differ
diff --git a/x11/virt-viewer/DETAILS b/x11/virt-viewer/DETAILS
index 08710d2..aa1f047 100755
--- a/x11/virt-viewer/DETAILS
+++ b/x11/virt-viewer/DETAILS
@@ -1,9 +1,10 @@
SPELL=virt-viewer
- VERSION=0.4.2
+ VERSION=0.5.4
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+#
SOURCE_HASH=sha512:e583ee1beacff124d5fe85671716cbd68704aa1bc3ab44105ec890fdc764cd50b644728aff04299a90357cb5fcff859820434728662dde033238c8be0c8e229d
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:e583ee1beacff124d5fe85671716cbd68704aa1bc3ab44105ec890fdc764cd50b644728aff04299a90357cb5fcff859820434728662dde033238c8be0c8e229d
LICENSE[0]=GPL
WEB_SITE=http://virt-manager.et.redhat.com/
KEYWORDS="vnc virtualization"
diff --git a/x11/virt-viewer/HISTORY b/x11/virt-viewer/HISTORY
index a0da484..e76634f 100644
--- a/x11/virt-viewer/HISTORY
+++ b/x11/virt-viewer/HISTORY
@@ -1,3 +1,6 @@
+2012-10-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.4
+
2012-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.2

diff --git a/x11/virt-viewer/virt-viewer-0.5.4.tar.gz.sig
b/x11/virt-viewer/virt-viewer-0.5.4.tar.gz.sig
new file mode 100644
index 0000000..67c2bda
Binary files /dev/null and b/x11/virt-viewer/virt-viewer-0.5.4.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7171c4b089a8270b9648437d76247f97d45ec26f), Eric Sandall, 10/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page