Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9347bd06c78887d4913c2c6ff4330d8dc998120b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9347bd06c78887d4913c2c6ff4330d8dc998120b)
  • Date: Sun, 5 Oct 2008 12:55:01 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

dev/null |binary
libs/libvirt/DETAILS | 5 -
libs/libvirt/HISTORY | 3
libs/libvirt/libvirt-0.4.0.tar.gz.sig | 0
libs/libvirt/libvirt-0.4.6.tar.gz.sig |binary
python-pypi/tagpy/DEPENDS | 1
python-pypi/tagpy/HISTORY | 3
python-pypi/virtinst/DETAILS | 2
python-pypi/virtinst/HISTORY | 3
python-pypi/virtinst/virtinst-0.300.3.tar.gz.sig | 0
python-pypi/virtinst/virtinst-0.400.0.tar.gz.sig |binary
utils/avahi/DEPENDS | 106
++++++++++-------------
utils/avahi/HISTORY | 4
utils/avahi/PRE_SUB_DEPENDS | 1
utils/avahi/SUB_DEPENDS | 3
utils/virt-manager/DETAILS | 2
utils/virt-manager/HISTORY | 3
utils/virt-manager/virt-manager-0.5.3.tar.gz.sig | 0
utils/virt-manager/virt-manager-0.6.0.tar.gz.sig |binary
x11/gtk-vnc/DETAILS | 2
x11/gtk-vnc/HISTORY | 3
x11/gtk-vnc/gtk-vnc-0.3.4.tar.gz.sig | 0
x11/gtk-vnc/gtk-vnc-0.3.7.tar.gz.sig |binary
23 files changed, 77 insertions(+), 64 deletions(-)

New commits:
commit 9347bd06c78887d4913c2c6ff4330d8dc998120b
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/tagpy: depend on boost, then -sub on PYTHON (Bug #14779)

commit 9b3a8ed97069146a6fdc6e8a7af033357e48a743
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/avahi: gtk+ -> gtk+2 in DEPENDS; GTK2 in (PRE_)SUB_DEPENDS

commit 39f84c8bd8a844fc404b386ef08cbb30dcb334b4
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

x11/gtk-vnc: updated to 0.3.7

commit 058fcdb506fbc26087166ff266bd2118e839778b
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/virtinst: updated to 0.400.0

commit 5c708fd59a823ba720f2cac2f8a01e0d96e2492c
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

libs/libvirt: updated to 0.4.6

commit f28200e071d5338bbc4888572aa3c6daadb71731
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/virt-manager: updated to 0.6.0

diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 52dc1bc..b09c8ba 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libvirt
- VERSION=0.4.0
+ VERSION=0.4.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://libvirt.org/libvirt/$SOURCE
@@ -16,5 +16,6 @@ the GNU Lesser General Public License. Virtualization of
the Linux Operating
System means the ability to run multiple instances of Operating Systems
concurently on a single hardware system where the basic resources are driven
by
a Linux (or Solaris) instance. The library aims at providing a long term
stable
-C API initially for Xen paravirtualization but it can also integrate with
othervirtualization mechanisms. It currently also supports QEMU, KVM and
OpenVZ.
+C API initially for Xen paravirtualization but it can also integrate with
other
+virtualization mechanisms. It currently also supports QEMU, KVM and OpenVZ.
EOF
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 062170a..3895ea3 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.4.6; fixed LONG desc
+
2008-02-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, CONFIGURE, DEPENDS, BUILD: Created
Depends on xen-tools and xen-hypervisor, which xen takes care of
diff --git a/libs/libvirt/libvirt-0.4.0.tar.gz.sig
b/libs/libvirt/libvirt-0.4.0.tar.gz.sig
deleted file mode 100644
index 2a18c9d..0000000
Binary files a/libs/libvirt/libvirt-0.4.0.tar.gz.sig and /dev/null differ
diff --git a/libs/libvirt/libvirt-0.4.6.tar.gz.sig
b/libs/libvirt/libvirt-0.4.6.tar.gz.sig
new file mode 100644
index 0000000..78a7c7d
Binary files /dev/null and b/libs/libvirt/libvirt-0.4.6.tar.gz.sig differ
diff --git a/python-pypi/tagpy/DEPENDS b/python-pypi/tagpy/DEPENDS
index 8728e7d..c499c6e 100755
--- a/python-pypi/tagpy/DEPENDS
+++ b/python-pypi/tagpy/DEPENDS
@@ -1,5 +1,6 @@
depends python &&
depends setuptools &&
depends ctags &&
+depends boost &&
sub_depends boost PYTHON &&
depends taglib
diff --git a/python-pypi/tagpy/HISTORY b/python-pypi/tagpy/HISTORY
index 7357745..c85983b 100644
--- a/python-pypi/tagpy/HISTORY
+++ b/python-pypi/tagpy/HISTORY
@@ -1,3 +1,6 @@
+2008-10-05 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: depend on boost, then -sub on PYTHON (Bug #14779)
+
2008-07-10 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 0.94.5; changed WEB_SITE and SOURCE_URL to
pypi-hosted project pages
diff --git a/python-pypi/virtinst/DETAILS b/python-pypi/virtinst/DETAILS
index 1ba8543..3ab5e00 100755
--- a/python-pypi/virtinst/DETAILS
+++ b/python-pypi/virtinst/DETAILS
@@ -1,5 +1,5 @@
SPELL=virtinst
- VERSION=0.300.3
+ VERSION=0.400.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
diff --git a/python-pypi/virtinst/HISTORY b/python-pypi/virtinst/HISTORY
index 232f450..e3add11 100644
--- a/python-pypi/virtinst/HISTORY
+++ b/python-pypi/virtinst/HISTORY
@@ -1,3 +1,6 @@
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.400.0
+
2008-04-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.300.3

diff --git a/python-pypi/virtinst/virtinst-0.300.3.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.300.3.tar.gz.sig
deleted file mode 100644
index 59bf9fc..0000000
Binary files a/python-pypi/virtinst/virtinst-0.300.3.tar.gz.sig and /dev/null
differ
diff --git a/python-pypi/virtinst/virtinst-0.400.0.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.400.0.tar.gz.sig
new file mode 100644
index 0000000..20f93a0
Binary files /dev/null and b/python-pypi/virtinst/virtinst-0.400.0.tar.gz.sig
differ
diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
index 64ec71c..ddaff6a 100755
--- a/utils/avahi/DEPENDS
+++ b/utils/avahi/DEPENDS
@@ -1,59 +1,47 @@
-optional_depends "glib2" \
- "--enable-glib" \
- "--disable-glib" \
- "Use GLib2?" &&
-
-optional_depends "qt-x11" \
- "--enable-qt3" \
- "--disable-qt3" \
- "Build Qt3 mainloop integration?" &&
-
-optional_depends "qt4" \
- "--enable-qt4" \
- "--disable-qt4" \
- "Build Qt4Core mainloop integration?" &&
-
-optional_depends "gtk+" \
- "--enable-gtk" \
- "--disable-gtk" \
- "Use GTK+?" &&
-
-optional_depends "dbus-python" \
- "--enable-dbus" \
- "--disable-dbus" \
- "Use D-BUS?" &&
-
-optional_depends "expat" \
- "--enable-expat" \
- "--disable-expat" \
- "Use Expat?" &&
-
-optional_depends "gdbm" \
- "--enable-gdbm" \
- "--disable-gdbm" \
- "Use GDBM?" &&
-
-optional_depends "libdaemon" \
- "--enable-libdaemon" \
- "--disable-libdaemon" \
- "Use libdaemon?" &&
-
-optional_depends "python" \
- "--enable-python" \
- "--disable-python" \
- "Enable scripts that depends on python?" &&
-
-optional_depends "pygtk2" \
- "--enable-pygtk" \
- "--disable-pygtk" \
- "Make use of GTK in Python?" &&
-
-optional_depends "mono" \
- "--enable-mono" \
- "--disable-mono" \
- "Enable mono bindings?" &&
-
-optional_depends "monodoc" \
- "--enable-monodoc" \
- "--disable-monodoc" \
- "Enable documentation for mono bindings?"
+optional_depends glib2 \
+ "--enable-glib" "--disable-glib" \
+ "Use GLib2?" &&
+
+optional_depends qt-x11 \
+ "--enable-qt3" "--disable-qt3" \
+ "Build Qt3 mainloop integration?" &&
+
+optional_depends qt4 \
+ "--enable-qt4" "--disable-qt4" \
+ "Build Qt4Core mainloop integration?" &&
+
+optional_depends gtk+2 \
+ "--enable-gtk" "--disable-gtk" \
+ "Use GTK+2?" &&
+
+optional_depends dbus-python \
+ "--enable-dbus" "--disable-dbus" \
+ "Use D-BUS?" &&
+
+optional_depends expat \
+ "--enable-expat" "--disable-expat" \
+ "Use Expat?" &&
+
+optional_depends gdbm \
+ "--enable-gdbm" "--disable-gdbm" \
+ "Use GDBM?" &&
+
+optional_depends libdaemon \
+ "--enable-libdaemon" "--disable-libdaemon" \
+ "Use libdaemon?" &&
+
+optional_depends python \
+ "--enable-python" "--disable-python" \
+ "Enable scripts that depends on python?" &&
+
+optional_depends pygtk2 \
+ "--enable-pygtk" "--disable-pygtk" \
+ "Make use of GTK in Python?" &&
+
+optional_depends mono \
+ "--enable-mono" "--disable-mono" \
+ "Enable mono bindings?" &&
+
+optional_depends monodoc \
+ "--enable-monodoc" "--disable-monodoc" \
+ "Enable documentation for mono bindings?"
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index f186d8d..15efd05 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,7 @@
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: gtk+ -> gtk+2 (for avahi-ui)
+ * (PRE_)SUB_DEPENDS: added GTK2
+
2008-07-20 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 0.6.23
* qt.patch: adapted to this version
diff --git a/utils/avahi/PRE_SUB_DEPENDS b/utils/avahi/PRE_SUB_DEPENDS
index 06b31b3..9d9392d 100755
--- a/utils/avahi/PRE_SUB_DEPENDS
+++ b/utils/avahi/PRE_SUB_DEPENDS
@@ -2,5 +2,6 @@ case $THIS_SUB_DEPENDS in
MONO) if is_depends_enabled $SPELL mono; then return 0; fi;;
QT3) if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
QT4) if is_depends_enabled $SPELL qt4; then return 0; fi;;
+ GTK2) if is_depends_enabled $SPELL gtk+2; then return 0; fi;;
esac &&
return 1
diff --git a/utils/avahi/SUB_DEPENDS b/utils/avahi/SUB_DEPENDS
index a4e7d38..fdd944a 100755
--- a/utils/avahi/SUB_DEPENDS
+++ b/utils/avahi/SUB_DEPENDS
@@ -8,5 +8,8 @@ QT3) echo "qt3 bindings requested, forcing them." &&
QT4) echo "qt4 bindings requested, forcing them." &&
depends qt4 '--enable-qt4'
;;
+GTK2) echo "gtk+2 bindings requested, forcing them." &&
+ depends gtk+2 '--enable-gtk'
+ ;;
*) echo "unknown sub-depends!"; return 1;;
esac
diff --git a/utils/virt-manager/DETAILS b/utils/virt-manager/DETAILS
index 8e7b6c2..4bdebf0 100755
--- a/utils/virt-manager/DETAILS
+++ b/utils/virt-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=virt-manager
- VERSION=0.5.3
+ VERSION=0.6.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index 425fcc9..7f3ed76 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,6 @@
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.6.0
+
2008-02-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created

diff --git a/utils/virt-manager/virt-manager-0.5.3.tar.gz.sig
b/utils/virt-manager/virt-manager-0.5.3.tar.gz.sig
deleted file mode 100644
index 0f0f787..0000000
Binary files a/utils/virt-manager/virt-manager-0.5.3.tar.gz.sig and /dev/null
differ
diff --git a/utils/virt-manager/virt-manager-0.6.0.tar.gz.sig
b/utils/virt-manager/virt-manager-0.6.0.tar.gz.sig
new file mode 100644
index 0000000..edb849b
Binary files /dev/null and b/utils/virt-manager/virt-manager-0.6.0.tar.gz.sig
differ
diff --git a/x11/gtk-vnc/DETAILS b/x11/gtk-vnc/DETAILS
index c41eabe..1b011b1 100755
--- a/x11/gtk-vnc/DETAILS
+++ b/x11/gtk-vnc/DETAILS
@@ -1,5 +1,5 @@
SPELL=gtk-vnc
- VERSION=0.3.4
+ VERSION=0.3.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 6e64171..0b31f08 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,6 @@
+2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.3.7
+
2008-04-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.3.4

diff --git a/x11/gtk-vnc/gtk-vnc-0.3.4.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.4.tar.gz.sig
deleted file mode 100644
index 3d60300..0000000
Binary files a/x11/gtk-vnc/gtk-vnc-0.3.4.tar.gz.sig and /dev/null differ
diff --git a/x11/gtk-vnc/gtk-vnc-0.3.7.tar.gz.sig
b/x11/gtk-vnc/gtk-vnc-0.3.7.tar.gz.sig
new file mode 100644
index 0000000..08a6c6b
Binary files /dev/null and b/x11/gtk-vnc/gtk-vnc-0.3.7.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (9347bd06c78887d4913c2c6ff4330d8dc998120b), Elisamuel Resto, 10/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page